.post-password-form input[type="submit"] {
	background: #0099ff;
	cursor: pointer;
    margin-top: 20px;
	color:#fff;
}


.last-child-no-border > *:last-child {
	border-right-width:0px !important;
	border-bottom-width:0px !important;
}
/* #guide {
  position:fixed;
  height:100%;
  width:100%;
  top:0;
  left:0;
  z-index: 100;
  pointer-events:none;
  opacity:0;
}
#guide.active {
  opacity:1;
}
#guide .wrapper, #guide .row {
  height:100%;
  width:100%;
}
#guide .col-xs {
  height:100%;
  position:relative;
  box-shadow: 1px 0px 0px rgba(0,0,0,0.1);
}
#guide .col-xs:before, #guide .col-xs:after {
  height:100%;
  content:'';
  width:0px;
  position: absolute;
  border-right:1px solid rgba(0,0,0,0.1);
}
#guide .col-xs:before {
  left:10px;
} 
#guide .col-xs:after {
  left:-10px;
}   
#guide .col-xs:first-child:before {
  border-left:1px solid rgba(0,0,0,0.1);
  left:0px;
  width:9px;
  
}
#guide .col-xs span {
  width:0px;
  height:100%;
  position:absolute;
  top:0;
  right:-11px;
  width:21px;
  border-left:1px solid rgba(0,0,0,0.1);
  border-right:1px solid rgba(0,0,0,0.1);
}
.border {
  border-top:1px solid rgba(0,0,0,0.1);
  border-bottom:1px solid rgba(0,0,0,0.1);
}
.border-top {
  border-top: 1px solid rgba(0,0,0,0.05);
} */

/*——————————————————————————————————————————————————
  CSS RESET
  —————————————————————————————————————————————————— */

html {
-webkit-text-size-adjust: 100%;
	font-smooth: always;
}
* {
  box-sizing: border-box;
}
html, body, header, footer {
  min-width:320px;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline; 
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; 
}
body {
  line-height: 1; 
	 text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always;
}
.box-container ul {
  list-style: disc;
  padding-left: 18px;
	font-size: 15px;
  line-height: 2;
}
.box-container h2 {
    margin-bottom: 10px;
}
blockquote, q {
  quotes: none; 
}
table {
  border-collapse: collapse;
  border-spacing: 0; 
}
img {
  max-width: 100%;
  display: block;
	width:100%;
	align-self: center;
	height: auto;
}
button, .wpcf7-submit {
  background:transparent;
  outline:none;
}
a, a:hover, a:visited, a:focus, a:active  {
  text-decoration: none;
  color: inherit;
  outline: 0;
}

.two-column-ul ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    padding-left: 15px;
}
.two-column-ul ul li {
  padding-right:10px;
	text-align:left;
}
@media all and (max-width:400px) {
  .two-column-ul ul li {
    font-size:14px;
  }
}

.accordion_head {
  transition:all 0.2s ease;
}
.accordion_head:not(.active):hover {
  padding:3px 0px;
}
.faqs .border-bottom {
  border-color:#eee;
}
.plus {
  color: #fff;
  width: 25px;
  height: 25px;
  border-radius: 30px;
  position:relative;
}
.plus span {
  width:12px;
  background:white;
  height:1px;
  position:absolute;
  top:12px;
  left:50%;
  margin-left:-6px;
}
.plus span:after {
  width:100%;
  background:white;
  height:100%;
  position:absolute;
  top:0px;
  left:0%;
  content:'';
  transition:all 0.3s ease;
}
.accordion_head.active .plus {
  background:#eee;
}
.accordion_head:not(.active) .plus span:after {
  transform:rotate(90deg);
}

/*——————————————————————————————————————————————————
  FONT FACE
  —————————————————————————————————————————————————— */

@font-face {
  font-family: 'TTInterphases';
  src: url('fonts/TTInterphases-Regular/font.woff2') format('woff2'), url('webFonts/TTInterphases-Regular/font.woff') format('woff');
  font-weight:400;
  font-style:normal;
}
@font-face {
  font-family: 'TTInterphases';
  src: url('fonts/TTInterphases-Medium/font.woff2') format('woff2'), url('webFonts/TTInterphases-Medium/font.woff') format('woff');
  font-weight:500;
  font-style:normal;
}
@font-face {
  font-family: 'TTInterphases';
  src: url('fonts/TTInterphases-MediumItalic/font.woff2') format('woff2'), url('webFonts/TTInterphases-MediumItalic/font.woff') format('woff');
  font-weight:500;
  font-style:italic;
}
@font-face {
  font-family: 'TTInterphases';
  src: url('fonts/TTInterphases-DemiBold/font.woff2') format('woff2'), url('webFonts/TTInterphases-DemiBold/font.woff') format('woff');
  font-weight:600;
  font-style:normal;
}
@font-face {
  font-family: 'TTInterphases';
  src: url('fonts/TTInterphases-Bold/font.woff2') format('woff2'), url('webFonts/TTInterphases-Bold/font.woff') format('woff');
  font-weight:900;
  font-style:normal;
}

body, html {
  margin:0px;
  padding:0px;
}
.screenheight {
  height:100vh;
}
section {
  padding-top:0px;
  padding-bottom:0px;
}
section:not(.post):first-child {
  padding-top:40px;
}
section:last-child {
  padding-bottom:30px;
}
@media all and (min-width:1024px) {
  section {
    padding-top:20px;
    padding-bottom:20px;
  }
  section:last-child {
    padding-bottom:60px;
  }
} 
/* @media all and (min-width:1240px) {
section {
  padding-top:70px;
  padding-bottom:70px;
}
} */

/*——————————————————————————————————————————————————
  TYPOGRAPHY
  —————————————————————————————————————————————————— */
  
body {
  font-family: 'TTInterphases', -apple-system, BlinkMacSystemFont, Helvetica Neue, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: normal;
  line-height: 1.5;
  color:#323c3c;
  font-size:16px;
}
footer {
  font-size:16px;
  /* border-top: 5px solid #0098ff; */
}
p, h1, h2, h3, h4, h5, h6 {
  margin:0px;
  margin-bottom:20px;
}
h1, h2, h3, h4, h5, h6 {
  font-weight:normal;
}
h1, h3, h4 {
  font-weight:600;
}
h1, h2, h3, h4, h5, h6 {
  line-height:1.2;
}
p a, h1 a, h2 a, h3 a, h4 a, h5 a {
  text-decoration:underline;
}
footer p {
  margin-bottom:10px;
}
.underlinelinks a {
  text-decoration: underline;
}
.uppercase {
  text-transform:uppercase;
}
.lineheight {
  line-height: 1.3;
}
p:last-child {
  margin-bottom:0px;
}
.medium {
  font-weight:500;
}
b, strong {
  font-weight: 600;
}
header nav li {
  font-size:16px;
  display:block;
  margin-bottom: 10px;
  position:relative;
}
footer li {
  display:block;
}
footer {
  font-weight:500;
}
h1 {
  font-size:25px;
}
h2 {
  font-size:20px;
}
h3 {
  font-size:18px;
}
h4 {
  font-size:15px;
}
h5 {
  font-size:12px;
  font-size:500;
}
h6 {
  text-transform:uppercase;
  font-size:10px;
  margin-bottom:5px;
}

@media all and (min-width:768px) {
p, h1, h2, h3, h4, h5, h6 {
  margin-bottom:25px;
}
p + p {
  margin-bottom:20px;
}
body {
  font-size:17px;
}
h1 {
  font-size:45px;
}
h2 {
  font-size:35px;
}
h3 {
  font-size:25px;
}
h4 {
  font-size:20px;
}
h5 {
  font-size:14px;
}
}

@media all and (min-width:1024px) {
header nav li {
  display:inline-block;
  margin-bottom: 0px;
  margin: 0px 15px;
}
}

@media all and (min-width:1240px) {
header nav li {
  margin: 0px 20px;
}
}




/*——————————————————————————————————————————————————
	COLOURS
  ——————————————————————————————————————————————————*/

.white {
  background:#ffffff;
}
.white-border {
  border-color:#ffffff;
}
.white-text {
  color:#ffffff;
}
.black {
  background:#000000;
}
.black-border {
  border-color:#000000;
}
.black-text {
  color:#000000;
}
.blue {
  background:#0098ff;
}
.blue-text, a.blue-text {
  color:#0098ff;
}
.blue-border {
  border-color:#0098ff;
}
.blue {
  background:#0098ff;
}
.blue-text {
  color:#0098ff;
}
.green {
  background:#61d7cc;
}
.orange {
  background:#ffcb00;
}
.lightgrey {
  background:#f5f5f5;
}
.grey {
  background:#323c3c;
}
.grey-border {
  background:#323c3c;
}
.grey-text {
  color:#323c3c;
}
.overlay {
  background:rgba(26,26,26,0.2);
}
.background-gradient-mobile {
  background: linear-gradient(0deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
}


.white-gradient {
  background: linear-gradient(90deg, rgba(255,255,255,1) 7%, rgba(255,255,255,0) 35%, rgba(255,255,255,0) 75%, rgba(255,255,255,1) 93%);
}
.lightgrey-gradient {
  background: linear-gradient(90deg, rgba(245,245,245,1) 7%, rgba(245,245,245,0) 35%, rgba(245,245,245,0) 75%, rgba(245,245,245,1) 93%);
}
.grey-gradient {
  background: linear-gradient(90deg, rgba(50,60,60,1) 7%, rgba(50,60,60,0) 35%, rgba(50,60,60,0) 75%, rgba(50,60,60,1) 93%);
}
.black-gradient {
  background: linear-gradient(90deg, rgba(0,0,0,1) 7%, rgba(0,0,0,0) 35%, rgba(0,0,0,0) 75%, rgba(0,0,0,1) 93%);
}

/*——————————————————————————————————————————————————
	LOGOS
  ——————————————————————————————————————————————————*/
  
.logo {
  margin-bottom:0px;
  width: 100%;
  max-width: 108px;
}
@media all and (min-width:660px) {
.logo {
  max-width: 138px;
}
}

/*——————————————————————————————————————————————————
	NAV
  ——————————————————————————————————————————————————*/

.menubackground {
  backdrop-filter: blur(8px);
  background:rgba(255,255,255,0.8);
}
body {
  padding-top:80px;
}
.mainmenu {
  height:80px;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}
body.patent {
  padding-top:100px;
}
.patent .mainmenu {
  height:100px;
  -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
}
@media all and (max-width:767px) {
  body, body.patent {
    padding-top:60px;
  }
  .mainmenu, .patent .mainmenu {
    height:60px;
    -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  }
}
#hamburger {
  position:relative;
  top:unset;
  width:30px;
  background:transparent;
}
header {
  position: fixed;
  z-index: 10;
  top:0;
  width: 100%;
}
.menuoverlay {
  left:-100%;
}
header {
  margin-bottom:0px;
}
.closemenu {
  cursor:pointer;
}
#menu {
  width:260px;
  left:100%;
  transform:scale(0);
  transition:transform 0s ease 0s;
  position:fixed !important;
  height:100vh;
  overflow:scroll;
  top:0 !important;
  background-color: rgba(0,0,0,0.2) !important;
  transition:transform 0s ease 0s, background-color 0.2s ease 0.2s;
}
@media all and (max-width:1023px) {
  main, footer, header {
    transition:transform 0.4s ease;
  }
  body.menu main, body.menu footer, body.menu header {
    transform: translateX(-260px);
  }
  #menu > .wrapper {
    height:100%;
  }
}
#menucontent {
  width:100%;
  height:100%;
}
#topnav {
  z-index: 10;
}
.mobile #menu {
  transition:transform 0s ease 0.8s;
}
.menu #menu {
  transform:scale(1);
  transition:transform 0s ease 0s, background-color 0.3s ease;
}
.menubackdrop {
  opacity:0;
  pointer-events:none;
  height:100vh;
  background:rgba(0,0,0,0);
  transition:all 0.3s ease 0.4s;
}
#menu .wrapper {
  opacity:0;
  transition:opacity 0.3s ease 0s;
}
.menu .menubackdrop {
  opacity:1;
  pointer-events:all;
  transition:all 0.3s ease 0s;
}
.menu #menu .wrapper {
  opacity:1;
  transition:opacity 0.3s ease 0.4s;
}
@media all and (min-width:1024px) {
  .navcontainer {
    max-width: 680px !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
    padding-right: 0px !important;
  }
}
nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
nav li a, nav li a:hover, .social-icon, .social-icon:hover, p a:hover, p a {
	transition: opacity 0.3s ease;
}
 .social-icon:hover, p a:hover {
	opacity:0.7;
}
nav li a {
transition: color 0.3s ease;
width:max-content;
}
nav li a:hover {
  color:#0098ff;
}
header nav li.active > a {
  font-weight:600;
}
#navigation > .col {
  margin-left:20px;
}
footer nav li {
  display:block;
  margin-bottom: 2px;
}
a.no-underline, .no-underline a {
  text-decoration:none;
}
a.hover-underline:hover {
  text-decoration:underline;
}
ul.categories {
  list-style:none;
}
.category-item {
  display:inline-block;
  margin-right:25px;
  position:relative;
}
.category-item:last-child span {
  margin-right:0px;
}
.category-item.active a:after {
  content:'';
  position:absolute;
  width:100%;
  height:1px;
  bottom:2px;
  background:#000;
}

footer .sub-menu {
  display:none;
}
#menu .sub-menu {
  padding-top:10px;
}
.nav-desktop li.menu-item-has-children {
  position:relative;
}
.nav-desktop li.menu-item-has-children:after {
  content: '';
  height: 30px;
  position: absolute;
  display: inline-block;
  top: 100%;
  width: calc(100% + 30px);
  left: 0;
  opacity:0;
}
.nav-desktop .sub-menu:before {
  content: '';
  position: absolute;
  width: 0; 
  height: 0; 
  bottom:100%;
  left: calc(50% - 8px);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid white;
}
.nav-desktop .sub-menu {
  transform:translate(-50%,20px);
  opacity:0;
  pointer-events: none;
  position: absolute;
  padding: 12px 4px;
  min-width: 190px;
  text-align: left;
  background: white;
  border-radius: 4px;
  left: 50%;
  top:calc(100% + 27px);
  transition:all 0.2s ease;
  box-shadow: 0px 1px 0px rgb(0 0 0 / 5%), 0px -1px 30px rgb(0 0 0 / 5%);
}
.nav-desktop .sub-menu li {
  margin: 5px 20px;
}
.nav-desktop li.menu-item-has-children:hover .sub-menu {
  opacity:1;
  transform:translate(-50%,0px);
  pointer-events: all;
}


/*——————————————————————————————————————————————————
 PRICING TABLE
  —————————————————————————————————————————————————— */

  .price--icon svg {
    width: 100%;
    display:block;
    max-width:20px;
  }
  .items_column {
    display:none;
  }
  .pricing--table .border-bottom {
    border-bottom:1px solid #c9c9c9;
  }
  .pricing--table .border-right {
    border-right:1px solid #c9c9c9;
  }
  .pricing--table {
    font-size:16px;
    line-height:1.2;
    color:#444444;
  }
  .pricing--first--letter:first-letter {
    text-transform: uppercase;
  }
  .mobile--column--60 {
    width:60px;
  }
  .col-xs.desktop--column {
    max-width:230px;
  }
  .pricing--pad {
    padding:8px;
  }
  .sticky {
    position: sticky;
    top: 60px;
  }
  .mobile--column--60 {
    width:60px;
  }
  
  .mobile--rotated--title .mobile--column .rotated--title--row {
    position:relative;
    height:180px;
    width: 60px;
  }
  .rotated--title {
    display:block;
    width: 180px;
    height:60px;
    line-height:60px;
    text-align:left;
    padding-left:20px;
    position: absolute;
    transform: rotate(-90deg) translate(50%, -50%);
    left: 0%;
    bottom: 0px;
    transform-origin: bottom;
  }
  .tooltip {
    position:relative;
    padding: 0px;
      background: transparent;
    margin-left:10px;
  }
  .tooltip svg {
    width:15px;
    display:block;
    transition:opacity 0.3 ease;
  }
  .tooltip:hover svg {
    opacity:.5;
  }
  .tooltip span {
    position:absolute;
    left:50%;
    width:150px;
    background:#222;
    color:#fff;
    padding:10px 12px 11px;
    font-size:12px;
    bottom:100%;
    margin-bottom:10px;
    opacity:0;
    transform:translate(-50%, -10px);
    transition:all 0.3s ease;
    pointer-events:none;
  }
  .tooltip span:after {
    content: '';
    position: absolute;
    background: #222;
    width: 14px;
    height: 14px;
    left: 50%;
    bottom: -5px;
    transform: rotate(45deg) translateX(-50%);
    transform-origin: left;
  }
  
  @media all and (min-width:600px) {
    .pricing--pad {
      padding:15px;
    }
  }
  
  @media all and (min-width:1024px) {
    .pricing--table {
      font-size:17px;
    }
    .price--icon svg {
      max-width:28px;
    }
    .tooltip span {
      width:200px;
      font-size:12px;
    }
    .tooltip:hover span {
      opacity:1;
      transform:translate(-50%, 0px)
    }
  }
  @media all and (max-width:1023px) {
    .tooltip.active span {
      opacity:1;
      transform:translate(-50%, 0px)
    }
  }
  @media all and (max-width:1023px) {
    .col-xs.mobile--column {
      max-width:60px;
    }
    .pricing--table {
        font-size: 15px;
    }
  }
  @media all and (max-width:600px) {
    .col-xs.mobile--column {
      max-width:50px;
    }
    .mobile--column--60, .mobile--rotated--title .mobile--column .rotated--title--row {
      width:50px;
    }
    .pricing--table {
        font-size: 13px;
    }
    .rotated--title {
      line-height:50px;
    }
  }
  
  .pricing--title {
    font-size:19px;
  }
  .pricing--price {
    font-size:30px;
  }
  .pricing--head {
    font-size:14px;
  }

  
/*——————————————————————————————————————————————————
	BLOCKS SLIDER
  ——————————————————————————————————————————————————*/

  .joining--arrow {
    background-size:contain;
    background-position:bottom center;
    background-repeat:no-repeat;
    position:absolute;
    bottom:calc(100% + 60px);
    width:80%;
    max-width:260px;
    transform: translate(-50%, 50%);
    left: 0%;
    z-index: 10;
    z-index:1;
    height:200px;
    pointer-events:none;
  }
  .column--block:nth-child(2) .joining--arrow {
    background-image:url('../img/icon-arrow-1.svg');
  }
  .column--block:nth-child(3) .joining--arrow {
    background-image:url('../img/icon-arrow-2.svg');
  }
  /* .column--block:last-child .joining--arrow {
    display:none !important;
  } */

  .blocks-slider .flickity-slider {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    cursor: auto;
  }
  .blocks-slider {
    margin-bottom:40px;
  }
  .blocks-slider .flickity-slider > * {
    /* min-height:100%; */
    width: 100%;
  }
  @media all and (min-width:1024px) {
    .blocks-slider {
      margin-bottom:0px;
    }
    .blocks-slider .flickity-page-dots {
      display:none;
    }
  }

/*——————————————————————————————————————————————————
	SHARE LINKS
  ——————————————————————————————————————————————————*/

.a2a_kit {
  line-height:1.5 !important;
}
.a2a_svg {
  display:none !important;
}

/*——————————————————————————————————————————————————
	DOWN ARROW
  ——————————————————————————————————————————————————*/

.accordion_head {
  cursor:pointer;
}
.accordion_container {
  transition:background-color 0.4s ease;
}
.accordion_container.active {
  background-color:rgba(0,0,0,0.1);
  transition:background-color 2s ease;
}
.white-text .accordion_container.active {
  background-color:rgba(255,255,255,0.1);
  transition:background-color 2s ease;
}
.plusminus {
  transition:transform 0.2s ease;
  transform-origin: center center;
  display: inline-block;
}
.plusminus.active {
  transform:rotate(45deg);
}

/*——————————————————————————————————————————————————
	DOWN ARROW
  ——————————————————————————————————————————————————*/

.downarrow, .downarrow:hover {
	transition:transform 0.4s ease;	
}
.downarrow:hover {
	transform:translateY(-10px);	
}
.downarrow {
	position: absolute;
    width: 60px;
    height: 40px;
    bottom: 20px;
    left: 50%;
    margin-left: -30px;
	z-index:1;
}
.downarrow a {
	position: absolute;
    width: 100%;
	height:100%;
}
.downarrow a:after {
	position: absolute;
	width:30px;
	height:30px;
	transform:rotate(45deg);
	border-style:solid;
	border-width:0px;
	border-right-width:2px;
	border-bottom-width:2px;
	content:'';
	top:0;
	top: -8px;
  left: 15px;
}
@media all and (min-width:768px) {
.downarrow {
	width: 80px;
    height: 50px;
    bottom: 30px;
}
.downarrow {
   margin-left: -40px;
}
.downarrow a:after {
	width:40px;
	height:40px;
	top: -8px;
  left: 19px;
  border-right-width:3px;
	border-bottom-width:3px;
}
}

/*——————————————————————————————————————————————————
	HAMBURGER
  ——————————————————————————————————————————————————*/

.close-button, #lightbox .prev, #lightbox .next {
  width: 50px;
  height: 50px;
  z-index: 200;
  top: 0;
  right: 0;
  position: fixed;
  border-radius: 0px;
  border: none;
  padding:0px;
  cursor:pointer;
}
.close-button .holder {
  height:13px;
  top:18px;
  position: absolute;
  width:30px;
  left:50%;
  margin-left:-15px;
  transition:0.2s ease 0.3s;
}
.close-button span {
  height:2px;
  width:30px;
  left:0px;
  position: absolute;
  background:#000000;
  transition:0.2s ease;
}
.close-button span:first-child {
  top:0px;
}
.close-button span:nth-child(2) {
  top:calc(100% - 1px);
}
.close-button span:last-child {
  bottom:0px;
}
.menu .close-button .holder, .exit.close-button .holder {
  height:1px;
  top:24px;
  transition:0.2s ease;
}
.menu .close-button span:last-child, .exit.close-button span:last-child {
  transform:rotate(45deg);
  transition:0.2s ease 0.3s;
  background:#000000;
}
.menu .close-button span:first-child, .exit.close-button span:first-child {
  transform:rotate(-45deg);
  transition:0.2s ease 0.3s;
}
#backtotop {
  cursor:pointer;
}

/*——————————————————————————————————————————————————
	SINGLE PAGE
  ——————————————————————————————————————————————————*/

article.post {
  min-height: calc(100vh - 70px);
}

/*——————————————————————————————————————————————————
	IMAGES
  ——————————————————————————————————————————————————*/

img {
   width:100%;
   max-width:100%;
}
.negative-margin {
  margin-bottom:20px;
}
.scale-image-xs {
  transform:scale(1.2);
  z-index: 1;
}
@media all and (max-width:1023px) {
.move-down-30 {
  transform:scale(1.2) translateY(30px);
}
}
@media all and (min-width:768px) {
  .negative-margin {
    margin-bottom:-20px;
  }
  .scale-image {
    transform:scale(1.2);
    z-index: 1;
  }
}
@media all and (min-width:1024px) {
  .scale-1-1 {
    transform: scale(1.1);
    z-index: 1;
  }
  .scale-image-md {
    transform:scale(1.2);
    z-index: 1;
  }
  .scale-image.absolute-md {
    transform: translateY(-50%) scale(1.175);
    z-index: 1;
  }
  .image-gap {
    border-left: 20px solid #ffffff;
  }
  .image-gap.first-md {
    border-left: 0px;
    border-right: 20px solid #ffffff;
  }
}

/*——————————————————————————————————————————————————
	GALLERY
  ——————————————————————————————————————————————————*/

.gallery-image {
  background-color:white;
  background-blend-mode: multiply;
  cursor:pointer;
  transition:0.4s ease 0.1s;
}
.gallery-image h6 {
  opacity:0;
  margin-bottom:0px;
  transition:0.2s ease 0s;
}
.gallery-image:hover {
  background-color:#0098ff;
  transition:0.4s ease 0s;
}
.gallery-image:hover h6 {
  opacity:1;
  transition:0.4s ease 0s;
}
.gallery-overflow .image {
  display:none;
}
.gallery-overflow .image:nth-child(1), .gallery-overflow .image:nth-child(2) {
  display:block;
}
.gallery-overflow .image:nth-child(3) {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  height:100%;
  width:100%;
  position:absolute;
  left:100%;
  top:0;
  -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

.gallery-grid .image {
  display:none;
  max-width:33.2%;
}
.gallery-grid .image a {
  display:block;
}
.gallery-grid .image:nth-child(1), 
.gallery-grid .image:nth-child(2),
.gallery-grid .image:nth-child(3),
.gallery-grid .image:nth-child(4),
.gallery-grid .image:nth-child(5),
.gallery-grid .image:nth-child(6) {
  display:block;
}
.gallery-grid .image:nth-child(1), .gallery-grid .image:nth-child(5) {
  max-width: 66.8%;
}

.grid-item {
  width: 100%;
}

.closebutton {
    position: absolute;
    width: 40px;
    height: 40px;
    background: transparent;
    right: 20px;
    border-radius: 20px;
    top: 20px;
    transition: transform 0.3s ease;
}
.closebutton > div {
    transition: transform 0.3s ease;
}
.closebutton span {
    position: absolute;
    width: 20px;
    height: 1px;
    top: 50%;
    left: 50%;
    background: transparent;
    background: black;
    transform: translate(-50%,-50%) rotate(45deg);
}
.closebutton span:last-child {
    transform: translate(-50%,-50%) rotate(-45deg);
}

/*——————————————————————————————————————————————————
	FORM
  ——————————————————————————————————————————————————*/

input, textarea {
  width: 100%;
  padding: 13px;
  border: none;
  font-size:inherit;
  font-family: inherit;
  background:#f5f5f5;
}
@media all and (min-width:700px) {
input, textarea {
  padding: 19px 19px;
}
}
input, input:focus, textarea, textarea:focus {
  border: none;
}
label {
  line-height:2;
}
.wpcf7-submit {
  background:#0098ff;
}
.wpcf7-submit {
  margin-top: 0px;
}
.form {
  width: 100%;
  margin:0 auto;
}
span.cv {
  position:relative;
  margin-top: 10px;
  display: block;
}
span.cv:before {
  content:"Upload your CV";
  position:absolute;
  left:0;
  background:#0098ff;
  color:#000;
  width:130px;
  text-align:center;
  cursor:pointer;
  pointer-events:none;
  padding: 13px 15px 11px 15px;
}
span.cv>input {
  background: transparent;
  padding-left: 90px;
  padding: 10px 0px 7px;
  font-size: 14px;
  padding-left: 74px;
}
form p {
  position:relative;
  text-align:left;
}
span.wpcf7-list-item {
  margin:0px 0px 8px 0px !important;
}
.wpcf7-not-valid-tip {
  display:none !important;
}
div.wpcf7-response-output {
  padding:0px;
  border:none !important;
}
.wpcf7-radio {
  display: block;
  margin-bottom:-10px;
}
input[type="checkbox"] {
  display:inline-block;
  width: auto;
    margin-right: 10px;
}
.wpcf7-not-valid {
  box-shadow: 0px 2px 0px 0px red;
}
.wpcf7-list-item-label {
  pointer-events:none;
}
form.sent div:not(.wpcf7-mail-sent-ok) {
 /* display:none; */
}
div.wpcf7 .ajax-loader {
  position: absolute;
  top: 0%;
  display:inline-block !important;
  background-image: url('../img/dots.gif') !important;
  background-size: 48px;
  left:auto;
  right: 0px;
  width: 100% !important;
  background-color: #0098ff;
  height: 100% !important;
  border-radius:30px;
  background-repeat: no-repeat;
  background-position:center;
}
.form input:not(.wpcf7-submit) {
    width: calc(100% - 210px);
	outline:none;
}
.form input:not(.wpcf7-submit) {
  background: transparent;
  width: 100%;
  border: none;
  border-bottom: 1px solid #000;
  padding: 10px 0px;
  font-size: 15px;
  font-family: 'TTInterphases', -apple-system, BlinkMacSystemFont, Helvetica Neue, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  margin-bottom: 20px;
}
.white-text .form input:not(.wpcf7-submit) {
  border-bottom: 1px solid #fff;
  color:#fff;
}
.form button, .wpcf7-submit {
  padding: 8px 25px 7px 25px;
  float: right;
  cursor:pointer;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 50000s ease-in-out 0s;
}

@media all and (max-width:700px) {
  .form input:not(.wpcf7-submit) { 
      margin-right:0px;
      width:100%;
  }
  .form button, .wpcf7-submit {
    display:block;
  }
}

::-webkit-input-placeholder { /* Edge */
  color: rgba(0,0,0,0.5);
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(0,0,0,0.5);
}

::placeholder {
  color: rgba(0,0,0,0.5);
}

.white-text ::-webkit-input-placeholder { /* Edge */
  color: rgba(0,0,0,0.5);
}

.white-text :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(0,0,0,0.5);
}

.white-text ::placeholder {
  color: rgba(0,0,0,0.5);
}

/*——————————————————————————————————————————————————
	CORNERS
  ——————————————————————————————————————————————————*/

.rounded {
   border-radius:5px;
   overflow:hidden; 
}
.rounded-xl {
   border-radius:10px;
   overflow:hidden; 
}

/*——————————————————————————————————————————————————
	BUTTONS
  ——————————————————————————————————————————————————*/

button, .wpcf7-submit, .button {
  border: none;
  font-weight: normal;
  font-size: inherit;
  font-family: inherit;
  cursor: pointer;
  -webkit-appearance: none !important;
  padding: 9px 30px 11px 30px;
  color: #fff;
  border-radius: 30px;
  display: inline-block;
  transition:transform 0.2s ease;
  font-weight:500;
  float: none;
}
a.button {
  color: #fff;
}
a.button:hover {
  color:#fff;
  transform:scale(1.05);
}
.button + .button {
  margin-left:20px;
}
.button.last-child {
  margin-right:0px;
}
.button {
  background:#0098ff;
}
.button.medium {
  font-size:18px;
}
.button.large {
  font-size:18px;
}
@media all and (max-width:660px) {
  .button {
    font-size:14px;
    padding: 8px 22px 9px 22px;
  }
}
@media all and (min-width:768px) {
  .button.large {
    font-size:24px;
    line-height: 1;
    padding: 20px 28px 18px 28px;
  }
  .button.large.arrow {
    padding: 20px 22px 18px 22px;
  }
  .button.large + .button.large {
    margin-left: 30px;
  }
}

/*——————————————————————————————————————————————————
	PLAY VIDEO
  ——————————————————————————————————————————————————*/

.video-cover {
  transition:opacity 0.4s ease;
  cursor:pointer;
}
.video-cover.active {
  opacity:0;
  pointer-events:none;
}
.play-button {
  width: 90px;
  height: 90px;
  border-radius: 50px;
  background: rgba(255,255,255,0.8);
  position: absolute;
  left: 50%;
  pointer-events:none;
  backdrop-filter: blur(6px);
  top: 50%;
  transition:transform 0.3s ease;
  transform: translate(-50%, -50%) scale(0.9);
}
.video-cover:hover .play-button {
  transform: translate(-50%, -50%) scale(1);
}
.play-button:after {
  content:'';
  position: absolute;
  left: 32px;
  top: 50%;
  transform: translate(0%, -50%);
  width: 0;
  height: 0;
  border-top: 21px solid transparent;
  border-left: 35px solid #0098ff;
  border-bottom: 21px solid transparent;
}

/*——————————————————————————————————————————————————
	POST NAVIGATION
  ——————————————————————————————————————————————————*/

.navigation {
  padding-bottom: 60px;
  text-align: center;
}
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
  color: #fff;
  text-decoration:none;
}
.navigation li {
  display: inline-block;
}
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
  background-color: rgb(1,153,254,0.3);
  border-radius: 30px;
  display:block;
  cursor: pointer;
  padding: 12px;
  padding: 0px 12px;
  display: block;
  width: 40px;
  line-height: 40px;
  margin: 0px 5px;
  transition: background-color 0.3s ease;
}
.navigation li a:hover,
.navigation li.active a {
  background-color: #0098ff;
}

/*——————————————————————————————————————————————————
	WRAPPERS
  ——————————————————————————————————————————————————*/

@media all and (min-width: 1024px) {
 .half-left, .half-right {
  max-width: 750px !important;
  margin:0px !important;
 }
 .half-left {
  padding-right:0px !important;
  float:right;
 }
 .half-right {
  padding-left:0px !important;
 }
}

.wrapper {
  margin:0 auto;
  max-width:1320px;
  padding-left:10px;
  padding-right:10px;
  position: relative;
}
@media all and (min-width:768px) {
  .wrapper {
    padding-left:40px;
    padding-right:40px;
  }
}

/*——————————————————————————————————————————————————
	SUPPORTED TERMINALS
  ——————————————————————————————————————————————————*/

.single-terminal .bg {
  transition:transform 1s ease;
}
.single-terminal:hover .bg { 
  transform:translateY(-10px);
  transition:transform 0.4s ease;
}
.single-terminal .button:hover {
  transform:scale(1);
}

/*——————————————————————————————————————————————————
	SOCIAL MEDIA ICONS
  ——————————————————————————————————————————————————*/

.social-icon {
  width:32px;
  height:32px;
  display:block;
}
#social .col {
  margin:5px 18px 0px 0px;
}
.social-icon.facebook {
  background:url('../img/icon-facebook.svg');
  background-size:cover;
}
.social-icon.instagram {
  background:url('../img/icon-instagram.svg');
  background-size:cover;
}
.social-icon.linkedin {
  background:url('../img/icon-linkedin.svg');
  background-size:cover;
}
.social-icon.twitter {
  background:url('../img/icon-twitter.svg');
  background-size:cover;
}

/*——————————————————————————————————————————————————
	FOOTER SIGNUP
  ——————————————————————————————————————————————————*/
.footer-signup {
  max-width:210px;
}
.footer-signup p {
  margin-bottom:0px;
}
.footer-signup input[type="email"] {
  padding: 8px 35px 6px;
  padding-left: 0px;
  border: none;
  border-bottom: 2px solid #323c3c;
  font-size: 12px;
  width: 100%;
  font-family: inherit;
  line-height: 1;
  background:transparent;
  transition:background-color 0.1s ease 200s;
}
.footer-signup input:focus {
  outline:none;
}
.footer-signup input[type="submit"] {
  margin: 0px;
  position: absolute;
  right: 0px;
  height: 100%;
  font-size:0px !important;
  padding: 0px;
  width: 33px;
  background: transparent url('../img/icon-send.svg') no-repeat 16px 6px;
  background-size:18px;
}
.footer-signup .wpcf7-response-output {
  font-size: 12px;
}
.footer-signup .wpcf7-response-output.wpcf7-validation-errors {
  margin-top: 10px !important;
}
.footer-signup .wpcf7-response-output.wpcf7-mail-sent-ok {
  display: block;
  margin-top: 0px !important;
  position: absolute;
  top: 7px;
  width:100%;
  background: #ece6d8 url('../img/icon-tick.svg') no-repeat right;
  background-size:18px;
}

/*——————————————————————————————————————————————————
	ICONS
  ——————————————————————————————————————————————————*/

.round-icon {
  border-style: solid;
  border-radius: 30px;
  text-align: center;
  width: 60px;
  height: 60px;
  line-height: 48px;
  display: block;
  margin: 0 auto;
  font-size: 24px;
  margin-bottom: 15px;
  background: #0098ff;
  color: #fff;
  padding: 5px;
}
.round-icon > svg > * {
  fill:#fff;
}
/*——————————————————————————————————————————————————
	LISTS
  ——————————————————————————————————————————————————*/

.feature-list {
  list-style: none;
  padding-bottom: 1px;
  position:relative;
}
.feature-list li {
  display:inline-block;
  width:100%;
}
@media all and (min-width:1024px) {
  .feature-list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
          page-break-inside: avoid; /* Firefox */
               break-inside: avoid;
  }
  .feature-list:after {
    width:calc(50% - 25px);
    content:'';
    background:#c1c4c4;
    height:1px;
    position:absolute;
    top:0;
    right:10px;
  }
  /* .feature-list:before {
    width:100%;
    content:'';
    background:#ffffff;
    height:1px;
    position:absolute;
    bottom:1px;
    left:0;
    z-index:1;
  } */
}
.feature-list li .item {
  border-bottom:1px solid #c1c4c4;
  box-shadow:0px -1px 0px 0px #c1c4c4;
}

/* .feature-list li:last-child .item {
  border-bottom:1px solid #c1c4c4;
} */

/*——————————————————————————————————————————————————
	FLEX
  ——————————————————————————————————————————————————*/

.flex {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
.flex > .col {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
    padding-left: .9375rem;
    padding-right: .9375rem;
}
.fillheight {
  height: 100%;
}


/*——————————————————————————————————————————————————
	ALIGNMENT
  ——————————————————————————————————————————————————*/
  .bg {
    background-size:cover;
    background-repeat:no-repeat;
    background-position: center;
  }
  .hide {
    height:0px;
    width:0px;
    overflow:hidden;
  }
  .bottom {
    bottom:0;
    top:auto !important;
  }

  .right {
    right:0;
    left:unset !important;
  }
  .left {
    text-align:left;
  }
  .center {
    text-align:center;
  }
  .fullheight {
    height:100%;
  }
  .fullwidth {
    width:100%;
  }
  .fillheight {
    flex:1 !important;
  }
  .fillheightwrap {
    height: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column !important;
    
  }
  .winheight {
    height:100vh;
    min-height:50vw;
    max-height:70vw;
  }
  .thirdheight {
    height:30vh;
    min-height:120px;
  }
  .quarterheight {
    height:18vh;
    min-height: 160px;
  }
  @media all and (max-width:1024px) {
    .winheight {
      height:calc(100vh - 40px);
    }
  }
  @media all and (max-width:768px) {
    .thirdheight {
      height:120px;
      min-height:120px;
    }
    .quarterheight {
      height:160px;
      min-height: 160px;
    }
    .winheight {
      max-height:1024px;
    }
  }
  @media all and (max-width:660px) {
    .thirdheight {
      height:80px;
      min-height:80px;
    }
    .quarterheight {
      height:100px;
      min-height: 100px;
    }
    .winheight {
      max-height:768px;
    }
  }
  .inline {
    display:inline-block;
    margin:0 auto;
  }
  .rounded {
    border-radius:5px;
  }
  .rounded-lg {
    border-radius: 8px;
  }
  .rounded-xl {
    border-radius: 12px;
  }
  .round {
    border-radius: 1000px;
  }
  .z-index {
    z-index:1;
  }
  .z-index-2 {
    z-index:2;
  }
  .border-bottom {
    border-bottom:1px solid #000;
  }
  .white-text .border-bottom {
    border-bottom:1px solid #fff;
  }
  .absolute {
    position:absolute !important;
    top:0;
    left:0;
  }
  @media all and (min-width:768px) {
    .absolute-sm {
      position:absolute !important;
      top:0;
      left:0;
    }
  }  
  @media all and (min-width:1024px) {
    .absolute-md {
      position:absolute !important;
      top:0;
      left:0;
    }
    .sticky {
      position: sticky;
      top: 100px;
    }
    .fill {
      flex: 1 !important;
    }
  }  
  .absolute.fill {
    height:100%;
    width:100%;
  }
  .fixed {
    position:fixed;
  }
  .fixedtop {
    position:fixed !important;
    top:0;
  }
  .relative {
    position: relative;
  }
  .block {
    display: block;
  }
  .overflow {
    overflow: hidden;
  }
  .scroll {
    overflow: scroll;
    overflow-y: scroll; /* has to be scroll, not auto */
    -webkit-overflow-scrolling: touch;
  }
  .inlineblock {
    display:inline-block;
  }
  .text-left {
    text-align: left !important;
  }
  .column {
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .pointer-events {
    pointer-events:none;
  }
  .pointer-events-all {
    pointer-events:all;
  }

  

/*——————————————————————————————————————————————————
    SPACING 
  ——————————————————————————————————————————————————*/

.nomarginbottom {
    margin-bottom:0px !important;
}
.nomargintop {
    margin-top:0px !important;
}
.no-pad-bottom {
    padding-bottom:0px !important;
}
.no-pad-top {
    padding-top:0px !important;
}
.wd-20 {
	width:20px;
	display:inline-block;
}
.wd-30 {
	width:30px;
	display:inline-block;
}
.sp-5, .sp-10, .sp-15, .sp-20, .sp-25, .sp-30, .sp-40, .sp-50, .sp-60, .sp-70, .sp-80, .sp-110, .sp-120 {
	width:100%;
	clear:both;
	display:block;
}
.sp-5 {
	min-height:5px;
}
.sp-10 {
	min-height:10px;
}
.sp-15 {
	min-height:15px;
}
.sp-20 {
	min-height:20px;
}
.sp-25 {
	min-height:25px;
}
.sp-30 {
	min-height:30px;
}
.sp-40 {
	min-height:40px;
}
.sp-50 {
	min-height:50px;
}
.sp-60 {
	min-height:60px;
}
.sp-70 {
	min-height:70px;
}
.sp-80 {
	min-height:80px;
}
.sp-110 {
	min-height:110px;
}
.sp-120 {
	min-height:120px;
}

/*——————————————————————————————————————————————————
	FLEXBOX GRID
  ——————————————————————————————————————————————————*/

.flexfill {
	flex:1 !important;
}

.box, .box-first, .box-large, .box-nested, .box-row {
  position: relative;
  box-sizing: border-box;
  min-height: 1rem;
  margin-bottom: 0;
  background: #007FFF;
  border: 1px solid #FFF;
  border-radius: 2px;
  overflow: hidden;
  text-align: center;
  color: #fff;
  padding:1em;
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}
.row, .flex {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
      width: 100%;
}
.row.reverse {
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
.col.reverse {
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.show-sm, .show-md, .show-lg {
    display:none;
}
.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}
.noflex {
	display:block;
}

.col-xs {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}

.col-xs-1 {
  -ms-flex-preferred-size: 8.333%;
  flex-basis: 8.333%;
  max-width: 8.333%;
}

.col-xs-2 {
  -ms-flex-preferred-size: 16.667%;
  flex-basis: 16.667%;
  max-width: 16.667%;
}

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%;
}

.col-xs-5 {
  -ms-flex-preferred-size: 41.667%;
  flex-basis: 41.667%;
  max-width: 41.667%;
}

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  -ms-flex-preferred-size: 58.333%;
  flex-basis: 58.333%;
  max-width: 58.333%;
}

.col-xs-8 {
  -ms-flex-preferred-size: 66.667%;
  flex-basis: 66.667%;
  max-width: 66.667%;
}

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  -ms-flex-preferred-size: 83.333%;
  flex-basis: 83.333%;
  max-width: 83.333%;
}

.col-xs-11 {
  -ms-flex-preferred-size: 91.667%;
  flex-basis: 91.667%;
  max-width: 91.667%;
}

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-1 {
  margin-left: 8.333%;
}

.col-xs-offset-2 {
  margin-left: 16.667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.333%;
}

.col-xs-offset-5 {
  margin-left: 41.667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.333%;
}

.col-xs-offset-8 {
  margin-left: 66.667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.333%;
}

.col-xs-offset-11 {
  margin-left: 91.667%;
}

.start-xs {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
}

.end-xs {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  text-align: end;
}


.top-xs {
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}

.middle-xs {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.bottom-xs {
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end;
}

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.between-xs {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.first-xs {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  order: -1;
}

.last-xs {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1;
}

.fill-xs {
   height:100%;
	flex:1;
}
.pad-top-bottom {
	padding-left:0px !important;
	padding-right:0px !important;
}
.pad-left-right {
	padding-top:0px !important;
	padding-bottom:0px !important;
}
.pad-top {
  padding-bottom:0px !important;
	padding-left:0px !important;
	padding-right:0px !important;
}
.pad-bottom {
  padding-top:0px !important;
	padding-left:0px !important;
	padding-right:0px !important;
}
.pad-left {
	padding-top:0px !important;
	padding-bottom:0px !important;
  padding-right:0px !important;
}
.pad-right {
	padding-top:0px !important;
	padding-bottom:0px !important;
  padding-left:0px !important;
}
.pad-xs-0 {
  padding:0px;
}
.pad-xs-5 {
  padding:5px;
}
.pad-xs-10 {
  padding:10px;
}
.pad-xs-15 {
  padding:15px;
}
.pad-xs-20 {
  padding:20px;
}
.pad-xs-25 {
  padding:25px;
}
.pad-xs-30 {
  padding:30px;
}
.pad-xs-40 {
  padding:40px;
}
.pad-xs-50 {
  padding:50px;
}
.pad-xs-60 {
  padding:60px;
}
.pad-xs-70 {
  padding:70px;
}
.pad-xs-80 {
  padding:80px;
}
.pad-xs-120 {
  padding:120px;
}

@media only screen and (min-width: 768px) {
  .container {
    width: 46rem;
  }
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
  }

  .col-sm {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-sm-unset {
    -webkit-flex-grow: unset;
    -ms-flex-positive: unset;
    -webkit-box-flex: unset;
    flex-grow: unset;
    -ms-flex-preferred-size: unset;
    flex-basis: unset;
    max-width: unset;
  }
  .col-sm-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .col-sm-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .col-sm-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

  .col-sm-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

  .col-sm-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

 .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.667%;
  }

  .start-sm {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-sm {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-sm {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: right;
  }

  .top-sm {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }

  .middle-sm {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }

  .bottom-sm {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }

  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-sm {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .first-sm {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }

  .last-sm {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .show-sm {
    display:block;
  }
  .hide-sm {
	 display:none;
	 }
  .fill-sm {
    height:100%;
  }
	.pad-sm-0 {
		padding:0px;
  }
  .pad-sm-5 {
    padding:5px;
  }
  .pad-sm-10 {
    padding:10px;
  }
	.pad-sm-15 {
		padding:15px;
	 }
	 .pad-sm-20 {
		padding:20px;
	 }
	 .pad-sm-25 {
		padding:25px;
	 }
	.pad-sm-30 {
		padding:30px;
	}
	.pad-sm-40 {
		padding:40px;
	}
	.pad-sm-60 {
		padding:60px;
	}
	.pad-sm-70 {
		padding:70px;
	}
	.pad-sm-80 {
		padding:80px;
	}
  .pad-sm-120 {
		padding:120px;
	}
	.lr-40-sm {
    padding-left: 40px !important;
	padding-right: 40px !important;
	
	}
	.center-sm .button {
		    margin: 0 auto;
  }
  .pad-top-sm {
    padding-bottom:0px !important;
  }

}

@media only screen and (min-width: 1024px) {
  .container {
    width: 61rem;
  }

  .flexfill-md {
    flex:1 !important;
  }

  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
  }

  .col-md {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-md-unset {
    -webkit-flex-grow: unset;
    -ms-flex-positive: unset;
    -webkit-box-flex: unset;
    flex-grow: unset;
    -ms-flex-preferred-size: unset;
    flex-basis: unset;
    max-width: unset;
    width:unset;
  }

  .col-md-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .col-md-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

  .col-md-20 {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
  }

  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .col-md-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

  .col-md-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

  .col-md-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.333%;
  }

  .col-md-offset-2 {
    margin-left: 16.667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.333%;
  }

  .col-md-offset-5 {
    margin-left: 41.667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.333%;
  }

  .col-md-offset-8 {
    margin-left: 66.667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.333%;
  }

  .col-md-offset-11 {
    margin-left: 91.667%;
  }

  .start-md {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
	text-align:left;
  }

  .center-md {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-md {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  
   .right-md {
    text-align: right;
  }

  .top-md {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }

  .middle-md {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }

  .bottom-md {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }

  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-md {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .first-md {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }

  .last-md {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .column-md {
    flex-direction:column;
  }
  .show-md {
    display:block;
  }
  .row.show-md {
    display:flex;
  }
   .hide-md {
    display:none;
  }
  .fill-md {
    height:100%;
  }
	
	.pad-md-0 {
		padding:0px;
	}
	.pad-md-10 {
		padding:10px;
	}
	.pad-md-15 {
		padding:15px;
	}
	.pad-md-20 {
		padding:20px;
	}
	.pad-md-25 {
		padding:25px;
	}
	.pad-md-30 {
		padding:30px;
	}
	.pad-md-40 {
		padding:40px;
	}
	.pad-md-60 {
		padding:60px;
	}
	.pad-md-70 {
		padding:70px;
	}
	.pad-md-80 {
		padding:80px;
	}
  .pad-md-120 {
		padding:120px;
	}
}

@media only screen and (min-width: 1240px) {
  .container {
    width: 71rem;
  }

  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
/*    padding-right: 1rem;
    padding-left: 1rem; */
  }

  .col-lg {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-lg-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .col-lg-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .col-lg-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

  .col-lg-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

  .col-lg-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
.col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.667%;
  }

  .start-lg {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
	  text-align:left;
  }

  .center-lg {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-lg {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-lg {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }

  .middle-lg {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }

  .bottom-lg {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }

  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-lg {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .first-lg {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }

  .last-lg {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  
  .show-lg {
    display:block;
  }
	
  .hide-lg {
    display:none;
  }
  .fill-lg {
    height:100%;
  }
	.pad-lg-0 {
		padding:0px;
	}
	.pad-lg-10 {
		padding:10px;
	}
	.pad-lg-15 {
		padding:15px;
	}
	.pad-lg-20 {
		padding:20px;
	}
	.pad-lg-25 {
		padding:25px;
	}
	.pad-lg-30 {
		padding:30px;
	}
	.pad-lg-40 {
		padding:40px;
	}
	.pad-lg-60 {
		padding:60px;
	}
	.pad-lg-80 {
		padding:80px;
	}
  .pad-lg-120 {
		padding:120px;
	}
	.start-lg .button {
		    margin-left: 0;
	}
}

/* —————————————————————————————————————
	FLICKITY
   ————————————————————————————————————— */
  .room-slider .flickity-prev-next-button {
    top: 50%;
    width: 35px;
    height: 35px;
  }
  .room-slider .flickity-prev-next-button.next {
    right: 10px;
  }
  .room-slider .flickity-prev-next-button.previous {
    left: 10px;
  }
  #hero {
    opacity:0.6;
    overflow:hidden;
  }
  #hero, .TYPE .flickity-viewport, .TYPE .flickity-viewport {
    position:absolute;
    width:100%;
    height:100% !important;
  }
  .gallery-slider .flickity-viewport, .gallery-slider .flickity-viewport {
    height: 100% !important;
  }
  .overflow {
    overflow:hidden;
  }
  .flickity-enabled {
    height: 100%;
  }
  .zindex {
    z-index:1;
  }
  
  .main-carousel {
    width: 100%;
  }
  .flickity-button:focus {
    outline: none;
    box-shadow: none !important;
  }
  .carousel-cell {
    width: 100%;
    height:100%;
    opacity:1;
    transition: opacity 0.6s ease-out;
  }
 .slide {
    background-size:cover;
    background-position:center center;
  }
  .carousel-cell.is-selected {
    opacity: 1;
    transition: opacity 0.6s ease-out;
  }
  .flickity-enabled {
    position: relative;
  }
  
  .flickity-enabled:focus { outline: none; }
  
  .flickity-viewport {
    overflow: hidden;
    position: relative;
  }
  .show-overflow .flickity-viewport {
    overflow: visible;
    position: relative;
  }
  .main-carousel.fullheight .flickity-viewport {
    min-height: 100% !important;
  }
  .flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .fade-in-up {
    opacity:0;
    transform:translateY(30px);
    transition:all 0.5s ease;
  }
  .fade-in-up.active {
    transform:translateY(0px);
    opacity:1;
  }
  .vertical-slide-controls button {
    display: block;
    padding: 0px 0px;
    font-size: 15px;
    line-height: 30px;
    color: #323c3c;
    height: 30px;
    margin-top: 10px;
    display: block;
    padding-left: 40px;
    position: relative;
  }
  .vertical-slide:first-child .vertical-slide-controls button.up,
  .vertical-slide:last-child  .vertical-slide-controls button.down {
    color:#bbbbbb;
    pointer-events:none;
    display:none;
  }
  .vertical-slide-controls button:before {
    content:'';
    width:30px;
    height:30px;
    border-radius:30px;
    display:inline-block;
    margin-right:10px;
    background-color:#323c3c;
    transition:background-color 0.3s ease;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
  }
  .vertical-slide-controls button:before:hover {
    background-color:#0097ff;
  }
  .vertical-slide-controls button.up:before {
    background-image:url('../img/icon-up.svg');
    background-size:100%;
    background-repeat:no-repeat;
    background-position:center center;
  }
  .vertical-slide-controls button.down:before {
    background-image:url('../img/icon-down.svg');
    background-size:100%;
    background-repeat:no-repeat;
    background-position:center center;
  }
  .vertical-slide:first-child .vertical-slide-controls button.up:before,
  .vertical-slide:last-child  .vertical-slide-controls button.down:before  {
    background-color:#bbbbbb;
  }
  .screens-slider .carousel-cell {
    width:160px;
    margin:50px 30px;
  }
  .psp_sizer {
    width:160px;
    margin:50px;
  }
  .psp_device {
    width:380px;
    max-width: none;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .arrow-slider .flickity-prev-next-button {
    display:block;
  }
  .explainer .flickity-prev-next-button {
    position: relative;
    left: unset !important;
    right: unset !important;
    top: unset;
    transform: unset;
    display: inline-block;
    width: 50px;
    height: 50px;
    padding: 0px;
    opacity: 1;
    text-align:center;
    line-height:50px;
  }
  .explainer .flickity-prev-next-button {
    background:#0098ff;
  }
  .explainer .flickity-prev-next-button.previous {
    margin-right:15px;
  }
  .explainer .flickity-prev-next-button:after {
    color:#fff;
    font-size:31px;
  }
  .explainer .flickity-prev-next-button.previous:after {
    content:'\2190';
  }
  .explainer .flickity-prev-next-button.next:after {
    content:'\2192'; 
  }
  .explainer .flickity-prev-next-button svg {
    display:none;
  }
  @media all and (min-width:1024px) {
    .explainer .flickity-prev-next-button {
      width: 70px;
      height: 70px;
      line-height:70px;
      transform:scale(0.95);
      transition:transform 0.3s ease;
    }
    .explainer .flickity-prev-next-button:hover {
      transform:scale(1);
    }
    .explainer .flickity-prev-next-button:after {
      font-size:42px;
    }
  }

  @media all and (min-width:768px) {
    .screens-slider .carousel-cell {
      width:210px;
	    margin:50px;
    }
    .psp_sizer {
      width:210px;
    }
    .psp_device {
      width:500px;
    }
  }
  
  .screens-slider.responsive {
    width:25%;
    left: 50%;
    transform: translateX(-50%);
  }
  .screens-slider.responsive .carousel-cell {
    width:100%;
    margin:0px 0%;
  }
  .psp_sizer.responsive {
    width:25%;
    margin: 0px auto;
  }
  .psp_device.responsive {
    width:60%;
  }

  .trans {
    z-index:1;
  }

  
  .animated-col:first-child img {
    transform-origin: left;
  }
  .animated-col:last-child img {
    transform-origin: right;
  }

  /* draggable */
  
  .flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
            tap-highlight-color: transparent;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  
  .flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
  }
  
  .flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing;
  }
  
  /* ---- flickity-button ---- */
  
  .flickity-button {
    position: absolute;
    background: hsla(0, 0%, 100%, 0);
    border: none;
    color: #333;
    cursor:pointer;
  }
  
  .flickity-button:hover {
     cursor: pointer;
  }
  
  .flickity-button:focus {
    outline: none;
    box-shadow: 0 0 0 5px #19F;
  }
  
  .flickity-button:active {
    opacity: 0.6;
  }
  
  .flickity-button:disabled {
    opacity: 0;
    cursor: auto;
    /* prevent disabled button from capturing pointer up event. #716 */
    pointer-events: none;
  }
  
  .flickity-button-icon {
    fill: #333;
  }
  
  /* ---- previous/next buttons ---- */
  
  .flickity-prev-next-button {
    top: 50%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    /* vertically center */
    transform: translateY(-50%);
    cursor:pointer;
  }
  .main-carousel.fullheight .flickity-prev-next-button {
    opacity:1;  
  }
  .main-carousel.fullheight .flickity-prev-next-button.previous { 
    left: 10px; 
  }
  .main-carousel.fullheight .flickity-prev-next-button.next { right: 10px; }
  /* right to left */
  
  .flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px;
  }
  .flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px;
  }
  .flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%;
  }
  
  .flickity-prev-next-button.previous {
    left: -20px;
  }
  .flickity-prev-next-button.next {
    right: -20px;
  }
  @media all and (max-width:32em) {
  .flickity-prev-next-button.previous {
    left: -20px;
  }
  .flickity-prev-next-button.next {
    right: -20px;
  }
  .flickity-prev-next-button .flickity-button-icon {
    width: 50%;
    height: 50%;
  }
  }
  
  .flickity-prev-next-button {
    opacity:0.4;
    transition:all 0.3s ease;
  }
  .flickity-prev-next-button:hover {
    opacity:1;
    transition:all 0.3s ease;
  }
  
  /* ---- page dots ---- */
  
  .flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
  }
  
  .flickity-rtl .flickity-page-dots { direction: rtl; }
  
  .flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 6px;
    background: #333;
    border-radius: 50%;
    opacity: 0.25;
    cursor: pointer;
  }
  

  .regular-slider .flickity-page-dots {
    bottom:15px;
    text-align:right;
    padding-right: 15px;
  }
  .regular-slider .flickity-page-dots .dot {
    margin: 0 4px;
    background: #ffffff;
  } 
  
  .flickity-page-dots .dot.is-selected {
    opacity: 1;
    background:#0096ff;
  }
  
  .vertical-sub-slider .flickity-page-dots .dot {
    margin: 0 4px;
  }
  .vertical-sub-slider .flickity-page-dots {
    position: absolute;
    bottom: 25px;
    text-align: right;
    right: 16px;
  }
  .vertical-sub-slider .flickity-page-dots .dot.is-selected, .regular-slider .flickity-page-dots .dot.is-selected {
    background:#0096ff;
  }
  .dark .flickity-button-icon {
      fill: #fff;
  }
  .flickity-button-icon {
    width:10px;
  }

/* —————————————————————————————————————
	FLICKITY FADE
   ————————————————————————————————————— */

.fadeslider {
  z-index:1;
}

.fadeslider .flickity-viewport {
	overflow:hidden;
}

.vertical-sub-slider.fadeslider .flickity-viewport {
	overflow:visible;
}

.fadeslider .flickity-slider {
  transform: none !important;
}

.fadeslider .carousel-cell {
  left: 0 !important;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  z-index: -1; 
}

.fadeslider .carousel-cell.is-selected {
  opacity: 1;
  z-index: 0
}

.gallery > img {
  line-height: 0;
  font-size: 0;
  text-align: center;
}
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: none;
}
.flickity-enabled.flickity-enabled.is-draggable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.flickity-enabled.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.flickity-enabled.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.flickity-enabled .flickity-viewport {
  position: relative;
  width: 100%;
  min-height: 100% !important;
}
.flickity-enabled .flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
.arrow-slider .flickity-slider, .arrow-slider .flickity-viewport {
  height: 100% !important;
}

#lightbox {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 999;
}
#lightbox .valign { 
  z-index:0;
}
#lightbox .screen {
    background: rgba(0,0,0, 0.8);
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    top: 0;
    left: 0;
}
#lightbox .slider {
  width: 100%;
  height: 100%;
}
#lightbox .slider .slide {
  width: 100%;
  height: 100%;
}
#lightbox .slider .slide .frame {
  width: 100%;
  height: 100%;
  display: table;
  table-layout: fixed;
  pointer-events: none;
  position: absolute;
}
#lightbox .slider .slide .frame .valign {
  width: 100%;
  height: 100vh;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  line-height: 0;
}
#lightbox .slider .slide .frame .valign img {
  max-width: 100%;
  height: auto;
  pointer-events: all;
  max-height: 100% !important;
  object-fit: contain;
}
#lightbox .exit, #lightbox .prev, #lightbox .next {
  background-color: #0098ff;
}
#lightbox .prev, #lightbox .next {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  width: 50px;
  cursor: pointer;
}
#lightbox .prev {
  left: 0;
  background-image: url('../img/icon-left.svg');
  background-repeat:no-repeat;
  background-size:cover;
}
#lightbox .next {
  right: 0;
  background-image: url('../img/icon-right.svg');
  background-repeat:no-repeat;
  background-size:cover;
}



.wpcf7-spinner {
  position: absolute !important;
  right: 8px;
  top: 8px;
  margin: 0px !important;
}

.wpcf7-submit {
	transition:transform 0.2s ease;
}
.wpcf7-submit:hover {
	transform:scale(1.025);
}