/*$breakpoints: () !global;*/
@import url("https://fonts.googleapis.com/css?family=Lora|Poppins:300,400,500,600,700");
* {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

span svg {
  display: inline;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
}

/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
progress, sub, sup {
  vertical-align: baseline;
}

button, hr, input, select {
  overflow: visible;
}

[type=checkbox], [type=radio], legend {
  box-sizing: border-box;
  padding: 0;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button, input, select, textarea {
  font: inherit;
  margin: 0;
}

optgroup {
  font-weight: 700;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button:-moz-focusring, input:-moz-focusring {
  outline: ButtonText dotted 1px;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

@-ms-viewport {
  width: device-width;
}
body {
  -ms-overflow-style: scrollbar;
}

/* Type */
body, input, select, textarea {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: 0.03em;
}

a {
  text-decoration: none;
  color: #E60A6F;
}
a:hover {
  color: currentColor;
}

strong, b {
  font-weight: 800;
}

em, i {
  font-style: italic;
}

p {
  margin: 0;
  font-size: inherit;
  line-height: 2;
}
p:not(:last-child) {
  margin: 0 0 1.42857em 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  margin: 0 0 1.42857em 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  text-decoration: none;
}

h2 {
  font-size: 1.2em;
}

h3 {
  font-size: 0.9em;
}

h4 {
  font-size: 0.7em;
}

h5 {
  font-size: 0.7em;
}

h6 {
  font-size: 0.7em;
}

@media screen and (max-width: 47.9375em) {
  h2 {
    font-size: 1em;
  }

  h3 {
    font-size: 0.8em;
  }
}
sub {
  font-size: 0.8em;
  position: relative;
  top: 0.5em;
}

sup {
  font-size: 0.8em;
  position: relative;
  top: -0.5em;
}

blockquote {
  font-family: "Poppins", sans-serif;
  font-style: italic;
  margin: 0 0 1.42857em 0;
}

code {
  font-family: monospace;
  font-size: 0.9em;
}

code, address {
  background: rgba(26, 26, 26, 0.05);
  font-style: normal;
  line-height: 1.5;
  margin: 0 0.25em;
  padding: 0.25em 0.65em;
}

pre {
  -webkit-overflow-scrolling: touch;
  font-family: monospace;
  font-size: 0.9em;
  margin: 0 0 1.42857em 0;
}
pre code {
  display: block;
  line-height: 1.75em;
  padding: 1em 1.5em;
  overflow-x: auto;
}

hr {
  border: 0;
  border-bottom: solid 2px #1A1A1A;
  margin: 1.78571em 0;
}

body, input, select, textarea {
  font-size: 12px;
}

/* Type */
.title {
  display: block;
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  letter-spacing: -0.03em;
}
.title:not(p) {
  line-height: 1.2;
}
.title.title--xsmall {
  font-size: 0.91429em;
}
.title.title--xsmall:not(:last-child) {
  margin-bottom: 0.625em;
}
.title.title--small {
  font-size: 1.6em;
}
.title.title--small:not(:last-child) {
  margin-bottom: 0.44643em;
}
.title.title--medium {
  font-size: 2.28571em;
}
.title.title--medium:not(:last-child) {
  margin-bottom: 0.46875em;
}
.title.title--large {
  font-size: 4em;
}
.title.title--large:not(:last-child) {
  margin-bottom: 0.35714em;
}
.title.title--primary {
  color: #623DA4;
}
.title.title--secondary {
  color: #E60A6F;
}

@media screen and (max-width: 79.9375em) {
  .title.title--medium {
    font-size: 1.6em;
  }
  .title.title--large {
    font-size: 2.28571em;
  }
}
@media screen and (max-width: 47.9375em) {
  .title.title--medium, .title.title--large {
    font-size: 1.14286em;
  }
}
/* Button */
.button, input[type="submit"], button {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  display: inline-block;
  height: 2.85714em;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 2.85714em;
  padding: 0 1.42857em 0 1.42857em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  border: 1px solid transparent;
  background-color: transparent;
  box-shadow: inset 0 0 0 0 #1A1A1A;
  color: #1A1A1A;
  min-width: 8.57143em;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.button.button--icon:before, .button.button--icon span, input[type="submit"].button--icon:before, input[type="submit"].button--icon span, button.button--icon:before, button.button--icon span {
  margin-right: 0.5em;
}
.button.btton--fit, input[type="submit"].btton--fit, button.btton--fit {
  display: block;
  margin: 0 0 1.42857em 0;
  width: 100%;
}
.button.button--small, input[type="submit"].button--small, button.button--small {
  font-family: "Poppins", sans-serif;
  font-size: 0.78571em;
}
.button.button--big, input[type="submit"].button--big, button.button--big {
  font-size: 1.28571em;
}
.button.button--disabled, .button:button--disabled, input[type="submit"].button--disabled, input[type="submit"]:button--disabled, button.button--disabled, button:button--disabled {
  opacity: 0.25;
}
.button.button--fill, input[type="submit"].button--fill, button.button--fill {
  color: #FFFFFF;
}
.button.button--fill.button--light, input[type="submit"].button--fill.button--light, button.button--fill.button--light {
  background-color: #FFFFFF;
  color: #1A1A1A;
}
.button.button--fill.button--light:hover, .button.button--fill.button--light:active, input[type="submit"].button--fill.button--light:hover, input[type="submit"].button--fill.button--light:active, button.button--fill.button--light:hover, button.button--fill.button--light:active {
  background-color: white;
  color: #1A1A1A;
}
.button.button--fill.button--yellow, input[type="submit"].button--fill.button--yellow, button.button--fill.button--yellow {
  background-color: #FFBF41;
  color: #1A1A1A;
}
.button.button--fill.button--yellow:hover, .button.button--fill.button--yellow:active, input[type="submit"].button--fill.button--yellow:hover, input[type="submit"].button--fill.button--yellow:active, button.button--fill.button--yellow:hover, button.button--fill.button--yellow:active {
  background-color: #ffd074;
  color: #1A1A1A;
}
.button.button--fill.button--dark, input[type="submit"].button--fill.button--dark, button.button--fill.button--dark {
  background-color: #1A1A1A;
}
.button.button--fill.button--dark:hover, .button.button--fill.button--dark:active, input[type="submit"].button--fill.button--dark:hover, input[type="submit"].button--fill.button--dark:active, button.button--fill.button--dark:hover, button.button--fill.button--dark:active {
  background-color: #343434;
}
.button.button--fill.button--primary, input[type="submit"].button--fill.button--primary, button.button--fill.button--primary {
  background-color: #623DA4;
}
.button.button--fill.button--primary:hover, .button.button--fill.button--primary:active, input[type="submit"].button--fill.button--primary:hover, input[type="submit"].button--fill.button--primary:active, button.button--fill.button--primary:hover, button.button--fill.button--primary:active {
  background-color: #7b54c0;
}
.button.button--fill.button--secondary, input[type="submit"].button--fill.button--secondary, button.button--fill.button--secondary {
  background-color: #E60A6F;
}
.button.button--fill.button--secondary:hover, .button.button--fill.button--secondary:active, input[type="submit"].button--fill.button--secondary:hover, input[type="submit"].button--fill.button--secondary:active, button.button--fill.button--secondary:hover, button.button--fill.button--secondary:active {
  background-color: #f62d89;
}
.button.button--fill:hover, .button.button--fill:active, input[type="submit"].button--fill:hover, input[type="submit"].button--fill:active, button.button--fill:hover, button.button--fill:active {
  color: #FFFFFF;
}
.button.button--non-fill.button--dark, input[type="submit"].button--non-fill.button--dark, button.button--non-fill.button--dark {
  border-color: #1A1A1A;
  color: #1A1A1A;
}
.button.button--non-fill.button--dark:hover, .button.button--non-fill.button--dark:active, input[type="submit"].button--non-fill.button--dark:hover, input[type="submit"].button--non-fill.button--dark:active, button.button--non-fill.button--dark:hover, button.button--non-fill.button--dark:active {
  background-color: #1A1A1A;
  color: #FFFFFF;
}
.button.button--non-fill.button--primary, input[type="submit"].button--non-fill.button--primary, button.button--non-fill.button--primary {
  border-color: #623DA4;
  color: #623DA4;
}
.button.button--non-fill.button--primary:hover, .button.button--non-fill.button--primary:active, input[type="submit"].button--non-fill.button--primary:hover, input[type="submit"].button--non-fill.button--primary:active, button.button--non-fill.button--primary:hover, button.button--non-fill.button--primary:active {
  background-color: #623DA4;
  color: #FFFFFF;
}
.button.button--non-fill.button--secondary, input[type="submit"].button--non-fill.button--secondary, button.button--non-fill.button--secondary {
  border-color: #E60A6F;
  color: #E60A6F;
}
.button.button--non-fill.button--secondary:hover, .button.button--non-fill.button--secondary:active, input[type="submit"].button--non-fill.button--secondary:hover, input[type="submit"].button--non-fill.button--secondary:active, button.button--non-fill.button--secondary:hover, button.button--non-fill.button--secondary:active {
  background-color: #E60A6F;
  color: #FFFFFF;
}
.button.button--non-fill.button--transparent, input[type="submit"].button--non-fill.button--transparent, button.button--non-fill.button--transparent {
  padding: 0 -3px 0 0;
  color: #1A1A1A;
}
.button.button--non-fill.button--transparent:hover, .button.button--non-fill.button--transparent:active, input[type="submit"].button--non-fill.button--transparent:hover, input[type="submit"].button--non-fill.button--transparent:active, button.button--non-fill.button--transparent:hover, button.button--non-fill.button--transparent:active {
  background-color: rgba(26, 26, 26, 0.1);
}
@media screen and (min-width: 30em) {
  .button:not(:first-of-type), input[type="submit"]:not(:first-of-type), button:not(:first-of-type) {
    margin-left: 0.71429em;
  }
}
@media screen and (max-width: 63.9375em) {
  .button, input[type="submit"], button {
    padding: 0 1.57143em 0 1.78571em;
    min-width: 1.78571em;
  }
}
@media screen and (max-width: 29.9375em) {
  .button, input[type="submit"], button {
    display: block;
  }
  .button:not(:first-of-type), input[type="submit"]:not(:first-of-type), button:not(:first-of-type) {
    margin-top: 0.71429em;
  }
}

input[type="submit"], button {
  background-color: #1A1A1A;
  color: #FFFFFF;
}
input[type="submit"]:hover, input[type="submit"]:active, button:hover, button:active {
  background-color: #343434;
}

.icon {
  display: inline-block;
  vertical-align: middle;
  height: 1.71429em;
  width: 1.71429em;
  fill: currentColor;
  color: currentColor;
}
.icon.icon--small {
  height: 0.85714em;
  width: 0.85714em;
}
.icon.icon--medium {
  height: 2.28571em;
  width: 2.28571em;
}
.icon.icon--large {
  height: 3.42857em;
  width: 3.42857em;
}

.popover {
  position: absolute;
  left: 50%;
  z-index: 100;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  display: none;
  padding: 1.42857em;
  max-width: 30em;
  background: #FFFFFF;
  color: #1A1A1A;
  box-shadow: 0 0 10px rgba(26, 26, 26, 0.2);
}
.popover:before {
  position: absolute;
  left: calc(50% - 5px);
  display: inline-block;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  content: "";
}
.popover.popover--bottom:before {
  top: -10px;
  border-top-width: 0;
  border-bottom-color: #FFFFFF;
}
.popover.popover--top:before {
  bottom: -10px;
  border-bottom-width: 0;
  border-top-color: #FFFFFF;
}
.popover .variations div:not(:last-child) {
  margin-bottom: 0.71429em;
}
.popover .variations div input[type="radio"] {
  margin-right: 0.35714em;
}
.popover .variations div input[type="radio"] + label {
  cursor: pointer;
}

.modal {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 102;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  display: none;
  width: 90%;
  max-width: 51.42857em;
  padding: 1.42857em;
  background: #FFFFFF;
  color: #1A1A1A;
  box-shadow: 0 0 10px rgba(26, 26, 26, 0.2);
}
.modal .variations div:not(:last-child) {
  margin-bottom: 0.71429em;
}
.modal .variations div input[type="radio"] {
  margin-right: 0.35714em;
}
.modal .variations div input[type="radio"] + label {
  cursor: pointer;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  background: rgba(255, 255, 255, 0.7);
}

.company__logo {
  display: inline-block;
  padding: 0 0.76923em;
  color: currentColor;
}
.company__logo svg {
  display: inline-block;
  vertical-align: middle;
  width: 2em;
  height: 2em;
  fill: currentColor;
  color: currentColor;
}

.democontainer {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.democontent {
  position: relative;
  width: 100%;
  height: calc(100vh - 4.64286em);
  overflow: auto;
  background-color: #e6e6e6;
}
.democontent iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}
.democontent.for-desktop iframe {
  max-width: 100%;
}
.democontent.for-tablet iframe {
  max-width: 768px;
}
.democontent.for-mobile iframe {
  max-width: 425px;
}

.demobar {
  position: relative;
  z-index: 3;
  display: block;
  height: 4.64286em;
  line-height: 4.64286em;
  padding: 0 1.42857em;
  background-color: #1A1A1A;
  color: #FFFFFF;
}
.demobar--fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.demobar--free {
  background-color: #623DA4;
}
.demobar--pro {
  background-color: #E60A6F;
}
.demobar__left {
  float: left;
}
.demobar__right {
  float: right;
}
.demobar__nav {
  display: inline-block;
  vertical-align: middle;
}
.demobar__nav a {
  display: inline-block;
  font-size: 1em;
  text-decoration: none;
  text-transform: uppercase;
  color: currentColor;
}
.demobar__nav a:not(.button) {
  line-height: 4.64286em;
  padding: 0 0.71429em;
}
.demobar__nav a.last {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  padding-left: 1.42857em;
  margin-left: 0.71429em;
}
.demobar__nav a .icon {
  width: 1.4em;
  height: 1.4em;
}
.demobar__select {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.demobar__select a {
  display: inline-block;
  font-size: 1.14286em;
  line-height: 4.0625em;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #272727;
  color: currentColor;
  padding: 0 1.25em;
  min-width: 12.5em;
}
.demobar__select .select__trigger {
  position: relative;
}
.demobar__select .select__trigger .icon {
  position: absolute;
  top: calc(50% - 0.4375em);
  right: 1.25em;
  width: 0.875em;
  height: 0.875em;
}
.demobar__select .select__target {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
}

.demolist {
  position: absolute;
  z-index: 2;
  top: 4.64286em;
  bottom: 0;
  right: 0;
  width: 300px;
  background-color: #FFFFFF;
  box-shadow: -3px 0 8px rgba(26, 26, 26, 0.15);
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  transform: translate(100%, 0);
  -webkit-transform: translate(100%, 0);
}
.demolist.opened {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
.demolist__close {
  position: absolute;
  bottom: 5.71429em;
  left: 0;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  line-height: 3.57143em;
  height: 3.57143em;
  min-width: 0;
}
.demolist__close .icon {
  width: 1em;
  height: 1em;
  transform-origin: center center;
  -webkit-transform-origin: center center;
  transition: transform 0.3 ease;
  -webkit-transition: transform 0.3 ease;
}
.demolist__close .icon {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.opened .demolist__close .icon {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}
.demolist__item-list {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 300px;
  overflow: auto;
}
.demolist__item {
  display: block;
  padding: 1.42857em;
  background-color: #FFFFFF;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
}
.demolist__item:not(:last-child) {
  border-bottom: 1px solid #e6e6e6;
}
.demolist__item:hover {
  background-color: #f2f2f2;
}
.demolist__item__media {
  position: relative;
  display: block;
  overflow: hidden;
}
.demolist__item__media:before {
  content: " ";
  display: block;
  padding-bottom: 80%;
}
.demolist__item__media img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.demolist__item__content {
  display: block;
  padding-top: 0.5em;
  font-size: 1.42857em;
  line-height: 1.2;
  text-align: center;
  text-decoration: underline;
}
