/*!***************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./src/css/style.css ***!
  \***************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Lexend:wght@200;300;400;500;600;700;800;900&display=swap);
/*!*******************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/tiny-slider/dist/tiny-slider.css ***!
  \*******************************************************************************************************************************************/
.tns-outer{padding:0 !important}.tns-outer [hidden]{display:none !important}.tns-outer [aria-controls],.tns-outer [data-action]{cursor:pointer}.tns-slider{transition:all 0s}.tns-slider>.tns-item{box-sizing:border-box}.tns-horizontal.tns-subpixel{white-space:nowrap}.tns-horizontal.tns-subpixel>.tns-item{display:inline-block;vertical-align:top;white-space:normal}.tns-horizontal.tns-no-subpixel:after{content:'';display:table;clear:both}.tns-horizontal.tns-no-subpixel>.tns-item{float:left}.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item{margin-right:-100%}.tns-no-calc{position:relative;left:0}.tns-gallery{position:relative;left:0;min-height:1px}.tns-gallery>.tns-item{position:absolute;left:-100%;transition:transform 0s, opacity 0s}.tns-gallery>.tns-slide-active{position:relative;left:auto !important}.tns-gallery>.tns-moving{transition:all 0.25s}.tns-autowidth{display:inline-block}.tns-lazy-img{transition:opacity 0.6s;opacity:0.6}.tns-lazy-img.tns-complete{opacity:1}.tns-ah{transition:height 0s}.tns-ovh{overflow:hidden}.tns-visually-hidden{position:absolute;left:-10000em}.tns-transparent{opacity:0;visibility:hidden}.tns-fadeIn{opacity:1;filter:alpha(opacity=100);z-index:0}.tns-normal,.tns-fadeOut{opacity:0;filter:alpha(opacity=0);z-index:-1}.tns-vpfix{white-space:nowrap}.tns-vpfix>div,.tns-vpfix>li{display:inline-block}.tns-t-subp2{margin:0 auto;width:310px;position:relative;height:10px;overflow:hidden}.tns-t-ct{width:2333.3333333%;width:calc(100% * 70 / 3);position:absolute;right:0}.tns-t-ct:after{content:'';display:table;clear:both}.tns-t-ct>div{width:1.4285714%;width:calc(100% / 70);height:10px;float:left}

/*!*****************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./src/css/animate.css ***!
  \*****************************************************************************************************************/
@charset "UTF-8";

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  animation-delay: 1s;
}

.animated.delay-2s {
  animation-delay: 2s;
}

.animated.delay-3s {
  animation-delay: 3s;
}

.animated.delay-4s {
  animation-delay: 4s;
}

.animated.delay-5s {
  animation-delay: 5s;
}

.animated.fast {
  animation-duration: 800ms;
}

.animated.faster {
  animation-duration: 500ms;
}

.animated.slow {
  animation-duration: 2s;
}

.animated.slower {
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }
}

/*!*******************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./src/css/style.css (1) ***!
  \*******************************************************************************************************************/
/*
! tailwindcss v3.1.8 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

*,  ::before,  ::after{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

body{
  font-family: 'Inter', sans-serif;
}

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 500px){

  .container{
    max-width: 500px;
  }
}
@media (min-width: 540px){

  .container{
    max-width: 540px;
  }
}
@media (min-width: 768px){

  .container{
    max-width: 768px;
  }
}
@media (min-width: 992px){

  .container{
    max-width: 992px;
  }
}
@media (min-width: 1140px){

  .container{
    max-width: 1140px;
  }
}
@media (min-width: 1320px){

  .container{
    max-width: 1320px;
  }
}
html{
  scroll-behavior: smooth;
}
.header{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.sticky{
  position: fixed !important;
  z-index: 9999 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  --tw-bg-opacity: 0.8 !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
.dark .sticky{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(17 23 34 / var(--tw-bg-opacity)) !important;
}
.sticky {
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
  }
@media (min-width: 992px){

  .navbar > li > a{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .sticky .navbar > li > a{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
.menu-scroll.active{
  --tw-text-opacity: 1;
  color: rgb(74 108 247 / var(--tw-text-opacity));
}
.menu-wrapper{
  display: none;
}
.menu-wrapper.show{
  display: flex;
}
.title {
    background: linear-gradient(
      180deg,
      rgba(74, 108, 247, 0.4) 0%,
      rgba(74, 108, 247, 0) 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    opacity: 0.2;
    position: absolute;
    left: 50%;
    top: 0px;
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    font-size: 40px;
    font-weight: 800;
    line-height: 1 !important;
  }
@media (min-width: 540px){

  .title{
    font-size: 60px;
  }
}
@media (min-width: 992px){

  .title{
    font-size: 95px;
  }
}
.dark .title {
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.4) 0%,
      rgba(255, 255, 255, 0) 100%
    );
    -webkit-background-clip: text;
            background-clip: text;
  }
#supportCheckbox:checked ~ div span{
  opacity: 1;
}
.submenu-item a.active{
  --tw-text-opacity: 1;
  color: rgb(74 108 247 / var(--tw-text-opacity));
}
.dark .submenu-item a.active{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.submenu-item a.active span svg{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.grid-sizer{
  width: 100%;
}
@media (min-width: 768px){

  .grid-sizer{
    width: 50%;
  }
}
@media (min-width: 992px){

  .grid-sizer{
    width: 33.333333%;
  }
}
.portfolio-btn-wrapper button.active{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.top-0{
  top: 0px;
}
.left-0{
  left: 0px;
}
.bottom-0{
  bottom: 0px;
}
.top-1\/2{
  top: 50%;
}
.right-5{
  right: 1.25rem;
}
.right-0{
  right: 0px;
}
.bottom-8{
  bottom: 2rem;
}
.right-8{
  right: 2rem;
}
.left-auto{
  left: auto;
}
.left-1\/2{
  left: 50%;
}
.top-5{
  top: 1.25rem;
}
.left-5{
  left: 1.25rem;
}
.-top-6{
  top: -1.5rem;
}
.-right-6{
  right: -1.5rem;
}
.-left-5{
  left: -1.25rem;
}
.-top-5{
  top: -1.25rem;
}
.top-24{
  top: 6rem;
}
.-right-5{
  right: -1.25rem;
}
.-right-4{
  right: -1rem;
}
.bottom-40{
  bottom: 10rem;
}
.bottom-20{
  bottom: 5rem;
}
.\!left-0{
  left: 0px !important;
}
.z-\[99\]{
  z-index: 99;
}
.z-50{
  z-index: 50;
}
.z-40{
  z-index: 40;
}
.z-\[999\]{
  z-index: 999;
}
.z-10{
  z-index: 10;
}
.-z-10{
  z-index: -10;
}
.z-30{
  z-index: 30;
}
.order-last{
  order: 9999;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.-mx-4{
  margin-left: -1rem;
  margin-right: -1rem;
}
.-mx-5{
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
.-mx-1{
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-20{
  margin-bottom: 5rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-9{
  margin-bottom: 2.25rem;
}
.ml-4{
  margin-left: 1rem;
}
.mt-\[6px\]{
  margin-top: 6px;
}
.mr-4{
  margin-right: 1rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-14{
  margin-bottom: 3.5rem;
}
.mt-1{
  margin-top: 0.25rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mt-12{
  margin-top: 3rem;
}
.mt-20{
  margin-top: 5rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-16{
  margin-bottom: 4rem;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.-mb-2{
  margin-bottom: -0.5rem;
}
.mr-10{
  margin-right: 2.5rem;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.hidden{
  display: none;
}
.h-\[50px\]{
  height: 50px;
}
.h-screen{
  height: 100vh;
}
.h-9{
  height: 2.25rem;
}
.h-5{
  height: 1.25rem;
}
.h-full{
  height: 100%;
}
.h-10{
  height: 2.5rem;
}
.h-3{
  height: 0.75rem;
}
.h-2{
  height: 0.5rem;
}
.h-\[560px\]{
  height: 560px;
}
.h-\[70px\]{
  height: 70px;
}
.h-\[490px\]{
  height: 490px;
}
.h-\[420px\]{
  height: 420px;
}
.h-1{
  height: 0.25rem;
}
.h-\[1px\]{
  height: 1px;
}
.w-full{
  width: 100%;
}
.w-9{
  width: 2.25rem;
}
.w-5{
  width: 1.25rem;
}
.w-1\/2{
  width: 50%;
}
.w-12{
  width: 3rem;
}
.w-10{
  width: 2.5rem;
}
.w-3{
  width: 0.75rem;
}
.w-2{
  width: 0.5rem;
}
.w-\[70px\]{
  width: 70px;
}
.w-\[150px\]{
  width: 150px;
}
.w-\[50px\]{
  width: 50px;
}
.max-w-\[250px\]{
  max-width: 250px;
}
.max-w-\[550px\]{
  max-width: 550px;
}
.max-w-\[515px\]{
  max-width: 515px;
}
.max-w-\[330px\]{
  max-width: 330px;
}
.max-w-\[580px\]{
  max-width: 580px;
}
.max-w-\[920px\]{
  max-width: 920px;
}
.max-w-\[1150px\]{
  max-width: 1150px;
}
.max-w-\[850px\]{
  max-width: 850px;
}
.max-w-\[530px\]{
  max-width: 530px;
}
.max-w-\[700px\]{
  max-width: 700px;
}
.max-w-\[620px\]{
  max-width: 620px;
}
.max-w-\[380px\]{
  max-width: 380px;
}
.max-w-\[70px\]{
  max-width: 70px;
}
.max-w-\[500px\]{
  max-width: 500px;
}
.max-w-\[570px\]{
  max-width: 570px;
}
.max-w-\[600px\]{
  max-width: 600px;
}
.max-w-\[1000px\]{
  max-width: 1000px;
}
.max-w-\[450px\]{
  max-width: 450px;
}
.max-w-\[420px\]{
  max-width: 420px;
}
.max-w-\[300px\]{
  max-width: 300px;
}
.max-w-\[200px\]{
  max-width: 200px;
}
.max-w-\[780px\]{
  max-width: 780px;
}
.max-w-\[425px\]{
  max-width: 425px;
}
.grow{
  flex-grow: 1;
}
.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-8{
  --tw-translate-y: 2rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.\!translate-x-0{
  --tw-translate-x: 0px !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.rotate-45{
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer{
  cursor: pointer;
}
.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.resize-none{
  resize: none;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.justify-around{
  justify-content: space-around;
}
.space-y-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.space-x-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-7 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
}
.space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.self-end{
  align-self: flex-end;
}
.self-center{
  align-self: center;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-x-auto{
  overflow-x: auto;
}
.overflow-y-hidden{
  overflow-y: hidden;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-sm{
  border-radius: 0.125rem;
}
.rounded-md{
  border-radius: 0.375rem;
}
.border{
  border-width: 1px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-l{
  border-left-width: 1px;
}
.border-t{
  border-top-width: 1px;
}
.border-r{
  border-right-width: 1px;
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-primary{
  --tw-border-opacity: 1;
  border-color: rgb(74 108 247 / var(--tw-border-opacity));
}
.border-\[\#e9e9e9\]{
  --tw-border-opacity: 1;
  border-color: rgb(233 233 233 / var(--tw-border-opacity));
}
.border-opacity-10{
  --tw-border-opacity: 0.1;
}
.border-opacity-30{
  --tw-border-opacity: 0.3;
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(74 108 247 / var(--tw-bg-opacity));
}
.bg-\[\#222C40\]{
  --tw-bg-opacity: 1;
  background-color: rgb(34 44 64 / var(--tw-bg-opacity));
}
.bg-\[\#EEF1FDEB\]{
  background-color: #EEF1FDEB;
}
.bg-transparent{
  background-color: transparent;
}
.bg-\[\#2C3443\]{
  --tw-bg-opacity: 1;
  background-color: rgb(44 52 67 / var(--tw-bg-opacity));
}
.bg-\[\#000\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-\[\#f8f8f8\]{
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity));
}
.bg-dark-text{
  --tw-bg-opacity: 1;
  background-color: rgb(121 128 138 / var(--tw-bg-opacity));
}
.bg-dark{
  --tw-bg-opacity: 1;
  background-color: rgb(17 23 34 / var(--tw-bg-opacity));
}
.bg-opacity-5{
  --tw-bg-opacity: 0.05;
}
.bg-opacity-30{
  --tw-bg-opacity: 0.3;
}
.bg-opacity-\[15\%\]{
  --tw-bg-opacity: 15%;
}
.bg-noise-pattern{
  background-image: url(src/images/NoisePattern.svg);
}
.bg-cover{
  background-size: cover;
}
.bg-center{
  background-position: center;
}
.bg-no-repeat{
  background-repeat: no-repeat;
}
.fill-current{
  fill: currentColor;
}
.stroke-current{
  stroke: currentColor;
}
.p-5{
  padding: 1.25rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-\[14px\]{
  padding-top: 14px;
  padding-bottom: 14px;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-\[6px\]{
  padding-top: 6px;
  padding-bottom: 6px;
}
.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.py-\[10px\]{
  padding-top: 10px;
  padding-bottom: 10px;
}
.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-\[60px\]{
  padding-top: 60px;
  padding-bottom: 60px;
}
.px-14{
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}
.pl-3{
  padding-left: 0.75rem;
}
.pt-5{
  padding-top: 1.25rem;
}
.pt-\[120px\]{
  padding-top: 120px;
}
.pb-20{
  padding-bottom: 5rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.pt-14{
  padding-top: 3.5rem;
}
.pl-5{
  padding-left: 1.25rem;
}
.pr-12{
  padding-right: 3rem;
}
.pb-5{
  padding-bottom: 1.25rem;
}
.pt-\[130px\]{
  padding-top: 130px;
}
.pr-3{
  padding-right: 0.75rem;
}
.pt-24{
  padding-top: 6rem;
}
.pt-12{
  padding-top: 3rem;
}
.pt-\[240px\]{
  padding-top: 240px;
}
.pr-5{
  padding-right: 1.25rem;
}
.pr-2{
  padding-right: 0.5rem;
}
.pt-10{
  padding-top: 2.5rem;
}
.pt-28{
  padding-top: 7rem;
}
.pb-24{
  padding-bottom: 6rem;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pt-20{
  padding-top: 5rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pr-4{
  padding-right: 1rem;
}
.pl-4{
  padding-left: 1rem;
}
.pt-0{
  padding-top: 0px;
}
.pb-8{
  padding-bottom: 2rem;
}
.pt-8{
  padding-top: 2rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pt-\[70px\]{
  padding-top: 70px;
}
.pt-\[60px\]{
  padding-top: 60px;
}
.pb-28{
  padding-bottom: 7rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.pb-\[60px\]{
  padding-bottom: 60px;
}
.pb-14{
  padding-bottom: 3.5rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.font-heading{
  font-family: 'Lexend', sans-serif;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-\[100px\]{
  font-size: 100px;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-\[38px\]{
  font-size: 38px;
}
.text-\[55px\]{
  font-size: 55px;
}
.font-semibold{
  font-weight: 600;
}
.font-medium{
  font-weight: 500;
}
.font-bold{
  font-weight: 700;
}
.font-light{
  font-weight: 300;
}
.leading-none{
  line-height: 1;
}
.leading-tight{
  line-height: 1.25;
}
.text-dark-text{
  --tw-text-opacity: 1;
  color: rgb(121 128 138 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-dark{
  --tw-text-opacity: 1;
  color: rgb(17 23 34 / var(--tw-text-opacity));
}
.text-primary{
  --tw-text-opacity: 1;
  color: rgb(74 108 247 / var(--tw-text-opacity));
}
.text-\[\#d9d9d9\]{
  --tw-text-opacity: 1;
  color: rgb(217 217 217 / var(--tw-text-opacity));
}
.text-\[\#00CB99\]{
  --tw-text-opacity: 1;
  color: rgb(0 203 153 / var(--tw-text-opacity));
}
.underline{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.placeholder-dark-text::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(121 128 138 / var(--tw-placeholder-opacity));
}
.placeholder-dark-text::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(121 128 138 / var(--tw-placeholder-opacity));
}
.opacity-20{
  opacity: 0.2;
}
.opacity-0{
  opacity: 0;
}
.opacity-10{
  opacity: 0.1;
}
.opacity-100{
  opacity: 1;
}
.mix-blend-overlay{
  mix-blend-mode: overlay;
}
.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.drop-shadow-light{
  --tw-drop-shadow: drop-shadow(drop-shadow(0px 1px 5px rgba(0, 0, 0, 0.1)));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur-\[6px\]{
  --tw-backdrop-blur: blur(6px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-\[30px\]{
  --tw-backdrop-blur: blur(30px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition{
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300{
  transition-duration: 300ms;
}

/* third-party libraries CSS */
.tns-controls{
  position: absolute;
  left: 50%;
  bottom: 3.5rem;
  z-index: 30;
  display: flex;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.tns-controls > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}
@media (min-width: 992px){

  .tns-controls{
    left: 70px;
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

.tns-controls button{
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background-color: rgb(74 108 247 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.1;
  --tw-text-opacity: 1;
  color: rgb(74 108 247 / var(--tw-text-opacity));
}

.tns-controls button:hover{
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.dark .tns-controls button{
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.dark .tns-controls button:hover{
  background-color: rgb(74 108 247 / var(--tw-bg-opacity));
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:border-primary:hover{
  --tw-border-opacity: 1;
  border-color: rgb(74 108 247 / var(--tw-border-opacity));
}

.hover\:bg-primary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(74 108 247 / var(--tw-bg-opacity));
}

.hover\:bg-opacity-90:hover{
  --tw-bg-opacity: 0.9;
}

.hover\:bg-opacity-100:hover{
  --tw-bg-opacity: 1;
}

.hover\:text-primary:hover{
  --tw-text-opacity: 1;
  color: rgb(74 108 247 / var(--tw-text-opacity));
}

.focus\:border-primary:focus{
  --tw-border-opacity: 1;
  border-color: rgb(74 108 247 / var(--tw-border-opacity));
}

.group:hover .group-hover\:translate-y-0{
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(74 108 247 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-opacity-100{
  --tw-bg-opacity: 1;
}

.group:hover .group-hover\:text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.group:hover .group-hover\:opacity-100{
  opacity: 1;
}

.dark .dark\:block{
  display: block;
}

.dark .dark\:hidden{
  display: none;
}

.dark .dark\:border-\[\#2E333D\]{
  --tw-border-opacity: 1;
  border-color: rgb(46 51 61 / var(--tw-border-opacity));
}

.dark .dark\:border-transparent{
  border-color: transparent;
}

.dark .dark\:border-\[\#1F2633\]{
  --tw-border-opacity: 1;
  border-color: rgb(31 38 51 / var(--tw-border-opacity));
}

.dark .dark\:border-\[\#2C3443\]{
  --tw-border-opacity: 1;
  border-color: rgb(44 52 67 / var(--tw-border-opacity));
}

.dark .dark\:border-\[\#414652\]{
  --tw-border-opacity: 1;
  border-color: rgb(65 70 82 / var(--tw-border-opacity));
}

.dark .dark\:border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.dark .dark\:border-\[\#4B4E56\]{
  --tw-border-opacity: 1;
  border-color: rgb(75 78 86 / var(--tw-border-opacity));
}

.dark .dark\:border-primary{
  --tw-border-opacity: 1;
  border-color: rgb(74 108 247 / var(--tw-border-opacity));
}

.dark .dark\:border-opacity-10{
  --tw-border-opacity: 0.1;
}

.dark .dark\:bg-dark{
  --tw-bg-opacity: 1;
  background-color: rgb(17 23 34 / var(--tw-bg-opacity));
}

.dark .dark\:bg-\[\#2C3443\]{
  --tw-bg-opacity: 1;
  background-color: rgb(44 52 67 / var(--tw-bg-opacity));
}

.dark .dark\:bg-\[\#1D232DD9\]{
  background-color: #1D232DD9;
}

.dark .dark\:bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.dark .dark\:bg-\[\#1D232D\]{
  --tw-bg-opacity: 1;
  background-color: rgb(29 35 45 / var(--tw-bg-opacity));
}

.dark .dark\:bg-\[\#2E333D\]{
  --tw-bg-opacity: 1;
  background-color: rgb(46 51 61 / var(--tw-bg-opacity));
}

.dark .dark\:bg-opacity-10{
  --tw-bg-opacity: 0.1;
}

.dark .dark\:bg-opacity-5{
  --tw-bg-opacity: 0.05;
}

.dark .dark\:text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.dark .dark\:opacity-40{
  opacity: 0.4;
}

.dark .dark\:drop-shadow-none{
  --tw-drop-shadow: drop-shadow(0 0 #0000);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.dark .dark\:hover\:border-primary:hover{
  --tw-border-opacity: 1;
  border-color: rgb(74 108 247 / var(--tw-border-opacity));
}

.dark .dark\:hover\:bg-opacity-100:hover{
  --tw-bg-opacity: 1;
}

.dark .dark\:hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.dark .dark\:hover\:text-primary:hover{
  --tw-text-opacity: 1;
  color: rgb(74 108 247 / var(--tw-text-opacity));
}

.dark .dark\:focus\:border-white:focus{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.dark .group:hover .dark\:group-hover\:bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(74 108 247 / var(--tw-bg-opacity));
}

.dark .group:hover .dark\:group-hover\:bg-opacity-100{
  --tw-bg-opacity: 1;
}

@media (min-width: 540px){

  .sm\:left-8{
    left: 2rem;
  }

  .sm\:-mx-\[6px\]{
    margin-left: -6px;
    margin-right: -6px;
  }

  .sm\:block{
    display: block;
  }

  .sm\:inline-flex{
    display: inline-flex;
  }

  .sm\:h-10{
    height: 2.5rem;
  }

  .sm\:w-1\/2{
    width: 50%;
  }

  .sm\:w-1\/3{
    width: 33.333333%;
  }

  .sm\:w-auto{
    width: auto;
  }

  .sm\:border-l{
    border-left-width: 1px;
  }

  .sm\:p-\[70px\]{
    padding: 70px;
  }

  .sm\:px-\[6px\]{
    padding-left: 6px;
    padding-right: 6px;
  }

  .sm\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .sm\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:px-\[70px\]{
    padding-left: 70px;
    padding-right: 70px;
  }

  .sm\:px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .sm\:pt-20{
    padding-top: 5rem;
  }

  .sm\:pt-36{
    padding-top: 9rem;
  }

  .sm\:pr-5{
    padding-right: 1.25rem;
  }

  .sm\:pl-5{
    padding-left: 1.25rem;
  }

  .sm\:pr-3{
    padding-right: 0.75rem;
  }

  .sm\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .sm\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sm\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .sm\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .sm\:text-\[40px\]{
    font-size: 40px;
  }

  .sm\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .sm\:text-\[38px\]{
    font-size: 38px;
  }

  .sm\:leading-\[50px\]{
    line-height: 50px;
  }
}

@media (min-width: 768px){

  .md\:mb-0{
    margin-bottom: 0px;
  }

  .md\:mb-20{
    margin-bottom: 5rem;
  }

  .md\:mb-16{
    margin-bottom: 4rem;
  }

  .md\:mb-9{
    margin-bottom: 2.25rem;
  }

  .md\:mb-5{
    margin-bottom: 1.25rem;
  }

  .md\:mb-14{
    margin-bottom: 3.5rem;
  }

  .md\:h-14{
    height: 3.5rem;
  }

  .md\:h-6{
    height: 1.5rem;
  }

  .md\:h-\[90px\]{
    height: 90px;
  }

  .md\:w-14{
    width: 3.5rem;
  }

  .md\:w-6{
    width: 1.5rem;
  }

  .md\:w-5\/12{
    width: 41.666667%;
  }

  .md\:w-3\/12{
    width: 25%;
  }

  .md\:w-1\/2{
    width: 50%;
  }

  .md\:w-\[90px\]{
    width: 90px;
  }

  .md\:justify-start{
    justify-content: flex-start;
  }

  .md\:border-0{
    border-width: 0px;
  }

  .md\:border-t{
    border-top-width: 1px;
  }

  .md\:p-\[70px\]{
    padding: 70px;
  }

  .md\:py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .md\:py-\[14px\]{
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .md\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:px-\[70px\]{
    padding-left: 70px;
    padding-right: 70px;
  }

  .md\:pt-8{
    padding-top: 2rem;
  }

  .md\:pb-0{
    padding-bottom: 0px;
  }

  .md\:pb-\[70px\]{
    padding-bottom: 70px;
  }

  .md\:pb-28{
    padding-bottom: 7rem;
  }

  .md\:text-\[170px\]{
    font-size: 170px;
  }

  .md\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-\[44px\]{
    font-size: 44px;
  }

  .md\:text-\[40px\]{
    font-size: 40px;
  }

  .md\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-\[20px\]{
    font-size: 20px;
  }

  .md\:text-\[50px\]{
    font-size: 50px;
  }

  .md\:text-\[30px\]{
    font-size: 30px;
  }

  .md\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:leading-none{
    line-height: 1;
  }

  .md\:leading-tight{
    line-height: 1.25;
  }

  .md\:leading-\[60px\]{
    line-height: 60px;
  }

  .md\:leading-\[40px\]{
    line-height: 40px;
  }
}

@media (min-width: 992px){

  .lg\:visible{
    visibility: visible;
  }

  .lg\:invisible{
    visibility: hidden;
  }

  .lg\:static{
    position: static;
  }

  .lg\:absolute{
    position: absolute;
  }

  .lg\:top-\[120\%\]{
    top: 120%;
  }

  .lg\:left-5{
    left: 1.25rem;
  }

  .lg\:order-first{
    order: -9999;
  }

  .lg\:ml-0{
    margin-left: 0px;
  }

  .lg\:mb-0{
    margin-bottom: 0px;
  }

  .lg\:mb-20{
    margin-bottom: 5rem;
  }

  .lg\:ml-auto{
    margin-left: auto;
  }

  .lg\:mr-0{
    margin-right: 0px;
  }

  .lg\:block{
    display: block;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:h-auto{
    height: auto;
  }

  .lg\:w-full{
    width: 100%;
  }

  .lg\:w-\[350px\]{
    width: 350px;
  }

  .lg\:w-auto{
    width: auto;
  }

  .lg\:w-3\/12{
    width: 25%;
  }

  .lg\:w-5\/12{
    width: 41.666667%;
  }

  .lg\:w-2\/3{
    width: 66.666667%;
  }

  .lg\:w-1\/3{
    width: 33.333333%;
  }

  .lg\:w-1\/2{
    width: 50%;
  }

  .lg\:w-11\/12{
    width: 91.666667%;
  }

  .lg\:w-1\/4{
    width: 25%;
  }

  .lg\:translate-y-0{
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:flex-row{
    flex-direction: row;
  }

  .lg\:flex-nowrap{
    flex-wrap: nowrap;
  }

  .lg\:items-center{
    align-items: center;
  }

  .lg\:justify-start{
    justify-content: flex-start;
  }

  .lg\:justify-end{
    justify-content: flex-end;
  }

  .lg\:space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .lg\:self-center{
    align-self: center;
  }

  .lg\:rounded{
    border-radius: 0.25rem;
  }

  .lg\:border{
    border-width: 1px;
  }

  .lg\:border-x{
    border-left-width: 1px;
    border-right-width: 1px;
  }

  .lg\:bg-transparent{
    background-color: transparent;
  }

  .lg\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

  .lg\:p-0{
    padding: 0px;
  }

  .lg\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:py-\[120px\]{
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .lg\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:px-\[60px\]{
    padding-left: 60px;
    padding-right: 60px;
  }

  .lg\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:pb-5{
    padding-bottom: 1.25rem;
  }

  .lg\:pt-\[240px\]{
    padding-top: 240px;
  }

  .lg\:pb-\[130px\]{
    padding-bottom: 130px;
  }

  .lg\:pt-\[130px\]{
    padding-top: 130px;
  }

  .lg\:pt-\[170px\]{
    padding-top: 170px;
  }

  .lg\:pb-\[120px\]{
    padding-bottom: 120px;
  }

  .lg\:pt-16{
    padding-top: 4rem;
  }

  .lg\:pr-4{
    padding-right: 1rem;
  }

  .lg\:pl-4{
    padding-left: 1rem;
  }

  .lg\:pb-\[60px\]{
    padding-bottom: 60px;
  }

  .lg\:pt-9{
    padding-top: 2.25rem;
  }

  .lg\:pb-7{
    padding-bottom: 1.75rem;
  }

  .lg\:pb-\[70px\]{
    padding-bottom: 70px;
  }

  .lg\:pt-24{
    padding-top: 6rem;
  }

  .lg\:pb-0{
    padding-bottom: 0px;
  }

  .lg\:text-left{
    text-align: left;
  }

  .lg\:text-right{
    text-align: right;
  }

  .lg\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .lg\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .lg\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .lg\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .lg\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:opacity-100{
    opacity: 1;
  }

  .lg\:opacity-0{
    opacity: 0;
  }

  .group:hover .lg\:group-hover\:visible{
    visibility: visible;
  }

  .group:hover .lg\:group-hover\:top-full{
    top: 100%;
  }

  .group:hover .lg\:group-hover\:opacity-100{
    opacity: 1;
  }

  .dark .dark\:lg\:border-transparent{
    border-color: transparent;
  }

  .dark .dark\:lg\:bg-transparent{
    background-color: transparent;
  }

  .dark .dark\:lg\:bg-\[\#2C3443\]{
    --tw-bg-opacity: 1;
    background-color: rgb(44 52 67 / var(--tw-bg-opacity));
  }
}

@media (min-width: 1140px){

  .xl\:container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  @media (min-width: 500px){

    .xl\:container{
      max-width: 500px;
    }
  }

  @media (min-width: 540px){

    .xl\:container{
      max-width: 540px;
    }
  }

  @media (min-width: 768px){

    .xl\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 992px){

    .xl\:container{
      max-width: 992px;
    }
  }

  @media (min-width: 1140px){

    .xl\:container{
      max-width: 1140px;
    }
  }

  @media (min-width: 1320px){

    .xl\:container{
      max-width: 1320px;
    }
  }

  .xl\:w-3\/12{
    width: 25%;
  }

  .xl\:w-2\/12{
    width: 16.666667%;
  }

  .xl\:w-10\/12{
    width: 83.333333%;
  }

  .xl\:max-w-\[350px\]{
    max-width: 350px;
  }

  .xl\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:px-\[70px\]{
    padding-left: 70px;
    padding-right: 70px;
  }

  .xl\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xl\:pr-5{
    padding-right: 1.25rem;
  }

  .xl\:pl-5{
    padding-left: 1.25rem;
  }

  .xl\:pb-\[70px\]{
    padding-bottom: 70px;
  }

  .xl\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .xl\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .xl\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .xl\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .xl\:text-\[40px\]{
    font-size: 40px;
  }

  .xl\:leading-tight{
    line-height: 1.25;
  }
}

@media (min-width: 1320px){

  .\32xl\:left-8{
    left: 2rem;
  }

  .\32xl\:w-\[180px\]{
    width: 180px;
  }

  .\32xl\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
/*!*************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./src/css/devices/devices.css ***!
  \*************************************************************************************************************************/
/*! Devices.css v0.2.0 | MIT License | github.com/picturepan2/devices.css */
.device,
.device::before,
.device::after,
.device *,
.device *::before,
.device *::after {
  box-sizing: border-box;
  display: block;
}

.device {
  position: relative;
  transform: scale(1);
  z-index: 1;
}

.device .device-frame {
  z-index: 1;
}

.device .device-screen {
  background-color: #000;
  background-position: center center;
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}

.device-iphone-14-pro {
  height: 868px;
  width: 428px;
}

.device-iphone-14-pro .device-frame {
  background: #010101;
  border: 1px solid #1b1721;
  border-radius: 68px;
  box-shadow: inset 0 0 4px 2px #c0b7cd, inset 0 0 0 6px #342c3f;
  height: 868px;
  padding: 19px;
  width: 428px;
}

.device-iphone-14-pro .device-screen {
  border-radius: 49px;
  height: 830px;
  width: 390px;
}

.device-iphone-14-pro .device-stripe::after,
.device-iphone-14-pro .device-stripe::before {
  border: solid rgba(1, 1, 1, .25);
  border-width: 0 7px;
  content: "";
  height: 7px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 9;
}

.device-iphone-14-pro .device-stripe::after {
  top: 85px;
}

.device-iphone-14-pro .device-stripe::before {
  bottom: 85px;
}

.device-iphone-14-pro .device-header {
  background: #010101;
  border-radius: 20px;
  height: 35px;
  left: 50%;
  margin-left: -60px;
  position: absolute;
  top: 29px;
  width: 120px;
}

.device-iphone-14-pro .device-sensors::after,
.device-iphone-14-pro .device-sensors::before {
  content: "";
  position: absolute;
}

.device-iphone-14-pro .device-sensors::after {
  background: #010101;
  border-radius: 17px;
  height: 33px;
  left: 50%;
  margin-left: -60px;
  top: 30px;
  width: 74px;
}

.device-iphone-14-pro .device-sensors::before {
  background: radial-gradient(farthest-corner at 20% 20%, #6074bf 0, transparent 40%), radial-gradient(farthest-corner at 80% 80%, #513785 0, #24555e 20%, transparent 50%);
  border-radius: 50%;
  box-shadow: 0 0 1px 1px rgba(255, 255, 255, .05);
  height: 9px;
  left: 50%;
  margin-left: 36px;
  top: 42px;
  width: 9px;
}

.device-iphone-14-pro .device-btns {
  background: #1b1721;
  border-radius: 2px;
  height: 32px;
  left: -2px;
  position: absolute;
  top: 115px;
  width: 3px;
}

.device-iphone-14-pro .device-btns::after,
.device-iphone-14-pro .device-btns::before {
  background: #1b1721;
  border-radius: 2px;
  content: "";
  height: 62px;
  left: 0;
  position: absolute;
  width: 3px;
}

.device-iphone-14-pro .device-btns::after {
  top: 60px;
}

.device-iphone-14-pro .device-btns::before {
  top: 140px;
}

.device-iphone-14-pro .device-power {
  background: #1b1721;
  border-radius: 2px;
  height: 100px;
  position: absolute;
  right: -2px;
  top: 200px;
  width: 3px;
}

.device-iphone-14-pro .device-home::after,
.device-iphone-14-pro .device-home::before {
  border: solid rgba(1, 1, 1, .25);
  border-width: 6px 0;
  content: "";
  height: 6px;
  position: absolute;
  width: 6px;
  z-index: 9;
}

.device-iphone-14-pro .device-home::after {
  right: 86px;
  top: 0;
}

.device-iphone-14-pro .device-home::before {
  bottom: 0;
  left: 86px;
}

.device-iphone-14-pro.device-silver .device-frame {
  border-color: #c8cacb;
  box-shadow: inset 0 0 4px 2px white, inset 0 0 0 6px #e2e3e4;
}

.device-iphone-14-pro.device-silver .device-btns {
  background: #c8cacb;
}

.device-iphone-14-pro.device-silver .device-btns::after,
.device-iphone-14-pro.device-silver .device-btns::before {
  background: #c8cacb;
}

.device-iphone-14-pro.device-silver .device-power {
  background: #c8cacb;
}

.device-iphone-14-pro.device-black .device-frame {
  border-color: #5c5956;
  box-shadow: inset 0 0 4px 2px white, inset 0 0 0 6px #76726f;
}

.device-iphone-14-pro.device-black .device-btns {
  background: #5c5956;
}

.device-iphone-14-pro.device-black .device-btns::after,
.device-iphone-14-pro.device-black .device-btns::before {
  background: #5c5956;
}

.device-iphone-14-pro.device-black .device-power {
  background: #5c5956;
}

.device-iphone-14-pro.device-gold .device-frame {
  border-color: #e7d19e;
  box-shadow: inset 0 0 4px 2px white, inset 0 0 0 6px #d2ab4c;
}

.device-iphone-14-pro.device-gold .device-btns {
  background: #e7d19e;
}

.device-iphone-14-pro.device-gold .device-btns::after,
.device-iphone-14-pro.device-gold .device-btns::before {
  background: #e7d19e;
}

.device-iphone-14-pro.device-gold .device-power {
  background: #e7d19e;
}

.device-iphone-14 {
  height: 868px;
  width: 428px;
}

.device-iphone-14 .device-frame {
  background: #010101;
  border: 1px solid #101315;
  border-radius: 68px;
  box-shadow: inset 0 0 4px 2px #b0b8c0, inset 0 0 0 6px #272c31;
  height: 868px;
  padding: 19px;
  width: 428px;
}

.device-iphone-14 .device-screen {
  border-radius: 49px;
  height: 830px;
  width: 390px;
}

.device-iphone-14 .device-stripe::after,
.device-iphone-14 .device-stripe::before {
  border: solid rgba(1, 1, 1, .25);
  border-width: 0 7px;
  content: "";
  height: 7px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 9;
}

.device-iphone-14 .device-stripe::after {
  top: 85px;
}

.device-iphone-14 .device-stripe::before {
  bottom: 85px;
}

.device-iphone-14 .device-header {
  background: #010101;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  height: 30px;
  left: 50%;
  margin-left: -80px;
  position: absolute;
  top: 20px;
  width: 160px;
}

.device-iphone-14 .device-header::after,
.device-iphone-14 .device-header::before {
  content: "";
  height: 10px;
  position: absolute;
  top: 0;
  width: 10px;
}

.device-iphone-14 .device-header::after {
  background: radial-gradient(circle at bottom left, transparent 0, transparent 75%, #010101 75%, #010101 100%);
  left: -10px;
}

.device-iphone-14 .device-header::before {
  background: radial-gradient(circle at bottom right, transparent 0, transparent 75%, #010101 75%, #010101 100%);
  right: -10px;
}

.device-iphone-14 .device-sensors::after,
.device-iphone-14 .device-sensors::before {
  content: "";
  position: absolute;
}

.device-iphone-14 .device-sensors::after {
  background: #151515;
  border: 1px solid #010101;
  border-radius: 4px;
  box-shadow: 0 0 4px #151515;
  height: 7px;
  left: 50%;
  margin-left: -35px;
  top: 8px;
  width: 70px;
}

.device-iphone-14 .device-sensors::before {
  background: radial-gradient(farthest-corner at 20% 20%, #6074bf 0, transparent 40%), radial-gradient(farthest-corner at 80% 80%, #513785 0, #24555e 20%, transparent 50%);
  border-radius: 50%;
  box-shadow: 0 0 1px 1px rgba(255, 255, 255, .05);
  height: 9px;
  left: 50%;
  margin-left: -60px;
  top: 26px;
  width: 9px;
}

.device-iphone-14 .device-btns {
  background: #101315;
  border-radius: 2px;
  height: 32px;
  left: -2px;
  position: absolute;
  top: 115px;
  width: 3px;
}

.device-iphone-14 .device-btns::after,
.device-iphone-14 .device-btns::before {
  background: #101315;
  border-radius: 2px;
  content: "";
  height: 62px;
  left: 0;
  position: absolute;
  width: 3px;
}

.device-iphone-14 .device-btns::after {
  top: 60px;
}

.device-iphone-14 .device-btns::before {
  top: 140px;
}

.device-iphone-14 .device-power {
  background: #101315;
  border-radius: 2px;
  height: 100px;
  position: absolute;
  right: -2px;
  top: 200px;
  width: 3px;
}

.device-iphone-14 .device-home::after,
.device-iphone-14 .device-home::before {
  border: solid rgba(1, 1, 1, .25);
  border-width: 6px 0;
  content: "";
  height: 6px;
  position: absolute;
  width: 6px;
  z-index: 9;
}

.device-iphone-14 .device-home::after {
  right: 86px;
  top: 0;
}

.device-iphone-14 .device-home::before {
  bottom: 0;
  left: 86px;
}

.device-iphone-14.device-purple .device-frame {
  border-color: #af9bbf;
  box-shadow: inset 0 0 4px 2px white, inset 0 0 0 6px #c8bad3;
}

.device-iphone-14.device-purple .device-btns {
  background: #af9bbf;
}

.device-iphone-14.device-purple .device-btns::after,
.device-iphone-14.device-purple .device-btns::before {
  background: #af9bbf;
}

.device-iphone-14.device-purple .device-power {
  background: #af9bbf;
}

.device-iphone-14.device-starlight .device-frame {
  border-color: #bdb4aa;
  box-shadow: inset 0 0 4px 2px white, inset 0 0 0 6px #d3cdc7;
}

.device-iphone-14.device-starlight .device-btns {
  background: #bdb4aa;
}

.device-iphone-14.device-starlight .device-btns::after,
.device-iphone-14.device-starlight .device-btns::before {
  background: #bdb4aa;
}

.device-iphone-14.device-starlight .device-power {
  background: #bdb4aa;
}

.device-iphone-14.device-red .device-frame {
  border-color: #d11813;
  box-shadow: inset 0 0 4px 2px white, inset 0 0 0 6px #ec302b;
}

.device-iphone-14.device-red .device-btns {
  background: #d11813;
}

.device-iphone-14.device-red .device-btns::after,
.device-iphone-14.device-red .device-btns::before {
  background: #d11813;
}

.device-iphone-14.device-red .device-power {
  background: #d11813;
}

.device-iphone-14.device-blue .device-frame {
  border-color: #7992aa;
  box-shadow: inset 0 0 4px 2px white, inset 0 0 0 6px #98abbe;
}

.device-iphone-14.device-blue .device-btns {
  background: #7992aa;
}

.device-iphone-14.device-blue .device-btns::after,
.device-iphone-14.device-blue .device-btns::before {
  background: #7992aa;
}

.device-iphone-14.device-blue .device-power {
  background: #7992aa;
}

.device-iphone-x {
  height: 868px;
  width: 428px;
}

.device-iphone-x .device-frame {
  background: #222;
  border-radius: 68px;
  box-shadow: inset 0 0 2px 2px #c8cacb, inset 0 0 0 7px #e2e3e4;
  height: 868px;
  padding: 28px;
  width: 428px;
}

.device-iphone-x .device-screen {
  border-radius: 40px;
  height: 812px;
  width: 375px;
}

.device-iphone-x .device-stripe::after,
.device-iphone-x .device-stripe::before {
  border: solid rgba(1, 1, 1, .25);
  border-width: 0 7px;
  content: "";
  height: 7px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 9;
}

.device-iphone-x .device-stripe::after {
  top: 85px;
}

.device-iphone-x .device-stripe::before {
  bottom: 85px;
}

.device-iphone-x .device-header {
  background: #222;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  height: 30px;
  left: 50%;
  margin-left: -102px;
  position: absolute;
  top: 28px;
  width: 204px;
}

.device-iphone-x .device-header::after,
.device-iphone-x .device-header::before {
  content: "";
  height: 10px;
  position: absolute;
  top: 0;
  width: 10px;
}

.device-iphone-x .device-header::after {
  background: radial-gradient(circle at bottom left, transparent 0, transparent 75%, #222 75%, #222 100%);
  left: -10px;
}

.device-iphone-x .device-header::before {
  background: radial-gradient(circle at bottom right, transparent 0, transparent 75%, #222 75%, #222 100%);
  right: -10px;
}

.device-iphone-x .device-sensors::after,
.device-iphone-x .device-sensors::before {
  content: "";
  position: absolute;
}

.device-iphone-x .device-sensors::after {
  background: #333;
  border-radius: 3px;
  height: 6px;
  left: 50%;
  margin-left: -25px;
  top: 32px;
  width: 50px;
}

.device-iphone-x .device-sensors::before {
  background: radial-gradient(farthest-corner at 20% 20%, #6074bf 0, transparent 40%), radial-gradient(farthest-corner at 80% 80%, #513785 0, #24555e 20%, transparent 50%);
  border-radius: 50%;
  box-shadow: 0 0 1px 1px rgba(255, 255, 255, .05);
  height: 10px;
  left: 50%;
  margin-left: 42px;
  top: 30px;
  width: 10px;
}

.device-iphone-x .device-btns {
  background: #c8cacb;
  height: 32px;
  left: -3px;
  position: absolute;
  top: 115px;
  width: 3px;
}

.device-iphone-x .device-btns::after,
.device-iphone-x .device-btns::before {
  background: #c8cacb;
  content: "";
  height: 62px;
  left: 0;
  position: absolute;
  width: 3px;
}

.device-iphone-x .device-btns::after {
  top: 60px;
}

.device-iphone-x .device-btns::before {
  top: 140px;
}

.device-iphone-x .device-power {
  background: #c8cacb;
  height: 100px;
  position: absolute;
  right: -3px;
  top: 200px;
  width: 3px;
}

.device-iphone-8 {
  height: 871px;
  width: 419px;
}

.device-iphone-8 .device-frame {
  background: #fff;
  border-radius: 68px;
  box-shadow: inset 0 0 0 2px #c8cacb, inset 0 0 0 7px #e2e3e4;
  height: 871px;
  padding: 102px 22px;
  width: 419px;
}

.device-iphone-8 .device-screen {
  border: 2px solid #222;
  border-radius: 4px;
  height: 667px;
  width: 375px;
}

.device-iphone-8 .device-stripe::after,
.device-iphone-8 .device-stripe::before {
  border: solid rgba(51, 51, 51, .15);
  border-width: 0 7px;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 9;
}

.device-iphone-8 .device-stripe::after {
  top: 68px;
}

.device-iphone-8 .device-stripe::before {
  bottom: 68px;
}

.device-iphone-8 .device-home {
  border: 2px solid #c8cacb;
  border-radius: 50%;
  bottom: 25px;
  height: 58px;
  left: 50%;
  margin-left: -29px;
  position: absolute;
  width: 58px;
}

.device-iphone-8 .device-sensors {
  background: #666;
  border-radius: 3px;
  height: 6px;
  left: 50%;
  margin-left: -38px;
  position: absolute;
  top: 52px;
  width: 76px;
}

.device-iphone-8 .device-sensors::after,
.device-iphone-8 .device-sensors::before {
  background: #666;
  border-radius: 50%;
  content: "";
  position: absolute;
}

.device-iphone-8 .device-sensors::after {
  height: 10px;
  left: 50%;
  margin-left: -5px;
  top: -25px;
  width: 10px;
}

.device-iphone-8 .device-sensors::before {
  height: 12px;
  left: -42px;
  margin-top: -6px;
  top: 50%;
  width: 12px;
}

.device-iphone-8 .device-btns {
  background: #c8cacb;
  height: 30px;
  left: -3px;
  position: absolute;
  top: 102px;
  width: 3px;
}

.device-iphone-8 .device-btns::after,
.device-iphone-8 .device-btns::before {
  background: #c8cacb;
  content: "";
  height: 56px;
  left: 0;
  position: absolute;
  width: 3px;
}

.device-iphone-8 .device-btns::after {
  top: 62px;
}

.device-iphone-8 .device-btns::before {
  top: 132px;
}

.device-iphone-8 .device-power {
  background: #c8cacb;
  height: 80px;
  position: absolute;
  right: -2px;
  top: 160px;
  width: 3px;
}

.device-iphone-8.device-gold .device-frame {
  box-shadow: inset 0 0 0 2px #e4b08a, inset 0 0 0 7px #f7e8dd;
}

.device-iphone-8.device-gold .device-home {
  border-color: #e4b08a;
}

.device-iphone-8.device-gold .device-btns,
.device-iphone-8.device-gold .device-btns::after,
.device-iphone-8.device-gold .device-btns::before {
  background: #e4b08a;
}

.device-iphone-8.device-gold .device-power {
  background: #e4b08a;
}

.device-iphone-8.device-spacegray .device-frame {
  background: #222;
  box-shadow: inset 0 0 0 2px #74747a, inset 0 0 0 7px #9b9ba0;
}

.device-iphone-8.device-spacegray .device-stripe::after,
.device-iphone-8.device-spacegray .device-stripe::before {
  border-color: rgba(204, 204, 204, .35);
}

.device-iphone-8.device-spacegray .device-btns,
.device-iphone-8.device-spacegray .device-btns::after,
.device-iphone-8.device-spacegray .device-btns::before {
  background: #74747a;
}

.device-the-iphone {
  height: 610px;
  width: 320px;
}

.device-the-iphone .device-frame {
  background: #010101;
  border: 1px solid darkgray;
  border-radius: 56px;
  box-shadow: inset 0 0 4px 3px #010101, inset 0 0 2px 13px #f5f5f5;
  height: 610px;
  padding: 100px 22px;
  width: 320px;
}

.device-the-iphone .device-frame::before {
  border: 8px solid #010101;
  border-left-width: 2px;
  border-radius: 48px;
  border-right-width: 2px;
  box-shadow: inset 0 0 8px 2px #010101;
  content: "";
  height: 594px;
  left: 2px;
  position: absolute;
  top: 9px;
  width: 316px;
}

.device-the-iphone .device-frame::after {
  border: 4px solid gainsboro;
  border-radius: 38px;
  content: "";
  height: 590px;
  left: 13px;
  position: absolute;
  top: 11px;
  width: 294px;
}

.device-the-iphone .device-screen {
  border: 2px solid #272727;
  border-radius: 4px;
  height: 410px;
  width: 276px;
}

.device-the-iphone .device-sensors::before {
  background: linear-gradient(to bottom, #272727 50%, rgba(220, 220, 220, .25) 50%, darkgray);
  border-radius: 5px;
  content: "";
  height: 10px;
  left: 50%;
  margin-left: -28px;
  position: absolute;
  top: 52px;
  width: 56px;
}

.device-the-iphone .device-sensors::after {
  background: #272727;
  border: 1px solid #010101;
  border-radius: 3px;
  content: "";
  height: 6px;
  left: 50%;
  margin-left: -26px;
  position: absolute;
  top: 54px;
  width: 52px;
}

.device-the-iphone .device-btns {
  background: dimgray;
  border-radius: 2px 0 0 2px;
  height: 30px;
  left: -2px;
  position: absolute;
  top: 60px;
  width: 2px;
}

.device-the-iphone .device-btns::after,
.device-the-iphone .device-btns::before {
  background: dimgray;
  content: "";
  height: 56px;
  left: 0;
  position: absolute;
  width: 2px;
}

.device-the-iphone .device-btns::after {
  border-radius: 2px 0 0 50%;
  top: 50px;
}

.device-the-iphone .device-btns::before {
  border-radius: 50% 0 0 2px;
  top: 131px;
}

.device-the-iphone .device-home {
  background: radial-gradient(circle at top center, #010101 70%, rgba(220, 220, 220, .25) 70%, darkgray);
  border: 1px solid #292929;
  border-radius: 50%;
  bottom: 28px;
  height: 56px;
  left: 50%;
  margin-left: -28px;
  position: absolute;
  width: 56px;
}

.device-the-iphone .device-home::before {
  border: 1px solid gainsboro;
  border-radius: 4px;
  content: "";
  height: 20px;
  left: 17px;
  position: absolute;
  top: 17px;
  width: 20px;
}

.device-the-iphone .device-power {
  background: dimgray;
  border-radius: 2px 2px 0 0;
  height: 2px;
  position: absolute;
  right: 52px;
  top: -2px;
  width: 52px;
}

.device-google-pixel-6-pro {
  height: 862px;
  width: 404px;
}

.device-google-pixel-6-pro .device-frame {
  background: #121212;
  border-radius: 28px;
  box-shadow: inset 0 0 12px #8d8d86, inset 0 7px 0 3px #fdfdfc, inset 0 -6px 0 3px #fdfdfc;
  height: 862px;
  margin: 0 2px;
  padding: 20px 12px 26px 12px;
  width: 400px;
}

.device-google-pixel-6-pro .device-screen {
  border-radius: 27px;
  height: 816px;
  width: 376px;
}

.device-google-pixel-6-pro .device-header {
  background: linear-gradient(to bottom, #8d8d86 0, #cbcbc8 30%, #cbcbc8 100%);
  height: 10px;
  left: 50%;
  margin-left: -147px;
  position: absolute;
  top: 0;
  width: 294px;
}

.device-google-pixel-6-pro .device-stripe::after {
  background: linear-gradient(to top, #121212, #666661);
  border-radius: 50px 50px 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -22px;
  position: absolute;
  width: 44px;
}

.device-google-pixel-6-pro .device-stripe::before {
  background: #cbcbc8;
  bottom: 0;
  content: "";
  height: 9px;
  left: 50%;
  margin-left: 40px;
  position: absolute;
  width: 11px;
}

.device-google-pixel-6-pro .device-sensors {
  background: #121212;
  border-radius: 50%;
  height: 22px;
  left: 50%;
  margin-left: -11px;
  margin-top: -11px;
  position: absolute;
  top: 39px;
  width: 22px;
}

.device-google-pixel-6-pro .device-sensors::after,
.device-google-pixel-6-pro .device-sensors::before {
  content: "";
  position: absolute;
}

.device-google-pixel-6-pro .device-sensors::after {
  background: linear-gradient(to bottom, #121212, #666661);
  border-radius: 0 0 50px 50px;
  height: 4px;
  left: 50%;
  margin-left: -103px;
  top: -18px;
  width: 206px;
}

.device-google-pixel-6-pro .device-sensors::before {
  background: radial-gradient(farthest-corner at 20% 20%, #6074bf 0, transparent 40%), radial-gradient(farthest-corner at 80% 80%, #513785 0, #24555e 20%, transparent 50%);
  border-radius: 50%;
  box-shadow: 0 0 1px 1px rgba(255, 255, 255, .05);
  height: 8px;
  left: 7px;
  top: 7px;
  width: 8px;
}

.device-google-pixel-6-pro .device-btns {
  background: #b2b2ae;
  height: 102px;
  position: absolute;
  right: 0;
  top: 306px;
  width: 3px;
}

.device-google-pixel-6-pro .device-power {
  background: #b2b2ae;
  height: 58px;
  position: absolute;
  right: 0;
  top: 194px;
  width: 3px;
}

.device-google-pixel-6-pro.device-gold .device-frame {
  box-shadow: inset 0 0 12px #ff962e, inset 0 7px 0 3px white, inset 0 -6px 0 3px white;
}

.device-google-pixel-6-pro.device-gold .device-header {
  background: linear-gradient(to bottom, #ff962e 0, #ffd6ad 30%, #ffd6ad 100%);
}

.device-google-pixel-6-pro.device-gold .device-stripe::after {
  background: linear-gradient(to top, #121212, #e07000);
}

.device-google-pixel-6-pro.device-gold .device-stripe::before {
  background: #ffd6ad;
}

.device-google-pixel-6-pro.device-gold .device-btns {
  background: #ffbd7a;
}

.device-google-pixel-6-pro.device-gold .device-power {
  background: #ffbd7a;
}

.device-google-pixel-6-pro.device-black .device-frame {
  box-shadow: inset 0 0 12px black, inset 0 7px 0 3px #646668, inset 0 -6px 0 3px #646668;
}

.device-google-pixel-6-pro.device-black .device-header {
  background: linear-gradient(to bottom, black 0, #323334 30%, #323334 100%);
}

.device-google-pixel-6-pro.device-black .device-stripe::after {
  background: linear-gradient(to top, #121212, black);
}

.device-google-pixel-6-pro.device-black .device-stripe::before {
  background: #323334;
}

.device-google-pixel-6-pro.device-black .device-btns {
  background: #191a1a;
}

.device-google-pixel-6-pro.device-black .device-power {
  background: #191a1a;
}

.device-google-pixel-2-xl {
  height: 832px;
  width: 404px;
}

.device-google-pixel-2-xl .device-frame {
  background: #121212;
  border-radius: 36px;
  box-shadow: inset 0 0 0 2px #cfcfcf, inset 0 0 0 7px #9c9c9c;
  height: 832px;
  padding: 56px 22px;
  width: 404px;
}

.device-google-pixel-2-xl .device-screen {
  border-radius: 27px;
  height: 720px;
  width: 360px;
}

.device-google-pixel-2-xl .device-header {
  height: 832px;
  left: 50%;
  margin-left: -150px;
  position: absolute;
  top: 0;
  width: 300px;
}

.device-google-pixel-2-xl .device-header::after,
.device-google-pixel-2-xl .device-header::before {
  background: #333;
  border-radius: 3px;
  content: "";
  height: 6px;
  left: 50%;
  margin-left: -73px;
  margin-top: -3px;
  position: absolute;
  width: 146px;
}

.device-google-pixel-2-xl .device-header::after {
  top: 24px;
}

.device-google-pixel-2-xl .device-header::before {
  bottom: 28px;
}

.device-google-pixel-2-xl .device-sensors {
  background: #333;
  border-radius: 7px;
  height: 14px;
  left: 54px;
  margin-top: -7px;
  position: absolute;
  top: 36px;
  width: 14px;
}

.device-google-pixel-2-xl .device-btns {
  background: #cfcfcf;
  height: 102px;
  position: absolute;
  right: -3px;
  top: 306px;
  width: 3px;
}

.device-google-pixel-2-xl .device-power {
  background: #cfcfcf;
  height: 58px;
  position: absolute;
  right: -3px;
  top: 194px;
  width: 3px;
}

.device-google-pixel {
  height: 744px;
  width: 360px;
}

.device-google-pixel .device-frame {
  background: #f7f7f8;
  border-radius: 54px;
  box-shadow: inset 0 0 0 2px #c8cacb, inset 0 0 0 6px #e2e3e4, inset 0 0 0 10px white;
  height: 744px;
  padding: 82px 18px 86px 18px;
  width: 360px;
}

.device-google-pixel .device-screen {
  border: 2px solid #222;
  border-radius: 2px;
  height: 576px;
  width: 324px;
}

.device-google-pixel .device-stripe {
  border-top: 6px solid rgba(51, 51, 51, .15);
  bottom: 0;
  left: 254px;
  position: absolute;
  top: 0;
  width: 8px;
}

.device-google-pixel .device-stripe::after,
.device-google-pixel .device-stripe::before {
  border: solid rgba(51, 51, 51, .15);
  border-width: 0 6px;
  content: "";
  height: 10px;
  left: -254px;
  position: absolute;
  width: 360px;
  z-index: 9;
}

.device-google-pixel .device-stripe::after {
  top: 60px;
}

.device-google-pixel .device-stripe::before {
  bottom: 46px;
}

.device-google-pixel .device-sensors {
  background: #ddd;
  border-radius: 2.5px;
  height: 5px;
  left: 50%;
  margin-left: -39px;
  margin-top: -2.5px;
  position: absolute;
  top: 41px;
  width: 78px;
}

.device-google-pixel .device-sensors::after,
.device-google-pixel .device-sensors::before {
  background: #333;
  border-radius: 6px;
  content: "";
  position: absolute;
}

.device-google-pixel .device-sensors::after {
  height: 12px;
  left: 50%;
  margin-left: -14px;
  top: 21.5px;
  width: 28px;
}

.device-google-pixel .device-sensors::before {
  height: 10px;
  left: -81px;
  margin-top: -5px;
  top: 50%;
  width: 10px;
}

.device-google-pixel .device-btns {
  background: #c8cacb;
  height: 102px;
  position: absolute;
  right: -2px;
  top: 298px;
  width: 3px;
}

.device-google-pixel .device-power {
  background: #c8cacb;
  height: 50px;
  position: absolute;
  right: -2px;
  top: 184px;
  width: 3px;
}

.device-google-pixel.device-black .device-frame {
  background: #211d1c;
  box-shadow: inset 0 0 0 2px #363635, inset 0 0 0 6px #6a6967, inset 0 0 0 10px #3d3533;
}

.device-google-pixel.device-black .device-stripe,
.device-google-pixel.device-black .device-stripe::after,
.device-google-pixel.device-black .device-stripe::before {
  border-color: rgba(13, 13, 13, .35);
}

.device-google-pixel.device-black .device-sensors {
  background: #444;
}

.device-google-pixel.device-black .device-sensors::after {
  background: #0d0d0d;
}

.device-google-pixel.device-black .device-btns,
.device-google-pixel.device-black .device-btns::after,
.device-google-pixel.device-black .device-btns::before {
  background: #363635;
}

.device-google-pixel.device-black .device-power {
  background: #363635;
}

.device-google-pixel.device-blue .device-frame {
  box-shadow: inset 0 0 0 2px #2a5aff, inset 0 0 0 6px #7695ff, inset 0 0 0 10px white;
}

.device-google-pixel.device-blue .device-btns,
.device-google-pixel.device-blue .device-btns::after,
.device-google-pixel.device-blue .device-btns::before {
  background: #2a5aff;
}

.device-google-pixel.device-blue .device-power {
  background: #2a5aff;
}

.device-galaxy-s8 {
  height: 828px;
  width: 380px;
}

.device-galaxy-s8 .device-frame {
  background: #222;
  border: solid #cfcfcf;
  border-radius: 55px;
  border-width: 5px 0;
  box-shadow: inset 0 0 0 2px #9c9c9c;
  height: 828px;
  padding: 48px 10px 40px 10px;
  width: 380px;
}

.device-galaxy-s8 .device-screen {
  border: 2px solid #222;
  border-radius: 34px;
  height: 740px;
  width: 360px;
}

.device-galaxy-s8 .device-stripe::after,
.device-galaxy-s8 .device-stripe::before {
  border: solid rgba(51, 51, 51, .15);
  border-width: 5px 0;
  content: "";
  height: 828px;
  position: absolute;
  top: 0;
  width: 6px;
  z-index: 9;
}

.device-galaxy-s8 .device-stripe::after {
  left: 48px;
}

.device-galaxy-s8 .device-stripe::before {
  right: 48px;
}

.device-galaxy-s8 .device-sensors {
  background: #666;
  border-radius: 3px;
  height: 6px;
  left: 50%;
  margin-left: -24px;
  margin-top: -3px;
  position: absolute;
  top: 32px;
  width: 48px;
}

.device-galaxy-s8 .device-sensors::after,
.device-galaxy-s8 .device-sensors::before {
  background: #666;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 50%;
}

.device-galaxy-s8 .device-sensors::after {
  box-shadow: -192px 0 #333, -174px 0 #333, -240px 0 #333;
  height: 8px;
  margin-top: -4px;
  right: -90px;
  width: 8px;
}

.device-galaxy-s8 .device-sensors::before {
  box-shadow: 186px 0 #666;
  height: 12px;
  left: -90px;
  margin-top: -6px;
  width: 12px;
}

.device-galaxy-s8 .device-btns {
  background: #9c9c9c;
  border-radius: 3px 0 0 3px;
  height: 116px;
  left: -3px;
  position: absolute;
  top: 144px;
  width: 3px;
}

.device-galaxy-s8 .device-btns::after {
  background: #9c9c9c;
  border-radius: 3px 0 0 3px;
  content: "";
  height: 54px;
  left: 0;
  position: absolute;
  top: 164px;
  width: 3px;
}

.device-galaxy-s8 .device-power {
  background: #9c9c9c;
  border-radius: 0 3px 3px 0;
  height: 54px;
  position: absolute;
  right: -3px;
  top: 260px;
  width: 3px;
}

.device-galaxy-s8.device-blue .device-frame {
  border-color: #a3c5e8;
  box-shadow: inset 0 0 0 2px #5192d4;
}

.device-galaxy-s8.device-blue .device-stripe::after,
.device-galaxy-s8.device-blue .device-stripe::before {
  border-color: rgba(255, 255, 255, .35);
}

.device-galaxy-s8.device-blue .device-btns,
.device-galaxy-s8.device-blue .device-btns::after {
  background: #5192d4;
}

.device-galaxy-s8.device-blue .device-power {
  background: #5192d4;
}

.device-macbook-pro {
  height: 434px;
  width: 740px;
}

.device-macbook-pro .device-frame {
  background: #0d0d0d;
  border-radius: 20px;
  box-shadow: inset 0 0 0 2px #c8cacb;
  height: 418px;
  margin: 0 auto;
  padding: 9px 9px 23px 9px;
  position: relative;
  width: 618px;
}

.device-macbook-pro .device-frame::after {
  background: linear-gradient(to bottom, #272727, #0d0d0d);
  border-radius: 0 0 20px 20px;
  bottom: 2px;
  content: "";
  height: 24px;
  left: 2px;
  position: absolute;
  width: 614px;
}

.device-macbook-pro .device-header {
  background: #0d0d0d;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 12px;
  left: 50%;
  margin-left: -32px;
  position: absolute;
  top: 11px;
  width: 64px;
  z-index: 2;
}

.device-macbook-pro .device-header::after,
.device-macbook-pro .device-header::before {
  content: "";
  height: 4px;
  position: absolute;
  top: 0;
  width: 4px;
}

.device-macbook-pro .device-header::after {
  background: radial-gradient(circle at bottom left, transparent 0, transparent 75%, #0d0d0d 75%, #0d0d0d 100%);
  left: -4px;
}

.device-macbook-pro .device-header::before {
  background: radial-gradient(circle at bottom right, transparent 0, transparent 75%, #0d0d0d 75%, #0d0d0d 100%);
  right: -4px;
}

.device-macbook-pro .device-screen {
  border: 2px solid #121212;
  border-radius: 10px 10px 0 0;
  height: 375px;
  width: 600px;
}

.device-macbook-pro .device-power {
  background: radial-gradient(circle at center, #e2e3e4 85%, #c8cacb 100%);
  border: solid #a0a3a7;
  border-radius: 2px 2px 12px 12px;
  border-width: 1px 2px 0 2px;
  box-shadow: inset 0 -2px 8px 0 #6c7074;
  height: 24px;
  margin-top: -10px;
  position: relative;
  width: 740px;
  z-index: 9;
}

.device-macbook-pro .device-power::after {
  background: #e2e3e4;
  border-radius: 0 0 10px 10px;
  box-shadow: inset 0 0 4px 2px #babdbf;
  content: "";
  height: 10px;
  left: 50%;
  margin-left: -60px;
  position: absolute;
  top: 0;
  width: 120px;
}

.device-macbook-pro .device-power::before {
  background: transparent;
  border-radius: 0 0 3px 3px;
  bottom: -2px;
  box-shadow: -300px 0 #272727, 300px 0 #272727;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -20px;
  position: absolute;
  width: 40px;
}

.device-macbook-pro.device-spacegray .device-frame {
  box-shadow: inset 0 0 0 2px #767a7d;
}

.device-macbook-pro.device-spacegray .device-power {
  background: radial-gradient(circle at center, #83878a 85%, #767a7d 100%);
  border-color: #454749;
  box-shadow: inset 0 -2px 8px 0 #202121;
}

.device-macbook-pro.device-spacegray .device-power::after {
  background: #b7babc;
  box-shadow: inset 0 0 4px 2px #6a6d70;
}

.device-macbook-pro-2018 {
  height: 444px;
  width: 740px;
}

.device-macbook-pro-2018 .device-frame {
  background: #0d0d0d;
  border-radius: 20px;
  box-shadow: inset 0 0 0 2px #c8cacb;
  height: 428px;
  margin: 0 auto;
  padding: 29px 19px 39px 19px;
  position: relative;
  width: 614px;
}

.device-macbook-pro-2018 .device-frame::after {
  background: #272727;
  border-radius: 0 0 20px 20px;
  bottom: 2px;
  content: "";
  height: 26px;
  left: 2px;
  position: absolute;
  width: 610px;
}

.device-macbook-pro-2018 .device-frame::before {
  bottom: 10px;
  color: #c8cacb;
  content: "MacBook Pro";
  font-size: 12px;
  height: 16px;
  left: 50%;
  line-height: 16px;
  margin-left: -100px;
  position: absolute;
  text-align: center;
  width: 200px;
  z-index: 1;
}

.device-macbook-pro-2018 .device-screen {
  border: 2px solid #121212;
  border-radius: 2px;
  height: 360px;
  width: 576px;
}

.device-macbook-pro-2018 .device-power {
  background: #e2e3e4;
  border: solid #d5d6d8;
  border-radius: 2px 2px 0 0;
  border-width: 2px 4px 0 4px;
  height: 14px;
  margin-top: -10px;
  position: relative;
  width: 740px;
  z-index: 9;
}

.device-macbook-pro-2018 .device-power::after,
.device-macbook-pro-2018 .device-power::before {
  content: "";
  position: absolute;
}

.device-macbook-pro-2018 .device-power::after {
  background: #d5d6d8;
  border-radius: 0 0 10px 10px;
  box-shadow: inset 0 0 4px 2px #babdbf;
  height: 10px;
  left: 50%;
  margin-left: -60px;
  top: -2px;
  width: 120px;
}

.device-macbook-pro-2018 .device-power::before {
  background: #a0a3a7;
  border-radius: 0 0 180px 180px/ 0 0 12px 12px;
  box-shadow: inset 0 -2px 6px 0 #474a4d;
  height: 12px;
  left: -4px;
  margin: 0 auto;
  top: 10px;
  width: 740px;
}

.device-macbook-pro-2018.device-spacegray .device-frame {
  box-shadow: inset 0 0 0 2px #767a7d;
}

.device-macbook-pro-2018.device-spacegray .device-power {
  background: #909496;
  border-color: #767a7d;
}

.device-macbook-pro-2018.device-spacegray .device-power::after {
  background: #83878a;
  box-shadow: inset 0 0 4px 2px #6a6d70;
}

.device-macbook-pro-2018.device-spacegray .device-power::before {
  background: #515456;
  box-shadow: inset 0 -2px 6px 0 black;
}

.device-macbook {
  height: 432px;
  width: 740px;
}

.device-macbook .device-frame {
  background: #0d0d0d;
  border-radius: 20px;
  box-shadow: inset 0 0 0 2px #c8cacb;
  height: 428px;
  margin: 0 auto;
  padding: 29px 19px 39px 19px;
  position: relative;
  width: 614px;
}

.device-macbook .device-frame::after {
  background: #272727;
  border-radius: 0 0 20px 20px;
  bottom: 2px;
  content: "";
  height: 26px;
  left: 2px;
  position: absolute;
  width: 610px;
}

.device-macbook .device-frame::before {
  bottom: 10px;
  color: #c8cacb;
  content: "MacBook";
  font-size: 12px;
  height: 16px;
  left: 50%;
  line-height: 16px;
  margin-left: -100px;
  position: absolute;
  text-align: center;
  width: 200px;
  z-index: 1;
}

.device-macbook .device-screen {
  border: 2px solid #121212;
  border-radius: 2px;
  height: 360px;
  width: 576px;
}

.device-macbook .device-power {
  background: #e2e3e4;
  border: solid #d5d6d8;
  border-radius: 2px 2px 0 0;
  border-width: 0 4px;
  height: 4px;
  margin-top: -10px;
  position: relative;
  width: 740px;
  z-index: 9;
}

.device-macbook .device-power::after,
.device-macbook .device-power::before {
  content: "";
  position: absolute;
}

.device-macbook .device-power::after {
  background: radial-gradient(circle at center, #e2e3e4 0, #e2e3e4 85%, #a0a3a7 100%);
  border: solid #adb0b3;
  border-width: 0 2px;
  height: 4px;
  left: 50%;
  margin-left: -60px;
  width: 120px;
}

.device-macbook .device-power::before {
  background: #a0a3a7;
  border-radius: 0 0 180px 180px/ 0 0 10px 10px;
  box-shadow: inset 0 -2px 6px 0 #474a4d;
  height: 10px;
  left: -4px;
  margin: 0 auto;
  top: 4px;
  width: 740px;
}

.device-macbook.device-gold .device-frame {
  box-shadow: inset 0 0 0 2px #edccb4;
}

.device-macbook.device-gold .device-power {
  background: #f7e8dd;
  border-color: #edccb4;
}

.device-macbook.device-gold .device-power::after {
  background: radial-gradient(circle at center, #f7e8dd 0, #f7e8dd 85%, #dfa276 100%);
  border-color: #e4b08a;
}

.device-macbook.device-gold .device-power::before {
  background: #edccb4;
  box-shadow: inset 0 -2px 6px 0 #83491f;
}

.device-macbook.device-rosegold .device-frame {
  box-shadow: inset 0 0 0 2px #f6a69a;
}

.device-macbook.device-rosegold .device-power {
  background: #facfc9;
  border-color: #f6a69a;
}

.device-macbook.device-rosegold .device-power::after {
  background: radial-gradient(circle at center, #facfc9 0, #facfc9 85%, #ef6754 100%);
  border-color: #f6a69a;
}

.device-macbook.device-rosegold .device-power::before {
  background: #f6a69a;
  box-shadow: inset 0 -2px 6px 0 #851b0c;
}

.device-macbook.device-spacegray .device-frame {
  box-shadow: inset 0 0 0 2px #767a7d;
}

.device-macbook.device-spacegray .device-power {
  background: #909496;
  border-color: #767a7d;
}

.device-macbook.device-spacegray .device-power::after {
  background: radial-gradient(circle at center, #909496 0, #909496 85%, #515456 100%);
  border-color: #5d6163;
}

.device-macbook.device-spacegray .device-power::before {
  background: #515456;
  box-shadow: inset 0 -2px 6px 0 black;
}

.device-imac {
  height: 540px;
  width: 640px;
}

.device-imac .device-frame {
  background: #edeef0;
  border-radius: 18px;
  box-shadow: inset 0 0 0 1px #d4d5d7;
  height: 440px;
  padding: 16px 16px 80px 16px;
  position: relative;
  width: 640px;
}

.device-imac .device-frame::after {
  background: #d4d5d7;
  border-radius: 0 0 18px 18px;
  bottom: 1px;
  box-shadow: inset 0 0 18px 0 #c7c8cb;
  content: "";
  height: 63px;
  left: 1px;
  position: absolute;
  width: 638px;
}

.device-imac .device-frame::before {
  background: #050505;
  border-radius: 50%;
  content: "";
  height: 6px;
  left: 50%;
  margin-left: -3px;
  position: absolute;
  text-align: center;
  top: 6px;
  width: 6px;
  z-index: 9;
}

.device-imac .device-screen {
  border: 2px solid #121212;
  border-radius: 2px;
  height: 342px;
  width: 608px;
}

.device-imac .device-power::after {
  background: radial-gradient(circle at center, #d4d5d7 85%, #9fa1a6 100%);
  border-top: 1px solid #d4d5d7;
  content: "";
  height: 6px;
  margin: 0 auto;
  position: relative;
  width: 152px;
}

.device-imac .device-power::before {
  background: linear-gradient(to bottom, #9fa1a6 0, #c7c8cb 40%, #c7c8cb 85%, white 90%, #6b6e74 100%);
  content: "";
  height: 92px;
  margin: 0 auto;
  position: relative;
  width: 152px;
}

.device-imac .device-home {
  background: transparent;
  border-radius: 0 0 3px 3px;
  bottom: 0;
  box-shadow: -61px 0 #d4d5d7, 61px 0 #d4d5d7;
  height: 2px;
  left: 50%;
  margin-left: -15px;
  position: absolute;
  width: 30px;
}

.device-imac.device-blue .device-frame {
  box-shadow: inset 0 0 0 2px #b4c7da;
}

.device-imac.device-blue .device-frame::after {
  background: #b4c7da;
  box-shadow: inset 0 0 18px 0 #a3bad2;
}

.device-imac.device-blue .device-power::after {
  background: radial-gradient(circle at center, #b4c7da 85%, #7094b8 100%);
  border-top-color: #b4c7da;
}

.device-imac.device-blue .device-power::before {
  background: linear-gradient(to bottom, #7094b8 0, #a3bad2 40%, #a3bad2 85%, white 90%, #406182 100%);
}

.device-imac.device-blue .device-home {
  box-shadow: -61px 0 #b4c7da, 61px 0 #b4c7da;
}

.device-imac.device-green .device-frame {
  box-shadow: inset 0 0 0 2px #bbd0c8;
}

.device-imac.device-green .device-frame::after {
  background: #bbd0c8;
  box-shadow: inset 0 0 18px 0 #acc6bc;
}

.device-imac.device-green .device-power::after {
  background: radial-gradient(circle at center, #bbd0c8 85%, #7fa697 100%);
  border-top-color: #bbd0c8;
}

.device-imac.device-green .device-power::before {
  background: linear-gradient(to bottom, #7fa697 0, #acc6bc 40%, #acc6bc 85%, white 90%, #4e7164 100%);
}

.device-imac.device-green .device-home {
  box-shadow: -61px 0 #bbd0c8, 61px 0 #bbd0c8;
}

.device-imac.device-pink .device-frame {
  box-shadow: inset 0 0 0 2px #edccc6;
}

.device-imac.device-pink .device-frame::after {
  background: #edccc6;
  box-shadow: inset 0 0 18px 0 #e7bbb3;
}

.device-imac.device-pink .device-power::after {
  background: radial-gradient(circle at center, #edccc6 85%, #d58778 100%);
  border-top-color: #edccc6;
}

.device-imac.device-pink .device-power::before {
  background: linear-gradient(to bottom, #d58778 0, #e7bbb3 40%, #e7bbb3 85%, white 90%, #b04a37 100%);
}

.device-imac.device-pink .device-home {
  box-shadow: -61px 0 #edccc6, 61px 0 #edccc6;
}

.device-imac.device-yellow .device-frame {
  box-shadow: inset 0 0 0 2px #f4d595;
}

.device-imac.device-yellow .device-frame::after {
  background: #f4d595;
  box-shadow: inset 0 0 18px 0 #f2cc7e;
}

.device-imac.device-yellow .device-power::after {
  background: radial-gradient(circle at center, #f4d595 85%, #eab039 100%);
  border-top-color: #f4d595;
}

.device-imac.device-yellow .device-power::before {
  background: linear-gradient(to bottom, #eab039 0, #f2cc7e 40%, #f2cc7e 85%, white 90%, #ab7912 100%);
}

.device-imac.device-yellow .device-home {
  box-shadow: -61px 0 #f4d595, 61px 0 #f4d595;
}

.device-imac.device-orange .device-frame {
  box-shadow: inset 0 0 0 2px #e9b5a0;
}

.device-imac.device-orange .device-frame::after {
  background: #e9b5a0;
  box-shadow: inset 0 0 18px 0 #e4a58b;
}

.device-imac.device-orange .device-power::after {
  background: radial-gradient(circle at center, #e9b5a0 85%, #d6744d 100%);
  border-top-color: #e9b5a0;
}

.device-imac.device-orange .device-power::before {
  background: linear-gradient(to bottom, #d6744d 0, #e4a58b 40%, #e4a58b 85%, white 90%, #994524 100%);
}

.device-imac.device-orange .device-home {
  box-shadow: -61px 0 #e9b5a0, 61px 0 #e9b5a0;
}

.device-imac.device-purple .device-frame {
  box-shadow: inset 0 0 0 2px #c4c4e5;
}

.device-imac.device-purple .device-frame::after {
  background: #c4c4e5;
  box-shadow: inset 0 0 18px 0 #b2b2dd;
}

.device-imac.device-purple .device-power::after {
  background: radial-gradient(circle at center, #c4c4e5 85%, #7d7dc6 100%);
  border-top-color: #c4c4e5;
}

.device-imac.device-purple .device-power::before {
  background: linear-gradient(to bottom, #7d7dc6 0, #b2b2dd 40%, #b2b2dd 85%, white 90%, #449 100%);
}

.device-imac.device-purple .device-home {
  box-shadow: -61px 0 #c4c4e5, 61px 0 #c4c4e5;
}

.device-imac-pro {
  height: 484px;
  width: 624px;
}

.device-imac-pro .device-frame {
  background: #0d0d0d;
  border-radius: 18px;
  box-shadow: inset 0 0 0 2px #080808;
  height: 428px;
  padding: 24px 24px 80px 24px;
  position: relative;
  width: 624px;
}

.device-imac-pro .device-frame::after {
  background: #2f2e33;
  border-radius: 0 0 18px 18px;
  bottom: 2px;
  content: "";
  height: 54px;
  left: 2px;
  position: absolute;
  width: 620px;
}

.device-imac-pro .device-frame::before {
  bottom: 15px;
  color: #0d0d0d;
  content: "";
  font-size: 24px;
  height: 24px;
  left: 50%;
  line-height: 24px;
  margin-left: -100px;
  position: absolute;
  text-align: center;
  width: 200px;
  z-index: 9;
}

.device-imac-pro .device-screen {
  border: 2px solid #121212;
  border-radius: 2px;
  height: 324px;
  width: 576px;
}

.device-imac-pro .device-power::after,
.device-imac-pro .device-power::before {
  content: "";
}

.device-imac-pro .device-power::after {
  background: #222225;
  border-radius: 2px;
  height: 6px;
  margin: 0 auto;
  position: relative;
  width: 180px;
}

.device-imac-pro .device-power::before {
  border: solid transparent;
  border-bottom-color: #333;
  border-width: 0 8px 50px 8px;
  height: 50px;
  margin: 0 auto;
  position: relative;
  width: 130px;
}

.device-surface-book {
  height: 424px;
  width: 728px;
}

.device-surface-book .device-frame {
  background: #0d0d0d;
  border-radius: 12px;
  box-shadow: inset 0 0 0 2px #c8c8c8;
  height: 408px;
  margin: 0 auto;
  padding: 24px 22px;
  position: relative;
  width: 584px;
}

.device-surface-book .device-screen {
  border: 2px solid #121212;
  border-radius: 2px;
  height: 360px;
  width: 540px;
}

.device-surface-book .device-btns::after,
.device-surface-book .device-btns::before {
  background: #c8c8c8;
  content: "";
  height: 2px;
  position: absolute;
  top: -2px;
}

.device-surface-book .device-btns::after {
  left: 122px;
  width: 20px;
}

.device-surface-book .device-btns::before {
  left: 168px;
  width: 44px;
}

.device-surface-book .device-power {
  background: linear-gradient(to bottom, #eee, #c8c8c8);
  border: solid #c8c8c8;
  border-radius: 2px;
  border-width: 0 2px;
  height: 16px;
  margin-top: 4px;
  position: relative;
  width: 728px;
}

.device-surface-book .device-power::after,
.device-surface-book .device-power::before {
  content: "";
  position: absolute;
}

.device-surface-book .device-power::after {
  background: radial-gradient(circle at center, #eee 0, #eee 95%, #a2a2a2 100%);
  border-radius: 0 0 6px 6px;
  height: 8px;
  left: 50%;
  margin-left: -125px;
  top: 0;
  width: 250px;
  z-index: 1;
}

.device-surface-book .device-power::before {
  background: linear-gradient(to bottom, #eee, #c8c8c8);
  border-radius: 2px 2px 0 0;
  bottom: 16px;
  height: 8px;
  left: 50%;
  margin-left: -292px;
  width: 584px;
}

.device-surface-studio {
  height: 506px;
  width: 640px;
}

.device-surface-studio .device-frame {
  background: #0d0d0d;
  border-radius: 10px;
  box-shadow: inset 0 0 0 2px black;
  height: 440px;
  padding: 20px;
  width: 640px;
}

.device-surface-studio .device-screen {
  border: 2px solid #121212;
  border-radius: 2px;
  height: 400px;
  width: 600px;
}

.device-surface-studio .device-stripe {
  background: #444;
  border-radius: 0 0 2px 2px;
  bottom: 0;
  height: 4px;
  left: 50%;
  margin-left: -117px;
  position: absolute;
  width: 234px;
}

.device-surface-studio .device-stripe::after,
.device-surface-studio .device-stripe::before {
  content: "";
  left: 50%;
  position: absolute;
  top: -75px;
}

.device-surface-studio .device-stripe::after {
  border: 1px solid #e2e3e4;
  border-radius: 0 0 18px 18px;
  border-top: 0;
  box-shadow: inset 0 0 4px 1px #c8cacb, inset 0 0 4px 2px #e2e3e4, inset 0 0 0 8px #c8cacb;
  height: 60px;
  margin-left: -140px;
  width: 280px;
  z-index: -1;
}

.device-surface-studio .device-stripe::before {
  border: 15px solid #e2e3e4;
  border-radius: 0 0 8px 8px;
  border-top: 0;
  height: 70px;
  margin-left: -150px;
  width: 300px;
  z-index: -2;
}

.device-surface-studio .device-power {
  background: radial-gradient(circle at center, #e2e3e4 85%, #c8cacb 100%);
  border-radius: 0 0 2px 2px;
  height: 32px;
  margin: 30px auto 0 auto;
  position: relative;
  width: 250px;
}

.device-surface-studio .device-power::after {
  background: #babdbf;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 4px;
  width: 250px;
}

.device-ipad-pro {
  height: 778px;
  width: 560px;
}

.device-ipad-pro .device-frame {
  background: #0d0d0d;
  border-radius: 36px;
  box-shadow: inset 0 0 0 1px #babdbf, inset 0 0 1px 3px #e2e3e4;
  height: 778px;
  padding: 27px;
  width: 560px;
}

.device-ipad-pro .device-screen {
  border: 2px solid #121212;
  border-radius: 11px;
  height: 724px;
  width: 506px;
}

.device-ipad-pro .device-btns::after,
.device-ipad-pro .device-btns::before {
  background: #babdbf;
  content: "";
  position: absolute;
}

.device-ipad-pro .device-btns::after {
  height: 2px;
  right: 40px;
  top: -2px;
  width: 36px;
}

.device-ipad-pro .device-btns::before {
  box-shadow: 0 37px #babdbf;
  height: 32px;
  right: -2px;
  top: 63px;
  width: 2px;
}

.device-ipad-pro .device-sensors::after,
.device-ipad-pro .device-sensors::before {
  content: "";
  position: absolute;
}

.device-ipad-pro .device-sensors::after {
  background: #1a1a1a;
  border-radius: 17px;
  box-shadow: -20px 0 #1a1a1a, 70px 0 #1a1a1a;
  height: 10px;
  left: 50%;
  margin-left: -30px;
  top: 12px;
  width: 10px;
}

.device-ipad-pro .device-sensors::before {
  background: radial-gradient(farthest-corner at 20% 20%, #6074bf 0, transparent 40%), radial-gradient(farthest-corner at 80% 80%, #513785 0, #24555e 20%, transparent 50%);
  border-radius: 50%;
  box-shadow: 0 0 1px 1px rgba(255, 255, 255, .05);
  height: 6px;
  left: 50%;
  margin-left: -3px;
  top: 14px;
  width: 6px;
}

.device-ipad-pro.device-spacegray .device-frame {
  box-shadow: inset 0 0 0 1px #6a6d70, inset 0 0 1px 3px #83878a;
}

.device-ipad-pro.device-spacegray .device-btns::after,
.device-ipad-pro.device-spacegray .device-btns::before {
  background: #6a6d70;
}

.device-ipad-pro.device-spacegray .device-btns::before {
  box-shadow: 0 37px #6a6d70;
}

.device-ipad-pro-2017 {
  height: 804px;
  width: 560px;
}

.device-ipad-pro-2017 .device-frame {
  background: #fff;
  border-radius: 38px;
  box-shadow: inset 0 0 0 2px #c8cacb, inset 0 0 0 6px #e2e3e4;
  height: 804px;
  padding: 62px 25px;
  width: 560px;
}

.device-ipad-pro-2017 .device-screen {
  border: 2px solid #222;
  border-radius: 2px;
  height: 680px;
  width: 510px;
}

.device-ipad-pro-2017 .device-home {
  border: 2px solid #c8cacb;
  border-radius: 50%;
  bottom: 17px;
  height: 34px;
  left: 50%;
  margin-left: -17px;
  position: absolute;
  width: 34px;
}

.device-ipad-pro-2017 .device-sensors {
  background: #666;
  border-radius: 50%;
  height: 10px;
  left: 50%;
  margin-left: -5px;
  margin-top: -5px;
  position: absolute;
  top: 34px;
  width: 10px;
}

.device-ipad-pro-2017.device-gold .device-frame {
  box-shadow: inset 0 0 0 2px #e4b08a, inset 0 0 0 6px #f7e8dd;
}

.device-ipad-pro-2017.device-gold .device-header {
  border-color: #e4b08a;
}

.device-ipad-pro-2017.device-rosegold .device-frame {
  box-shadow: inset 0 0 0 2px #f6a69a, inset 0 0 0 6px #facfc9;
}

.device-ipad-pro-2017.device-rosegold .device-home {
  border-color: #f6a69a;
}

.device-ipad-pro-2017.device-spacegray .device-frame {
  background: #222;
  box-shadow: inset 0 0 0 2px #818187, inset 0 0 0 6px #9b9ba0;
}

.device-ipad-pro-2017.device-spacegray .device-home {
  border-color: #818187;
}

.device-surface-pro-2017 {
  height: 394px;
  width: 561px;
}

.device-surface-pro-2017 .device-frame {
  background: #0d0d0d;
  border-radius: 10px;
  box-shadow: inset 0 0 0 2px #c8c8c8;
  height: 394px;
  margin: 0 auto;
  padding: 26px 24px;
  width: 561px;
}

.device-surface-pro-2017 .device-screen {
  border: 2px solid #121212;
  border-radius: 2px;
  height: 342px;
  width: 513px;
}

.device-surface-pro-2017 .device-btns::after,
.device-surface-pro-2017 .device-btns::before {
  background: #c8c8c8;
  content: "";
  height: 2px;
  position: absolute;
  top: -2px;
}

.device-surface-pro-2017 .device-btns::after {
  left: 48px;
  width: 26px;
}

.device-surface-pro-2017 .device-btns::before {
  left: 94px;
  width: 48px;
}

.device-surface-pro-2017 .device-sensors {
  background: #333;
  border-radius: 50%;
  height: 6px;
  left: 50%;
  margin-left: -3px;
  margin-top: -3px;
  position: absolute;
  top: 14px;
  width: 6px;
}

.device-apple-watch-ultra {
  height: 380px;
  width: 360px;
}

.device-apple-watch-ultra .device-frame {
  background: #0d0d0d;
  border-radius: 92px;
  box-shadow: inset 0 0 12px 1px rgba(13, 13, 13, .75), inset 0 0 0 6px #d6ccc2, inset 0 0 0 12px #d6ccc2;
  height: 380px;
  margin: 0 20px;
  padding: 38px;
  position: relative;
  width: 320px;
}

.device-apple-watch-ultra .device-frame::before {
  border: 1px solid #f5f2f0;
  border-radius: 80px;
  box-shadow: 0 0 6px rgba(13, 13, 13, .2), inset 0 0 4px 1px #f5f2f0, inset 0 0 0 10px #d6ccc2;
  content: "";
  height: 356px;
  left: 12px;
  position: absolute;
  top: 12px;
  width: 296px;
}

.device-apple-watch-ultra .device-screen {
  border: 2px solid #121212;
  border-radius: 62px;
  height: 304px;
  width: 244px;
}

.device-apple-watch-ultra .device-header {
  background: radial-gradient(circle at center, #d6ccc2 50%, #ebe6e1 85%, #a38c76 100%);
  border-radius: 4px 4px 4px 4px / 8px 4px 4px 8px;
  box-shadow: inset 0 0 16px 1px rgba(13, 13, 13, .5), -8px 0 4px rgba(13, 13, 13, .2), inset 4px 0 4px rgba(13, 13, 13, .2);
  height: 214px;
  margin-top: -107px;
  position: absolute;
  right: 4px;
  top: 50%;
  width: 18px;
  z-index: 1;
}

.device-apple-watch-ultra .device-header::before {
  border-radius: 8px 4px 4px 8px / 32px 4px 4px 32px;
  box-shadow: -10px 0 8px rgba(13, 13, 13, .2);
  content: "";
  height: 194px;
  margin-top: -97px;
  position: absolute;
  right: 8px;
  top: 50%;
  width: 12px;
}

.device-apple-watch-ultra .device-btns {
  background: #d6ccc2;
  border-left: 1px solid #4c4033;
  border-radius: 8px 6px 6px 8px / 20px 6px 6px 20px;
  box-shadow: inset 8px 0 8px 0 #5c4d3e, inset -2px 0 6px #a38c76;
  height: 72px;
  position: absolute;
  right: 1px;
  top: 108px;
  width: 24px;
  z-index: 9;
}

.device-apple-watch-ultra .device-btns::after {
  background: #d6ccc2;
  border-radius: 2px 4px 4px 2px / 20px 8px 8px 20px;
  box-shadow: inset -2px 0 2px 0 #6b5948, inset -6px 0 18px #a38c76;
  content: "";
  height: 78px;
  position: absolute;
  right: 0;
  top: -4px;
  width: 6px;
}

.device-apple-watch-ultra .device-btns::before {
  background: #d6ccc2;
  border-radius: 20%;
  box-shadow: 0 -30px rgba(163, 140, 118, .5), 0 -27px #d6ccc2, 0 -25px #89735c, 0 -21px rgba(163, 140, 118, .5), 0 -18px #d6ccc2, 0 -16px #89735c, 0 -12px rgba(163, 140, 118, .5), 0 -9px #d6ccc2, 0 -7px #89735c, 0 -3px rgba(163, 140, 118, .5), 0 0 #d6ccc2, 0 2px #89735c, 0 6px rgba(163, 140, 118, .5), 0 9px #d6ccc2, 0 11px #89735c, 0 15px rgba(163, 140, 118, .5), 0 18px #d6ccc2, 0 20px #89735c, 0 24px rgba(163, 140, 118, .5), 0 27px #d6ccc2, 0 29px #89735c;
  content: "";
  height: 3px;
  margin-top: -2px;
  position: absolute;
  right: 2px;
  top: 50%;
  width: 16px;
  z-index: 9;
}

.device-apple-watch-ultra .device-stripe {
  background: #e0d9d1;
  border-radius: 2px 8px 8px 2px;
  box-shadow: 0 14px 0 #d6ccc2, 0 28px 0 #d6ccc2;
  height: 10px;
  left: 19px;
  position: absolute;
  top: 98px;
  width: 4px;
  z-index: 1;
}

.device-apple-watch-ultra .device-power {
  background: #d6ccc2;
  border-radius: 2px 4px 4px 2px / 2px 8px 8px 2px;
  box-shadow: inset 0 0 2px 1px #a38c76;
  height: 72px;
  position: absolute;
  right: 1px;
  top: 212px;
  width: 4px;
}

.device-apple-watch-ultra .device-home {
  background: #f18f42;
  border: 1px solid #a7500c;
  border-radius: 2px 4px 4px 2px / 2px 8px 8px 2px;
  box-shadow: inset 0 0 1px 1px #ef812a;
  height: 106px;
  left: 19px;
  position: absolute;
  top: 162px;
  width: 4px;
  z-index: 1;
}

.device-apple-watch-s8 {
  height: 380px;
  width: 360px;
}

.device-apple-watch-s8 .device-frame {
  background: #0d0d0d;
  border-radius: 92px;
  box-shadow: inset 0 0 24px 1px #0d0d0d, inset 0 0 0 12px #606c78;
  height: 380px;
  margin: 0 20px;
  padding: 28px 26px;
  position: relative;
  width: 320px;
}

.device-apple-watch-s8 .device-frame::before {
  border: 1px solid #0d0d0d;
  border-radius: 80px;
  box-shadow: 0 0 12px rgba(255, 255, 255, .5), inset 0 0 12px 2px rgba(255, 255, 255, .75);
  content: "";
  height: 356px;
  left: 12px;
  position: absolute;
  top: 12px;
  width: 298px;
}

.device-apple-watch-s8 .device-screen {
  border: 2px solid #121212;
  border-radius: 62px;
  height: 324px;
  width: 268px;
}

.device-apple-watch-s8 .device-btns {
  background: #606c78;
  border-left: 1px solid black;
  border-radius: 8px 6px 6px 8px / 20px 6px 6px 20px;
  box-shadow: inset 8px 0 8px 0 #1c1f23, inset -2px 0 6px #272c31, -4px 0 8px rgba(13, 13, 13, .25);
  height: 72px;
  position: absolute;
  right: 10px;
  top: 108px;
  width: 18px;
  z-index: 9;
}

.device-apple-watch-s8 .device-btns::after {
  background: #272c31;
  border-radius: 2px 4px 4px 2px / 20px 8px 8px 20px;
  box-shadow: inset -2px 0 2px 0 black, inset -6px 0 18px #272c31;
  content: "";
  height: 72px;
  position: absolute;
  right: 0;
  top: 0;
  width: 6px;
}

.device-apple-watch-s8 .device-btns::before {
  background: #272c31;
  border-radius: 20%;
  box-shadow: 0 -30px rgba(62, 70, 77, .75), 0 -27px #272c31, 0 -25px black, 0 -21px rgba(62, 70, 77, .75), 0 -18px #272c31, 0 -16px black, 0 -12px rgba(62, 70, 77, .75), 0 -9px #272c31, 0 -7px black, 0 -3px rgba(62, 70, 77, .75), 0 0 #272c31, 0 2px black, 0 6px rgba(62, 70, 77, .75), 0 9px #272c31, 0 11px black, 0 15px rgba(62, 70, 77, .75), 0 18px #272c31, 0 20px black, 0 24px rgba(62, 70, 77, .75), 0 27px #272c31, 0 29px black;
  content: "";
  height: 3px;
  margin-top: -2px;
  position: absolute;
  right: 2px;
  top: 50%;
  width: 10px;
  z-index: 9;
}

.device-apple-watch-s8 .device-power {
  background: #272c31;
  border-radius: 2px 4px 4px 2px / 2px 8px 8px 2px;
  box-shadow: inset 0 0 2px 1px #101315;
  height: 72px;
  position: absolute;
  right: 18px;
  top: 212px;
  width: 4px;
}

.device-homepod {
  height: 395px;
  width: 320px;
}

.device-homepod .device-frame {
  background: linear-gradient(to right, #36373a 0, #8d8f95 25%, #1d1e20 60%, #111112 90%, #1d1e20 100%);
  border-radius: 80px;
  box-shadow: inset 0 0 0 2px #36373a, inset 0 0 40px 1px #1d1e20, inset 0 12px 40px 1px white, inset 0 -24px 40px 1px black;
  height: 385px;
  margin: 5px auto;
  overflow: hidden;
  position: relative;
  width: 320px;
}

.device-homepod .device-stripe {
  background: repeating-linear-gradient(45deg, rgba(141, 143, 149, .35) 0, rgba(141, 143, 149, .35) 2px, transparent 2px, transparent 6px), repeating-linear-gradient(135deg, rgba(141, 143, 149, .35) 0, rgba(141, 143, 149, .35) 2px, transparent 2px, transparent 6px), repeating-linear-gradient(45deg, transparent 0, transparent 2px, rgba(29, 30, 32, .35) 2px, rgba(29, 30, 32, .35) 4px, transparent 4px, transparent 6px), repeating-linear-gradient(135deg, transparent 0, transparent 2px, rgba(29, 30, 32, .35) 2px, rgba(29, 30, 32, .35) 4px, transparent 4px, transparent 6px);
  border-radius: 80px;
  box-shadow: inset 0 0 0 2px #36373a, inset 0 0 40px 1px #1d1e20, inset 0 12px 24px 1px #9b9ca1, inset 0 -12px 24px 1px #050505;
  height: 385px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 5px;
  width: 320px;
  z-index: 9;
}

.device-homepod .device-stripe::before {
  top: 0;
  transform: translateY(-34%) perspective(500px) rotateX(51deg);
}

.device-homepod .device-stripe::after {
  bottom: 0;
  transform: translateY(34%) perspective(500px) rotateX(-51deg);
}

.device-homepod .device-home::before,
.device-homepod .device-home::after {
  background: #36373a;
  content: "";
  left: 50%;
  position: absolute;
}

.device-homepod .device-home::before {
  border-radius: 50% 50% 8px 8px;
  height: 10px;
  margin-left: -85px;
  top: 0;
  width: 170px;
}

.device-homepod .device-home::after {
  border-radius: 0 0 10% 10% / 0 0 8px 8px;
  bottom: 0;
  box-shadow: inset 0 0 4px 0 #111112;
  height: 5px;
  margin-left: -85px;
  width: 170px;
}

.device-pro-display-xdr {
  height: 475px;
  width: 640px;
}

.device-pro-display-xdr .device-frame {
  background: #151515;
  border-radius: 4px;
  box-shadow: inset 0 0 2px #d4d5d7;
  height: 368px;
  padding: 8px;
  position: relative;
  width: 640px;
}

.device-pro-display-xdr .device-frame::before {
  background: #050505;
  border-radius: 50%;
  content: "";
  height: 6px;
  left: 50%;
  margin-left: -3px;
  position: absolute;
  text-align: center;
  top: 6px;
  width: 6px;
  z-index: 9;
}

.device-pro-display-xdr .device-screen {
  border: 2px solid #121212;
  border-radius: 2px;
  height: 352px;
  width: 624px;
}

.device-pro-display-xdr .device-power::after {
  background: radial-gradient(circle at center, #d4d5d7 85%, #9fa1a6 100%);
  border-top: 1px solid #d4d5d7;
  content: "";
  height: 6px;
  margin: 0 auto;
  position: relative;
  width: 152px;
}

.device-pro-display-xdr .device-power::before {
  background: linear-gradient(to bottom, #9fa1a6 0, #c7c8cb 40%, #c7c8cb 85%, white 90%, #6b6e74 100%);
  content: "";
  height: 102px;
  margin: 0 auto;
  position: relative;
  width: 152px;
}

.device-pro-display-xdr .device-home {
  background: transparent;
  border-radius: 0 0 3px 3px;
  bottom: -2px;
  box-shadow: -61px 0 #6b6e74, 61px 0 #6b6e74;
  height: 1px;
  left: 50%;
  margin-left: -15px;
  position: absolute;
  width: 30px;
}
