@charset "UTF-8";
/*
Theme Name: PIQNIC THEME
Theme URI: https://wordpress.org/themes/twentynineteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our 2019 default theme is designed to show off the power of the block editor. It features custom styles for all the default blocks, and is built so that what you see in the editor looks like what you'll see on your website. Twenty Nineteen is designed to be adaptable to a wide range of websites, whether you’re running a photo blog, launching a new business, or supporting a non-profit. Featuring ample whitespace and modern sans-serif headlines paired with classic serif body text, it's built to be beautiful on all screen sizes.
Requires at least: WordPress 4.9.6
Version: 1.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: twentynineteen
Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Twenty Nineteen is based on Underscores https://underscores.me/, (C) 2012-2018 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Variables
# Normalize
# Typography
	## Headings
	## Copy
# Elements
	## Lists
	## Tables
# Forms
	## Buttons
	## Fields
# Navigation
	## Links
	## Menus
	## Next & Previous
# Accessibility
# Alignments
# Clearings
# Layout
# Widgets
# Content
	## Archives
	## Posts and pages
	## Comments
# Blocks
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*********************************************
:: Core
   Base Elements
   eg. typography, fonts, forms, buttons etc.
********************************************/
/*********************************************
:: Variables



********************************************/
/*******************************************/
/*******************************************/
/*******************************************/
/*******************************************/
/*********************************************
:: Normalize                        
********************************************/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic,300italic,300);
@import url("https://use.typekit.net/ahf4llb.css");
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, hgroup, main, menu, nav, section, summary {
  display: block; }

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

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

[hidden], template {
  display: none; }

a {
  background-color: transparent; }

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

abbr[title] {
  border-bottom: 1px dotted; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button, select {
  text-transform: none; }

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

button[disabled], html input[disabled] {
  cursor: default; }

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

input {
  line-height: normal; }

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

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

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: 700; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

h1, h2, legend, h3, h4, h5, h6, ol, ul, blockquote, p, li, dt, dl, dd {
  margin: 0px;
  padding: 0px; }

.button, button, button[type="submit"], input[type="submit"], input[type="button"], input[type="reset"] {
  outline: none;
  background: none;
  border: none;
  cursor: pointer;
  width: auto;
  padding: 0px;
  margin: 0px; }

legend, fieldset {
  margin: 0px;
  padding: 0px;
  border: none; }

figure {
  margin: 0px; }

*, *:before, *:after {
  box-sizing: border-box; }

/*******************************************/
::-moz-selection, ::-moz-selection {
  background: #8a7db4;
  color: white; }

::-moz-selection, ::selection {
  background: #8a7db4;
  color: white; }

::-moz-selection {
  background: #8a7db4;
  color: white; }

::selection {
  background: #8a7db4;
  color: white; }




img {
  display: block;
  max-width: 100%;
  width: auto\9;
  height: auto; }

/*********************************************
:: Icon Fonts                    
********************************************/
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?l1en53");
  src: url("fonts/icomoon.eot?#iefixl1en53") format("embedded-opentype"), url("fonts/icomoon.ttf?l1en53") format("truetype"), url("fonts/icomoon.woff?l1en53") format("woff"), url("fonts/icomoon.svg?l1en53#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-ico-nav:before {
  content: "\e98a"; }

.icon-ico-search:before {
  content: "\e98d";
  color: #4c4c4c; }

.icon-ico-download:before {
  content: "\e96e";
  color: #999; }

.icon-ico-heart:before {
  content: "\e963";
  color: #090e42; }

.icon-ico-edit:before {
  content: "\e964"; }

.icon-ico-secure:before {
  content: "\e965";
  color: #999; }

.icon-ico-user:before {
  content: "\e966"; }

.icon-ico-question:before {
  content: "\e967"; }

.icon-ico-map:before {
  content: "\e968";
  color: #989da1; }

.icon-ico-mail:before {
  content: "\e969";
  color: #989da1; }

.icon-ico-phone:before {
  content: "\e96a";
  color: #989da1; }

.icon-ico-zoom:before {
  content: "\e96b"; }

.icon-ico-cart:before {
  content: "\e96c"; }

.icon-ico-menu:before {
  content: "\e96d"; }

.icon-search2:before {
  content: "\e971"; }

.icon-menu:before {
  content: "\e972"; }

.icon-piqnic-info:before {
  content: "\e95f"; }

.icon-piqnic-tick:before {
  content: "\e960"; }

.icon-home:before {
  content: "\e900"; }

.icon-newspaper:before {
  content: "\e901"; }

.icon-image:before {
  content: "\e902"; }

.icon-file-empty:before {
  content: "\e903"; }

.icon-file-text2:before {
  content: "\e904"; }

.icon-phone:before {
  content: "\e905"; }

.icon-phone-hang-up:before {
  content: "\e906"; }

.icon-pin:before {
  content: "\e955"; }

.icon-location:before {
  content: "\e907"; }

.icon-location2:before {
  content: "\e908"; }

.icon-compass:before {
  content: "\e909"; }

.icon-map:before {
  content: "\e90a"; }

.icon-map2:before {
  content: "\e90b"; }

.icon-alarm:before {
  content: "\e90f"; }

.icon-bell:before {
  content: "\e910"; }

.icon-stopwatch:before {
  content: "\e911"; }

.icon-calendar:before {
  content: "\e91e"; }

.icon-display:before {
  content: "\e91f"; }

.icon-laptop:before {
  content: "\e920"; }

.icon-mobile:before {
  content: "\e912"; }

.icon-mobile2:before {
  content: "\e913"; }

.icon-tablet:before {
  content: "\e914"; }

.icon-tv:before {
  content: "\e915"; }

.icon-plus2:before {
  content: "\e91a"; }

.icon-minus2:before {
  content: "\e91b"; }

.icon-checkmark:before {
  content: "\e91c"; }

.icon-checkmark2:before {
  content: "\e91d"; }

.icon-thin-search:before {
  content: "\e921";
  color: #5c6770; }

.icon-substract:before {
  content: "\e90c"; }

.icon-add:before {
  content: "\e90d"; }

.icon-cross:before {
  content: "\e90e"; }

.icon-left-arrow:before {
  content: "\e916"; }

.icon-right-arrow:before {
  content: "\e917"; }

.icon-left-arrow2:before {
  content: "\e918"; }

.icon-arrow-pointing-to-right:before {
  content: "\e919"; }

.icon-ico-cart-secure:before {
  content: "\e96f"; }

.icon-ico-cart-edit:before {
  content: "\e970"; }

.icon-angle-double-down:before {
  content: "\e922"; }

.icon-angle-double-left:before {
  content: "\e923"; }

.icon-angle-double-right:before {
  content: "\e924"; }

.icon-angle-double-up:before {
  content: "\e925"; }

.icon-angle-down:before {
  content: "\e926"; }

.icon-angle-left:before {
  content: "\e927"; }

.icon-angle-right:before {
  content: "\e928"; }

.icon-angle-up:before {
  content: "\e929"; }

.icon-arrow-circle-down:before {
  content: "\e92a"; }

.icon-arrow-circle-left:before {
  content: "\e92b"; }

.icon-arrow-circle-o-down:before {
  content: "\e92c"; }

.icon-arrow-circle-o-left:before {
  content: "\e92d"; }

.icon-arrow-circle-o-right:before {
  content: "\e92e"; }

.icon-arrow-circle-o-up:before {
  content: "\e92f"; }

.icon-arrow-circle-right:before {
  content: "\e930"; }

.icon-arrow-circle-up:before {
  content: "\e931"; }

.icon-bars:before {
  content: "\e932"; }

.icon-behance:before {
  content: "\f1b4"; }

.icon-behance-square:before {
  content: "\f1b5"; }

.icon-calendar2:before {
  content: "\e933"; }

.icon-check2:before {
  content: "\e934"; }

.icon-chevron-circle-down:before {
  content: "\e935"; }

.icon-chevron-circle-left:before {
  content: "\e936"; }

.icon-chevron-circle-right:before {
  content: "\e937"; }

.icon-chevron-circle-up:before {
  content: "\e938"; }

.icon-chevron-down:before {
  content: "\e939"; }

.icon-chevron-left:before {
  content: "\e93a"; }

.icon-chevron-right:before {
  content: "\e93b"; }

.icon-chevron-up:before {
  content: "\e93c"; }

.icon-commenting:before {
  content: "\f27a"; }

.icon-commenting-o:before {
  content: "\f27b"; }

.icon-envelope-o:before {
  content: "\e93d"; }

.icon-facebook:before {
  content: "\e93f"; }

.icon-facebook-square:before {
  content: "\e93e"; }

.icon-file:before {
  content: "\e940"; }

.icon-file-excel-o:before {
  content: "\f1c3"; }

.icon-file-image-o:before {
  content: "\f1c5"; }

.icon-file-photo-o:before {
  content: "\f1c5"; }

.icon-file-picture-o:before {
  content: "\f1c5"; }

.icon-file-pdf-o:before {
  content: "\f1c1"; }

.icon-file-powerpoint-o:before {
  content: "\f1c4"; }

.icon-file-word-o:before {
  content: "\f1c2"; }

.icon-google:before {
  content: "\f1a0"; }

.icon-google-plus:before {
  content: "\e942"; }

.icon-google-plus2:before {
  content: "\f0d5"; }

.icon-google-plus-square:before {
  content: "\e941"; }

.icon-google-plus-square2:before {
  content: "\f0d4"; }

.icon-info-circle:before {
  content: "\e943"; }

.icon-instagram:before {
  content: "\e944"; }

.icon-instagram2:before {
  content: "\f16d"; }

.icon-linkedin:before {
  content: "\e946"; }

.icon-linkedin-square:before {
  content: "\e945"; }

.icon-map3:before {
  content: "\f279"; }

.icon-map-marker:before {
  content: "\e947"; }

.icon-map-o:before {
  content: "\f278"; }

.icon-minus-circle:before {
  content: "\e948"; }

.icon-phone-diagonal:before {
  content: "\e949"; }

.icon-pinterest:before {
  content: "\f0d2"; }

.icon-pinterest2:before {
  content: "\e94b"; }

.icon-pinterest-square:before {
  content: "\e94a"; }

.icon-pinterest-square2:before {
  content: "\f0d3"; }

.icon-play:before {
  content: "\e94c"; }

.icon-plus-circle:before {
  content: "\e94d"; }

.icon-question-circle:before {
  content: "\e94e"; }

.icon-safari:before {
  content: "\f267"; }

.icon-search:before {
  content: "\e950"; }

.icon-search-plus:before {
  content: "\e94f"; }

.icon-shopping-cart:before {
  content: "\e951"; }

.icon-sort:before {
  content: "\e952"; }

.icon-tags:before {
  content: "\e953"; }

.icon-times2:before {
  content: "\e954"; }

.icon-toggle-off:before {
  content: "\f204"; }

.icon-toggle-on:before {
  content: "\f205"; }

.icon-tripadvisor:before {
  content: "\f262"; }

.icon-tumblr:before {
  content: "\f173"; }

.icon-tumblr2:before {
  content: "\e957"; }

.icon-tumblr-square:before {
  content: "\f174"; }

.icon-tumblr-square2:before {
  content: "\e956"; }

.icon-twitter:before {
  content: "\f099"; }

.icon-twitter2:before {
  content: "\e959"; }

.icon-twitter-square:before {
  content: "\e958"; }

.icon-twitter-square2:before {
  content: "\f081"; }

.icon-user:before {
  content: "\e95a"; }

.icon-vimeo-square:before {
  content: "\e95b"; }

.icon-vine:before {
  content: "\f1ca"; }

.icon-youtube:before {
  content: "\e95e"; }

.icon-youtube-play:before {
  content: "\f16a"; }

.icon-youtube-play2:before {
  content: "\e95c"; }

.icon-youtube-square:before {
  content: "\e95d"; }

/*********************************************
:: Typography
********************************************/
html, body {
  font-family: "open-sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1, h2, legend, h3, h4, h5, h6 {
  font-family: "open-sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif !important;
  font-weight: 300;
  margin-bottom: 20px;
  color: #8a7db4; }

h1 {
  font-size: 40px;
  line-height: 40px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -1.74px;
  color: #514865; }

@media all and (min-width: 64em) {
  h1 {
    font-size: 50px;
    line-height: 50px; } }
h2, legend {
  font-size: 20px;
  line-height: 28px; }

@media all and (min-width: 64em) {
  h2, legend {
    font-size: 30px;
    line-height: 40px; } }
h3 {
  font-size: 16px;
  line-height: 26px; }

@media all and (min-width: 64em) {
  h3 {
    font-size: 22px; } }
h4 {
  font-size: 16px;
  line-height: 24px; }

@media all and (min-width: 64em) {
  h4 {
    font-size: 20px; } }
h5 {
  font-size: 16px;
  line-height: 24px; }

@media all and (min-width: 64em) {
  h5 {
    font-size: 18px; } }
h6 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: -0.2px; }

@media all and (min-width: 64em) {
  h6 {
    font-size: 18px; } }
/*******************************************/
p, li, td, th, a, mark, time, dl, label, address {
  margin-bottom: 28px;
  font-size: 15px;
  line-height: 26px;
  color: #444444; }

p a, p li, p p, p mark, p cite, p time, li a, li li, li p, li mark, li cite, li time, td a, td li, td p, td mark, td cite, td time, th a, th li, th p, th mark, th cite, th time, a a, a li, a p, a mark, a cite, a time, mark a, mark li, mark p, mark mark, mark cite, mark time, time a, time li, time p, time mark, time cite, time time, dl a, dl li, dl p, dl mark, dl cite, dl time, label a, label li, label p, label mark, label cite, label time, address a, address li, address p, address mark, address cite, address time {
  font-size: 1em; }

a {
  margin: 0px;
  font-weight: 400;
  text-decoration: none;
  color: #8a7db4;
  transition: all .5s ease-in-out; }

a:hover, a:focus, a:active {
  color: #69599b; }

small {
  font-size: 70%; }

strong, b {
  font-weight: 700; }

em, i {
  font-style: italic; }

hr {
  display: block;
  width: 100%;
  height: 1px;
  margin-bottom: 15px;
  background: #d8d8d8;
  border: none;
  outline: none; }

/*******************************************/
dt {
  font-weight: 700; }

dt:after {
  content: ':'; }

dt:after {
  content: ": "; }

.site-footer ul li {
  position: relative;
  list-style-type: none;
  margin:0px;
  text-indent: 0px; }

ul li {
  position: relative;
  list-style-type: circle;
  font-size:18px;
  margin:0px 0px 5px 20px;
  list-style-position: outside;
  text-indent: 0px; }

ol li {
  margin:0px 0px 5px 20px;
  font-size:18px;
  list-style-position: outside;
  list-style-type: decimal; }

/*******************************************/
code, pre, samp, kbd, var {
  margin: 0px;
  padding: 1px 5px 1px 5px;
  color: white;
  background: #2D747E;
  white-space: pre-wrap; }

pre {
  padding: 10px; }

/*******************************************/
blockquote {
  position: relative;
  display: block;
  margin: 35px 0 55px 0;
  padding: 20px 10% 20px 10%;
  font-size: 20px;
  font-weight: 300;
  font-style: italic;
  text-align: center;
  line-height: 30px;
  color: #8a7db4; }

@media all and (min-width: 64em) {
  blockquote {
    padding: 40px 10% 40px 10%;
    font-size: 25px;
    line-height: 35px; } }
/*******************************************/
.wysiwyg {
  text-align: left; }

.wysiwyg img {
  display: block;
  margin: 0 auto 15px auto; }

.wysiwyg ul {
  padding: 0 0 0 30px; }

.wysiwyg ul li {
  position: relative;
  list-style-type: circle;
  margin:0px 0px 5px 16px;}

.wysiwyg ul li:before {
  position: absolute;
  left: -30px;
  top: 10px;
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border: 2px solid #51c4cb;
  border-radius: 100%; }

.leadcopy {
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  color: black; }

@media all and (min-width: 64em) {
  .leadcopy {
    font-size: 17px; } }
/*******************************************/
.wf-loading h1,
.wf-loading h2,
.wf-loading legend,
.wf-loading p,
.wf-loading a {
  visibility: hidden; }

/*********************************************
:: Buttons
********************************************/
button {
  outline: none; }

/*******************************************/
.button {
  position: relative;
  display: inline-block;
  height: auto;
  padding: 10px 21px;
  font-family: "open-sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  color: #e33b59;
  background-color: white;
  border: 1px solid #e33b59;
  border-radius: 3px;
  box-shadow: 0 2px 3px rgba(227, 59, 89, 0.15);
  overflow: hidden;
  transition: all .5s ease; }
  .button.primary {
    background: #E33B59 !important;
    color: #FFFFFF !important; }
  .button.secondary {
    background: #fff !important;
    border-color: #514865 !important;
    color: #514865 !important; }
  .button.hollow {
    background: transparent !important;
    color: #514865 !important;
    border-color: #514865 !important; }
  .button.hollow.inverted {
    background: transparent !important;
    color: #fff !important;
    border-color: #fff !important; }
  .button.border {
    background: transparent !important;
    color: #fff !important;
    border-color: #E33B59 !important; }
    .button.violet-dark {
      background: #494262 !important;
      color: #fff !important;
      border-color: #494262 !important; }

.button:before:before {
  position: absolute;
  top: -100%;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: #e33b59;
  transition: all .5s ease; }
  .button:before:before.primary {
    background: #e33b59 !important; }
  .button:before:before.border {
    background: transparent !important; }
  .button:before:before.secondary {
    background: #fff !important; }
  .button:before:before.hollow {
    background: transparent !important; }
  .button:before:before.hollow.inverted {
    background: transparent !important; }

    .button:hover, .button:focus, .button:active {
      color: #fff !important; 
    background: #e33b59 !important;}
  .button:hover.primary, .button:focus.primary, .button:active.primary {
    background: #FFFFFF !important;
    color: #e33b59 !important; }
  .button:hover.secondary, .button:focus.secondary, .button:active.secondary {
    background: #fff !important;
    color: #514865 !important; }
  .button:hover.hollow, .button:focus.hollow, .button:active.hollow {
    background: transparent !important;
    color: #514865 !important; }
  .button:hover.hollow.inverted, .button:focus.hollow.inverted, .button:active.hollow.inverted {
    background: transparent !important;
    color: #fff !important; }
  .button:hover.border, .button:focus.border, .button:active.border {
    background: transparent !important;
    color: #e33b59 !important; }
    .button:hover.violet-dark, .button:focus.violet-dark, .button:active.violet-dark {
      background: #fff !important;
      color: #494262 !important; }
  .button:hover.hover-invert, .button:hover.hollow.inverted.hover-invert, .button:focus.hover-invert, .button:focus.hollow.inverted.hover-invert, .button:active.hover-invert, .button:active.hollow.inverted.hover-invert {
    background: white !important;
    color: #514865 !important; }

.button:hover:before, .button:focus:before, .button:active:before {
  top: 0; }

.button span {
  position: relative; }

/*******************************************/
.button.button-grey {
  color: #717171;
  border-color: #d8d8d8;
  box-shadow: 0 2px 3px rgba(113, 113, 113, 0.15); }

.button.button-grey:before {
  background: #e33b59; }

.button.button-grey:hover, .button.button-grey:focus, .button.button-grey:active {
  color: white;
  border-color: #e33b59;
  box-shadow: 0 2px 3px rgba(227, 59, 89, 0.15); }

/*******************************************/
.button.button-green {
  color: #51c4cb;
  border-color: #51c4cb;
  box-shadow: 0 2px 3px rgba(81, 196, 203, 0.15); }

.button.button-green:before {
  background: #51c4cb; }

.button.button-green:hover, .button.button-green:focus, .button.button-green:active {
  color: white;
  border-color: #51c4cb;
  box-shadow: 0 2px 3px rgba(81, 196, 203, 0.15); }

/*******************************************/
.button.button-purple {
  color: #8a7db4;
  border-color: #8a7db4;
  box-shadow: 0 2px 3px rgba(138, 125, 180, 0.15); }

.button.button-purple:before {
  background: #8a7db4; }

.button.button-purple:hover, .button.button-purple:focus, .button.button-purple:active {
  color: white;
  border-color: #8a7db4;
  box-shadow: 0 2px 3px rgba(138, 125, 180, 0.15); }

/*******************************************/
.button-white {
  color: black;
  background: white; }

@media all and (min-width: 48em) {
  .button-white:hover, .button-white:focus, .button-white:active {
    background: black;
    color: white; } }
/*******************************************/
.button-more {
  width: 100%;
  margin: 0px 0 40px 0;
  text-align: center;
  position: relative;
  background: white; }

@media all and (min-width: 64em) {
  .button-more {
    margin: 40px 0 100px 0; } }
.button-more:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #979797; }

.button-more p {
  position: relative;
  display: inline-block;
  width: auto;
  padding: 0 50px;
  font-size: 14px;
  line-height: 40px;
  color: #514865;
  background: white;
  z-index: 1;
  transition: all 0.25s ease-in-out; }

@media all and (min-width: 64em) {
  .button-more p {
    font-size: 24px; } }
.button-more:hover {
  background: white; }

.button-more:hover p {
  -webkit-filter: brightness(120%);
  filter: brightness(120%); }

/*******************************************/
.button-underline {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-family: "open-sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  color: #514865; }

.button-underline:after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  width: 138px;
  height: 5px;
  margin: auto;
  background: #514865; }

/*******************************************/
.button-disabled,
.button[disabled],
button[disabled],
button[type="submit"][disabled],
input[type="submit"][disabled],
input[type="button"][disabled],
input[type="reset"][disabled] {
  color: white;
  opacity: 0.5;
  cursor: default; }

/*********************************************
:: Tables                    
********************************************/
table {
  margin-bottom: 15px;
  width: 100%; }

table td, table th {
  padding: 15px 10px 15px 10px;
  font-weight: 400;
  color: #444444;
  text-align: left; }

table th {
  font-weight: 700;
  background: #f9f9f9; }

table thead {
  width: 100%;
  background: #f9f9f9; }

table thead td, table thead th {
  padding: 5px 10px 5px 10px; }

table tfoot {
  border-bottom: 1px solid #444444;
  border-top: 1px solid #444444; }

table tfoot td {
  padding: 15px 10px 15px 10px; }

/*******************************************/
.compact-table {
  width: auto; }

.compact-table td, .compact-table th {
  padding: 5px 10px 5px 10px;
  font-size: 0.8em;
  font-weight: 400;
  color: #444444;
  text-align: left;
  line-height: 1.2;
  background: none;
  border: 1px solid #d8d8d8; }

.compact-table thead {
  width: auto;
  background: none; }

/*******************************************/
.table-container {
  width: 100%;
  overflow-y: auto;
  _overflow: auto;
  margin: 0 0 1em; }

/*********************************************
:: Layout
********************************************/
body {
  overflow-x: hidden; }

.titanic {
  float: none; }

* {
  -webkit-tap-highlight-color: transparent; }

/*******************************************/
.main {
  display: block;
  min-height: calc(100vh - 483px);
  margin-top: 68px; }

@media all and (min-width: 64em) {
  .main {
    min-height: calc(100vh - 350px);
    margin-top: 86px; } }
/*******************************************/
.sidebar {
  float: left;
  width: 100%;
  padding: 20px 15px 20px 15px; }

@media all and (min-width: 64em) {
  .sidebar {
    padding: 45px 0px 45px 0px; } }
/*******************************************/
.clear-after:after {
  content: '';
  display: block;
  clear: both; }

/*******************************************/
.content-max-width {
  position: relative;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto; }

@media all and (min-width: 64em) {
  .content-max-width {
    max-width: 980px; } }
@media all and (min-width: 80em) {
  .content-max-width {
    max-width: 1210px; } }
/*******************************************/
.content-slider-width {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0 auto; }

@media all and (min-width: 64em) {
  .content-slider-width {
    max-width: 940px;
    padding: 0; } }
@media all and (min-width: 80em) {
  .content-slider-width {
    max-width: 1170px; } }
/*******************************************/
@media all and (min-width: 64em) {
  .content-narrow-width {
    max-width: 740px;
    margin: 0 auto;
    clear: both; } }
@media all and (min-width: 72.5em) {
  .content-narrow-width {
    max-width: 740px; } }
/*******************************************/
@media all and (min-width: 64em) {
  .mob, .mobile {
    display: none !important; } }
@media all and (max-width: 63.9375em) {
  .desk, .desktop {
    display: none !important; } }
/*******************************************/
.come-in {
  animation: come-in 0.7s ease forwards; }

.already-visible,
.already-visible:nth-child(odd) {
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  animation: none; }

@keyframes come-in {
  from {
    transform: translate(0, 150px); }
  to {
    transform: translate(0, 0); } }
/*******************************************/
input[type='range'] {
  display: block;
  -webkit-appearance: none;
  background: transparent;
  margin: 0;
  width: 100%;
  border: none; }

input[type='range']::-moz-focus-outer {
  border: 0; }

input[type='range']:focus {
  outline: 0; }

input[type='range']:focus::-webkit-slider-runnable-track {
  background: #d8d8d8; }

input[type='range']:focus::-ms-fill-lower {
  background: #d8d8d8; }

input[type='range']:focus::-ms-fill-upper {
  background: #d8d8d8; }

input[type='range']:hover, input[type='range']:focus, input[type='range']:active {
  background: transparent;
  border: none; }

input[type='range']::-webkit-slider-runnable-track {
  cursor: default;
  height: 8px;
  transition: all .2s ease;
  width: 100%;
  box-shadow: 0px 0px 0px transparent, 0 0 0px rgba(13, 13, 13, 0);
  background: #d8d8d8;
  border: 0px solid #d8d8d8;
  border-radius: 5px; }

input[type='range']::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px transparent, 0 0 0px rgba(13, 13, 13, 0);
  background: #51c4cb;
  border: 0px solid #51c4cb;
  border-radius: 12px;
  cursor: pointer;
  height: 18px;
  width: 18px;
  -webkit-appearance: none;
  margin-top: -5px; }

input[type='range']::-moz-range-track {
  box-shadow: 0px 0px 0px transparent, 0 0 0px rgba(13, 13, 13, 0);
  cursor: default;
  height: 8px;
  transition: all .2s ease;
  width: 100%;
  background: #d8d8d8;
  border: 0px solid #d8d8d8;
  border-radius: 5px;
  height: 4px; }

input[type='range']::-moz-range-thumb {
  box-shadow: 0px 0px 0px transparent, 0 0 0px rgba(13, 13, 13, 0);
  background: #51c4cb;
  border: 0px solid #51c4cb;
  border-radius: 12px;
  cursor: pointer;
  height: 14px;
  width: 14px; }

input[type='range']::-ms-track {
  cursor: default;
  height: 8px;
  transition: all .2s ease;
  width: 100%;
  background: transparent;
  border-color: transparent;
  border-width: 9px 0;
  color: transparent; }

input[type='range']::-ms-fill-lower {
  box-shadow: 0px 0px 0px transparent, 0 0 0px rgba(13, 13, 13, 0);
  background: #d8d8d8;
  border: 0px solid #d8d8d8;
  border-radius: 10px; }

input[type='range']::-ms-fill-upper {
  box-shadow: 0px 0px 0px transparent, 0 0 0px rgba(13, 13, 13, 0);
  background: #d8d8d8;
  border: 0px solid #d8d8d8;
  border-radius: 10px; }

input[type='range']::-ms-thumb {
  box-shadow: 0px 0px 0px transparent, 0 0 0px rgba(13, 13, 13, 0);
  background: #51c4cb;
  border: 0px solid #51c4cb;
  border-radius: 12px;
  cursor: pointer;
  height: 14px;
  width: 14px;
  margin-top: 2px; }

input[type='range']:disabled::-webkit-slider-thumb {
  cursor: not-allowed; }

input[type='range']:disabled::-moz-range-thumb {
  cursor: not-allowed; }

input[type='range']:disabled::-ms-thumb {
  cursor: not-allowed; }

input[type='range']:disabled::-webkit-slider-runnable-track {
  cursor: not-allowed; }

input[type='range']:disabled::-ms-fill-lower {
  cursor: not-allowed; }

input[type='range']:disabled::-ms-fill-upper {
  cursor: not-allowed; }

/*********************************************
:: Form Intergration
********************************************/
.hbspt-form .hs-form {
  width: calc(100% + 12px);
  margin: 0 -12px 0 0; }

.hbspt-form .hs-form fieldset[class^='form-columns-'] {
  max-width: none;
  margin-bottom: 18px; }

.hbspt-form .hs-form fieldset[class^='form-columns-'] .input {
  margin-right: 12px; }

.hbspt-form .hs-form fieldset[class^='form-columns-'] .hs-input {
  width: 100%; }

.hbspt-form .hs-form fieldset[class^='form-columns-'] .hs-input[type="checkbox"] {
  width: auto;
  margin-top: 5px; }

.hbspt-form .hs-form .hs_submit {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.hbspt-form .hs-form .hs_submit .actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.hbspt-form .hs-form input[type="submit"] {
  position: relative;
  display: block;
  height: auto;
  padding: 10px 20px;
  margin: 12px 12px 0 auto;
  font-family: "open-sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  color: #e33b59;
  background: white;
  border: 1px solid #e33b59;
  border-radius: 3px;
  box-shadow: 0 2px 3px rgba(227, 59, 89, 0.15);
  overflow: hidden;
  transition: all .5s ease; }

.hbspt-form .hs-form input[type="submit"]:before {
  position: absolute;
  top: -100%;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: #e33b59;
  transition: all .5s ease; }

.hbspt-form .hs-form input[type="submit"]:hover, .hbspt-form .hs-form input[type="submit"]:focus, .hbspt-form .hs-form input[type="submit"]:active {
  color: white;
  background-color: #e33b59; }

.hbspt-form .hs-form input[type="submit"]:hover:before, .hbspt-form .hs-form input[type="submit"]:focus:before, .hbspt-form .hs-form input[type="submit"]:active:before {
  top: 0; }

.hbspt-form .hs-form input[type="submit"] span {
  position: relative; }


.hs-error-msg, .hs-form-required { color: #ff0000; }


/*********************************************
:: Forms
********************************************/
form {
  width: 100%;
  background: white; }

legend {
  margin-bottom: 15px; }

label {
  display: block;
  margin: 0 0 5px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #444444; }

/*******************************************/
.field-disabled,
input[disabled],
textarea[disabled],
select[disabled],
input[readonly],
textarea[readonly],
select[readonly] {
  opacity: 0.5;
  cursor: default; }

/*******************************************/
input, textarea, select {
  display: inline-block;
  width: 100%;
  height: 43px;
  padding: 8px 10px 9px;
  font-size: 14px;
  line-height: 26px;
  background: #f9f9f9;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  outline: none;
  transition: all .5s ease-in-out; }

input:hover, input:focus, textarea:hover, textarea:focus, select:hover, select:focus {
  background: #d8d8d8;
  border: 1px solid #514865;
  transition: all .5s ease-in; }

/*******************************************/
*::-webkit-input-placeholder {
  font-family: "open-sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #8a7db4; }

*:-ms-input-placeholder {
  font-family: "open-sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #8a7db4; }

*::placeholder {
  font-family: "open-sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #8a7db4; }

textarea, select[multiple] {
  height: 167px;
  resize: vertical; }

input[type=checkbox], input[type=radio] {
  height: auto; }

/*******************************************/
.form-field .custom-checkbox-radio {
  float: left;
  width: auto;
  margin: 0;
  padding: 0 0 5px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer; }

.form-field .custom-checkbox-radio input {
  display: inline-block;
  vertical-align: top;
  width: 15px;
  height: 15px;
  margin: 2px 5px 0 0;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer; }

/*******************************************/
.form-field {
  float: left;
  width: 100%;
  padding: 0 0 18px; }

.form-field label {
  width: 100%;
  margin-bottom: 5px; }

/*******************************************/
.button-field {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  padding: 12px 0 15px;
  text-align: center; }

.button-field .form-note {
  float: none;
  margin-top: 11px;
  font-size: 12px;
  line-height: 20px;
  color: #999; }

@media all and (min-width: 64em) {
  .button-field .form-note {
    float: left;
    width: auto;
    margin-bottom: 0px; } }
.button-field button, .button-field input[type="submit"], .button-field input[type="reset"] {
  position: relative;
  display: inline-block;
  height: auto;
  padding: 8px 52px;
  font-family: "open-sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  color: #e33b59;
  background: white;
  border: 1px solid #e33b59;
  border-radius: 3px;
  box-shadow: 0 2px 3px rgba(227, 59, 89, 0.15);
  overflow: hidden;
  transition: all .5s ease; }

@media all and (min-width: 64em) {
  .button-field button, .button-field input[type="submit"], .button-field input[type="reset"] {
    float: right;
    margin-left: 10px; } }
.button-field button:before, .button-field input[type="submit"]:before, .button-field input[type="reset"]:before {
  position: absolute;
  top: -100%;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: #e33b59;
  transition: all .5s ease; }

.button-field button:hover, .button-field button:focus, .button-field button:active, .button-field input[type="submit"]:hover, .button-field input[type="submit"]:focus, .button-field input[type="submit"]:active, .button-field input[type="reset"]:hover, .button-field input[type="reset"]:focus, .button-field input[type="reset"]:active {
  color: white; }

.button-field button:hover:before, .button-field button:focus:before, .button-field button:active:before, .button-field input[type="submit"]:hover:before, .button-field input[type="submit"]:focus:before, .button-field input[type="submit"]:active:before, .button-field input[type="reset"]:hover:before, .button-field input[type="reset"]:focus:before, .button-field input[type="reset"]:active:before {
  top: 0; }

.button-field button span, .button-field input[type="submit"] span, .button-field input[type="reset"] span {
  position: relative; }

/*******************************************/
.form-fields-stack {
  *zoom: 1; }

.form-fields-stack:before {
  content: '';
  display: table; }

.form-fields-stack:after {
  content: '';
  display: table;
  clear: both; }

.form-fields-stack.two-column .form-field {
  width: 100%; }

@media all and (min-width: 64em) {
  .form-fields-stack.two-column .form-field {
    width: calc(99.99% * 1/2 - (10px - 10px * 1/2)); }

  .form-fields-stack.two-column .form-field:nth-child(1n) {
    float: left;
    margin-right: 10px;
    clear: none; }

  .form-fields-stack.two-column .form-field:last-child {
    margin-right: 0; }

  .form-fields-stack.two-column .form-field:nth-child(2n) {
    margin-right: 0;
    float: right; }

  .form-fields-stack.two-column .form-field:nth-child(2n + 1) {
    clear: left; } }
.form-fields-stack.three-column .form-field {
  width: 100%; }

@media all and (min-width: 64em) {
  .form-fields-stack.three-column .form-field {
    width: calc(99.99% * 1/3 - (10px - 10px * 1/3)); }

  .form-fields-stack.three-column .form-field:nth-child(1n) {
    float: left;
    margin-right: 10px;
    clear: none; }

  .form-fields-stack.three-column .form-field:last-child {
    margin-right: 0; }

  .form-fields-stack.three-column .form-field:nth-child(3n) {
    margin-right: 0;
    float: right; }

  .form-fields-stack.three-column .form-field:nth-child(3n + 1) {
    clear: left; } }
/*******************************************/
.form-field.error input,
.form-field.error textarea,
.form-field.error select,
.form-field.error .SumoSelect > .CaptionCont {
  border-color: #8a7db4; }

.form-field.valid input,
.form-field.valid textarea,
.form-field.valid select,
.form-field.valid .SumoSelect > .CaptionCont {
  color: black;
  border-color: #CCCCCC; }

label.error, label.error-SumoSelect-label, .php-error li {
  margin: 10px 0 0;
  font-weight: 700;
  color: #8a7db4 !important; }

.form-note {
  display: inline-block;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 1; }

/*********************************************
:: Animations
********************************************/
@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/*********************************************
:: Print                        
********************************************/
@media print {
  header, footer {
    display: none !important; } }
/*********************************************
:: Common
   Common Components
   eg. header, footer, main menu etc.
********************************************/
/*********************************************
  :: Site Header
********************************************/
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 68px;
  background: rgba(255, 255, 255, 0.9);
  /* border-bottom: 1px solid #d8d8d8; */
 }

@media all and (min-width: 64em) {
  .site-header {
    height: 86px; } }
.site-header .content-max-width {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 100%; }

.site-header .logo {
  width: 120px;
  height: 30px;
  transition: none; }

@media all and (min-width: 64em) {
  .site-header .logo {
    width: 130px;
    height: 33px; } }
.site-header .navigation {
  transition: all 0.5s ease; }

@media all and (max-width: 63.9375em) {
  .site-header .navigation {
    position: fixed;
    top: 0;
    right: -280px;
    width: 280px;
    height: 100%;
    padding: 68px 20px 40px;
    background: white; } }
@media all and (min-width: 64em) {
  .site-header .navigation {
    margin: 0 0 0 auto; } }
@media all and (max-width: 63.9375em) {
  .site-header .navigation.active {
    right: 0; } }
.site-header .navigation.active .menu-trigger span:nth-of-type(1), .site-header .navigation.active .menu-trigger span:nth-of-type(3) {
  top: 14px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: top 0.5s ease, transform 0.5s ease 0.5s; }

.site-header .navigation.active .menu-trigger span:nth-of-type(2) {
  opacity: 0;
  transition: opacity 0s ease 0.5s; }

.site-header .navigation.active .menu-trigger span:nth-of-type(3) {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.site-header .navigation .menu-trigger {
  position: fixed;
  top: 19px;
  right: 24px;
  width: 30px;
  height: 30px; }

@media all and (min-width: 64em) {
  .site-header .navigation .menu-trigger {
    display: none; } }
.site-header .navigation .menu-trigger span {
  position: absolute;
  top: 14px;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #514865; }

.site-header .navigation .menu-trigger span:nth-of-type(1) {
  top: 7px;
  transition: top 0.5s ease 0.5s, transform 0.5s ease; }

.site-header .navigation .menu-trigger span:nth-of-type(2) {
  opacity: 1;
  transition: opacity 0s ease 0.5s; }

.site-header .navigation .menu-trigger span:nth-of-type(3) {
  top: 21px;
  transition: top 0.5s ease 0.5s, transform 0.5s ease; }

.site-header .navigation ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  height: 100%;
  overflow-x: auto; }

@media all and (min-width: 64em) {
  .site-header .navigation ul {
    height: auto;
    -ms-flex-direction: row;
    flex-direction: row;
    overflow-x: visible; } }
.site-header .navigation li {
  display: block;
  margin: 0; }

@media all and (min-width: 64em) {
  .site-header .navigation li {
    margin: 0 0px 0 7px; } }
@media all and (min-width: 72.5em) {
  .site-header .navigation li {
    margin: 0 0 0 7px; } }
@media all and (max-width: 63.9375em) {
  .site-header .navigation li:last-of-type {
    margin-top: 10px; } }
@media all and (min-width: 64em) {
  .site-header .navigation li:last-of-type {
    margin: 0 0 0 7px; } }
.site-header .navigation a,
.site-header .navigation .anchor {
  display: block;
  width: 100%;
  padding: 10px;
  font-size: 14px;
  color: #2e2e2e;
  border-bottom: 1px solid #d8d8d8; }

@media all and (min-width: 64em) {
  .site-header .navigation a,
  .site-header .navigation .anchor {
    border-bottom: none; } }
.site-header .navigation a:hover,
.site-header .navigation .anchor:hover {
  color: #e33b59; }

.site-header .navigation a.selected,
.site-header .navigation .anchor.selected {
  color: #8a7db4; }

.site-header .navigation li.btn a,
.site-header .navigation .anchor.button {
  position: relative;
  display: inline-block;
  height: auto;
  padding: 10px 21px;
  font-family: "open-sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  color: #e33b59;
  background-color: white;
  border: 1px solid #e33b59;
  border-radius: 3px;
  box-shadow: 0 2px 3px rgba(227, 59, 89, 0.15);
  overflow: hidden;
  transition: all .5s ease;
  padding: 10px 20px;
  color: #e33b59;
  border: 1px solid #e33b59; }
  .site-header .navigation li.btn a:before,
  .site-header .navigation .anchor.button:before {
    position: absolute;
    top: -100%;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: #e33b59;
    transition: all .5s ease; }
  .site-header .navigation li.btn a:hover, .site-header .navigation li.btn a:focus, .site-header .navigation li.btn a:active,
  .site-header .navigation .anchor.button:hover,
  .site-header .navigation .anchor.button:focus,
  .site-header .navigation .anchor.button:active {
    color: white; }
  .site-header .navigation li.btn a:hover:before, .site-header .navigation li.btn a:focus:before, .site-header .navigation li.btn a:active:before,
  .site-header .navigation .anchor.button:hover:before,
  .site-header .navigation .anchor.button:focus:before,
  .site-header .navigation .anchor.button:active:before {
    top: 0; }
  .site-header .navigation li.btn a span,
  .site-header .navigation .anchor.button span {
    position: relative; }

.site-header .navigation li.btn a:hover, .site-header .navigation li.btn a:focus, .site-header .navigation li.btn a:active,
.site-header .navigation .anchor.button:hover,
.site-header .navigation .anchor.button:focus,
.site-header .navigation .anchor.button:active {
  color: white; }

.site-header .navigation .dropdown {
  position: relative;
  padding: 0; }

@media all and (max-width: 63.9375em) {
  .site-header .navigation .dropdown.active {
    background: #f9f9f9; } }
@media all and (max-width: 63.9375em) {
  .site-header .navigation .dropdown.active .anchor {
    color: #e33b59;
    border-bottom: none; } }
@media all and (max-width: 63.9375em) {
  .site-header .navigation .dropdown.active .anchor span {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); } }
@media all and (max-width: 63.9375em) {
  .site-header .navigation .dropdown.active ul {
    display: block;
    padding: 0 20px 10px; } }
@media all and (min-width: 64em) {
  .site-header .navigation .dropdown:hover ul {
    display: block; } }
@media all and (min-width: 64em) {
  .site-header .navigation .dropdown:hover .anchor {
    color: #e33b59; } }
@media all and (min-width: 64em) {
  .site-header .navigation .dropdown:hover .anchor span {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); } }
.site-header .navigation .dropdown .anchor span {
  display: inline-block;
  color: #e33b59; }

.site-header .navigation .dropdown ul {
  display: none; }

@media all and (min-width: 64em) {
  .site-header .navigation .dropdown ul {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    width: 207px;
    padding: 10px 0;
    background: white;
    border-radius: 2px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3); } }
@media all and (min-width: 64em) {
  .site-header .navigation .dropdown ul:before {
    position: absolute;
    bottom: 100%;
    left: 0;
    content: '';
    width: 100%;
    height: 10px;
    background: transparent; } }
.site-header .navigation .dropdown li {
  margin: 0; }

@media all and (min-width: 64em) {
  .site-header .navigation .dropdown a {
    padding: 5px 40px 5px 10px; } }
/********************************************/
/*********************************************
  :: Site Footer
********************************************/
.site-footer {
  position: relative;
  width: 100%;
  min-height: 483px;
  background: #383049;
  padding: 40px 0 10px; }

@media all and (min-width: 64em) {
  .site-footer {
    min-height: 350px;
    padding: 54px 0 10px; } }
.site-footer .content-max-width {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

@media all and (min-width: 64em) {
  .site-footer .content-max-width {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left; } }
.site-footer .links {
  -ms-flex-order: 1;
  order: 1;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 30px; }

@media all and (min-width: 64em) {
  .site-footer .links {
    -ms-flex-order: 0;
    order: 0; } }
.site-footer .links ul {
  display: none; }

@media all and (min-width: 64em) {
  .site-footer .links ul {
    display: block;
    width: 180px; } }
.site-footer .links ul li {
  margin: 0;
  line-height: 17px; }

.site-footer .links ul li:first-of-type {
  margin: 0 0 6px;
  font-weight: 700;
  text-transform: uppercase; }

.site-footer .links ul a {
  opacity: 0.75; }

.site-footer .links .contact {
  display: block; }

.site-footer .links .contact a {
  opacity: 1; }

.site-footer .links a,
.site-footer .links p {
  margin: 0;
  font-size: 13px;
  line-height: 22px;
  color: white; }

.site-footer .links .phone {
  margin: 0 0 13px; }

.site-footer .links .phone a {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 2px; }

.site-footer .social {
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 30px; }

.site-footer .social .logo {
  margin: 0 0 30px; }

.site-footer .social h6 {
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 17px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: white; }

.site-footer .social a {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin: 0 4px;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #383049;
  background: #d8d8d8;
  border-radius: 50%; }

.site-footer .social .scroll-top {
  position: relative;
  width: 70px;
  height: 33px;
  margin: 0 0 0 40px;
  cursor: pointer; }

.site-footer .social .scroll-top:hover:before {
  width: 0; }

.site-footer .social .scroll-top:hover span {
  height: 100%; }

.site-footer .social .scroll-top:before {
  position: absolute;
  top: 0;
  left: 50%;
  content: '';
  width: 100%;
  height: 1px;
  background-color: white;
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  transition: width 0.5s ease; }

.site-footer .social .scroll-top span {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 14px;
  height: 20px;
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  transition: height 0.5s ease; }

.site-footer .social .scroll-top span:before {
  position: absolute;
  top: 2px;
  left: 50%;
  z-index: -1;
  content: '';
  width: 10px;
  height: 10px;
  border-left: 1px solid white;
  border-top: 1px solid white;
  -ms-transform: translate(-50%, 0) rotate(45deg);
  transform: translate(-50%, 0) rotate(45deg); }

.site-footer .social .scroll-top span:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  width: 1px;
  height: 100%;
  background-color: white;
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }

.site-footer .legal {
  -ms-flex-order: 1;
  order: 1; }

@media all and (min-width: 64em) {
  .site-footer .legal {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 25px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2); } }
@media all and (min-width: 64em) {
  .site-footer .legal ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; } }
.site-footer .legal ul li {
  margin: 0;
  line-height: 18px; }

@media all and (min-width: 64em) {
  .site-footer .legal ul li {
    margin: 0 26px 0 0; } }
.site-footer .legal ul .copyright {
  margin: 0 0 6px;
  text-transform: uppercase; }

@media all and (min-width: 64em) {
  .site-footer .legal ul .copyright {
    margin: 0 26px 0 0; } }
.site-footer .legal p,
.site-footer .legal a {
  margin: 0;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: -0.48px;
  opacity: 0.5;
  color: white; }

.site-footer .legal .attribution {
  margin: 0 0 0 auto; }

.site-footer .legal .logo {
  width: 120px;
  margin: 0 66px 0 0; }

.site-footer .legal .logo img {
  max-height: 30px; }

/*********************************************
:: Modules
********************************************/
/*********************************************
:: SignUp Module
********************************************/
.signup-module {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 30px;
  display: inline-block;
  text-align: center;
  background: white;
  border-top: 1px solid #CCCCCC; }

@media all and (min-width: 64em) {
  .signup-module {
    padding-bottom: 0px; } }
@media all and (min-width: 64em) {
  .signup-module .content-max-width {
    width: 80%;
    max-width: 660px; } }
.signup-module .success, .signup-module .error {
  width: 100%;
  text-align: center; }

.signup-module .success {
  color: green; }

.signup-module .error {
  color: red;
  font-size: 14px;
  padding: 10px; }

.signup-module p {
  font-size: 14px;
  font-weight: 300;
  color: #8a7db4;
  padding: 17px 0;
  margin: 0px; }

@media all and (min-width: 64em) {
  .signup-module p {
    width: 50%;
    float: left;
    font-size: 18px;
    padding: 41px 0; } }
.signup-module form {
  width: 100%;
  max-width: 487px;
  margin: 0 auto;
  display: inline-block;
  float: none;
  border-top: none !important; }

@media all and (min-width: 64em) {
  .signup-module form {
    width: 50%;
    float: left;
    padding: 35px 0; } }
.signup-module form input {
  width: 70%;
  height: 42px;
  border: 1px solid #CCCCCC;
  border-radius: 6px 0 0 6px;
  float: left; }

.signup-module form button {
  width: 30%;
  height: 42px;
  float: right;
  padding: 10px;
  background: #514865;
  color: #8a7db4;
  vertical-align: middle;
  border-radius: 0 6px 6px 0;
  font-size: 18px;
  font-family: "open-sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }

.signup-module form button:hover {
  background: #8a7db4;
  color: white; }

.signup-module form button .icon-search {
  vertical-align: middle; }

/********************************************/
/*********************************************
:: Title Module                    
********************************************/
.title-module {
  width: 100%; }

.title-module .content-max-width {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -ms-flex-align: center;
  padding: 50px 20px; }
  .title-module .content-max-width:not(.align-left) {
    align-items: center; }
  .title-module .content-max-width:not(.align-left) {
    text-align: center; }

@media all and (min-width: 64em) {
  .title-module .content-max-width {
    padding: 100px 20px 50px; } }
.title-module h4 {
  max-width: 760px;
  margin: 0 0 19px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 3.5px;
  color: #8a7db4; }

.title-module h1 {
  max-width: 760px;
  margin: 0 0 19px; }

.title-module h6 {
  max-width: 760px;
  margin: 0; }

.title-module .button {
  margin: 30px 0 0; }

/********************************************/
@media all and (min-width: 64em) {
  .title-module.module-2 .content-max-width {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: left; } }
@media all and (min-width: 64em) {
  .title-module.module-2 .title {
    width: 50%;
    max-width: 470px;
    margin: 0 30px 0 0; } }
@media all and (min-width: 64em) {
  .title-module.module-2 h1 {
    margin: 0; } }
@media all and (min-width: 64em) {
  .title-module.module-2 h6 {
    -ms-flex: 1;
    flex: 1;
    max-width: 570px;
    margin: 0 auto 0 0; } }
/********************************************/
@media all and (min-width: 64em) {
  .title-module.module-3 .content-max-width {
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 100px 20px;
    text-align: left;
    background: transparent url("images/contact/contact.png") no-repeat right 105px top 65px/406px; } }
@media all and (min-width: 64em) {
  .title-module.module-3 .title {
    width: 50%;
    max-width: 470px;
    margin: 0 30px 0 0; } }
@media all and (min-width: 64em) {
  .title-module.module-3 h1 {
    margin: 0; } }
@media all and (min-width: 64em) {
  .title-module.module-3 h6 {
    max-width: 570px;
    margin: 21px auto 0 0; } }
/********************************************/
@media all and (min-width: 64em) {
  .title-module.module-4 .content-max-width {
    -ms-flex-align: start;
    flex-direction: row;
    align-items: flex-end;
    padding: 0 20px 0;
    text-align: left;
    background: transparent url("images/why-choose-us/landing.png") no-repeat left 50px bottom 0px/400px; } }
.title-module.module-4:not(.plain) .content-max-width:before {
  position: absolute;
  bottom: -55px;
  left: -54px;
  z-index: -1;
  content: '';
  width: 34px;
  height: 34px;
  opacity: 0.5;
  background: #51c4cb;
  box-shadow: 0px 0px 80px 50px #51c4cb;
  border-radius: 10px; }

@media all and (min-width: 64em) {
  .title-module.module-4 .content-max-width:before {
    bottom: -50px;
    left: 400px;
    width: 100px;
    height: 100px; } }
@media all and (min-width: 64em) {
  .title-module.module-4 .title {
    max-width: 570px;
    margin-bottom: 21px; } }
@media all and (min-width: 64em) {
  .title-module.module-4 h6 {
    max-width: 570px; } }
.title-module.module-4:not(.plain) .image {
  display: none; }

@media all and (min-width: 64em) {
  .title-module.module-4 .image {
    width: 50%;
    display: block; }

  p {
    font-size: 18px; }

  .title-module.module-4 p + .button {
    margin-top: 0; } }
/*********************************************
:: Pagination Module                    
********************************************/
.pagination-module {
  display: block;
  width: 100%;
  margin: 0;
  padding: 40px 0;
  /********************************************/ }

@media all and (min-width: 64em) {
  .pagination-module {
    padding: 50px 0 100px;
    background: white; } }
.pagination-module ul {
  width: auto;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  padding: 0;
  margin: 10px 0; }

@media all and (min-width: 64em) {
  .pagination-module ul {
    margin: 0px; } }
.pagination-module ul li {
  display: block;
  height: 40px;
  margin: 0 6px; }

.pagination-module ul li:first-of-type {
  margin: 0 6px 0 0; }

.pagination-module ul li:last-of-type {
  margin: 0 0 0 6px; }

.pagination-module ul li a {
  position: relative;
  display: block;
  height: 40px;
  min-width: 40px;
  font-size: 15px;
  line-height: 38px;
  letter-spacing: -0.2px;
  text-align: center;
  color: #717171;
  border: 1px solid #d8d8d8;
  border-radius: 50%;
  overflow: hidden;
  transition: all .5s ease; }

.pagination-module ul li a:before {
  position: absolute;
  top: -100%;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: #e33b59;
  transition: all .5s ease; }

.pagination-module ul li a:hover {
  color: white;
  border-color: #e33b59; }

.pagination-module ul li a:hover:before {
  top: 0; }

.pagination-module ul li a.pre-next {
  padding: 0 20px;
  border-radius: 8px; }

.pagination-module ul li a span {
  position: relative;
  display: block; }

.pagination-module ul li.active a {
  color: white;
  background: #e33b59;
  border-color: #e33b59; }

/********************************************/
.tile-module {
  background: #f9f9f9; }

.tile-module .content-max-width {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -ms-flex-align: center;
  padding: 50px 20px 30px; }
  .tile-module .content-max-width:not(.align-left) {
    align-items: center; }

@media all and (min-width: 64em) {
  .tile-module .content-max-width {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 90px 20px 60px; }
    .tile-module .content-max-width:not(.align-left) {
      align-items: center; } }
.tile-module .image {
  margin: 0 0 30px; }

@media all and (min-width: 64em) {
  .tile-module .image {
    -ms-flex-order: 1;
    order: 1;
    padding: 0 17px 0 0;
    margin: 0; } }
.tile-module .image img {
  max-width: 50%;
  margin: 0 auto; }

@media all and (min-width: 64em) {
  .tile-module .image img {
    max-width: 100%;
    margin: 0 0 0 auto; } }
.tile-module ul {
  text-align: left; }

.tile-module .content {
  text-align: center; }

  .text-center {
    text-align: center;
  }

@media all and (min-width: 64em) {
  .text-center {
    text-align: left;
  }

  .tile-module .content {
    width: calc(52% - 30px);
    max-width: 470px;
    text-align: left; } }
/********************************************/
.tile-module.module-2.image-overflow {
  background: white; }

@media all and (min-width: 64em) {
  .tile-module.module-2.image-overflow .content-max-width {
    -ms-flex-pack: start;
    justify-content: flex-start; } }
@media all and (min-width: 64em) {
  .tile-module.module-2.image-overflow .image {
    margin: 0 auto 0 0; } }
@media all and (min-width: 64em) {
  .tile-module.module-2.image-overflow .image img {
    float: right; } }
@media all and (min-width: 72.5em) {
  .tile-module.module-2.image-overflow .content {
    max-width: 565px;
    padding: 0 95px 0 0; } }
.tile-module.module-2.image-overflow .content h1, .tile-module.module-2.image-overflow .content h2, .tile-module.module-2.image-overflow .content legend, .tile-module.module-2.image-overflow .content h3, .tile-module.module-2.image-overflow .content h4, .tile-module.module-2.image-overflow .content h5, .tile-module.module-2.image-overflow .content h6 {
  color: #8a7db4; }

.tile-module.module-2.image-overflow .content p, .tile-module.module-2.image-overflow .content a:not(.button.outlined), .tile-module.module-2.image-overflow .content li {
  color: #2e2e2e; }

@media all and (min-width: 64em) {
  .tile-module.module-2 .image {
    -ms-flex-order: 0;
    order: 0;
    padding: 0 0 0 17px; } }
@media all and (min-width: 64em) {
  .tile-module.module-2 .image img {
    margin: 0 auto 0 0; } }
/********************************************/
.tile-module.image-overflow {
  background: url("images/whypiqnic/tile-bg.png") no-repeat left 246px top 98px/731px, linear-gradient(135deg, #2a9096 0%, #51c4cb 100%); }

@media all and (min-width: 64em) {
  .tile-module.image-overflow .content-max-width {
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 150px 20px; } 
    .page-template-sub-page .tile-module.image-overflow .content-max-width {
      padding: 60px 20px;
    }
  }
@media all and (min-width: 64em) {
  .tile-module.image-overflow .image {
    max-width: 470px;
    padding: 0;
    margin: 0 0 0 auto;
    overflow: visible; } 
  }
@media all and (min-width: 64em) {
  .tile-module.image-overflow .image img {
    float: left;
    width: initial;
    max-width: initial; } }
.tile-module.image-overflow .content h1, .tile-module.image-overflow .content h2, .tile-module.image-overflow .content legend, .tile-module.image-overflow .content h3, .tile-module.image-overflow .content h4, .tile-module.image-overflow .content h5, .tile-module.image-overflow .content h6, .tile-module.image-overflow .content p, .tile-module.image-overflow .content a:not(.button.outlined), .tile-module.image-overflow .content li {
  color: white; }

/*********************************************
:: Call To Action Module                   
********************************************/
.cta-module {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 46px 20px 60px;
  background-color: #f9f9f9; }

@media all and (min-width: 64em) {
  .cta-module {
    padding: 80px 20px 86px;
    background-repeat: no-repeat;
    background-image: url("images/home/pricing-bg-1.png"), url("images/home/pricing-bg-2.png");
    background-position: left top, right bottom; } }
.cta-module article {
  max-width: 580px;
  text-align: center; }

.cta-module h2, .cta-module legend {
  margin: 0 0 20px;
  font-size: 25px;
  font-weight: 300;
  line-height: 32px;
  letter-spacing: -0.5px;
  color: #8a7db4; }

@media all and (min-width: 64em) {
  .cta-module h2, .cta-module legend {
    font-size: 30px;
    line-height: 40px; } }
.cta-module p {
  margin: 0 0 30px;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: -0.2px;
  color: #444444; }

/*********************************************
:: Pages
********************************************/
/*********************************************
:: Home Page
********************************************/

.home-feature-blocks article .svg-icon { position: absolute; top: -1em; right: 2em;}


body.page-template-front-page {
  background-image: url("images/home/iq-bg2.jpg");
  background-position: right -40px;
  background-repeat: no-repeat;
}
.blur-bg {
  background-image: url(images/home/blur-bg.svg);
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: left center;
    opacity: 0.8;
    margin-bottom: 20px;
}
.iconed { 
  padding: 8px 10px 10px 10px; 
  color: #514865; 
  font-weight: bold; 
  background: #FFFFFF;
  box-shadow: 0 2px 4px 0 rgba(138,125,180,0.05);
  border-radius: 8px;
  margin-right: 10px; 
  margin-bottom: 10px;
  display: inline-block;
}

.iconed:after { width: 20px; height: 20px; content: " "; display: inline-block; vertical-align: middle; margin-left: 10px; background-size: contain;}
.iconed.iconed0:after{ background-image: url("/wp-content/uploads/2024/04/doc-management-icon-new.svg");}
.iconed.iconed1:after{ background-image: url("/wp-content/uploads/2024/04/task-management-icon-new.svg");}
.iconed.iconed2:after{ background-image: url("/wp-content/uploads/2024/04/team-colab-icon-new.svg");}
.iconed.iconed3:after{ background-image: url("/wp-content/uploads/2024/04/workflow-icon-new.svg");}



@media all and (min-width: 64em) {
  .hero.mod-content img {max-width: none;}
}

.page-template-front-page .hero-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 40px; 
  flex-direction: column-reverse;
}

@media all and (min-width: 64em) {
  .page-template-front-page .hero-container {
    flex-direction:row;
    padding-top: 132px;
    padding-bottom: 140px;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start; } }
.page-template-front-page .hero-container .text-1 {
  text-align: center; }

@media all and (min-width: 64em) {
  .page-template-front-page .hero-container .text-1 {
    width: calc(50% - 20px);
    padding-top: 4px;
    text-align: left; } }
.page-template-front-page .hero-container .text-1 h5 {
  margin: 0 0 10px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2.7px;
  color: #8a7db4; }

@media all and (min-width: 64em) {
  .page-template-front-page .hero-container .text-1 h5 {
    margin: 0;
    font-size: 18px;
    letter-spacing: 3.5px; } }
.page-template-front-page .hero-container .text-1 h1 {
  margin: 0 0 20px;
  font-size: 40px;
  font-weight: 900;
  line-height: 40px;
  text-transform: uppercase;
  letter-spacing: -1.39px;
  color: #514865; }

@media all and (min-width: 64em) {
  .page-template-front-page .hero-container .text-1 h1 {
    margin: 0 0 9px;
    padding: 8px 0;
    font-size: 50px;
    line-height: 52px;
    letter-spacing: -1px; } }
.page-template-front-page .hero-container .text-1 p {
  margin: 0 0 20px;
  font-size: 17px;
  line-height: 26px;
  letter-spacing: -0.2px;
  color: #717171; }

@media all and (min-width: 64em) {
  .page-template-front-page .hero-container .text-1 p {
    font-size: 18px;
    line-height: 28px;
    margin: 0;
    max-width: 90%; } }
.page-template-front-page .hero-container .image-1 {
  margin: 0 0 50px; }

@media all and (min-width: 64em) {
  .page-template-front-page .hero-container .image-1 {
    width: calc(51.5% - 20px);
    margin: 0; } }
.page-template-front-page .hero-container .video-player {
  position: relative; }

.page-template-front-page .hero-container .video-player .video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%; }

.page-template-front-page .hero-container .video-player .video-wrapper:hover .play-trigger {
  -ms-transform: scale(1.2) translate(-50%, -50%);
  transform: scale(1.2) translate(-50%, -50%); }

.page-template-front-page .hero-container .video-player .video-wrapper:before {
  display: block;
  content: '';
  width: 100%;
  padding-bottom: 56.25%; }

.page-template-front-page .hero-container .video-player .video-wrapper.video-playing .play-trigger {
  display: none; }

.page-template-front-page .hero-container .video-player .video-wrapper.video-playing .iframe {
  opacity: 1; }

.page-template-front-page .hero-container .video-player .video-wrapper.video-playing + .bg {
  opacity: 0; }

.page-template-front-page .hero-container .video-player .play-trigger {
  position: absolute;
  top: 60%;
  left: 55.3%;
  z-index: 1;
  cursor: pointer;
  transition: all 0.75s ease;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-transform-origin: left top;
  transform-origin: left top; }

  @media (min-width: 1024px) {
    .page-template-front-page .hero-container .video-player .play-trigger {
      top: 57%;
      left: 53%; 
    }
  }

  @media (min-width: 1280px) {
    .page-template-front-page .hero-container .video-player .play-trigger {
      top: 59%;
      left: 54%; 
    }
  }

.page-template-front-page .hero-container .video-player .play-trigger:after {
  position: absolute;
  top: 50%;
  left: 52%;
  display: block;
  content: '';
  border-top: 10px solid transparent;
  border-left: 20px solid #e33b59;
  border-bottom: 10px solid transparent;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.page-template-front-page .hero-container .video-player .shape {
  width: 65px;
  height: 45px;
  text-align: center;
  text-indent: .1em;
  color: white;
  background-color: white;
  border-radius: 50% / 10%;
  opacity: 1;
  transition: box-shadow 0.5s ease;
}

.page-template-front-page .hero-container .video-player .shape:before {
  position: absolute;
  top: 10%;
  bottom: 10%;
  right: -5%;
  left: -5%;
  display: block;
  content: '';
  background: inherit;
  border-radius: 5% / 50%; }

.page-template-front-page .hero-container .video-player .play {
  position: absolute;
  width: max-content;
  text-align: center;
  left: -13%;
  background-color: #e33b59;
  color: white;
  font-weight: 900;
  font-size: 13px;
  padding: 2px 2px;
  border-radius: 3px;
  margin-top: 0; }

.page-template-front-page .hero-container .video-player .iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0; }

.page-template-front-page .hero-container .video-player .bg {
  position: relative; }

.page-template-front-page .hero-container .text-2 {
  margin: 0 0 46px;
  text-align: center; }

@media all and (min-width: 64em) {
  .page-template-front-page .hero-container .text-2 {
    -ms-flex-order: 1;
    order: 1;
    width: calc(50% - 20px);
    margin: 75px 13px 0 0px;
    text-align: left; } }
.page-template-front-page .hero-container .text-2 h2, .page-template-front-page .hero-container .text-2 legend {
  margin: 0 0 20px;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  color: #514865;
  letter-spacing: -0.5px;
  text-transform: uppercase; }

@media all and (min-width: 64em) {
  .page-template-front-page .hero-container .text-2 h2, .page-template-front-page .hero-container .text-2 legend {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -0.5px; } }
.page-template-front-page .hero-container .text-2 p {
  margin: 0 0 20px;
  font-size: 17px;
  line-height: 26px;
  letter-spacing: -0.2px;
  color: #717171; }

@media all and (min-width: 64em) {
  .page-template-front-page .hero-container .text-2 p {
    font-size: 18px;
    line-height: 28px;
    margin: 0;
    max-width: 90%; } }
.page-template-front-page .hero-container .image-2 {
  margin: 0 0 30px; }

@media all and (min-width: 64em) {
  .page-template-front-page .hero-container .image-2 {
    width: calc(39% - 20px);
    margin: -15px 0 22px 38px; } }
.page-template-front-page .hero-container .image-2 img {
  max-width: 387px; }

.page-template-front-page .platform-view {
  position: relative;
  background-image: linear-gradient(-45deg, #8a7db4 0%, #514865 100%);
  box-shadow: inset 0px -100px 100px -100px #524a65;
  overflow: hidden; }

.page-template-front-page .platform-view:before, .page-template-front-page .platform-view:after {
  position: absolute;
  bottom: 0;
  right: 0;
  background: transparent url("images/home/iq-bg.svg") no-repeat center center/contain; }

.page-template-front-page .platform-view:before {
  width: 327px;
  height: 254px;
  content: ''; }

@media all and (min-width: 64em) {
  .page-template-front-page .platform-view:before {
    bottom: 252px;
    right: 50px;
    width: 270px;
    height: 210px; } }
@media all and (min-width: 64em) {
  .page-template-front-page .platform-view:after {
    bottom: 0;
    right: auto;
    left: 0;
    content: '';
    width: 626px;
    height: 489px; } }
.page-template-front-page .platform-view .content-max-width {
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-top: 40px;
  text-align: center; }

@media all and (min-width: 64em) {
  .page-template-front-page .platform-view .content-max-width {
    padding-top: 97px;
    padding-bottom: 100px; } }
.page-template-front-page .platform-view h2, .page-template-front-page .platform-view legend {
  margin: 0 0 44px;
  font-size: 25px;
  font-weight: 300;
  line-height: 32px;
  letter-spacing: -0.42px;
  color: white; }

@media all and (min-width: 64em) {
  .page-template-front-page .platform-view h2, .page-template-front-page .platform-view legend {
    width: 570px;
    margin: 0 0 52px;
    font-size: 30px;
    line-height: 40px; } }
.page-template-front-page .platform-view img {
  display: block;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.page-template-front-page .features-tiles {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 40px 20px 20px; }

@media all and (min-width: 37.5em) {
  .page-template-front-page .features-tiles {
    -ms-flex-pack: justify;
    justify-content: space-between; } }
@media all and (min-width: 48em) {
  .page-template-front-page .features-tiles {
    padding: 80px 20px 40px; } }
.page-template-front-page .features-tiles .feature {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  max-width: 270px;
  margin: 20px 0; }

@media all and (min-width: 48em) {
  .page-template-front-page .features-tiles .feature {
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(25% - 20px);
    margin: 40px 0; } }
@media all and (min-width: 72.5em) {
  .page-template-front-page .features-tiles .feature {
    width: calc(25% - 57.5px); } }
.page-template-front-page .features-tiles p {
  margin: 0;
  font-size: 16px; }

.page-template-front-page .features-tiles a {
  display: block;
  margin: 0 0 10px;
  font-weight: 600;
  color: #444444;
  font-size: 16px; }

.page-template-front-page .features-tiles a:hover {
  color: #e33b59; }

.page-template-front-page .features-tiles .image {
  min-width: 75px; }

.page-template-front-page .features-tiles .image img {
  max-width: 50px;
  border-radius: 18px; }

.page-template-front-page .demo-section,
.page-template-why-piqnic-page .demo-section,
.page-template-about-page .demo-section {
  padding: 40px 0 60px;
  overflow: hidden; }
  .page-template-front-page .demo-section .demo-block,
  .page-template-why-piqnic-page .demo-section .demo-block,
  .page-template-about-page .demo-section .demo-block {
    background: url("images/demo-bg.jpg");
    background-size: cover; }
  .page-template-front-page .demo-section .h3,
  .page-template-why-piqnic-page .demo-section .h3,
  .page-template-about-page .demo-section .h3 {
    padding-top: 1em;
    text-align: center; }
  .page-template-front-page .demo-section .book-demo-b,
  .page-template-why-piqnic-page .demo-section .book-demo-b,
  .page-template-about-page .demo-section .book-demo-b {
    padding-top: 1em;
    text-align: center; }
  @media all and (min-width: 48em) {
    .page-template-front-page .demo-section .demo-block .content-max-width,
    .page-template-why-piqnic-page .demo-section .demo-block .content-max-width,
    .page-template-about-page .demo-section .demo-block .content-max-width {
      display: flex;
      flex-direction: row; }
    .page-template-front-page .demo-section .h3,
    .page-template-why-piqnic-page .demo-section .h3,
    .page-template-about-page .demo-section .h3 {
      padding-top: 0;
      text-align: center;
      width: 55%;
      line-height: normal; }
    .page-template-front-page .demo-section .book-demo-b,
    .page-template-why-piqnic-page .demo-section .book-demo-b,
    .page-template-about-page .demo-section .book-demo-b {
      text-align: center;
      padding-top: 0em;
      margin-top: -2em;
      margin-bottom: 2em;
      width: 45%; } }
  @media all and (min-width: 54em) {
    .page-template-front-page .demo-section .h3,
    .page-template-why-piqnic-page .demo-section .h3,
    .page-template-about-page .demo-section .h3 {
      width: auto; }
    .page-template-front-page .demo-section .book-demo-b,
    .page-template-why-piqnic-page .demo-section .book-demo-b,
    .page-template-about-page .demo-section .book-demo-b {
      width: 35%; } }

.page-template-why-piqnic-page .demo-section,
.page-template-about-page .demo-section {
  padding-bottom: 0; }

.page-template-front-page .demo-section .content-max-width {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -ms-flex-align: center;
  align-items: center; }

.page-template-front-page .demo-section h2, .page-template-front-page .demo-section legend {
  max-width: 770px;
  margin: 0 0 30px;
  font-size: 25px;
  font-weight: 300;
  line-height: 32px;
  letter-spacing: -0.5px;
  color: #8a7db4; }

@media all and (min-width: 64em) {
  .page-template-front-page .demo-section h2, .page-template-front-page .demo-section legend {
    font-size: 30px;
    line-height: 40px; } }
@media all and (min-width: 64em) {
  .page-template-front-page .demo-section .button {
    margin: 0 0 0px; } }
.page-template-front-page .demo-section .video-player {
  position: relative;
  width: 100%;
  max-width: 770px; }

.page-template-front-page .demo-section .video-player:before, .page-template-front-page .demo-section .video-player:after {
  position: absolute;
  content: '';
  width: 34px;
  height: 34px;
  opacity: 0.8;
  border-radius: 10px; }

@media all and (min-width: 64em) {
  .page-template-front-page .demo-section .video-player:before, .page-template-front-page .demo-section .video-player:after {
    width: 100px;
    height: 100px; } }
.page-template-front-page .demo-section .video-player:before {
  bottom: -55px;
  left: -54px;
  background: #51c4cb;
  box-shadow: 0px 0px 80px 50px #51c4cb; }

@media all and (min-width: 64em) {
  .page-template-front-page .demo-section .video-player:before {
    bottom: 135px; } }
.page-template-front-page .demo-section .video-player:after {
  top: -38px;
  right: -58px;
  background: #8a7db4;
  box-shadow: 0px 0px 80px 50px #8a7db4; }

@media all and (min-width: 64em) {
  .page-template-front-page .demo-section .video-player:after {
    top: -28px;
    right: -26px; } }
.page-template-front-page .demo-section .video-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  /* 315 / 560 */
  /* video ratio 16:9 */ }

.page-template-front-page .demo-section .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/*********************************************
:: Our Team Page
********************************************/
.page-template-team-page .people {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 36px; }

@media all and (min-width: 37.5em) {
  .page-template-team-page .people {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly; } }
@media all and (min-width: 64em) {
  .page-template-team-page .people {
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 10px; } }
.page-template-team-page .person {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  max-width: 300px;
  margin: 33px 0 20px; }

@media all and (min-width: 64em) {
  .page-template-team-page .person {
    margin: 50px 0 70px; } }
.page-template-team-page .person .image {
  margin: 0 0 40px; }

.page-template-team-page .person .image img {
  max-width: 245px;
  max-height: 300px; }

.page-template-team-page .person .content.open .bio-icon:after {
  height: 2px; }

.page-template-team-page .person .content.open p {
  opacity: 1; }

.page-template-team-page .person .content h3 {
  margin: 0 0 8px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  color: #444444; }

.page-template-team-page .person .content h5 {
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.2px;
  color: #717171; }

.page-template-team-page .person .content .bio {
  display: none; }

.page-template-team-page .person .content .bio-trigger {
  display: block;
  width: 100%;
  font-size: 15px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: -0.2px;
  color: #e33b59;
  background: white;
  cursor: pointer; }

.page-template-team-page .person .content .bio-icon {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px; }

.page-template-team-page .person .content .bio-icon:before, .page-template-team-page .person .content .bio-icon:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  background: #e33b59;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.page-template-team-page .person .content .bio-icon:before {
  width: 8px;
  height: 1px; }

.page-template-team-page .person .content .bio-icon:after {
  width: 1px;
  height: 8px;
  transition: height 0.5s ease; }

.page-template-team-page .person .content p {
  display: block;
  margin: 0;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: -0.2px;
  color: #717171;
  opacity: 0;
  transition: all 0.5s ease; }

/*********************************************
:: Partners Page
********************************************/
.page-template-partners-page .partner-tiles {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  width: 100%;
  max-width: 1010px;
  padding: 0 20px 60px;
  margin: 0 auto 20px;
  -ms-flex-align: center;
  align-items: center; }

@media all and (min-width: 64em) {
  .page-template-partners-page .partner-tiles {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5px 20px 100px; } }
.page-template-partners-page .option {
  position: relative;
  width: 100%;
  max-width: 470px;
  margin-bottom: 30px; }

@media all and (min-width: 64em) {
  .page-template-partners-page .option {
    width: calc(50% - 15px); } }
.page-template-partners-page .option:nth-of-type(1):before {
  position: absolute;
  bottom: -55px;
  left: -187px;
  z-index: 1;
  content: '';
  width: 238px;
  height: 244px;
  background: transparent url("images/partners/plane.png") center/contain no-repeat; }

.page-template-partners-page .option:nth-of-type(2):before {
  position: absolute;
  bottom: -35px;
  right: -40px;
  z-index: -1;
  content: '';
  width: 34px;
  height: 34px;
  opacity: 0.8;
  border-radius: 10px;
  background: #51c4cb;
  box-shadow: 0px 0px 80px 50px #51c4cb; }

@media all and (min-width: 64em) {
  .page-template-partners-page .option:nth-of-type(2):before {
    width: 100px;
    height: 100px; } }
.page-template-partners-page .option-button {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 26px 26px 21px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  background-color: white;
  transition: all 0.5s ease 0.5s; }

@media all and (min-width: 64em) {
  .page-template-partners-page .option-button {
    padding: 46px 66px 41px; } }
.page-template-partners-page .option-button:hover {
  background-color: #383049;
  transition: all 0.5s ease 0s; }

.page-template-partners-page .option-button:hover:before {
  opacity: 1;
  transition: all 0.5s ease 0.5s; }

.page-template-partners-page .option-button:hover .h1 {
  color: white;
  transition: all 0.5s ease 0.5s; }

.page-template-partners-page .option-button:hover .h1:after {
  background-color: white;
  transition: all 0.5s ease 0.5s; }

.page-template-partners-page .option-button:hover .desc {
  color: white;
  transition: all 0.5s ease 0.5s; }

/* .page-template-partners-page .option-button:hover .button {
  color: white; } */

.page-template-partners-page .option-button:hover .button:before {
  top: 0; }

.page-template-partners-page .option-button:active, .page-template-partners-page .option-button:focus {
  outline: none; }

.page-template-partners-page .option-button:before {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  width: 333px;
  height: 258px;
  background: transparent url("images/partners/hover.png") right top/contain no-repeat;
  opacity: 0;
  transition: all 0.5s ease 0s; }

.page-template-partners-page .option-button .h1 {
  position: relative;
  max-width: 280px;
  padding: 0 0 20px;
  margin: 0 0 23px;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  line-height: 38px;
  text-transform: uppercase;
  letter-spacing: -1px;
  color: #514865;
  transition: all 0.5s ease 0s; }

.page-template-partners-page .option-button .h1:after {
  position: absolute;
  top: 100%;
  left: 50%;
  content: '';
  width: 86px;
  height: 3px;
  background-color: #8a7db4;
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  transition: all 0.5s ease 0s; }

.page-template-partners-page .option-button .desc {
  width: 100%;
  margin: 0 0 34px;
  font-size: 15px;
  text-align: center;
  line-height: 22px;
  letter-spacing: -0.2px;
  color: #717171;
  transition: all 0.5s ease 0s; }

/*********************************************
:: About Us Page                   
********************************************/
@media all and (min-width: 64em) {
  .page-template-about-page .title-module .content-max-width {
    padding-bottom: 26px; } }
.page-template-about-page .tile-section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  padding-bottom: 70px;
  overflow: hidden; }

@media all and (min-width: 64em) {
  .page-template-about-page .tile-section {
    -ms-flex-direction: row;
    flex-direction: row;
    padding-bottom: 77px; } }
@media all and (min-width: 64em) {
  .page-template-about-page .tile-section .image {
    width: 50%;
    max-width: 470px;
    padding: 0;
    margin: 10px 30px 0 0; } }
.page-template-about-page .tile-section .image img {
  max-width: 375px;
  margin: 0 auto; }

@media all and (min-width: 64em) {
  .page-template-about-page .tile-section .image img {
    margin: 0 auto 0 0; } }
@media all and (min-width: 64em) {
  .page-template-about-page .tile-section .content {
    -ms-flex: 1;
    flex: 1;
    max-width: 570px;
    margin: 0 auto 0 0; } }
/*********************************************
:: Blog Page
********************************************/
.page-blog .blog-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap; }

@media all and (min-width: 64em) {
  .page-blog .blog-container {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 32px 20px 0; } }
@media all and (min-width: 64em) {
  .page-blog .blog-container.blog-detail {
    padding: 90px 20px 0; } }
.page-blog .filters {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap; }

@media all and (min-width: 64em) {
  .page-blog .filters {
    -ms-flex-direction: column;
    flex-direction: column;
    width: 180px;
    padding: 8px 0 0; } }
.page-blog .filters .archives a {
  color: #2e2e2e; }

.page-blog .filters .archives .count {
  color: #8a7db4; }

.page-blog .filters ul {
  margin: 0 0 30px; }

.page-blog .filters p {
  margin: 0 0 10px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  color: #444444; }

.page-blog .filters li {
  margin: 0; }

.page-blog .filters a {
  display: block;
  width: 100%;
  padding: 8px 0;
  font-size: 15px;
  line-height: 20px;
  text-transform: capitalize;
  color: #8a7db4;
  border-bottom: 1px solid #d8d8d8; }

.page-blog .filters a [class*="icon-"] {
  margin: 0 10px 0 0;
  color: #444444; }

@media all and (min-width: 64em) {
  .page-blog .articles,
  .page-blog .article {
    -ms-flex: 1;
    flex: 1; } }
.page-blog .articles article,
.page-blog .article article {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 20px; }

@media all and (min-width: 37.5em) {
  .page-blog .articles article,
  .page-blog .article article {
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0 0 30px; } }
@media all and (min-width: 64em) {
  .page-blog .articles article,
  .page-blog .article article {
    padding: 0 0 60px; } }
.page-blog .articles .img-wrap,
.page-blog .article .img-wrap {
  position: relative;
  display: block;
  width: 270px;
  height: 200px;
  background: url("images/logo-white.svg") no-repeat center center/130px, linear-gradient(135deg, #383049 0%, #8a7db4 100%); }

.page-blog .articles .img-wrap .img,
.page-blog .article .img-wrap .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent no-repeat center center/cover; }

.page-blog .articles .content-wrap,
.page-blog .article .content-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

@media all and (min-width: 37.5em) {
  .page-blog .articles .content-wrap,
  .page-blog .article .content-wrap {
    -ms-flex: 1;
    flex: 1;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    padding: 0 0 0 30px; } }
@media all and (min-width: 64em) {
  .page-blog .articles .content-wrap,
  .page-blog .article .content-wrap {
    padding: 0 0 0 60px; } }
.page-blog .articles .h4,
.page-blog .article .h4 {
  display: block;
  margin: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  color: #514865; }

.page-blog .articles .h4::first-letter,
.page-blog .article .h4::first-letter {
  text-transform: uppercase; }

.page-blog .articles .meta,
.page-blog .article .meta {
  margin: 0 0 20px;
  font-size: 13px;
  line-height: 26px;
  text-transform: uppercase;
  color: #717171; }

.page-blog .articles .desc,
.page-blog .article .desc {
  margin: 0 0 20px;
  font-size: 15px;
  line-height: 26px;
  color: #444444; }

.page-blog .articles .link,
.page-blog .article .link {
  margin: auto 0 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: -0.2px;
  color: #e33b59; }

.page-blog .articles {
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 20px; }

@media all and (min-width: 64em) {
  .page-blog .articles {
    max-width: 900px;
    padding: 0 34px 0 0;
    margin: 0 auto 0 0; } }
@media all and (min-width: 64em) {
  .page-blog .article {
    max-width: 850px;
    padding: 0 120px 100px 77px; } }
.page-blog .article .content > :last-child {
  margin-bottom: 0; }

.page-blog .content-slider-width {
  padding: 0 20px; }

@media all and (min-width: 64em) {
  .page-blog .content-slider-width {
    padding: 0; } }
/*********************************************
:: Why Choose Us Page
********************************************/
.page-template-why-piqnic-page h6 {
  color: #757575; }

@media all and (min-width: 64em) {
  .page-template-why-piqnic-page .tile-1 .image {
    width: 49%;
    padding: 0; } }
@media all and (min-width: 64em) {
  .page-template-why-piqnic-page .tile-2 .image img {
    width: 150%; } }
@media all and (min-width: 64em) {
  .page-template-why-piqnic-page .tile-3 .image {
    width: 46%;
    padding: 0 22px 0 0;
    margin: 19px 0 0; } }
.page-template-why-piqnic-page .tile-3 img {
  width: 100%; }

@media all and (min-width: 64em) {
  .page-template-why-piqnic-page .tile-4 .image {
    margin: 0 100px 0 auto; } }
@media all and (min-width: 64em) {
  .page-template-why-piqnic-page .tile-4 .image img {
    width: 150%; } }
@media all and (min-width: 64em) {
  .page-template-why-piqnic-page .tile-5 .content-max-width {
    padding: 120px 20px; } }
@media all and (min-width: 64em) {
  .page-template-why-piqnic-page .tile-5 .image {
    width: 44.5%; } }
/*********************************************
:: Features Page
********************************************/
.page-template-features-page .features {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  padding-top: 20px; }

@media all and (min-width: 64em) {
  .page-template-features-page .features {
    padding-top: 50px; } }
.page-template-features-page .feature {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0 0 40px;
  margin: 0 0 40px;
  border-bottom: 1px solid #d8d8d8; }

@media all and (min-width: 64em) {
  .page-template-features-page .feature {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 0 70px;
    margin: 0 0 70px; } }
@media all and (min-width: 64em) {
  .page-template-features-page .feature-article {
    width: 33%;
    max-width: 360px;
    padding: 0 20px 0 0; } }
.page-template-features-page .feature-article .title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  float: left;
  margin-top: 1em; }

.page-template-features-page .feature-article img {
  max-width: 50px;
  border-radius: 18px; }

.page-template-features-page .feature-article h2, .page-template-features-page .feature-article legend {
  padding: 5px 0 0 20px;
  margin: 0;
  letter-spacing: -0.5px;
  overflow: auto;
  line-height: normal; }

.page-template-features-page .feature-article h2 + p {
  margin-top: 1em; }

.page-template-features-page .feature-accordion {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

@media all and (min-width: 64em) {
  .page-template-features-page .feature-accordion {
    width: 77%;
    max-width: 790px;
    padding: 0 0 0 20px; } }
.page-template-features-page .feature-info {
  width: 100%;
  min-height: 40px;
  margin: 0 0 10px;
  border: 1px solid #d8d8d8;
  border-radius: 3px; }

@media all and (min-width: 37.5em) {
  .page-template-features-page .feature-info {
    width: calc(50% - 10px); } }
.page-template-features-page .feature-info.open h4:hover {
  background: white; }

.page-template-features-page .feature-info.open .icon:before {
  height: 2px; }

.page-template-features-page .feature-info h4 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 40px;
  padding: 0 16px;
  margin: 0;
  color: #514865;
  font-size: 15px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: -0.17px;
  background: white;
  cursor: pointer;
  transition: all 0.5s ease-in-out; }

.page-template-features-page .feature-info h4:hover {
  background: rgba(138, 125, 180, 0.3); }

.page-template-features-page .feature-info .icon {
  position: relative;
  width: 16px;
  height: 16px; }

.page-template-features-page .feature-info .icon:before, .page-template-features-page .feature-info .icon:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 100%;
  height: 100%;
  background: #8a7db4;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.page-template-features-page .feature-info .icon:before {
  width: 2px;
  transition: height 0.5s ease-in-out; }

.page-template-features-page .feature-info .icon:after {
  height: 2px; }

.page-template-features-page .feature-info .desc {
  display: none;
  width: 100%;
  margin: 0;
  padding: 0 16px 16px; }

.page-template-features-page .feature-info .desc p {
  color: #757575;
  font-size: 13px;
  line-height: 22px; }

/*********************************************
:: Pricing Page                   
********************************************/
.page-template-pricing-page {
  overflow-x: hidden; }

.page-template-pricing-page .pricing {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 20px 40px; }

@media all and (min-width: 48em) {
  .page-template-pricing-page .pricing {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1150px;
    padding: 30px 20px 112px; } }
.page-template-pricing-page .pricing:before, .page-template-pricing-page .pricing:after {
  position: absolute;
  z-index: -1;
  width: 586px;
  height: 407px;
  background: transparent no-repeat center center/contain;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%); }

@media all and (min-width: 48em) {
  .page-template-pricing-page .pricing:before, .page-template-pricing-page .pricing:after {
    content: ''; } }
.page-template-pricing-page .pricing:before {
  top: calc(50% - 50px);
  right: calc(100% - 239px);
  background-image: url("images/pricing/bg-0.png"); }

@media all and (min-width: 48em) {
  .page-template-pricing-page .pricing:before {
    top: calc(74.5% - 50px);
    right: calc(100% - 66px);
    width: 268px;
    height: 277px; } }
.page-template-pricing-page .pricing:after {
  top: calc(50% - 60px);
  left: calc(100% - 307px);
  background-image: url("images/pricing/bg-1.png"); }

@media all and (min-width: 48em) {
  .page-template-pricing-page .pricing:after {
    top: calc(50% - 200px);
    left: calc(100% - 137px);
    width: 312px;
    height: 292px; } }
.page-template-pricing-page .price-cat {
  position: relative;
  z-index: 0;
  width: 100%;
  border-radius: 4px;
  background: white;
  overflow: hidden;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2), 0 2px 18px rgba(0, 0, 0, 0.1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition: z-index 0s ease 0.25s, transform 0.5s ease; }

@media all and (min-width: 48em) {
  .page-template-pricing-page .price-cat {
    width: calc(33.332% - 10px);
    height: 414px; } }
.page-template-pricing-page .price-cat:before, .page-template-pricing-page .price-cat:after {
  position: absolute;
  content: '';
  width: 200px;
  height: 200px;
  border-width: 50px;
  border-style: solid;
  border-radius: 100px; }

.page-template-pricing-page .price-cat:before {
  top: -100px;
  left: -100px; }

.page-template-pricing-page .price-cat:after {
  bottom: -100px;
  right: -100px; }

.page-template-pricing-page .price-cat:nth-of-type(3n + 1):before, .page-template-pricing-page .price-cat:nth-of-type(3n + 1):after {
  border-color: rgba(81, 196, 203, 0.12); }

.page-template-pricing-page .price-cat:nth-of-type(3n + 1) h2, .page-template-pricing-page .price-cat:nth-of-type(3n + 1) legend {
  color: #51c4cb; }

.page-template-pricing-page .price-cat:nth-of-type(3n + 2):before, .page-template-pricing-page .price-cat:nth-of-type(3n + 2):after {
  border-color: rgba(138, 125, 180, 0.12); }

.page-template-pricing-page .price-cat:nth-of-type(3n + 3):before, .page-template-pricing-page .price-cat:nth-of-type(3n + 3):after {
  border-color: rgba(109, 139, 198, 0.12); }

.page-template-pricing-page .price-cat:nth-of-type(3n + 3) h2, .page-template-pricing-page .price-cat:nth-of-type(3n + 3) legend {
  font-size: 16px;
  font-weight: 800;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: -0.56px;
  color: #6d8bc6; }

.page-template-pricing-page .price-cat.active {
  z-index: 1;
  -ms-transform: scale(1.12);
  transform: scale(1.12);
  transition: z-index 0s ease 0.25s, transform 0.5s ease; }

.page-template-pricing-page .price-cat > div {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 40px;
  height: 100%;
  text-align: center; }

.page-template-pricing-page .price-cat h2, .page-template-pricing-page .price-cat legend {
  width: 100%;
  margin: 0 0 14px;
  font-size: 29px;
  font-weight: 800;
  line-height: 33px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: -1.01px;
  color: #8a7db4; }

.page-template-pricing-page .price-cat .heading {
  position: relative;
  width: 100%;
  padding: 6px 0;
  margin: 0 0 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 33px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: -0.75px;
  color: #514865; }

.page-template-pricing-page .price-cat .heading:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  width: 37px;
  height: 2px;
  background-color: #8a7db4;
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }

.page-template-pricing-page .price-cat .heading + p {
  margin: 0 0 15px; }

.page-template-pricing-page .price-cat p {
  width: 100%;
  margin: 0;
  font-size: 11px;
  text-align: center;
  line-height: 16px;
  letter-spacing: -0.14px;
  color: #444444; }

.page-template-pricing-page .price-cat .price {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%; }

.page-template-pricing-page .price-cat .price .price-cover {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 25px;
  width: 150px;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  color: #51c4cb; }

.page-template-pricing-page .price-cat .price .currency {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 41px;
  font-weight: 600;
  line-height: 41px;
  text-transform: uppercase; }

.page-template-pricing-page .price-cat .price .amount {
  font-size: 81px;
  font-weight: 700;
  line-height: 64px;
  text-transform: uppercase;
  letter-spacing: -2.82px; }

.page-template-pricing-page .price-cat .price .per {
  width: 100%;
  margin: 10px 0 4px;
  font-size: 13px;
  line-height: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.5px;
  text-align: center;
  color: #514865; }

.page-template-pricing-page .price-cat .users {
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  text-transform: uppercase;
  letter-spacing: -0.5px;
  color: #514865; }

.page-template-pricing-page .price-cat .button {
  padding: 10px 34px;
  margin: 20px 0 0; }

/*********************************************
:: Pricing Compare Page                   
********************************************/
.page-template-compare-page {
  overflow-x: hidden; }

.page-template-compare-page .compare {
  overflow-x: scroll; }

.page-template-compare-page table {
  max-width: 970px;
  margin: 12px auto 100px;
  font-size: 14px;
  line-height: 18px;
  border: none;
  border-collapse: separate; }

.page-template-compare-page table h3 {
  margin: 0;
  color: #444444;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px; }

.page-template-compare-page table p {
  margin: 0;
  font-size: 14px;
  line-height: 18px; }

.page-template-compare-page table input[type='range'] {
  height: 26px;
  padding: 0; }

.page-template-compare-page thead {
  background: white; }

.page-template-compare-page thead tr:first-of-type td {
  padding-bottom: 0;
  border-top: 1px solid #d8d8d8; }

.page-template-compare-page thead tr:first-of-type td:first-of-type {
  border-top-left-radius: 6px; }

.page-template-compare-page thead tr:first-of-type td:last-of-type {
  border-top-right-radius: 6px; }

.page-template-compare-page thead tr:last-of-type td {
  padding-top: 8px;
  padding-bottom: 16px;
  border-bottom: 1px solid #d8d8d8; }

.page-template-compare-page thead td {
  padding: 20px 25px;
  text-align: center;
  vertical-align: top;
  border-bottom: none; }

.page-template-compare-page thead p {
  line-height: 20px; }

.page-template-compare-page tbody tr:last-of-type td:first-of-type {
  border-bottom-left-radius: 6px; }

.page-template-compare-page tbody tr:last-of-type td:last-of-type {
  border-bottom-right-radius: 6px; }

.page-template-compare-page tbody td {
  height: 40px;
  padding: 2px 10px;
  line-height: 18px; }

.page-template-compare-page tbody td:not(:first-of-type) {
  text-align: center; }

.page-template-compare-page td {
  width: 220px;
  box-sizing: border-box;
  border-left: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8; }

.page-template-compare-page td:first-of-type {
  width: 332px; }

.page-template-compare-page td:last-of-type {
  border-right: 1px solid #d8d8d8; }

.page-template-compare-page .info-hover {
  position: relative;
  float: right;
  color: #a8aab7; }

.page-template-compare-page .info-hover:hover p {
  display: block; }

.page-template-compare-page .info-hover p {
  position: absolute;
  top: 50%;
  left: calc(100% + 13px);
  z-index: 1;
  display: none;
  width: 280px;
  padding: 12px 14px;
  margin: 0;
  font-family: "open-sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #444444;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: -0.09px;
  background-color: white;
  border: 1px solid #d8d8d8;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
  border-radius: 3px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.page-template-compare-page .icon-piqnic-tick {
  font-size: 20px;
  color: #51c4cb; }

/*********************************************
:: FAQs Page
********************************************/
.page-template-faq-page .faqs {
  max-width: 1010px;
  margin-bottom: 60px; }

@media all and (min-width: 48em) {
  .page-template-faq-page .faqs {
    margin-bottom: 90px; } }
.page-template-faq-page .faq {
  width: 100%;
  min-height: 70px;
  margin: 0 0 16px;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); }

.page-template-faq-page .faq.open h4:hover {
  background: white; }

.page-template-faq-page .faq.open .icon:before {
  height: 2px; }

.page-template-faq-page .faq h4 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 70px;
  padding: 15px 30px;
  margin: 0;
  color: #514865;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.17px;
  background: white;
  cursor: pointer;
  transition: all 0.5s ease-in-out; }

@media all and (min-width: 64em) {
  .page-template-faq-page .faq h4 {
    font-size: 15px;
    line-height: 40px; } }
.page-template-faq-page .faq h4:hover {
  background: rgba(138, 125, 180, 0.3); }

.page-template-faq-page .faq .icon {
  position: relative;
  width: 20px;
  height: 20px; }

.page-template-faq-page .faq .icon:before, .page-template-faq-page .faq .icon:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 100%;
  height: 100%;
  background: #8a7db4;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.page-template-faq-page .faq .icon:before {
  width: 2px;
  transition: height 0.5s ease-in-out; }

.page-template-faq-page .faq .icon:after {
  height: 2px; }

.page-template-faq-page .faq .desc {
  display: none;
  width: 100%;
  margin: 0;
  padding: 0 30px 30px; }

.page-template-faq-page .faq .desc p {
  font-size: 11px;
  line-height: 18px; }

@media all and (min-width: 64em) {
  .page-template-faq-page .faq .desc p {
    font-size: 15px;
    line-height: 26px; } }
/*********************************************
:: Legal Page                   
********************************************/
.page-template-legal-page .legal {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

@media all and (min-width: 64em) {
  .page-template-legal-page .legal {
    -ms-flex-direction: row;
    flex-direction: row; } }
@media all and (min-width: 64em) {
  .page-template-legal-page .aside {
    width: 200px;
    padding: 0 20px 0 0; } }
.page-template-legal-page .aside h4 {
  margin: 0;
  color: #444444;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.9px; }

.page-template-legal-page .aside ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }

@media all and (min-width: 64em) {
  .page-template-legal-page .aside ul {
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap; } }
.page-template-legal-page .aside li {
  margin: 0 10px 0 0; }

@media all and (min-width: 64em) {
  .page-template-legal-page .aside li {
    margin: 0 0 10px; } }
.page-template-legal-page .aside li:first-of-type {
  width: 100%; }

.page-template-legal-page .aside a {
  color: #444444;
  text-transform: capitalize; }

.page-template-legal-page .aside .current_page_item a {
  color: #e33b59; }

@media all and (min-width: 64em) {
  .page-template-legal-page .content {
    -ms-flex: 1;
    flex: 1;
    padding: 0 0 20px 60px;
    margin: 0 0 80px;
    border-left: 1px solid #d8d8d8; } }
@media all and (min-width: 80em) {
  .page-template-legal-page .content {
    padding: 0 0 20px 100px; } }
/*********************************************
:: Contact Page
********************************************/
.page-template-contact-page .contact-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  width: 100%;
  padding: 0 20px 40px; }

@media all and (min-width: 48em) {
  .page-template-contact-page .contact-container {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 20px 70px; } }
.page-template-contact-page .contact-container .contact-info {
  width: 100%; }

@media all and (min-width: 48em) {
  .page-template-contact-page .contact-container .contact-info {
    width: calc(40% - 10px);
    max-width: 400px; } }
.page-template-contact-page .contact-container .email {
  display: inline-block;
  margin: 0 0 20px;
  font-size: 30px;
  line-height: 40px;
  color: #8a7db4; }

@media all and (min-width: 48em) {
  .page-template-contact-page .contact-container .email {
    margin: 0 0 40px; } }
.page-template-contact-page .contact-container .int-phone {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap; }

@media all and (min-width: 28.125em) {
  .page-template-contact-page .contact-container .int-phone {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; } }
@media all and (min-width: 48em) {
  .page-template-contact-page .contact-container .int-phone {
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap; } }
@media all and (min-width: 64em) {
  .page-template-contact-page .contact-container .int-phone {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; } }
.page-template-contact-page .contact-container .int-phone p,
.page-template-contact-page .contact-container .int-phone a {
  display: block;
  margin: 0; }

@media all and (min-width: 28.125em) {
  .page-template-contact-page .contact-container .int-phone p,
  .page-template-contact-page .contact-container .int-phone a {
    width: 50%;
    padding: 0 20px 22px 0; } }
@media all and (min-width: 48em) {
  .page-template-contact-page .contact-container .int-phone p,
  .page-template-contact-page .contact-container .int-phone a {
    width: 100%; } }
@media all and (min-width: 64em) {
  .page-template-contact-page .contact-container .int-phone p,
  .page-template-contact-page .contact-container .int-phone a {
    width: 50%; } }
.page-template-contact-page .contact-container .int-phone span {
  display: block; }

.page-template-contact-page .contact-container .int-phone span:first-of-type {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 2px;
  color: #2e2e2e; }

.page-template-contact-page .contact-container .int-phone span:last-of-type {
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
  color: #514865; }

.page-template-contact-page .contact-container .address {
  display: block;
  margin: 20px 0; }

@media all and (min-width: 48em) {
  .page-template-contact-page .contact-container .address {
    margin: 30px 0 20px; } }
.page-template-contact-page .contact-container .address strong {
  display: inline-block;
  text-transform: uppercase; }

@media all and (min-width: 48em) {
  .page-template-contact-page .contact-container .address strong {
    margin: 0 0 7px; } }
.page-template-contact-page .contact-container .contact-form {
  width: 100%; }

@media all and (min-width: 48em) {
  .page-template-contact-page .contact-container .contact-form {
    width: calc(60% - 10px);
    max-width: 660px;
    padding: 14px 0 0; } }
.page-template-contact-page .contact-container .col1 {
  float: left;
  margin-bottom: 35px;
  width: 100%; }

@media all and (min-width: 64em) {
  .page-template-contact-page .contact-container .col1 {
    width: 50%;
    max-width: 420px; } }
.page-template-contact-page .contact-container .col1 h3 {
  max-width: 323px;
  padding: 30px 0 4px 0; }

.page-template-contact-page .contact-container .col1 .intro {
  display: none; }

@media all and (min-width: 64em) {
  .page-template-contact-page .contact-container .col1 .intro {
    display: inline-block;
    margin: 0px 0 30px 0;
    font-size: 16px; } }
.page-template-contact-page .contact-container .col1 p {
  margin: 0px 0 4px 0;
  font-size: 14px;
  line-height: 24px; }

@media all and (min-width: 64em) {
  .page-template-contact-page .contact-container .col1 p {
    margin: 0px 0 8px 0; } }
.page-template-contact-page .contact-container .col1 a {
  display: block; }

.page-template-contact-page .contact-container .col1 .phone {
  margin: 0px;
  font-size: 24px;
  font-weight: 400;
  line-height: 29px;
  color: #8a7db4; }

.page-template-contact-page .contact-container .col1 .email {
  font-size: 16px;
  color: #333;
  line-height: 20px; }

.page-template-contact-page .contact-container .col2 {
  float: left;
  padding: 20px 0% 0 0%;
  width: 100%; }

@media all and (min-width: 64em) {
  .page-template-contact-page .contact-container .col2 {
    width: 50%;
    float: right;
    padding: 0px; } }
.page-template-contact-page .contact-container .hbspt-form .hs-form fieldset[class^='form-columns-'] .hs-input {
  width: 100%; }

/*********************************************
:: Support Page
********************************************/
.page-template-support-page .title-module .content-max-width {
  max-width: 600px; }

.page-template-support-page .support-form {
  max-width: 700px;
  margin-bottom: 120px; }

@media all and (min-width: 48em) {
  .page-template-support-page .support-form:before {
    position: absolute;
    top: -181px;
    left: calc(100% - 36px);
    z-index: -1;
    display: block;
    content: '';
    width: 270px;
    height: 286px;
    background: transparent url("images/pricing/bg-0.png") no-repeat center top/contain;
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); } }
@media all and (min-width: 64em) {
  .page-template-support-page .support-form:after {
    position: absolute;
    bottom: 40px;
    right: -25px;
    z-index: -1;
    content: '';
    width: 100px;
    height: 100px;
    opacity: 0.2;
    background: #51c4cb;
    border-radius: 10px;
    box-shadow: 0px 0px 80px 50px #51c4cb; } }
.page-template-support-page .support-form .hs-form {
  background: transparent; }

/*********************************************
:: JS Plugins
********************************************/
.selectric-wrapper {
  position: relative;
  cursor: pointer;
  float: left; }

.selectric-responsive {
  width: 100%; }

.selectric {
  min-width: 170px;
  border: 1px solid #CCCCCC;
  border-radius: 0px;
  background: white;
  position: relative;
  overflow: hidden; }

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 36px 0 10px;
  font-size: 14px;
  line-height: 36px;
  color: #444;
  height: 36px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 36px;
  height: 36px;
  line-height: 36px;
  background-color: white;
  color: black;
  text-align: center;
  *font: 20px/36px Lucida Sans Unicode, Arial Unicode MS, Arial;
  border-left: 1px solid #CCCCCC; }

.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: white;
  border-bottom: none; }

.selectric-focus .selectric {
  border-color: #999999; }

.selectric-hover .selectric {
  border-color: #b3b3b3; }

.selectric-hover .selectric .button {
  color: black; }

.selectric-hover .selectric .button:after {
  border-top-color: white; }

.selectric-open {
  z-index: 9999; }

.selectric-open .selectric {
  border-color: #b3b3b3; }

.selectric-open .selectric-items {
  display: block; }

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0; }

.selectric-hide-select select {
  position: absolute;
  left: -100%; }

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10; }

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0; }

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important; }

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important; }

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  border: 1px solid #b3b3b3;
  z-index: -1;
  box-shadow: 0 0 10px -6px; }

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto; }

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%; }

.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  min-height: 20px; }

.selectric-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer; }

.selectric-items li.selected {
  background: #E0E0E0;
  color: #444; }

.selectric-items li.highlighted {
  background: #D0D0D0;
  color: #444; }

.selectric-items li:hover {
  background: #D5D5D5;
  color: #444; }

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  color: #444; }

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1; }

.selectric-items .selectric-group li {
  padding-left: 25px; }

/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/**
 * The picker input element.
 */
.picker__input {
  cursor: default; }

/**
 * When the picker is opened, the input element is “activated”.
 */
.picker__input.picker__input--active {
  border-color: #0089ec; }

/**
 * The holder is the only “scrollable” top-level container element.
 */
.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

/*!
 * Classic picker styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  width: 100%; }

/**
 * The holder is the base of the picker.
 */
.picker__holder {
  position: absolute;
  background: #ffffff;
  border: 1px solid #aaaaaa;
  border-top-width: 0;
  border-bottom-width: 0;
  border-radius: 0 0 5px 5px;
  box-sizing: border-box;
  min-width: 176px;
  max-width: 466px;
  max-height: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  transform: translateY(-1em) perspective(600px) rotateX(10deg);
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s; }

/**
 * The frame and wrap work together to ensure that
 * clicks within the picker don’t reach the holder.
 */
.picker__frame {
  padding: 1px; }

.picker__wrap {
  margin: -1px; }

/**
 * When the picker opens...
 */
.picker--opened .picker__holder {
  max-height: 25em;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  border-top-width: 1px;
  border-bottom-width: 1px;
  transform: translateY(0) perspective(600px) rotateX(0);
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
  box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12); }

/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */
/**
 * The picker box.
 */
.picker__box {
  padding: 0 1em; }

/**
 * The header containing the month and year stuff.
 */
.picker__header {
  text-align: center;
  position: relative;
  margin-top: .75em; }

/**
 * The month and year labels.
 */
.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em; }

.picker__year {
  color: #999999;
  font-size: .8em;
  font-style: italic; }

/**
 * The month and year selectors.
 */
.picker__select--month,
.picker__select--year {
  border: 1px solid #b7b7b7;
  height: 2em;
  padding: .5em;
  margin-left: .25em;
  margin-right: .25em; }

@media (min-width: 24.5em) {
  .picker__select--month,
  .picker__select--year {
    margin-top: -0.5em; } }
.picker__select--month {
  width: 35%; }

.picker__select--year {
  width: 22.5%; }

.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #0089ec; }

/**
 * The month navigation buttons.
 */
.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  padding: .5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -0.25em; }

@media (min-width: 24.5em) {
  .picker__nav--prev,
  .picker__nav--next {
    top: -0.33em; } }
.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em; }

@media (min-width: 24.5em) {
  .picker__nav--prev {
    padding-right: 1.5em; } }
.picker__nav--next {
  right: -1em;
  padding-left: 1.25em; }

@media (min-width: 24.5em) {
  .picker__nav--next {
    padding-left: 1.5em; } }
.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-right: 0.75em solid #000000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto; }

.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #000000; }

.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb; }

.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5; }

/**
 * The calendar table of dates
 */
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: .75em;
  margin-bottom: .5em; }

@media (min-height: 33.875em) {
  .picker__table {
    margin-bottom: .75em; } }
.picker__table td {
  margin: 0;
  padding: 0; }

/**
 * The weekday labels
 */
.picker__weekday {
  width: 14.285714286%;
  font-size: .75em;
  padding-bottom: .25em;
  color: #999999;
  font-weight: 500;
  /* Increase the spacing a tad */ }

@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: .5em; } }
/**
 * The days on the calendar
 */
.picker__day {
  padding: .3125em 0;
  font-weight: 200;
  border: 1px solid transparent; }

.picker__day--today {
  position: relative; }

.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #0059bc;
  border-left: .5em solid transparent; }

.picker__day--disabled:before {
  border-top-color: #aaaaaa; }

.picker__day--outfocus {
  color: #dddddd; }

.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb; }

.picker__day--highlighted {
  border-color: #0089ec; }

.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb; }

.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  background: #0089ec;
  color: #ffffff; }

.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default; }

.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbbbbb; }

/**
 * The footer containing the "today", "clear", and "close" buttons.
 */
.picker__footer {
  text-align: center; }

.picker__button--today,
.picker__button--clear,
.picker__button--close {
  border: 1px solid #ffffff;
  background: #ffffff;
  font-size: .8em;
  padding: .66em 0;
  font-weight: bold;
  width: 33%;
  display: inline-block;
  vertical-align: bottom; }

.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb; }

.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
  background: #b1dcfb;
  border-color: #0089ec;
  outline: none; }

.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
  position: relative;
  display: inline-block;
  height: 0; }

.picker__button--today:before,
.picker__button--clear:before {
  content: " ";
  margin-right: .45em; }

.picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: .66em solid transparent; }

.picker__button--clear:before {
  top: -0.25em;
  width: .66em;
  border-top: 3px solid #ee2200; }

.picker__button--close:before {
  content: "\D7";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: .35em;
  color: #777777; }

.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default; }

.picker__button--today[disabled]:before {
  border-top-color: #aaaaaa; }

/* ==========================================================================
   $CLASSIC-DATE-PICKER
   ========================================================================== */
.youtube-container {
  display: block;
  width: 100%; }

.youtube-player {
  display: block;
  width: 100%;
  /* assuming that the video has a 16:9 ratio */
  overflow: hidden;
  position: relative;
  height: 100%;
  cursor: hand;
  cursor: pointer;
  height: 180px; }

@media all and (min-width: 37.5em) {
  .youtube-player {
    height: 250px; } }
@media all and (min-width: 48em) {
  .youtube-player {
    height: 300px; } }
@media all and (min-width: 64em) {
  .youtube-player {
    height: 350px; } }
@media all and (min-width: 72.5em) {
  .youtube-player {
    height: 550px; } }
img.youtube-thumb {
  bottom: 0;
  left: 0;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  height: auto;
  vertical-align: top;
  display: inline-block;
  margin-top: -0.5px; }

.youtube-bg {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center; }

div.play-button {
  display: inline-block;
  position: absolute;
  top: 53%;
  left: 52%;
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

div.play-button:after {
  content: '';
  display: inline-block;
  border-style: solid;
  border-width: 30px 0 30px 50px;
  border-color: transparent transparent transparent white; }

#youtube-iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-close:active {
  top: 1px; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -ms-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -ms-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -ms-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("images/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("fonts/slick.eot");
  src: url("fonts/slick.eot?#iefix") format("embedded-opentype"), url("fonts/slick.woff") format("woff"), url("fonts/slick.ttf") format("truetype"), url("fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent; }

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25; }

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px; }

.slick-prev:before {
  content: "←"; }

[dir="rtl"] .slick-prev:before {
  content: "→"; }

.slick-next {
  right: -25px; }

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto; }

.slick-next:before {
  content: "→"; }

[dir="rtl"] .slick-next:before {
  content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer; }

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #D8D8D8;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  color: #D8D8D8;
  opacity: 0.75; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }

.slick-track:before, .slick-track:after {
  content: "";
  display: table; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }

[dir="rtl"] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*********************************************
:: Pickadate.js Plugin Styles Override                    
********************************************/
.calendar-fields-container {
  width: 100%;
  max-width: 500px;
  position: relative; }

.calendar-fields-container > button {
  position: absolute;
  top: 14px;
  right: 15px;
  font-size: 1.3em;
  line-height: 1.3;
  color: #8a7db4; }

.picker {
  max-width: 320px;
  display: none; }

.picker td, .picker th {
  padding: 0px;
  text-align: inherit;
  border: none; }

.picker__holder {
  overflow-y: initial; }

.picker--opened {
  display: block !important; }

.picker__footer {
  display: none; }

.picker select {
  display: inline-block;
  height: auto;
  width: auto;
  font-size: 16px;
  line-height: 1.2;
  padding: 0px;
  border: none !important;
  margin: 0px !important; }

/*********************************************
  :: Lightbox Custom Styles (for: Magnific Popup)
********************************************/
/* Overiding Plugin Styles */
button.mfp-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1100;
  width: 38px;
  height: 38px;
  font-family: "open-sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 38px;
  border-radius: 50%;
  background: transparent;
  color: #c4c4c4;
  text-align: center;
  opacity: 0;
  transition: all 0.4s ease-in-out; }

.mfp-bg {
  z-index: 999999; }

.mfp-wrap {
  z-index: 9999999; }

.mfp-container {
  right: 0px;
  max-width: 718px;
  margin: auto; }

/* Default Fade-zoom animation */
.mfp-zoom-in .lightbox-popup {
  /* start state */
  opacity: 0;
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  transition: all 0.4s ease-in-out; }

.mfp-zoom-in.mfp-ready .lightbox-popup,
.mfp-zoom-in.mfp-ready .mfp-close {
  /* animate in */
  opacity: 1;
  -ms-transform: scale(1);
  transform: scale(1); }

.mfp-zoom-in.mfp-removing .lightbox-popup,
.mfp-zoom-in.mfp-removing .mfp-close {
  /* animate out */
  opacity: 0;
  -ms-transform: scale(0.9);
  transform: scale(0.9); }

.mfp-zoom-in.mfp-bg {
  /* Dark overlay, start state */
  opacity: 0;
  transition: all 0.3s ease-out;
  background: rgba(0, 0, 0, 0.69); }

.mfp-zoom-in.mfp-ready.mfp-bg {
  /* animate in */
  opacity: 1; }

.mfp-zoom-in.mfp-removing.mfp-bg {
  /* animate out */
  opacity: 0; }

.lightbox-module {
  padding: 30px;
  background-color: white;
  border-radius: 4px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3); }

.lightbox-module h3 {
  margin: 0 0 6px;
  font-size: 26px;
  font-weight: 800;
  line-height: 38px;
  text-transform: uppercase;
  letter-spacing: -0.76px;
  color: #514865; }

.lightbox-module p {
  font-size: 15px;
  line-height: 26px;
  letter-spacing: -0.2px;
  color: #717171; }

@media all and (min-width: 64em) {
  .lightbox-module p {
    padding-right: 80px; } }
.page-template-learning-page {
  /*********************************************
  :: Common
     Common Components
     eg. header, footer, main menu etc.
  ********************************************/
  /*********************************************
    :: Site Header
  ********************************************/
  /*********************************************
    :: Main Mob Menu                             
  ********************************************/
  /*********************************************
  :: Modules
  ********************************************/
  /*********************************************
  :: SignUp Module
  ********************************************/
  /********************************************/
  /*********************************************
  :: Title Module                    
  ********************************************/
  /********************************************/
  /********************************************/
  /********************************************/
  /*********************************************
  :: Pagination Module                    
  ********************************************/
  /********************************************/
  /*********************************************
  :: SignUp Module
  ********************************************/
  /********************************************/
  /*********************************************
  :: Pages
  ********************************************/
  /*********************************************
  :: Home Page                   
  ********************************************/
  /*********************************************
  :: Testimonials
  ********************************************/
  /*********************************************
  :: Contact Page                   
  ********************************************/ }
  .page-template-learning-page .site-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 68px;
    background: rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid #d8d8d8; }
  @media all and (min-width: 64em) {
    .page-template-learning-page .site-header {
      height: 86px; } }
  .page-template-learning-page .site-header .content-max-width {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 100%; }
  .page-template-learning-page .site-header .logo {
    width: 120px;
    height: 30px;
    transition: none; }
  @media all and (min-width: 64em) {
    .page-template-learning-page .site-header .logo {
      width: 130px;
      height: 33px; } }
  .page-template-learning-page .site-header .help-center {
    height: 26px;
    color: #8a7db4;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: -0.6px;
    text-transform: uppercase;
    padding-left: 20px; }
  .page-template-learning-page .site-header .navigation {
    transition: all 0.5s ease; }
  @media all and (max-width: 63.9375em) {
    .page-template-learning-page .site-header .navigation {
      position: fixed;
      top: 0;
      right: -280px;
      width: 280px;
      height: 100%;
      padding: 68px 20px 40px;
      background: white; } }
  @media all and (min-width: 64em) {
    .page-template-learning-page .site-header .navigation {
      margin: 0 0 0 auto; } }
  @media all and (max-width: 63.9375em) {
    .page-template-learning-page .site-header .navigation.active {
      right: 0; } }
  .page-template-learning-page .site-header .navigation.active .menu-trigger span:nth-of-type(1), .page-template-learning-page .site-header .navigation.active .menu-trigger span:nth-of-type(3) {
    top: 14px;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: top 0.5s ease, transform 0.5s ease 0.5s; }
  .page-template-learning-page .site-header .navigation.active .menu-trigger span:nth-of-type(2) {
    opacity: 0;
    transition: opacity 0s ease 0.5s; }
  .page-template-learning-page .site-header .navigation.active .menu-trigger span:nth-of-type(3) {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .page-template-learning-page .site-header .navigation .menu-trigger {
    position: fixed;
    top: 19px;
    right: 24px;
    width: 30px;
    height: 30px; }
  @media all and (min-width: 64em) {
    .page-template-learning-page .site-header .navigation .menu-trigger {
      display: none; } }
  .page-template-learning-page .site-header .navigation .menu-trigger span {
    position: absolute;
    top: 14px;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #514865; }
  .page-template-learning-page .site-header .navigation .menu-trigger span:nth-of-type(1) {
    top: 7px;
    transition: top 0.5s ease 0.5s, transform 0.5s ease; }
  .page-template-learning-page .site-header .navigation .menu-trigger span:nth-of-type(2) {
    opacity: 1;
    transition: opacity 0s ease 0.5s; }
  .page-template-learning-page .site-header .navigation .menu-trigger span:nth-of-type(3) {
    top: 21px;
    transition: top 0.5s ease 0.5s, transform 0.5s ease; }
  .page-template-learning-page .site-header .navigation ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    height: 100%;
    overflow-x: auto; }
  @media all and (min-width: 64em) {
    .page-template-learning-page .site-header .navigation ul {
      height: auto;
      -ms-flex-direction: row;
      flex-direction: row;
      overflow-x: visible; } }
  .page-template-learning-page .site-header .navigation li {
    display: block;
    margin: 0; }
  @media all and (min-width: 64em) {
    .page-template-learning-page .site-header .navigation li {
      margin: 0 7px 0 14px; } }
  @media all and (min-width: 72.5em) {
    .page-template-learning-page .site-header .navigation li {
      margin: 0 14px; } }
  @media all and (max-width: 63.9375em) {
    .page-template-learning-page .site-header .navigation li:last-of-type {
      margin-top: 10px; } }
  @media all and (min-width: 64em) {
    .page-template-learning-page .site-header .navigation li:last-of-type {
      margin: 0 0 0 14px; } }
  .page-template-learning-page .site-header .navigation li.goto-piqnic {
    margin-right: 8px; }
  .page-template-learning-page .site-header .navigation li.goto-piqnic a {
    font-size: 15px; }
  .page-template-learning-page .site-header .navigation li.goto-piqnic a::before {
    content: "";
    background: url("/images/icons/go-to-piqnic.svg") no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px; }
  .page-template-learning-page .site-header .navigation a,
  .page-template-learning-page .site-header .navigation .anchor {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 14px;
    color: #2e2e2e;
    border-bottom: 1px solid #d8d8d8; }
  @media all and (min-width: 64em) {
    .page-template-learning-page .site-header .navigation a,
    .page-template-learning-page .site-header .navigation .anchor {
      border-bottom: none; } }
  .page-template-learning-page .site-header .navigation a:hover,
  .page-template-learning-page .site-header .navigation .anchor:hover {
    color: #e33b59; }
  .page-template-learning-page .site-header .navigation a.selected,
  .page-template-learning-page .site-header .navigation .anchor.selected {
    color: #8a7db4; }
  .page-template-learning-page .site-header .navigation a.button,
  .page-template-learning-page .site-header .navigation .anchor.button {
    padding: 10px 20px;
    color: #e33b59;
    border: 1px solid #e33b59; }
  .page-template-learning-page .site-header .navigation a.button:hover, .page-template-learning-page .site-header .navigation a.button:focus, .page-template-learning-page .site-header .navigation a.button:active,
  .page-template-learning-page .site-header .navigation .anchor.button:hover,
  .page-template-learning-page .site-header .navigation .anchor.button:focus,
  .page-template-learning-page .site-header .navigation .anchor.button:active {
    color: white; }
  .page-template-learning-page .site-header .navigation .dropdown {
    position: relative;
    padding: 0; }
  @media all and (max-width: 63.9375em) {
    .page-template-learning-page .site-header .navigation .dropdown.active {
      background: #f9f9f9; } }
  @media all and (max-width: 63.9375em) {
    .page-template-learning-page .site-header .navigation .dropdown.active .anchor {
      color: #e33b59;
      border-bottom: none; } }
  @media all and (max-width: 63.9375em) {
    .page-template-learning-page .site-header .navigation .dropdown.active .anchor span {
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); } }
  @media all and (max-width: 63.9375em) {
    .page-template-learning-page .site-header .navigation .dropdown.active ul {
      display: block;
      padding: 0 20px 10px; } }
  @media all and (min-width: 64em) {
    .page-template-learning-page .site-header .navigation .dropdown:hover ul {
      display: block; } }
  @media all and (min-width: 64em) {
    .page-template-learning-page .site-header .navigation .dropdown:hover .anchor {
      color: #e33b59; } }
  @media all and (min-width: 64em) {
    .page-template-learning-page .site-header .navigation .dropdown:hover .anchor span {
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); } }
  .page-template-learning-page .site-header .navigation .dropdown .anchor span {
    display: inline-block;
    color: #e33b59; }
  .page-template-learning-page .site-header .navigation .dropdown ul {
    display: none; }
  @media all and (min-width: 64em) {
    .page-template-learning-page .site-header .navigation .dropdown ul {
      position: absolute;
      top: calc(100% + 10px);
      left: 0;
      width: 207px;
      padding: 10px 0;
      background: white;
      border-radius: 2px;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3); } }
  @media all and (min-width: 64em) {
    .page-template-learning-page .site-header .navigation .dropdown ul:before {
      position: absolute;
      bottom: 100%;
      left: 0;
      content: '';
      width: 100%;
      height: 10px;
      background: transparent; } }
  .page-template-learning-page .site-header .navigation .dropdown li {
    margin: 0; }
  @media all and (min-width: 64em) {
    .page-template-learning-page .site-header .navigation .dropdown a {
      padding: 5px 10px; } }
  .page-template-learning-page body.open-menu #mobile-menu {
    right: 0; }
  .page-template-learning-page body.open-menu #mobile-menu .menu-close-icon {
    left: -52px; }
  .page-template-learning-page #mobile-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -323px;
    width: calc(100% - 52px);
    max-width: 323px;
    background: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    z-index: 999;
    transition: all .25s;
    -webkit-backface-visibility: hidden; }
  @media all and (min-width: 64em) {
    .page-template-learning-page #mobile-menu {
      display: none; } }
  .page-template-learning-page #mobile-menu .menu-close-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 52px;
    height: 56px;
    border: none;
    background-color: #8a7db4;
    outline: none; }
  .page-template-learning-page #mobile-menu .menu-close-icon span {
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    color: white; }
  .page-template-learning-page #mobile-menu .menu-content {
    overflow-y: auto; }
  .page-template-learning-page #mobile-menu .menu-content::-webkit-scrollbar {
    display: none; }
  .page-template-learning-page #mobile-menu a {
    font-family: "open-sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    color: black;
    line-height: 24px;
    text-transform: uppercase; }
  .page-template-learning-page #mobile-menu ul {
    padding: 30px 15px 0 20px; }
  .page-template-learning-page #mobile-menu li {
    margin: 0;
    padding: 13px 0;
    border-bottom: 1px solid #eee; }
  .page-template-learning-page #mobile-menu li ul {
    display: none;
    padding: 15px 0 0 15px; }
  .page-template-learning-page #mobile-menu li li:last-child {
    border-bottom: none; }
  .page-template-learning-page .signup-module {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 30px;
    display: inline-block;
    text-align: center;
    background: white;
    border-top: 1px solid #CCCCCC; }
  @media all and (min-width: 64em) {
    .page-template-learning-page .signup-module {
      padding-bottom: 0px; } }
  @media all and (min-width: 64em) {
    .page-template-learning-page .signup-module .content-max-width {
      width: 80%;
      max-width: 660px; } }
  .page-template-learning-page .signup-module .success, .page-template-learning-page .signup-module .error {
    width: 100%;
    text-align: center; }
  .page-template-learning-page .signup-module .success {
    color: green; }
  .page-template-learning-page .signup-module .error {
    color: red;
    font-size: 14px;
    padding: 10px; }
  .page-template-learning-page .signup-module p {
    font-size: 14px;
    font-weight: 300;
    color: #8a7db4;
    padding: 17px 0;
    margin: 0px; }
  @media all and (min-width: 64em) {
    .page-template-learning-page .signup-module p {
      width: 50%;
      float: left;
      font-size: 18px;
      padding: 41px 0; } }
  .page-template-learning-page .signup-module form {
    width: 100%;
    max-width: 487px;
    margin: 0 auto;
    display: inline-block;
    float: none;
    border-top: none !important; }
  @media all and (min-width: 64em) {
    .page-template-learning-page .signup-module form {
      width: 50%;
      float: left;
      padding: 35px 0; } }
  .page-template-learning-page .signup-module form input {
    width: 70%;
    height: 42px;
    border: 1px solid #CCCCCC;
    border-radius: 6px 0 0 6px;
    float: left; }
  .page-template-learning-page .signup-module form button {
    width: 30%;
    height: 42px;
    float: right;
    padding: 10px;
    background: #514865;
    color: #8a7db4;
    vertical-align: middle;
    border-radius: 0 6px 6px 0;
    font-size: 18px;
    font-family: "open-sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
  .page-template-learning-page .signup-module form button:hover {
    background: #8a7db4;
    color: white; }
  .page-template-learning-page .signup-module form button .icon-search {
    vertical-align: middle; }
  .page-template-learning-page .title-module {
    width: 100%; }
  .page-template-learning-page .title-module .content-max-width {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -ms-flex-align: center;
    padding: 50px 20px; }
    .page-template-learning-page .title-module .content-max-width:not(.align-left) {
      align-items: center; }
    .page-template-learning-page .title-module .content-max-width:not(.align-left) {
      text-align: center; }
  @media all and (min-width: 64em) {
    .page-template-learning-page .title-module .content-max-width {
      padding: 100px 20px 50px; } }
  .page-template-learning-page .title-module h4 {
    max-width: 760px;
    margin: 0 0 19px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3.5px;
    color: #8a7db4; }
  .page-template-learning-page .title-module h1 {
    max-width: 760px;
    margin: 0 0 19px;
    color: #514865;
    font-size: 50px;
    font-weight: 700;
    letter-spacing: -1.74px;
    line-height: 50px;
    text-transform: uppercase; }
  .page-template-learning-page .title-module h6 {
    max-width: 760px;
    margin: 0;
    color: #8a7db4;
    font-size: 18px;
    letter-spacing: -0.2px;
    line-height: 26px;
    font-weight: 400; }
  .page-template-learning-page .title-module .button {
    margin: 30px 0 0; }
  @media all and (min-width: 64em) {
    .page-template-learning-page .title-module.module-2 .content-max-width {
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-align: end;
      align-items: flex-end;
      text-align: left; } }
  @media all and (min-width: 64em) {
    .page-template-learning-page .title-module.module-2 .title {
      width: 50%;
      max-width: 470px;
      margin: 0 30px 0 0; } }
  @media all and (min-width: 64em) {
    .page-template-learning-page .title-module.module-2 h1 {
      margin: 0; } }
  @media all and (min-width: 64em) {
    .page-template-learning-page .title-module.module-2 h6 {
      -ms-flex: 1;
      flex: 1;
      max-width: 570px;
      margin: 0 auto 0 0; } }
  @media all and (min-width: 64em) {
    .page-template-learning-page .title-module.module-3 .content-max-width {
      -ms-flex-align: start;
      align-items: flex-start;
      padding: 100px 20px;
      text-align: left;
      background: transparent url("../images/contact/contact.png") no-repeat right 105px top 65px/406px; } }
  @media all and (min-width: 64em) {
    .page-template-learning-page .title-module.module-3 .title {
      width: 50%;
      max-width: 470px;
      margin: 0 30px 0 0; } }
  @media all and (min-width: 64em) {
    .page-template-learning-page .title-module.module-3 h1 {
      margin: 0; } }
  @media all and (min-width: 64em) {
    .page-template-learning-page .title-module.module-3 h6 {
      max-width: 570px;
      margin: 21px auto 0 0; } }
  @media all and (min-width: 64em) {
    .page-template-learning-page .title-module.module-4 .content-max-width {
      -ms-flex-align: start;
      align-items: flex-start;
      padding: 150px 20px 100px;
      text-align: left;
      background: transparent url("../images/why-choose-us/landing.png") no-repeat left 50px bottom 0px/400px; } }
  .page-template-learning-page .title-module.module-4 .content-max-width:before {
    position: absolute;
    bottom: -55px;
    left: -54px;
    z-index: -1;
    content: '';
    width: 34px;
    height: 34px;
    opacity: 0.5;
    background: #51c4cb;
    box-shadow: 0px 0px 80px 50px #51c4cb;
    border-radius: 10px; }
  @media all and (min-width: 64em) {
    .page-template-learning-page .title-module.module-4 .content-max-width:before {
      bottom: -50px;
      left: 400px;
      width: 100px;
      height: 100px; } }
  @media all and (min-width: 64em) {
    .page-template-learning-page .title-module.module-4 .title {
      width: 50%;
      max-width: 570px;
      margin: 0 0 0 51%; } }
  .page-template-learning-page .title-module.module-4 h1 {
    color: #514865; }
  @media all and (min-width: 64em) {
    .page-template-learning-page .title-module.module-4 h1 {
      margin: 0; } }
  @media all and (min-width: 64em) {
    .page-template-learning-page .title-module.module-4 h6 {
      max-width: 570px;
      margin: 21px 0 0 51%; } }
  @media all and (min-width: 64em) {
    .page-template-learning-page .title-module.module-4 .button {
      margin: 27px auto 0 51%; } }
  .page-template-learning-page .pagination-module {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
    display: inline-block;
    text-align: center;
    background: whitesmoke;
    /********************************************/ }
  @media all and (min-width: 64em) {
    .page-template-learning-page .pagination-module {
      background: white; } }
  .page-template-learning-page .pagination-module ul {
    width: auto;
    display: inline-block;
    height: 34px;
    padding: 0;
    margin: 6px;
    text-align: center;
    background: #514865;
    border-radius: 17px; }
  @media all and (min-width: 64em) {
    .page-template-learning-page .pagination-module ul {
      margin: 0px; } }
  .page-template-learning-page .pagination-module ul li {
    width: 28px;
    height: 28px;
    display: inline-block;
    margin: 3px; }
  .page-template-learning-page .pagination-module ul li a {
    line-height: 28px;
    text-align: center;
    color: #8a7db4;
    font-family: "open-sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 1.25em; }
  .page-template-learning-page .pagination-module ul li span {
    color: #8a7db4;
    vertical-align: sub;
    font-size: 26px; }
  .page-template-learning-page .pagination-module ul li.active {
    background: #8a7db4;
    border-radius: 50%; }
  .page-template-learning-page .pagination-module ul li.active a {
    color: white; }
  .page-template-learning-page .search-module {
    background-color: #383049;
    padding: 20px 0px; }
  @media all and (min-width: 64em) {
    .page-template-learning-page .search-module {
      padding: 50px 0px 30px 0px; } }
  .page-template-learning-page .search-module h1 {
    text-align: center;
    margin: 20px auto 10px auto;
    color: #ffffff;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: -0.5px;
    line-height: 40px; }
  @media all and (min-width: 64em) {
    .page-template-learning-page .search-module h1 {
      font-size: 30px;
      margin: 15px auto 35px auto; } }
  .page-template-learning-page .search-module .search-bar {
    border-radius: 4px;
    background-color: #ffffff;
    height: 36px;
    position: relative;
    padding-left: 30px;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto; }
  @media all and (min-width: 64em) {
    .page-template-learning-page .search-module .search-bar {
      height: 66px;
      max-width: 770px;
      padding-left: 60px; } }
  .page-template-learning-page .search-module .search-bar::before {
    content: "";
    background: url("/images/icons/search.svg") no-repeat;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 10px;
    top: calc(50% - 9px); }
  @media all and (min-width: 64em) {
    .page-template-learning-page .search-module .search-bar::before {
      width: 24px;
      height: 24px;
      left: 15px;
      top: calc(50% - 12px); } }
  .page-template-learning-page .search-module .search-bar input {
    border: none; }
  .page-template-learning-page .search-module .search-bar input:hover {
    background: none; }
  @media all and (min-width: 64em) {
    .page-template-learning-page .search-module .search-bar input {
      height: 66px;
      font-size: 18px; } }
  .page-template-learning-page .search-module .search-bar input::-webkit-input-placeholder {
    color: #979797; }
  .page-template-learning-page .search-module .search-bar input:-ms-input-placeholder {
    color: #979797; }
  .page-template-learning-page .search-module .search-bar input::placeholder {
    color: #979797; }
  @media all and (min-width: 64em) {
    .page-template-learning-page .search-module .search-bar input::-webkit-input-placeholder {
      font-size: 18px; }
    .page-template-learning-page .search-module .search-bar input:-ms-input-placeholder {
      font-size: 18px; }
    .page-template-learning-page .search-module .search-bar input::placeholder {
      font-size: 18px; } }
  .page-template-learning-page .tile-module {
    text-align: center;
    padding: 60px 0px; }
  @media all and (min-width: 64em) {
    .page-template-learning-page .tile-module {
      padding-bottom: 105px; } }
  .page-template-learning-page .tile-module h2, .page-template-learning-page .tile-module legend {
    font-weight: 400;
    color: #8a7db4;
    font-size: 18px;
    letter-spacing: 3.5px;
    text-transform: uppercase; }
  .page-template-learning-page .tile-module .content-max-width {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: stretch;
    align-items: stretch; }
  .page-template-learning-page .tile-module .content-max-width .tile {
    padding: 30px 30px;
    margin-top: 30px;
    width: 100%;
    height: 250px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    background-color: #ffffff; }
  @media all and (min-width: 64em) {
    .page-template-learning-page .tile-module .content-max-width .tile {
      margin-right: 2.75%;
      width: 31.5%;
      max-width: 370px; }
    .page-template-learning-page .tile-module .content-max-width .tile:nth-of-type(3n + 3) {
      margin-right: 0; } }
  .page-template-learning-page .tile-module .content-max-width .tile h3 {
    font-size: 26px;
    font-weight: 300;
    letter-spacing: -0.4px;
    color: #534A66;
    margin-top: 10px; }
  .page-template-learning-page .tile-module .content-max-width .tile .image {
    width: 60px;
    height: 60px;
    margin: auto; }
  .page-template-learning-page .tile-module .content-max-width .tile p {
    color: #777777;
    font-size: 15px;
    line-height: 22px; }
  .page-template-learning-page .login-module {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 30px;
    display: inline-block;
    text-align: center;
    background: white;
    border-top: 1px solid #CCCCCC; }
  @media all and (min-width: 64em) {
    .page-template-learning-page .login-module {
      padding-bottom: 0px; } }
  @media all and (min-width: 64em) {
    .page-template-learning-page .login-module .content-max-width {
      width: 80%;
      max-width: 660px; } }
  .page-template-learning-page .login-module .success, .page-template-learning-page .login-module .error {
    width: 100%;
    text-align: center; }
  .page-template-learning-page .login-module .success {
    color: green; }
  .page-template-learning-page .login-module .error {
    color: red;
    font-size: 14px;
    padding: 10px; }
  .page-template-learning-page .login-module p {
    font-size: 14px;
    font-weight: 300;
    color: #8a7db4;
    padding: 17px 0;
    margin: 0px; }
  @media all and (min-width: 64em) {
    .page-template-learning-page .login-module p {
      width: 50%;
      float: left;
      font-size: 18px;
      padding: 61px 0; } }
  .page-template-learning-page .login-module form {
    width: 100%;
    max-width: 487px;
    margin: 0 auto;
    display: inline-block;
    float: none;
    border-top: none !important; }
  @media all and (min-width: 64em) {
    .page-template-learning-page .login-module form {
      width: 50%;
      float: left;
      padding: 35px 0 0; } }
  .page-template-learning-page .login-module form .form-field {
    text-align: left; }
  .page-template-learning-page .login-module form input {
    width: 100%;
    height: 42px;
    border: 1px solid #CCCCCC;
    border-radius: 6px;
    float: left; }
  .page-template-learning-page .login-module form button {
    margin: 10px 0 0;
    height: 42px;
    float: right;
    padding: 10px;
    background: #514865;
    color: #8a7db4;
    vertical-align: middle;
    border-radius: 6px;
    font-size: 18px;
    font-family: "open-sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
  .page-template-learning-page .login-module form button:hover {
    background: #8a7db4;
    color: white; }
  .page-template-learning-page .login-module form button .icon-search {
    vertical-align: middle; }
  .page-template-learning-page .page-home .hero-container {
    position: relative;
    width: 100%; }
  .page-template-learning-page .page-home .hero-container .slide {
    position: relative;
    width: 100%;
    min-height: 350px;
    background-position: center;
    background-size: cover;
    background-image: url("https://www.scandichotels.com/Static/img/placeholders/image-placeholder_3x2.svg"); }
  @media all and (min-width: 64em) {
    .page-template-learning-page .page-home .hero-container .slide {
      min-height: 613px; } }
  .page-template-learning-page .page-home .hero-container .slide-text {
    position: absolute;
    top: 100px;
    left: 6%;
    border-bottom: 7px solid #514865; }
  @media all and (min-width: 64em) {
    .page-template-learning-page .page-home .hero-container .slide-text {
      top: 200px;
      left: 12%; } }
  .page-template-learning-page .page-home .hero-container .slide-text h1, .page-template-learning-page .page-home .hero-container .slide-text h2, .page-template-learning-page .page-home .hero-container .slide-text legend {
    font-size: 56px;
    font-weight: 300;
    color: white; }
  @media all and (min-width: 64em) {
    .page-template-learning-page .page-home .hero-container .slide-text h1, .page-template-learning-page .page-home .hero-container .slide-text h2, .page-template-learning-page .page-home .hero-container .slide-text legend {
      font-size: 64px;
      line-height: 1.05; } }
  .page-template-learning-page .page-testimonials .detail-container {
    display: inline-block;
    width: 100%; }
  .page-template-learning-page .page-testimonials .detail-container article {
    display: none;
    float: left;
    width: 100%;
    padding-bottom: 40px;
    clear: both; }
  .page-template-learning-page .page-testimonials .detail-container article .author {
    margin: 20px 0 0 0;
    padding: 20px 0 30px 0;
    border-top: 3px solid #8a7db4; }
  @media all and (min-width: 64em) {
    .page-template-learning-page .page-testimonials .detail-container article .author {
      float: left;
      margin: 0 80px 0 0;
      width: 160px; } }
  .page-template-learning-page .page-testimonials .detail-container article .author p {
    margin-bottom: 0px;
    font-size: 20px;
    color: #8a7db4;
    line-height: 21px; }
  .page-template-learning-page .page-testimonials .detail-container article .author span {
    display: block;
    font-size: 14px;
    color: #aaa; }
  .page-template-learning-page .page-testimonials .detail-container article .author img {
    margin-top: 30px;
    max-width: 220px; }
  .page-template-learning-page .page-testimonials .detail-container article .quote {
    position: relative;
    padding: 0; }
  @media all and (min-width: 64em) {
    .page-template-learning-page .page-testimonials .detail-container article .quote {
      float: right;
      margin-top: -8px;
      padding-left: 20px;
      width: calc(100% - 240px); } }
  @media all and (min-width: 64em) {
    .page-template-learning-page .page-testimonials .detail-container article .quote:before {
      content: "\0022";
      position: absolute;
      top: -4px;
      left: 0;
      font-size: "open-sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      font-size: 28px;
      font-style: italic;
      color: #333;
      letter-spacing: 0.5px; } }
  .page-template-learning-page .page-testimonials .detail-container article.special {
    display: none; }
  @media all and (min-width: 64em) {
    .page-template-learning-page .page-testimonials .detail-container article.special {
      display: inline-block;
      width: 100%;
      padding: 10px 12.5% 50px 12.5%; } }
  .page-template-learning-page .page-testimonials .detail-container article.special .author {
    display: none; }
  .page-template-learning-page .page-testimonials .detail-container article.special .quote {
    float: left;
    position: relative;
    padding: 0 50px 0 0;
    width: 100%;
    border-right: 3px solid #8a7db4; }
  .page-template-learning-page .page-testimonials .detail-container article.special .quote:before {
    content: ""; }
  .page-template-learning-page .page-testimonials .detail-container article.special .quote p {
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    color: #8a7db4;
    text-align: right;
    margin-bottom: 0px; }
  .page-template-learning-page .page-testimonials .detail-container article.special .quote a {
    display: none; }
  .page-template-learning-page .page-testimonials .detail-container article.show {
    display: inline-block;
    animation: fade-in .5s; }
  .page-template-learning-page .page-testimonials .detail-container article:last-child {
    padding-bottom: 100px; }
  .page-template-learning-page .page-testimonials .detail-container .button-more {
    display: none; }
  .page-template-learning-page .page-contact .contact-container {
    display: inline-block;
    width: 100%; }
  .page-template-learning-page .page-contact .contact-container h3 {
    padding: 0 0 6px 0;
    width: 100%;
    font-family: "open-sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    color: black;
    border-bottom: 1px solid #CCC; }
  .page-template-learning-page .page-contact .contact-container .col1 {
    float: left;
    margin-bottom: 35px;
    width: 100%; }
  @media all and (min-width: 64em) {
    .page-template-learning-page .page-contact .contact-container .col1 {
      width: 50%;
      max-width: 420px; } }
  .page-template-learning-page .page-contact .contact-container .col1 h3 {
    max-width: 323px;
    padding: 30px 0 4px 0; }
  .page-template-learning-page .page-contact .contact-container .col1 .intro {
    display: none; }
  @media all and (min-width: 64em) {
    .page-template-learning-page .page-contact .contact-container .col1 .intro {
      display: inline-block;
      margin: 0px 0 30px 0;
      font-size: 16px; } }
  .page-template-learning-page .page-contact .contact-container .col1 p {
    margin: 0px 0 4px 0;
    font-size: 14px;
    line-height: 24px; }
  @media all and (min-width: 64em) {
    .page-template-learning-page .page-contact .contact-container .col1 p {
      margin: 0px 0 8px 0; } }
  .page-template-learning-page .page-contact .contact-container .col1 a {
    display: block; }
  .page-template-learning-page .page-contact .contact-container .col1 .phone {
    margin: 0px;
    font-size: 24px;
    font-weight: 400;
    line-height: 29px;
    color: #8a7db4; }
  .page-template-learning-page .page-contact .contact-container .col1 .email {
    font-size: 16px;
    color: #333;
    line-height: 20px; }
  .page-template-learning-page .page-contact .contact-container .col2 {
    float: left;
    padding: 20px 0% 0 0%;
    width: 100%; }
  @media all and (min-width: 64em) {
    .page-template-learning-page .page-contact .contact-container .col2 {
      width: 50%;
      float: right;
      padding: 0px; } }
  .page-template-learning-page .page-contact .contact-container .map-area {
    display: inline-block;
    margin: 30px 0;
    width: 100%; }
  .page-template-learning-page .page-contact .contact-container .map-area .map {
    float: left;
    margin: auto;
    width: 100%;
    height: 300px; }
  .page-template-learning-page .page-list {
    overflow-x: hidden; }
  .page-template-learning-page .page-list .list-module .content-slider-width {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .page-template-learning-page .page-list .list-module .content-slider-width .sidebar {
    width: 100%;
    padding-top: 20px; }
  @media all and (min-width: 64em) {
    .page-template-learning-page .page-list .list-module .content-slider-width .sidebar {
      width: 420px;
      padding-top: 66px; } }
  .page-template-learning-page .page-list .list-module .content-slider-width .sidebar h1 {
    color: #514865;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: -0.4px; }
  @media all and (min-width: 64em) {
    .page-template-learning-page .page-list .list-module .content-slider-width .sidebar h1 {
      font-size: 26px; } }
  .page-template-learning-page .page-list .list-module .content-slider-width .sidebar h1 span {
    font-weight: 600; }
  .page-template-learning-page .page-list .list-module .content-slider-width .sidebar .back-to-all {
    border-radius: 8px;
    border: 1px solid #d8d8d8;
    color: #909090;
    font-size: 15px;
    letter-spacing: -0.2px;
    padding: 9px 20px 10px 20px; }
  .page-template-learning-page .page-list .list-module .content-slider-width .content {
    background-color: #F4F5F7;
    padding: 20px; }
  @media all and (min-width: 64em) {
    .page-template-learning-page .page-list .list-module .content-slider-width .content {
      width: calc(100% - 420px);
      padding: 66px 0px 100px 100px; }
    .page-template-learning-page .page-list .list-module .content-slider-width .content::after {
      content: "";
      width: 9999999px;
      height: 100%;
      background-color: #F4F5F7;
      position: absolute;
      left: 100%;
      top: 0; } }
  .page-template-learning-page .page-list .list-module .content-slider-width .content article {
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 20px; }
  .page-template-learning-page .page-list .list-module .content-slider-width .content article:last-of-type {
    border-bottom: none; }
  .page-template-learning-page .page-list .list-module .content-slider-width .content article h2, .page-template-learning-page .page-list .list-module .content-slider-width .content article legend {
    color: #514865;
    font-size: 18px;
    letter-spacing: -0.2px;
    line-height: 26px; }
  .page-template-learning-page .page-list .list-module .content-slider-width .content article p {
    color: #898989;
    font-size: 13px;
    letter-spacing: -0.1px;
    line-height: 22px; }
  .page-template-learning-page .page-detail {
    overflow-x: hidden; }
  .page-template-learning-page .page-detail .list-module .content-slider-width {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .page-template-learning-page .page-detail .list-module .content-slider-width .sidebar {
    width: 100%;
    padding: 20px 0 0; }
  @media all and (min-width: 64em) {
    .page-template-learning-page .page-detail .list-module .content-slider-width .sidebar {
      width: 420px;
      padding: 55px 0 0 22px; } }
  .page-template-learning-page .page-detail .list-module .content-slider-width .sidebar img {
    margin-bottom: 0px; }
  .page-template-learning-page .page-detail .list-module .content-slider-width .sidebar h2, .page-template-learning-page .page-detail .list-module .content-slider-width .sidebar legend {
    color: #514865;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: -0.4px; }
  @media all and (min-width: 64em) {
    .page-template-learning-page .page-detail .list-module .content-slider-width .sidebar h2, .page-template-learning-page .page-detail .list-module .content-slider-width .sidebar legend {
      font-size: 26px;
      margin-bottom: 40px; } }
  .page-template-learning-page .page-detail .list-module .content-slider-width .sidebar h2 span, .page-template-learning-page .page-detail .list-module .content-slider-width .sidebar legend span {
    font-weight: 600; }
  .page-template-learning-page .page-detail .list-module .content-slider-width .sidebar ul {
    margin-bottom: 10px; }
  @media all and (min-width: 64em) {
    .page-template-learning-page .page-detail .list-module .content-slider-width .sidebar ul {
      margin-bottom: 40px; } }
  .page-template-learning-page .page-detail .list-module .content-slider-width .sidebar ul li.active a {
    color: #8a7db4; }
  .page-template-learning-page .page-detail .list-module .content-slider-width .sidebar ul li a {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -0.2px;
    line-height: 24px;
    color: #514865; }
  .page-template-learning-page .page-detail .list-module .content-slider-width .sidebar .back-to-all {
    border-radius: 8px;
    border: 1px solid #d8d8d8;
    color: #909090;
    font-size: 15px;
    letter-spacing: -0.2px;
    padding: 9px 20px 10px 20px; }
  .page-template-learning-page .page-detail .list-module .content-slider-width .content {
    background-color: #F4F5F7;
    padding: 40px 20px;
    width: 100%; }
  @media all and (min-width: 64em) {
    .page-template-learning-page .page-detail .list-module .content-slider-width .content {
      width: calc(100% - 420px);
      padding: 60px 0px 100px 100px; }
    .page-template-learning-page .page-detail .list-module .content-slider-width .content::after {
      content: "";
      width: 9999999px;
      height: 100%;
      background-color: #F4F5F7;
      position: absolute;
      left: 100%;
      top: 0; } }
  .page-template-learning-page .page-detail .list-module .content-slider-width .content h1 {
    color: #504764;
    font-size: 34px;
    letter-spacing: -0.2px;
    line-height: 34px;
    font-weight: 900;
    text-transform: uppercase; }
  @media all and (min-width: 64em) {
    .page-template-learning-page .page-detail .list-module .content-slider-width .content h1 {
      margin-bottom: 32px; } }
  .page-template-learning-page .page-detail .list-module .content-slider-width .content .brief {
    padding-bottom: 20px; }
  .page-template-learning-page .page-detail .list-module .content-slider-width .content .brief p {
    margin: 0 0 5px;
    font-size: 18px;
    line-height: 28px;
    color: #8C81B5; }
  .page-template-learning-page .page-detail .list-module .content-slider-width .content .wysiwyg {
    font-size: 12px;
    color: #494949;
    line-height: 13px; }
  .page-template-learning-page .page-detail .list-module .content-slider-width .content .wysiwyg iframe {
    width: 100%; }
  .page-template-learning-page .page-detail .list-module .content-slider-width .content article {
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 20px; }
  .page-template-learning-page .page-detail .list-module .content-slider-width .content article:last-of-type {
    border-bottom: none; }
  .page-template-learning-page .page-detail .list-module .content-slider-width .content article h2, .page-template-learning-page .page-detail .list-module .content-slider-width .content article legend, .page-template-learning-page .page-detail .list-module .content-slider-width .content article h1 {
    color: #514865;
    font-size: 18px;
    letter-spacing: -0.2px;
    line-height: 26px; }
  .page-template-learning-page .page-detail .list-module .content-slider-width .content article p {
    color: #898989;
    font-size: 13px;
    letter-spacing: -0.1px;
    line-height: 22px; }

.m-0 {
  margin: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.m-auto {
  margin: auto !important; }

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important; }

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important; }

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important; }

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important; }

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important; }

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important; }

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important; }

.mt-0 {
  margin-top: 0 !important; }

.mt-1 {
  margin-top: 0.25rem !important; }

.mt-2 {
  margin-top: 0.5rem !important; }

.mt-3 {
  margin-top: 1rem !important; }

.mt-4 {
  margin-top: 1.5rem !important; }

.mt-n4 {
  margin-top: -1.5rem !important; }

.mt-5 {
  margin-top: 3rem !important; }

.mt-n5 {
  margin-top: -3rem !important; }

.mt-auto {
  margin-top: auto !important; }

.me-0 {
  margin-right: 0 !important; }

.me-1 {
  margin-right: 0.25rem !important; }

.me-2 {
  margin-right: 0.5rem !important; }

.me-3 {
  margin-right: 1rem !important; }

.me-4 {
  margin-right: 1.5rem !important; }

.me-5 {
  margin-right: 3rem !important; }

.me-auto {
  margin-right: auto !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.mb-1 {
  margin-bottom: 0.25rem !important; }

.mb-2 {
  margin-bottom: 0.5rem !important; }

.mb-3 {
  margin-bottom: 1rem !important; }

.mb-4 {
  margin-bottom: 1.5rem !important; }

.mb-5 {
  margin-bottom: 3rem !important; }

.mb-auto {
  margin-bottom: auto !important; }

.ms-0 {
  margin-left: 0 !important; }

.ms-1 {
  margin-left: 0.25rem !important; }

.ms-2 {
  margin-left: 0.5rem !important; }

.ms-3 {
  margin-left: 1rem !important; }

.ms-4 {
  margin-left: 1.5rem !important; }

.ms-5 {
  margin-left: 3rem !important; }

.ms-auto {
  margin-left: auto !important; }

.p-0 {
  padding: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.p-6 {
    padding: 4rem !important; }

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important; }

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important; }

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important; }

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important; }

  .px-6 {
    padding-right: 4rem !important;
    padding-left: 4rem !important; }
  
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important; }

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important; }

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

  .py-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important; }

.pt-0 {
  padding-top: 0 !important; }

.pt-1 {
  padding-top: 0.25rem !important; }

.pt-2 {
  padding-top: 0.5rem !important; }

.pt-3 {
  padding-top: 1rem !important; }

.pt-4 {
  padding-top: 1.5rem !important; }

.pt-5 {
  padding-top: 3rem !important; }

.pe-0 {
  padding-right: 0 !important; }

.pe-1 {
  padding-right: 0.25rem !important; }

.pe-2 {
  padding-right: 0.5rem !important; }

.pe-3 {
  padding-right: 1rem !important; }

.pe-4 {
  padding-right: 1.5rem !important; }

.pe-5 {
  padding-right: 3rem !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pb-1 {
  padding-bottom: 0.25rem !important; }

.pb-2 {
  padding-bottom: 0.5rem !important; }

.pb-3 {
  padding-bottom: 1rem !important; }

.pb-4 {
  padding-bottom: 1.5rem !important; }

.pb-5 {
  padding-bottom: 3rem !important; }

.ps-0 {
  padding-left: 0 !important; }

.ps-1 {
  padding-left: 0.25rem !important; }

.ps-2 {
  padding-left: 0.5rem !important; }

.ps-3 {
  padding-left: 1rem !important; }

.ps-4 {
  padding-left: 1.5rem !important; }

.ps-5 {
  padding-left: 0rem !important; }
  @media all and (min-width: 54em) {
    .ps-5 {
      padding-left: 3rem !important; } }

.hero-head {
  background: #7767a1;
  background: radial-gradient(circle, #7767a1 0%, #494262 57%);
  padding-bottom: 2em;
  text-align: center; }
  @media all and (min-width: 54em) {
    .hero-head {
      text-align: left; } }

.hero-head h1 {
  font-family: OpenSans-Extrabold;
  font-size: 40px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 52px; 
}
@media all and (min-width: 54em) {
	.hero-head h1 {  font-size: 50px; }	
}

.hero-head hgroup h1 {
  font-family: OpenSans-Extrabold;
  font-size: 40px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 52px; }
@media all and (min-width: 54em) {
	.hero-head hgroup h1 {  font-size: 50px; }	
}

.hero-head hgroup h2 {
  font-family: OpenSans-Semibold;
  font-size: 30px;
  color: #C7B4F8;
  letter-spacing: 0; }

.w-100 {
  width: 100% !important; }

@media all and (min-width: 54em) {
  .w-50 {
    width: 50% !important; }

  .w-75 {
    width: 75% !important; } }
.font-100 {
  font-weight: 100 !important; }

.font-200 {
  font-weight: 200 !important; }

.font-300 {
  font-weight: 300 !important; }

.font-400 {
  font-weight: 400 !important; }

.font-500 {
  font-weight: 500 !important; }

.font-600 {
  font-weight: 600 !important; }

.font-700 {
  font-weight: 700 !important; }

.font-800 {
  font-weight: 800 !important; }

.font-900 {
  font-weight: 900 !important; }

.text-align-center {
  text-align: center !important; }

@media all and (min-width: 54em) {
  .text-align-left {
    text-align: left !important; }

  .text-align-right {
    text-align: right !important; } }
@media all and (max-width: 53.99em) {
  .text-align-center-sm {
    text-align: center !important; } }
.align-top {
  align-items: flex-start !important; }

.align-bottom {
  align-items: flex-end !important; }

@media all and (min-width: 54em) {
  .desktop-reverse-row {
    flex-direction: row-reverse !important;
    order: 0 !important; }

  .desktop-reverse-row img {
    margin-left: auto !important;
    margin-right: 0 !important; }

  .desktop-reverse-column {
    flex-direction: column-reverse !important; } }
.h1 {
  font-family: "open-sans","Arial","Helvetica Neue","Helvetica",sans-serif !important;
  font-size: 40px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -1.74px;
  color: #514865;
  line-height: 1.2; }

.fs1{ font-size: 40px; }

@media all and (min-width: 54em) {
	.h1, .fs1 { font-size: 50px; }
}


.h2 {
  font-size: 40px;
  line-height: 1.3; 
}
.fs2 { font-size: 40px; }

.h3 {
  font-size: 30px;
  line-height: 1.3; }
.fs3 { font-size: 30px; }


.h4 {
  font-size: 20px;
  line-height: 1.3; }
.fs4 { font-size: 20px; }


.h5 {
  font-size: 16px;
  line-height: 1.3; 
}
.fs5 { font-size: 16px; }


.h6 {
  font-size: 13px;
  line-height: 1.3; 
}
.fs6 { font-size: 13px; }


  .letter-space-normal { letter-spacing: normal !important;}
  .text-transform-none { text-transform: none !important;}

.h3.bold {
  color: #FFFFFF;
  letter-spacing: 0;
  font-weight: bold; }

.d-flex {
  display: block; }

@media all and (min-width: 54em) {
  .d-flex {
    display: flex; } }
.flex-row {
  flex-direction: row; }

.flex-column {
  flex-direction: column; }


  .d-columns-2, .d-columns-3, .d-columns-4, .d-columns-5{
    display: grid;
    grid-template-columns: none;
    grid-gap: 2em;
}

.d-columns-2 > *, .d-columns-3 > *, .d-columns-4 > *, .d-columns-5 > * {
  
}

@media all and (min-width: 54em) {
  .d-columns-2, .d-columns-3, .d-columns-4, .d-columns-5{
      
    }
    .d-columns-2 { grid-template-columns: 1fr 1fr;}
    .d-columns-3 { grid-template-columns: 1fr 1fr 1fr;}
    .d-columns-4 { grid-template-columns: 1fr 1fr 1fr 1fr;}
    .d-columns-5 { grid-template-columns: 1fr 1fr 1fr 1fr 1fr;}


}

.w-50 {
  width: 100%; }

@media all and (min-width: 54em) {
  .w-50 {
    width: 50%; } }
.bg-red {
  background-color: #d53090; }

.bg-violet {
  background-color: #514865; }

.bg-white {
  background-color: #fff !important; }

.bg-green {
  background-color: #2D9299 !important; }

.bg-grey {
  background-color: #F9F9F9 !important; }

.bg-grey-dark {
  background-color: #F2F1F1 !important; }

.bg-violet-grad {
  background-image: linear-gradient(180deg, #534A66 0%, #897BB2 100%) !important; }

.box-shadow1 {
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.21) !important; }

ul.ticks {
  list-style: none; 
margin-left: 2em;
}

ul.ticks li:before {
  content: '✓ ';
  padding-right: 1em;
margin-left:-2em;
 }

.all-caps {
  text-transform: uppercase; }

.invert {
  color: white !important; }
  .invert ul, .invert li, .invert ol, .invert dt, .invert dd, .invert dl, .invert td, .invert p, .invert span, .invert th {
    color: white !important; }

.pink {
  color: #e33b59 !important; }

.violet {
  color: #514865 !important; }

.purple {
  color: #C7B4F8 !important; }

.dark-purple { color: #8a7db4 !important; }

.divider {
  display: block;
  height: 1px;
  border: 0;
  border-top: 2px solid #f0f0f0;
  margin: 1em 0;
  padding: 0; }

.module-2cols p {
  color: #717171;
  letter-spacing: -.2px;
  font-size: 18px;
  line-height: 28px; }
.module-2cols .title {
  width: 100%;
  padding-top: 4px;
  text-align: center;
  line-height: 1.2 h1;
    line-height: 1.2; }
.module-2cols .mod-content {
  width: 100%;
  padding-top: 4px;
  text-align: center; }
@media all and (min-width: 64em) {
  .module-2cols .content-max-width {
    display: flex; }
  .module-2cols .title {
    width: calc(50% - 20px);
    padding-top: 4px;
    margin: 0 3em;
    text-align: left;
    line-height: 1.2; }
    .module-2cols .title h1 {
      line-height: 1.2; }
  .module-2cols .mod-content {
    width: calc(50% - 20px);
    padding-top: 4px;
    margin: 0px;
    text-align: left; } }

.home-faqs {
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media all and (min-width: 64em) {
    .home-faqs {
      align-items: flex-start;
      flex-direction: row; } }

.home-faq.faq-a {
  width: 300px;
  align-self: top; }

.home-faq.faq-b {
  max-width: 600px;
  text-align: center; }
  @media all and (min-width: 64em) {
    .home-faq.faq-b {
      text-align: left; } }

.walk-park {
  background-image: url("images/home/purple-bg.jpg");
  display: flex;
  flex-direction: row; }
  @media all and (min-width: 54em) {
    .walk-park {
      display: block; } }

.park-a {
  text-align: center; }
  @media all and (min-width: 54em) {
    .park-a {
      text-align: left; } }

.park-b {
  width: 600px;
  display: none; }
  @media all and (min-width: 54em) {
    .park-b {
      display: block; } }

.blog-block .wp_rss_retriever_title {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
  margin-top: 2em; }
.blog-block .wp_rss_retriever_readmore {
  display: table;
  margin-top: 1em; }
.blog-block .wp_rss_retriever_credits {
  display: none !important; }

.page-template-why-piqnic-page .hero-head {
  background-image: url("images/whypiqnic/bg-top.jpg");
  background-size: cover; }

@media all and (min-width: 54em) {
  .page-template-about-page .image-about-nmb img {
    margin-bottom: -4em;
    background: #D8D8D8;
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.8);
    box-shadow: 0 2px 22px 0 rgba(0, 0, 0, 0.25); } }

/*# sourceMappingURL=style.css.map */





:root {
  --tab-width: 270px;

  --the-violet-dark: #514865;
  --the-pink: #E33B59;
  --the-violet-light: #8A7DB4;
  --the-green: #51C4CB;
  --the-blue: #6D8BC6;

  --padding1 : 2em;
}

@keyframes fadeIn {  
  from {  
      opacity:0;  
  }  

  to {  
      opacity:1;  
  }  
}
@keyframes fadeOut {  
  from {  
      opacity:1;  
  }  

  to {  
      opacity:0;  
  }  
}

#menu-testmenu { position: relative;}

#menu-testmenu .dropdown.mega > .dropdown { 
  display: none;
  position: absolute;
  left: 85%;
  z-index: 999;
  width: 960px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-93%);
  transition: 200ms;

  animation: fadeIn 300ms ease-in;
  

}


/* for mobiles only */
@media (max-width: 64em) {
  #menu-testmenu .dropdown.mega.active > .dropdown { display: block; position: static; width: auto; transform: none; }
  #menu-testmenu .dropdown.mega.tabbed.active > ul.dropdown > li.dropdown:not(.actv) > .menu-depth-2 {display: none; } 
  
} 
#menu-testmenu .dropdown .anchor span,
.site-header .navigation a { transform: none; color: rgb(46, 46, 46); font-weight: bold; cursor: pointer; }

@media (min-width: 1024px) and (max-width: 1279px) {
	#menu-testmenu .dropdown .anchor > span,
    .site-header .navigation a { font-size: 12px; letter-spacing: -0.5px; }
}

#menu-testmenu .dropdown.mega.tabbed > ul.dropdown { height: auto; padding: 0;}

@media (min-width: 64em) {
  #menu-testmenu .dropdown.mega.tabbed > ul.dropdown  { 
    height: 350px;  
    padding: var(--padding1); 
    border-radius: 8px; 
   
    background-repeat: no-repeat;
    background-position: 100% 130%;
    background-size: 310px;
  }
  #menu-testmenu .dropdown.mega.boxed > ul.dropdown {
    padding: var(--padding1);
  }

  #menu-testmenu  .mega-box { display: flex; width: 33%;}
  #menu-testmenu  .mega-box:before {
    content: " ";
    display: inline-block;
    float: left;
    margin-top: 3px;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 0.7em;

  }
  #menu-testmenu  .mega-box.document:before { background-image: url(images/icons/feature-0.svg);}
  #menu-testmenu  .mega-box.task:before { background-image: url(images/icons/feature-2.svg);}
  #menu-testmenu  .mega-box.workflow:before { background-image: url(images/icons/feature-3.svg);}

  #menu-testmenu .dropdown.mega.tabbed.solutions > ul.dropdown { 
    background-image: url("images/icons/menu-solutions-bg.svg");
   }
  
   #menu-testmenu  .mega-box a.menu-link.sub-menu-link { line-height: 1.3;}

  #menu-testmenu .dropdown.mega.tabbed > ul.dropdown > li.dropdown { 
    width: var(--tab-width); 
    border-right: 1px solid #E9E9E9; 
    clear: both;
  }
  /* icons */
  #menu-testmenu .dropdown.mega.tabbed > ul.dropdown > li.dropdown:before{ 
    content: " ";
    display: inline-block;
    float: left;
    margin-top: 3px;
    width: 41px;
    height: 41px;
  }
  #menu-testmenu  .mega-box.document:before { background-image: url(/wp-content/uploads/2024/04/doc-management-icon-new.svg);}
  #menu-testmenu  .mega-box.task:before { background-image: url(/wp-content/uploads/2024/04/task-management-icon-new.svg);}
  #menu-testmenu  .mega-box.workflow:before { background-image: url(/wp-content/uploads/2024/04/workflow-icon-new.svg);}


  /* icons */
  #menu-testmenu .dropdown.mega.tabbed > ul.dropdown > li.dropdown:before{ 
    content: " ";
    display: inline-block;
    float: left;
    margin-top: 3px;
    width: 41px;
    height: 41px;
  }
  #menu-testmenu .dropdown.mega.tabbed > ul.dropdown > li.dropdown.solutions1:before { background-image: url("images/icons/menu-solutions-1.svg");}
  #menu-testmenu .dropdown.mega.tabbed > ul.dropdown > li.dropdown.solutions2:before { background-image: url("images/icons/menu-solutions-2.svg");}
  #menu-testmenu .dropdown.mega.tabbed > ul.dropdown > li.dropdown.solutions3:before { background-image: url("images/icons/menu-solutions-3.svg");}
  

  #menu-testmenu .dropdown.mega.tabbed > ul.dropdown > li.dropdown > .menu-depth-2 {display: none; position: fixed; top: 0; margin-left: calc(var(--tab-width) + var(--padding1)); width: 100%; background: transparent;}
  #menu-testmenu .dropdown.mega.tabbed > ul.dropdown > li.dropdown.actv > .menu-depth-2 {display: block; padding: var(--padding1); width: calc(100% - 280px);} 
  #menu-testmenu .menu-item-depth-0.mega {position: static;}

  #menu-testmenu .dropdown.mega:hover > .dropdown { display: block;}
  #menu-testmenu .dropdown.mega.boxed:hover > .dropdown { display: flex;}
  
  #menu-testmenu .dropdown.mega.tabbed > ul.dropdown > li.dropdown > .anchor { padding-left: 60px; padding-top: 0; cursor: pointer;}

  #menu-testmenu .solutions1 > .sub-sub-menu { column-count: 2; }

}



#menu-testmenu .dropdown.mega.tabbed > ul.dropdown > li.dropdown > .anchor { padding-right: 30px;}
#menu-testmenu .dropdown.mega.tabbed > ul.dropdown > li.dropdown .icon-angle-down:before { content:none;}
#menu-testmenu .dropdown.mega.tabbed > ul.dropdown > li.dropdown.actv .icon-angle-down:before { content:"\e928"; position: absolute; right: 0; top: 49%; top: 21px; font-weight: bold; color: var(--the-violet-dark); font-size: 2em;}



#menu-testmenu .mega .dropdown.menu-depth-2,
#menu-testmenu .mega .dropdown.menu-depth-2 .dropdown {
  display: block;
  position: static;
  width: auto;
  box-shadow: none;

}

#menu-testmenu .icon-angle-down:before { content: "\f0d7"; margin-left: 7px; color: var(--the-pink); font-size: 12px;}
#menu-testmenu span.descrip,
#menu-testmenu .dropdown .anchor span.descrip { font-size: 13px; display: block; font-weight: normal; color: var(--the-violet-light); line-height: normal; padding-top: 10px;}

/* for mobiles only */
@media (max-width: 64em) {
  #menu-testmenu span.descrip,
  #menu-testmenu .dropdown .anchor span.descrip {display: none;}
}

.relative {
  position: relative;
}


/* ========================= */
/* ==== SUB-PAGE, subpage === */
.breadcrumb {}
.page-template-sub-page .hero-head-no-bg { background-image: none; background-color: #F9F8FB;}
.page-template-sub-page .tile-module > .content-max-width { display: flex;}

@media (min-width: 64em) {
  .page-template-sub-page .tile-module.align-right > .content-max-width { flex-direction: row-reverse; }
  .page-template-sub-page .hero-head-no-bg .ttt > div:first-child { width:60%}
  .page-template-sub-page .hero-head-no-bg .ttt div + div { width:40%}

}

.page-template-sub-page .tile-module.module-2.image-overflow .content h2 {
  text-transform: uppercase;
  letter-spacing: normal !important;
  font-weight: 900 !important;
  font-size: 30px;
  line-height: 40px;
  color: #514865 !important;
  margin-top: 15px;
}


/* ========================= */
/* ==== BECOME A PARTNER, subpage === */

.page-template-become-partner .hero-head-no-bg { background-image: none; background-color: #F9F8FB;}
.page-template-become-partner .tile-module > .content-max-width { display: flex;}

@media (min-width: 64em) {
  .page-template-become-partner  .tile-module.align-right > .content-max-width { flex-direction: row-reverse; }
  .page-template-become-partner .hero-head-no-bg .ttt > div:first-child { width:60%}
  .page-template-become-partner .hero-head-no-bg .ttt div + div { width:40%}
  /* .page-template-become-partner .tile-module.module-2.tile-2.image-overflow.align-left .content { padding: 0 0 0 95px;} */


}

.page-template-become-partner  .tile-module.module-2.image-overflow .content h2 {
  text-transform: uppercase;
  letter-spacing: normal !important;
  font-weight: 900 !important;
  font-size: 30px;
  line-height: 40px;
  color: #514865 !important;
}

@media all and (min-width: 64em) {
  .page-template-become-partner .tile-module.image-overflow.align-left .image { 
    /* margin: 0 2em 0 auto; */
  } 

  .page-template-become-partner .tile-module.image-overflow .image img {
    width: auto;
    height: 207px;
    max-width: 340px; } 
  }
  .page-template-become-partner .content p { text-align: justify;}

  @media (min-width: 72.5em){
    .page-template-become-partner .tile-module.module-2.image-overflow .content {
        max-width: 825px;
        /* padding: 0 95px 0 0; */
    }
  }

@media (min-width: 64em){
  .page-template-become-partner .tile-module .content {
      width: calc(89% - 30px);
      max-width: 470px;
      text-align: left;
  }
}


/* USE CASE PAGE TEMPLATE */
/* -------------------------------- */

/* Testimonials */
/* -------------------------------- */
.testimonials_rows{ 
  position: relative;
}

.testimonial_row{
  padding: 1.5em 2em;
  box-shadow: 0 4px 0 0 rgba(179,188,222,0.26);
  border-radius: 11px;
  font-size: 16px;
  color: #545454;
  letter-spacing: 0;
  background: white;
}

.testimonial_row .wysiwyg { text-align: center;}
.testimonial_row .tm_signature { font-size: 0.8em;}
.testimonial_row h3 { margin-bottom: 15px;}
.testimonial_row h3:after{ 
  content: "★★★★★";
    display: block;
    font-size: 0.7em;
    letter-spacing: 7px;
    color: #E91598;
}

@media (min-width: 64em){
  .testimonial_row{
    height: 11em;
    position: absolute;
    width: 35em;
    left: calc(50% - 17.5em);
    top: -6em;
    
  }
}

/* tile module with shadow at the top */
/* -------------------------------- */
.tile-module.module-2.image-overflow.shadow-top {
  background-image: linear-gradient(0deg, rgba(255,255,255,0.0) 50%, #EAE8F1 100%);
  background-repeat: repeat-x;
  background-position: top;
}


.tile-module.image-overflow.no-image .image{ display: none;}

@media (min-width: 72.5em) { 
  .tile-module.module-2.image-overflow.no-image.grid .content { 
    gap: 50px;
    max-width: none; 
    width: 100%; 
    padding-right:0; 
    padding-left: 0; 
    display: flex;
    flex-wrap: wrap;
  }
}

@media (min-width: 64em) { 
  .tile-module.no-image.full-width-text .content{ max-width: none; width: auto; }
}

.page-template-sub-page .tile-module.image-overflow.no-image .content-max-width {
    padding-top: 0;
    padding-bottom: 0;
}

.page-template-sub-page .tile-module.image-overflow.no-image.force-no-padding {
  padding-top: 0 !important;
}


/* USE CASES */
/* ==================================================================== */
/* ==================================================================== */


/* Use case pain points */
/* -------------------------------- */
@media (min-width: 72.5em) { 
  .use_case_pain_point {
    width: calc((100% - 150px) / 4);
  }
}

.use_case_pain_point:before{
  content: " ";
  background-image: url("images/use-cases/icon01.svg");
  background-repeat: no-repeat;
  width: 2em;
  height: 2em;
  display: block;
  margin-bottom: 5px;
}


/* Use case solutions */
/* -------------------------------- */
.use_case_solution, .use_case_why_piqnic {
  background-color: #fff;
  border-radius: 6px;
  margin-bottom: 2em;
  box-shadow: 0 4px 0 0 rgba(179,188,222,0.26);

}

@media (min-width: 64em) { 

  .grid.tile-module .content {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    width: 100%;
    max-width: none;
    text-align: unset;
}

  .use_case_solution, .use_case_why_piqnic {
    width: calc((100% - 50px) / 2);
    margin-bottom: 0;
  }
}

@media (min-width: 72.5em) { 
  .use_case_solution, .use_case_why_piqnic {
    width: calc((100% - 100px) / 3);
    margin-bottom: 0;
  }
}

article.use_case_solution .svg-icon {
  position: absolute;
  top: -1em;
  right: 2em;
}

article.use_case_why_piqnic .svg-icon {
  position: absolute;
  top: -1em;
  right: calc(50% - 25px);
}


/* USE CASE features  */
/* -------------------------------- */

.use_case_features .icon01 { background-image: url("images/use-cases/icon01.svg");}
.use_case_features .icon02 { background-image: url("images/use-cases/icon02.svg");}
.use_case_features .icon03 { background-image: url("images/use-cases/icon03.svg");}
.use_case_features .icon04 { background-image: url("images/use-cases/icon04.svg");}
.use_case_features .icon05 { background-image: url("images/use-cases/icon05.svg");}
.use_case_features .icon06 { background-image: url("images/use-cases/icon06.svg");}
.use_case_features .icon07 { background-image: url("images/use-cases/icon07.svg");}
.use_case_features .icon08 { background-image: url("images/use-cases/icon08.svg");}
.use_case_features .icon09 { background-image: url("images/use-cases/icon09.svg");}


.use_case_features {
  padding-left: 1em;
  padding-right: 1em;
}
.use_case_ftr {
  background-repeat: no-repeat;
  padding-left: 3em;
}

@media (min-width: 72.5em) { 
  .use_case_features {
    display: flex;
    flex-wrap: wrap;
    column-gap: 50px;
    padding-left: 0;
    padding-right: 2em;
  }
  .use_case_ftr {
    background-repeat: no-repeat;
    width: calc((100% - 50px - 2em) / 2);
  }
}


#rest_of_use_case_features {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.5s ease-out;
}

#rest_of_use_case_features.opened {
  grid-template-rows: 1fr;
}

#rest_of_use_case_features .inner {
  overflow: hidden;
}

/* USE CASE partners  */
/* -------------------------------- */

.use_case_partners {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.use_case_prt { 
  width: calc((100% - 30px) / 2);
  margin-bottom: 0;
  box-shadow: 0 3px 11px rgba(0,0,0,.1);
  background-color: #FFFFFF;
  border-radius: 16px;
  padding: 1em;
  text-align: center;
}

@media (min-width: 48em) { 

  .use_case_partners {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
  }

  .use_case_prt {
    width: calc((100% - 60px) / 3);
  }
}

@media (min-width: 72.5em) { 

  .use_case_partners {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
  }

  .use_case_prt {
    width: calc((100% - 90px) / 4);
  }
}

.page-template-usecase-page .post-item { display: flex; }
.page-template-usecase-page .post-item .custom-featured-image-wrapper  {}
.page-template-usecase-page .post-item .post-innter-group { padding-left: 30px;}
.page-template-usecase-page .post-item .post-header h2 a{     
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
}

