/*============================================================================
  Copyright 2017 Sellersmith

  Some things to know about this file:
	- Sass is compiled on Shopify's server so you don't need to convert it to CSS yourself
	- The output CSS is compressed and comments are removed
	- You cannot use @imports in this file
		* Use grunt or gulp tasks to enable @imports - https://github.com/Shopify/shopify-css-import
	- Helpers variables, mixins, and starter classes are provided. Change as needed.
==============================================================================*/
/*============================================================================
  Table of Contents
  #General Variables
  #2
==============================================================================*/
/*============================================================================
  #Variables
==============================================================================*/
/*============================================================================
  #Mixin Directives
==============================================================================*/
/*============================================================================
  #3rd-party
==============================================================================*/
.mfp-bg, .mfp-wrap {
  position: fixed;
  left: 0;
  top: 0; }

.mfp-bg, .mfp-container, .mfp-wrap {
  height: 100%;
  width: 100%; }

.mfp-arrow:after, .mfp-arrow:before, .mfp-container:before, .mfp-figure:after {
  content: ''; }

.mfp-bg {
  z-index: 1042;
  overflow: hidden;
  background: #0b0b0b;
  opacity: .8; }

.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out; }

.mfp-fade.mfp-bg.mfp-ready {
  opacity: .8; }

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out; }

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

.mfp-wrap {
  z-index: 1043;
  outline: 0 !important;
  -webkit-backface-visibility: hidden; }

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

.mfp-container:before {
  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-ajax-holder .mfp-content, .mfp-inline-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: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

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

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

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
  -webkit-user-select: none;
  -moz-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: -.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

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

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

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

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

.mfp-figure:after, .mfp-iframe-scaler iframe {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0; }

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

.mfp-close {
  width: 32px;
  height: 32px;
  line-height: 32px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  padding: 0 0 18px 10px;
  font-style: normal;
  font-size: 20px; }

.mfp-close:focus, .mfp-close:hover {
  background: none;
  color: inherit !important; }

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

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-iframe-holder .mfp-close, .mfp-image-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-figure, img.mfp-img {
  line-height: 0; }

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

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

.mfp-arrow:focus, .mfp-arrow:hover {
  opacity: 1; }

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

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

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

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

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

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

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

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

.mfp-arrow-right:before {
  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-image-holder .mfp-content, img.mfp-img {
  max-width: 100%; }

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

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

.mfp-iframe-scaler iframe {
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000; }

.mfp-figure:after, img.mfp-img {
  width: auto;
  height: auto;
  display: block; }

img.mfp-img {
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto; }

.mfp-figure:after {
  top: 40px;
  bottom: 40px;
  right: 0;
  z-index: -1;
  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-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .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 {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

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

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

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all .3s;
  -webkit-transform: scale(0.8);
  transform: scale(0.8); }

.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }

.mfp-zoom-in.mfp-bg.mfp-ready {
  opacity: .8; }

.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0; }

.mfp-zoom-in.mfp-bg {
  transition: all .3s;
  opacity: 0; }

/*============================================================================
  #Normalize
==============================================================================*/
*, :before, :after {
  box-sizing: border-box; }

html, body {
  padding: 0;
  margin: 0;
  scroll-behavior: smooth; }

html body {
  position: relative;
  transition: padding .3s; }
  html body.modalOpened {
    overflow: hidden; }
  html body.home {
    padding: 0; }
  @media (max-width: 1024px) {
    html body {
      padding-top: 72px; } }
  @media (max-width: 768px) {
    html body {
      padding-top: 62px; } }
  @media (max-width: 568px) {
    html body {
      padding-top: 58px; } }

html body.template-index {
  padding: 0; }

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

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

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

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

/*============================================================================
  #Typography
==============================================================================*/
body,
input,
textarea,
button,
select {
  font-size: 14px;
  line-height: 1.625;
  font-family: "Poppins", sans-serif;
  color: #666666;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%; }

a {
  text-decoration: none;
  transition: all .3s;
  color: #333333;
  position: relative;
  z-index: 1;
  cursor: pointer; }
  a:hover {
    color: #3325b1; }

@keyframes loop {
  0% {
    transform-origin: 0% 50%;
    transform: scale3d(0, 1, 1); }

  50% {
    transform-origin: 0% 50%;
    transform: scale3d(1, 1, 1); }

  51% {
    transform-origin: 100% 50%; }

  100% {
    transform-origin: 100% 50%;
    transform: scale3d(0, 1, 1); } }

ul, ol {
  margin: 0;
  padding: 0; }
  ul ul, ul ol, ol ul, ol ol {
    padding-left: 20px; }

img, amp-img {
  max-width: 100%;
  height: auto;
  vertical-align: middle; }

h1, h2, h3, h4, h5, h6 {
  display: block;
  margin: 0 0 0.5em;
  line-height: 1.625;
  color: #211872; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    text-decoration: none;
    font-weight: inherit; }

h1 {
  font-size: 2.57143em; }

h2 {
  font-size: 2em; }

h3 {
  font-size: 1.57143em; }

h4 {
  font-size: 1.42857em; }

h5 {
  font-size: 1.14286em; }

h6 {
  font-size: 1em; }

p {
  margin: 0 0 15px 0; }
  p img {
    margin: 0; }

em {
  font-style: italic; }

b, strong {
  font-weight: bold; }

small {
  font-size: 0.9em; }

sup, sub {
  position: relative;
  font-size: 60%;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.5em; }

blockquote {
  font-size: 1.125em;
  line-height: 1.45;
  font-style: italic;
  margin: 0 0 30px;
  padding: 15px 30px;
  border-left: 1px solid #eeeeee; }
  blockquote p {
    margin-bottom: 0; }
    blockquote p + cite {
      margin-top: 15px; }
  blockquote cite {
    display: block;
    font-size: 0.75em; }
    blockquote cite:before {
      content: '\2014 \0020'; }

code, pre {
  background-color: #faf7f5;
  font-family: Consolas, monospace;
  font-size: 1em;
  border: 0 none;
  padding: 0 2px;
  color: #51ab62; }

pre {
  overflow: auto;
  padding: 15px;
  margin: 0 0 30px; }

hr {
  clear: both;
  border-top: solid #eeeeee;
  border-width: 1px 0 0;
  margin: 30px 0;
  height: 0; }

button,
input[type="text"],
input[type="search"],
input[type="password"],
input[type="email"],
input[type="file"],
input[type="number"],
input[type="tel"],
input[type="submit"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: all .3s;
  border-radius: 0;
  margin: 0; }

button,
input[type="submit"] {
  border: 0;
  cursor: pointer;
  transition: all .3s; }

input,
textarea,
select,
fieldset {
  max-width: 100%;
  border: 1px solid #eeeeee; }

input,
select,
textarea {
  padding: 8px 15px;
  background: transparent; }
  input.full,
  select.full,
  textarea.full {
    width: 100%; }

fieldset {
  border: 1px solid #eeeeee;
  padding: 30px 0; }

legend {
  border: 0;
  padding: 0; }

optgroup {
  font-weight: bold; }

label {
  display: block;
  margin-bottom: 0.5rem; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDQwNC4zMDggNDA0LjMwOSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDA0LjMwOCA0MDQuMzA5OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTAsMTAxLjA4aDQwNC4zMDhMMjAyLjE1MSwzMDMuMjI5TDAsMTAxLjA4eiIgZmlsbD0iIzIxMTg3MiIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-color: transparent;
  padding-right: 28px;
  cursor: pointer;
  background-size: 10px;
  border-radius: 0;
  min-width: 79px; }

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

table.full {
  width: 100%;
  margin-bottom: 1em; }

.table-wrap {
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

th {
  font-weight: bold; }

th, td {
  text-align: left;
  padding: 0.5rem;
  border: 1px solid #eeeeee; }

.clearfix {
  *zoom: 1; }
  .clearfix:after {
    content: '';
    display: table;
    clear: both; }

*:focus {
  outline: 0; }

.fw--600 {
  font-weight: 600; }

.un-list {
  list-style: none !important; }

.wayra {
  position: relative;
  overflow: hidden;
  transition: all .3s;
  z-index: 1; }
  .wayra:hover {
    color: #fff;
    background: #211872 !important; }
    .wayra:hover span {
      transform: translate3d(-10px, 0, 0); }
    .wayra:hover:after {
      transform: translate3d(0, 0, 0);
      opacity: 1; }
  .wayra:after, .wayra span {
    transition: all .3s;
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); }
  .wayra:after {
    content: "";
    width: 18px;
    height: 12px;
    background: url(arrow-white.svg);
    position: absolute;
    top: 13px;
    opacity: 0;
    transform: translate3d(-5px, 0, 0); }
  .wayra span {
    display: block; }

.underline {
  position: relative;
  display: inline-flex;
  z-index: 1; }
  .underline:before {
    content: "";
    position: absolute;
    background: #ffc14d;
    z-index: -1;
    width: 100%;
    bottom: 5px; }
  .underline.h15:before {
    height: 15px; }
  .underline.h7:before {
    height: 7px; }

.shadow {
  box-shadow: 0 18px 24px 0 rgba(95, 147, 180, 0.2);
  background: #fff;
  position: relative; }

/*============================================================================
  #Flex Grid
==============================================================================*/
.row {
  box-sizing: border-box;
  flex-direction: row;
  flex-wrap: wrap;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  margin-right: -15px; }

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

.col-xs, .col-sm, .col-md, .col-lg {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%; }

.col-xs-1 {
  flex-basis: 8.33333%;
  max-width: 8.33333%; }

.col-xs-2 {
  flex-basis: 16.66667%;
  max-width: 16.66667%; }

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

.col-xs-4 {
  flex-basis: 33.33333%;
  max-width: 33.33333%; }

.col-xs-5 {
  flex-basis: 41.66667%;
  max-width: 41.66667%; }

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

.col-xs-7 {
  flex-basis: 58.33333%;
  max-width: 58.33333%; }

.col-xs-8 {
  flex-basis: 66.66667%;
  max-width: 66.66667%; }

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

.col-xs-10 {
  flex-basis: 83.33333%;
  max-width: 83.33333%; }

.col-xs-11 {
  flex-basis: 91.66667%;
  max-width: 91.66667%; }

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

.off-xs-1 {
  margin-left: 8.33333%; }

.off-xs-2 {
  margin-left: 16.66667%; }

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

.off-xs-4 {
  margin-left: 33.33333%; }

.off-xs-5 {
  margin-left: 41.66667%; }

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

.off-xs-7 {
  margin-left: 58.33333%; }

.off-xs-8 {
  margin-left: 66.66667%; }

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

.off-xs-10 {
  margin-left: 83.33333%; }

.off-xs-11 {
  margin-left: 91.66667%; }

.off-xs-reset {
  margin-left: 0; }

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

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

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

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

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

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

.hide-xs {
  display: none; }

.visible-xs {
  display: block; }

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

@media only screen and (min-width: 768px) {
  .col-sm-1 {
    flex-basis: 8.33333%;
    max-width: 8.33333%; }

  .col-sm-2 {
    flex-basis: 16.66667%;
    max-width: 16.66667%; }

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

  .col-sm-4 {
    flex-basis: 33.33333%;
    max-width: 33.33333%; }

  .col-sm-5 {
    flex-basis: 41.66667%;
    max-width: 41.66667%; }

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

  .col-sm-7 {
    flex-basis: 58.33333%;
    max-width: 58.33333%; }

  .col-sm-8 {
    flex-basis: 66.66667%;
    max-width: 66.66667%; }

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

  .col-sm-10 {
    flex-basis: 83.33333%;
    max-width: 83.33333%; }

  .col-sm-11 {
    flex-basis: 91.66667%;
    max-width: 91.66667%; }

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

  .off-sm-1 {
    margin-left: 8.33333%; }

  .off-sm-2 {
    margin-left: 16.66667%; }

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

  .off-sm-4 {
    margin-left: 33.33333%; }

  .off-sm-5 {
    margin-left: 41.66667%; }

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

  .off-sm-7 {
    margin-left: 58.33333%; }

  .off-sm-8 {
    margin-left: 66.66667%; }

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

  .off-sm-10 {
    margin-left: 83.33333%; }

  .off-sm-11 {
    margin-left: 91.66667%; }

  .off-sm-reset {
    margin-left: 0; }

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

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

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

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

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

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

  .hide-sm {
    display: none; }

  .visible-sm {
    display: block; }

  .between-sm {
    justify-content: space-between;
    -ms-justify-content: space-between;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-between; } }
@media only screen and (min-width: 992px) {
  .col-md-1 {
    flex-basis: 8.33333%;
    max-width: 8.33333%; }

  .col-md-2 {
    flex-basis: 16.66667%;
    max-width: 16.66667%; }

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

  .col-md-4 {
    flex-basis: 33.33333%;
    max-width: 33.33333%; }

  .col-md-5 {
    flex-basis: 41.66667%;
    max-width: 41.66667%; }

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

  .col-md-7 {
    flex-basis: 58.33333%;
    max-width: 58.33333%; }

  .col-md-8 {
    flex-basis: 66.66667%;
    max-width: 66.66667%; }

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

  .col-md-10 {
    flex-basis: 83.33333%;
    max-width: 83.33333%; }

  .col-md-11 {
    flex-basis: 91.66667%;
    max-width: 91.66667%; }

  .col-md-12 {
    flex-basis: 100%;
    max-width: 100%; }

  .off-md-1 {
    margin-left: 8.33333%; }

  .off-md-2 {
    margin-left: 16.66667%; }

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

  .off-md-4 {
    margin-left: 33.33333%; }

  .off-md-5 {
    margin-left: 41.66667%; }

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

  .off-md-7 {
    margin-left: 58.33333%; }

  .off-md-8 {
    margin-left: 66.66667%; }

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

  .off-md-10 {
    margin-left: 83.33333%; }

  .off-md-11 {
    margin-left: 91.66667%; }

  .off-md-reset {
    margin-left: 0; }

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

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

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

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

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

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

  .hide-md {
    display: none; }

  .visible-md {
    display: block; }

  .between-md {
    justify-content: space-between;
    -ms-justify-content: space-between;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-between; } }
@media only screen and (min-width: 1200px) {
  .col-lg-1 {
    flex-basis: 8.33333%;
    max-width: 8.33333%; }

  .col-lg-2 {
    flex-basis: 16.66667%;
    max-width: 16.66667%; }

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

  .col-lg-4 {
    flex-basis: 33.33333%;
    max-width: 33.33333%; }

  .col-lg-5 {
    flex-basis: 41.66667%;
    max-width: 41.66667%; }

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

  .col-lg-7 {
    flex-basis: 58.33333%;
    max-width: 58.33333%; }

  .col-lg-8 {
    flex-basis: 66.66667%;
    max-width: 66.66667%; }

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

  .col-lg-10 {
    flex-basis: 83.33333%;
    max-width: 83.33333%; }

  .col-lg-11 {
    flex-basis: 91.66667%;
    max-width: 91.66667%; }

  .col-lg-12 {
    flex-basis: 100%;
    max-width: 100%; }

  .off-lg-1 {
    margin-left: 8.33333%; }

  .off-lg-2 {
    margin-left: 16.66667%; }

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

  .off-lg-4 {
    margin-left: 33.33333%; }

  .off-lg-5 {
    margin-left: 41.66667%; }

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

  .off-lg-7 {
    margin-left: 58.33333%; }

  .off-lg-8 {
    margin-left: 66.66667%; }

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

  .off-lg-10 {
    margin-left: 83.33333%; }

  .off-lg-11 {
    margin-left: 91.66667%; }

  .off-lg-reset {
    margin-left: 0; }

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

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

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

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

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

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

  .hide-lg {
    display: none; }

  .visible-lg {
    display: block; }

  .between-lg {
    justify-content: space-between;
    -ms-justify-content: space-between;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-between; } }
.flex {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.container {
  max-width: 1170px;
  width: 100%;
  margin: auto;
  padding: 0 15px; }

.container--sm {
  max-width: 760px; }

.container--xs {
  max-width: 600px; }

.body .__pf h1, .body .__pf h2, .body .__pf h3, .body .__pf h4, .body .__pf h5, .body .__pf h6 {
  color: #333333; }

#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000; }

#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #5f67ff;
  animation: spin 2s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */
  z-index: 1001; }

#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #5f67ff;
  animation: spin 3s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */ }

#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #5f67ff;
  -webkit-animation: spin 1.5s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 1.5s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */ }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */ }

  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */ } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */ }

  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */ } }

#loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 51%;
  height: 100%;
  background: #fff;
  z-index: 1000;
  transform: translateX(0);
  /* Firefox 16+, IE 10+, Opera */ }

#loader-wrapper .loader-section.section-left {
  left: 0; }

#loader-wrapper .loader-section.section-right {
  right: 0; }

/* Loaded */
.loaded #loader-wrapper .loader-section.section-left {
  -webkit-transform: translateX(-100%);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(-100%);
  /* IE 9 */
  transform: translateX(-100%);
  /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

.loaded #loader-wrapper .loader-section.section-right {
  -webkit-transform: translateX(100%);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(100%);
  /* IE 9 */
  transform: translateX(100%);
  /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

.loaded #loader {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.loaded #loader-wrapper {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateY(-100%);
  /* IE 9 */
  transform: translateY(-100%);
  /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: all 0.3s 1s ease-out;
  transition: all 0.3s 1s ease-out; }

/*============================================================================
  #Header
==============================================================================*/
.pf-banner {
  text-align: center;
  display: block;
  background: #cceefe;
  width: 100%; }
  .pf-banner img {
    height: 200px; }
    .pf-banner img:first-child, .pf-banner img:last-child {
      position: absolute; }
    .pf-banner img:first-child {
      left: 0; }
    .pf-banner img:last-child {
      right: 0; }
    .pf-banner img:nth-child(2) {
      position: relative;
      z-index: 1; }

.header {
  padding: 30px 0;
  z-index: 1000;
  transition: padding .3s;
  width: 100%;
  border-bottom: 2px solid #ececec; }
  .template-index .header {
    border: 0; }
  .header-sticky .header {
    background: #fff;
    padding: 10px 0;
    border-bottom: 2px solid #ececec;
    top: 0;
    position: sticky; }
  .template-index .header {
    position: fixed; }

@media (max-width: 767px) {
  .template-index .header {
    top: 0 !important; } }
.template-index.header-sticky .header {
  top: 0;
  position: sticky; }

@media (max-width: 1279px) {
  .pf-banner {
    display: none; }

  .header {
    top: 0; } }
.header-sticky {
  padding-top: 62px; }
  .header-sticky .logo__primary {
    display: none; }
  .header-sticky .logo__white {
    display: block; }

.nav li a {
  padding: 0 25px;
  position: relative;
  font-weight: 700;
  font-size: 15px; }
  .nav li a:hover {
    color: #5f67ff; }
.nav li.nav__item--current a {
  color: #5f67ff; }
.nav li .nav__child {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  padding: 0;
  background: #fff;
  left: 25px;
  width: 200px;
  text-align: left;
  top: 160%;
  transition: all .3s;
  box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.2); }
  .nav li .nav__child a {
    color: #333333;
    width: 100%;
    padding: 10px;
    display: block;
    font-weight: 500;
    border-bottom: 1px solid #ddd;
    font-size: 14px; }
.nav li.nav__item--parent {
  position: relative; }
  .nav li.nav__item--parent:hover .nav__child {
    opacity: 1;
    visibility: visible;
    top: 100%; }

.search {
  width: 36px;
  height: 36px;
  border: 1px solid #5f67ff;
  text-align: center;
  line-height: 40px;
  border-radius: 40px;
  margin-left: 10px;
  margin-right: 30px;
  position: relative; }

.btn,
.btn-download {
  height: 50px;
  line-height: 50px;
  text-transform: uppercase;
  font-size: 15px;
  background: #5f67ff;
  color: #fff;
  padding: 0 30px;
  border-radius: 5px;
  font-weight: 700; }
  .btn.btn--white,
  .btn-download.btn--white {
    background: #fff; }
  .btn:hover,
  .btn-download:hover {
    color: #fff;
    background: #464cc5; }

.btn-download {
  display: table;
  margin: auto;
  font-weight: 600; }
  .btn-download:after {
    display: none; }
  .btn-download:hover {
    background: #211872; }

/*============================================================================
  #Footer
==============================================================================*/
.footer {
  background: #333333;
  color: #fff;
  padding: 80px 0 30px;
  position: relative; }

.menu a {
  line-height: 28px;
  color: #fff; }
  .menu a:hover {
    color: #b1b1b1; }

.menu__title {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #fff; }

/*============================================================================
  #Body
==============================================================================*/
.graphicNav h3 span {
  position: relative; }
  .graphicNav h3 span:before {
    content: "";
    position: absolute;
    background: #ffc14d;
    height: 10px;
    width: 0;
    left: 0;
    bottom: 2px;
    z-index: -1;
    transition: width .35s; }
.graphicNav:hover h3 span:before {
  width: 100%; }

.page-title {
  font-size: 45px;
  display: inline-flex;
  background: #5f67ff;
  padding: 8px 100px 8px calc(50% - 570px);
  border-radius: 0 5px 5px 0;
  margin: 80px 0 0;
  position: relative;
  z-index: 1;
  color: #fff;
  font-weight: 700; }
  .page-title span {
    margin-left: 10px; }
    .page-title span:before {
      bottom: 15px; }

.__pf .calculator h3 {
  margin: 0; }

.template-image:before {
  content: "";
  background: rgba(255, 255, 255, 0.1);
  display: inline-block;
  height: 220%;
  left: -130%;
  position: absolute;
  top: -85%;
  width: 85%;
  transform: rotate(45deg);
  transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  z-index: 2; }

.template-image:after {
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1;
  transition: all .3s;
  content: "";
  left: 0;
  top: 0; }

.template:hover .template-image:before {
  left: -50%; }

.template:hover .template-image:after {
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0; }

.template-image img {
  transition: all .6s ease-in-out 0s; }

.template-image:hover img {
  transform: scale(1.2, 1.2); }

.categories {
  margin-top: 65px;
  margin-bottom: 30px; }
  .categories ul {
    flex-wrap: wrap; }
    .categories ul li {
      list-style: none;
      font-weight: 700;
      margin-right: 20px;
      font-size: 15px; }
      .categories ul li.current-cat a {
        color: #5f67ff; }

.post.center-xs {
  margin-bottom: 30px;
  position: relative; }
  .post.center-xs .post__meta {
    margin-top: 15px; }
    .post.center-xs .post__meta .post__time {
      padding: 0; }
      .post.center-xs .post__meta .post__time:after {
        display: none; }
.post.detail {
  position: relative;
  background: #fff;
  padding-bottom: 80px;
  padding-right: 8px; }
  .post.detail div.post__thumbnail {
    box-shadow: #5f67ff 20px 20px 0;
    max-width: calc(100% - 20px);
    margin: 30px 0 50px;
    border-radius: 5px; }
    .post.detail div.post__thumbnail img {
      border-radius: 5px; }
  .post.detail .post__content {
    margin: 30px auto 0;
    border-bottom: 1px solid #f4f3f3;
    padding-bottom: 15px;
    max-width: 80%;
    font-size: 15px; }
    .post.detail .post__content .post__title {
      font-size: 2.625em;
      line-height: 1.19048em;
      margin: 0 0 0.47619em; }
    .post.detail .post__content img {
      border: 1px solid #f4f3f3;
      padding: 5px;
      margin: 0 auto 30px;
      display: table; }
    .post.detail .post__content p, .post.detail .post__content ul, .post.detail .post__content ol {
      margin-bottom: 1.66667em; }
      .post.detail .post__content p li, .post.detail .post__content ul li, .post.detail .post__content ol li {
        margin-bottom: 7px;
        padding-left: 5px; }
        .post.detail .post__content p li ul, .post.detail .post__content p li ol, .post.detail .post__content ul li ul, .post.detail .post__content ul li ol, .post.detail .post__content ol li ul, .post.detail .post__content ol li ol {
          margin: 7px 0; }
    .post.detail .post__content img, .post.detail .post__content iframe, .post.detail .post__content figure {
      margin-top: 0.625em;
      margin-bottom: 1.875em; }
    .post.detail .post__content h2 {
      margin-top: 1.875em;
      margin-bottom: 0.9375em;
      font-size: 1.77778em;
      line-height: 1.2;
      font-weight: 500; }
    .post.detail .post__content h3 {
      font-size: 1.38889em;
      font-weight: 500;
      margin-top: 1.8em;
      margin-bottom: 1.2em; }
    .post.detail .post__content a {
      text-decoration: underline; }
      .post.detail .post__content a:after {
        display: none; }
      .post.detail .post__content a:hover {
        color: #5f67ff; }
      .post.detail .post__content a.btn-download, .post.detail .post__content a.btn-alone {
        text-decoration: none;
        color: #fff !important; }
    .post.detail .post__content ul {
      list-style: inside; }
    .post.detail .post__content ol {
      list-style: decimal inside; }
    .post.detail .post__content blockquote {
      font-size: 1.55556em;
      line-height: 1.5;
      padding-left: 30px;
      margin-left: -15%;
      width: 115%;
      margin: 60px 0;
      color: #5f67ff; }
  .post.detail .post__tag {
    margin-top: 30px;
    flex-wrap: wrap; }
    .post.detail .post__tag h3 {
      font-size: 14px;
      margin: 0 20px 0 0; }
    .post.detail .post__tag span {
      margin: 5px; }
    .post.detail .post__tag svg {
      margin-right: 5px; }
  .post.detail .post__author {
    margin: 30px 0 60px;
    padding: 30px; }
    .post.detail .post__author .post__author--avatar img {
      width: 80px;
      height: 80px;
      object-fit: cover; }
    .post.detail .post__author .post__author--bio {
      padding-left: 30px;
      flex: 1; }
      .post.detail .post__author .post__author--bio h4 {
        margin: 0 0 10px;
        font-size: 20px; }
      .post.detail .post__author .post__author--bio p {
        margin: 0; }
  .post.detail table {
    margin-bottom: 20px; }
    .post.detail table thead {
      background: #f4f3f2; }
      .post.detail table thead h4 {
        margin: 0; }
.post .related-headline {
  margin-top: 60px;
  text-transform: uppercase; }
.post .related-headline,
.post .related__title {
  font-size: 20px; }
.post .post__nav {
  font-weight: 600; }
.post .related .post__thumbnail {
  margin-bottom: 30px; }

.search-form {
  position: relative; }
  .search-form .search__text {
    width: 100%;
    background: #f8f8f8;
    height: 50px;
    padding: 0 15px;
    border: 0; }
  .search-form .search__button {
    position: absolute;
    padding: 0 12px;
    right: 0;
    top: 0;
    background: transparent; }
    .search-form .search__button svg {
      height: 50px; }

.post__by a {
  text-decoration: underline;
  color: #5f67ff; }

.post__meta {
  font-size: 12px;
  font-weight: 600;
  color: #5f67ff; }
  .post__meta .post__time {
    padding-right: 15px;
    position: relative; }
    .post__meta .post__time:after {
      width: 4px;
      height: 4px;
      background: #ccc;
      content: "";
      border-radius: 4px;
      position: absolute;
      top: 8px;
      right: 6px; }
  .post__meta .flex {
    flex-wrap: wrap; }

.post__title {
  font-size: 20px;
  font-weight: 700; }
  .post__title a {
    display: block; }

.first {
  margin: 0 0 60px; }
  .first .post__thumbnail {
    box-shadow: #5f67ff 20px 20px 0px;
    padding: 0; }
  .first .col-md-5 {
    padding: 50px; }
  .first .post__exceprt p {
    margin: 15px 0 0; }

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0 100px; }
  .pagination span {
    font-size: 12px;
    margin: 0 20px;
    font-weight: bold; }
    .pagination span.next, .pagination span.prev {
      font-size: 14px; }
    .pagination span.current {
      color: #aaa; }

.back-to-blog {
  font-weight: bold;
  color: #5f67ff; }
  .back-to-blog svg {
    transform: rotate(180deg);
    margin-right: 5px; }

a.post__thumbnail {
  overflow: hidden;
  display: block;
  border-radius: 5px; }

.search-form-global {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
  right: 0; }
  .search-form-global input {
    background: #fff;
    width: 220px; }
  .search-form-global.opened {
    opacity: 1;
    visibility: visible; }

.pricing-table__value svg {
  width: 20px; }

.ss-box {
  background: #db0b0b url(https://cdn.shopify.com/s/files/1/1825/0729/t/3/assets/bg-download-box.png) repeat-x left bottom;
  padding: 14px;
  color: #fff;
  margin: 50px 0; }
  .ss-box form {
    max-width: 70%;
    margin: 50px auto 0; }
    .ss-box form * {
      box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15); }
    .ss-box form input {
      border: 0;
      height: 49px;
      border-radius: 4px;
      width: calc(100% - 170px);
      margin-right: 10px; }
    .ss-box form button {
      background: #541208;
      border: 0;
      color: #fff;
      height: 50px;
      padding: 0 24px;
      cursor: pointer;
      font-weight: bold; }

.box {
  display: flex; }
  .box > div {
    flex: 1; }

.box__image {
  max-width: 196px;
  border: 1px solid #f12a2c;
  padding: 5px; }

.box__content {
  margin-left: 25px;
  margin-top: 25px; }
  .box__content h3 {
    position: relative;
    margin: 0 0 22px !important;
    color: #fff; }
    .box__content h3 span {
      display: block;
      font-size: 12px;
      text-transform: uppercase;
      letter-spacing: 2px; }
    .box__content h3:before {
      content: "";
      position: absolute;
      width: 50px;
      height: 1px;
      background: rgba(255, 255, 255, 0.5);
      bottom: -10px; }
  .box__content p {
    margin: 0 !important; }
  .box__content .btn-alone {
    background: #000;
    text-transform: uppercase;
    border: 0;
    color: #fff;
    height: 36px;
    padding: 0 24px;
    cursor: pointer;
    font-weight: bold;
    display: inline-block;
    border-radius: 3px;
    line-height: 36px;
    text-align: center;
    font-size: 12px;
    margin-top: 22px;
    text-decoration: none;
    font-weight: bold; }

.progress {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: transparent;
  color: #5f67ff;
  z-index: 1000; }
  .progress::-webkit-progress-bar {
    background-color: transparent; }
  .progress::-webkit-progress-value {
    background-color: #211872; }
  .progress::-moz-progress-bar {
    background-color: #211872; }

.browser {
  position: relative;
  margin: 24px 0;
  padding: 65px 10px 10px;
  box-shadow: 0 18px 24px 0 rgba(95, 147, 180, 0.2);
  border-radius: 3px;
  background: #fff; }
  .browser:before {
    content: "";
    position: absolute;
    display: block;
    top: -1px;
    left: -1px;
    right: -1px;
    height: 56px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 3px 3px 0px 0px;
    background: url('data:image/svg+xml;charset=utf-8,<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg version="1.1" id="minimal-browser-button" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" enable-background="new 0 0 16 16" xml:space="preserve"><g id="Ellipse_1"><g><circle fill-rule="evenodd" clip-rule="evenodd" fill="%23B3B3B3" cx="8" cy="8" r="5"/></g></g></svg>') 16px 22px no-repeat, url('data:image/svg+xml;charset=utf-8,<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg version="1.1" id="minimal-browser-button" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" enable-background="new 0 0 16 16" xml:space="preserve"><g id="Ellipse_1"><g><circle fill-rule="evenodd" clip-rule="evenodd" fill="%23B3B3B3" cx="8" cy="8" r="5"/></g></g></svg>') 32px 22px no-repeat, url('data:image/svg+xml;charset=utf-8,<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg version="1.1" id="minimal-browser-button" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" enable-background="new 0 0 16 16" xml:space="preserve"><g id="Ellipse_1"><g><circle fill-rule="evenodd" clip-rule="evenodd" fill="%23B3B3B3" cx="8" cy="8" r="5"/></g></g></svg>') 48px 22px no-repeat, url('data:image/svg+xml;charset=utf-8,<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg version="1.1" id="minimal-browser-settings" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" enable-background="new 0 0 16 16" xml:space="preserve"><g id="Menu_icon"><g><path fill-rule="evenodd" clip-rule="evenodd" fill="%23B3B3B3" d="M1,1v3h14V1H1z M1,10h14V7H1V10z M1,16h14v-3H1V16z"/></g></g></svg>') right 16px top 22px no-repeat, #e8e8e8; }
  .browser:after {
    content: attr(data-url);
    color: #b3b3b3;
    position: absolute;
    padding: 0 16px 0px 32px;
    top: 16px;
    height: 24px;
    left: 80px;
    right: 48px;
    border-radius: 3px;
    box-shadow: inset 0 1px 1px -1px rgba(0, 0, 0, 0.5);
    font-size: 12px;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    background: url('data:image/svg+xml;charset=utf-8,<svg version="1.1" id="Refresh_icon_1_" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" enable-background="new 0 0 16 16" xml:space="preserve"><g id="minimal-browser-refresh"><g><path fill-rule="evenodd" clip-rule="evenodd" fill="%23B3B3B3" d="M12.5,10.9l2.5-3h-1.7C13.2,4.6,10.7,2,7.7,2C4.5,2,2,4.7,2,8c0,3.3,2.5,6,5.7,6c1.3,0,2.5-0.5,3.5-1.3l-1-1.1c-0.7,0.5-1.6,0.9-2.5,0.9c-2.3,0-4.2-2-4.2-4.5s1.9-4.5,4.2-4.5c2.3,0,4.2,1.9,4.2,4.4h-2L12.5,10.9z"/></g></g></svg>') 8px 4px no-repeat, white; }
  .browser a:hover img {
    transform: scale(1.1, 1.1); }
  .browser img {
    transition: all .4s; }

.template- .page-title,
.template-404 .page-title {
  display: none; }

.template-404 .content-404 {
  position: relative;
  padding: 16vh 0; }
  .template-404 .content-404 .btn {
    display: inline-block; }
  .template-404 .content-404 .col-md-6:first-child {
    text-align: right; }
.template-404 h1 {
  font-size: 101px; }
  .template-404 h1 span {
    display: block;
    font-size: 18px;
    font-weight: 400; }

.shopify-challenge__container {
  max-width: 1170px;
  margin: auto;
  padding: 400px 0 80px;
  text-align: center;
  position: relative;
  background: url(https://cdn.shopify.com/s/files/1/0090/9236/6436/t/3/assets/bearie-loading.svg) no-repeat center top;
  min-height: 665px; }
  .shopify-challenge__container form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .shopify-challenge__container form .shopify-challenge__button {
      margin-top: 30px;
      font-weight: bold; }

.install {
  background: #fff;
  max-width: 520px;
  width: 100%;
  padding: 50px 30px;
  margin: auto;
  position: relative; }
  .install h4 {
    text-align: center;
    font-size: 28px;
    color: #211872;
    margin: 0;
    font-weight: 500;
    flex-wrap: wrap; }
    .install h4 span {
      font-weight: 600;
      margin: 0 5px; }
    @media (max-width: 480px) {
      .install h4 {
        font-size: 24px; } }
    @media (max-width: 320px) {
      .install h4 {
        font-size: 18px; } }
  .install .shop-input {
    position: relative;
    border-bottom: 2px solid #f4f3f3;
    margin: 30px 0; }
  .install .suffix {
    position: absolute;
    top: 11px;
    right: 0; }
  .install .btn-install-app {
    width: 100%;
    opacity: .4;
    pointer-events: none; }
    .install .btn-install-app:after {
      transform: translate3d(15px, 0, 0); }
    .install .btn-install-app:hover:after {
      transform: translate3d(50px, 0, 0); }
  .install .has-val .btn-install-app {
    opacity: 1;
    pointer-events: initial; }
  .install .shop-name {
    outline: 0;
    border: 0;
    display: block;
    width: calc(100% - 115px);
    height: 45px;
    background: transparent;
    font-size: 14px;
    padding-left: 0; }
  .install .placeholder {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none; }
    .install .placeholder:before, .install .placeholder:after {
      display: block;
      position: absolute;
      transition: all .4s;
      left: 0; }
    .install .placeholder:before {
      content: "";
      bottom: -2px;
      width: 0;
      height: 2px;
      background: #5f67ff; }
    .install .placeholder:after {
      color: #ccc;
      content: attr(data-shop);
      width: 100%;
      top: 16px; }
  .install .shop-name:focus + .placeholder::after,
  .install .has-val .placeholder::after {
    top: -15px;
    color: #41586b; }
  .install .shop-name:focus + .placeholder::before,
  .install .has-val .placeholder::before {
    width: 100%; }

/*============================================================================
  #Blog Custom code for building the image gallery
==============================================================================*/
div.gallery {
  margin: 5px;
  border: 1px solid #ccc;
  float: left;
  width: 210px; }

div.gallery:hover {
  border: 1px solid #777; }

div.gallery img {
  width: 100%;
  height: auto; }

/*============================================================================
  #Blog Custom code for building the image gallery
==============================================================================*/
div.gallery_2_col {
  margin: 5px;
  border: 1px solid #ccc;
  float: left;
  width: 310px; }

div.gallery_2_col:hover {
  border: 1px solid #777; }

div.gallery_2_col img {
  width: 100%;
  height: auto; }

/*============================================================================
  #V2
==============================================================================*/
.template-index .header a {
  color: #fff; }
  .template-index .header a:hover {
    color: #5f67ff; }
  .template-index .header a.btn:hover {
    color: #fff;
    background: #464cc5; }
.template-index .header .search {
  border: 0;
  margin-right: 55px;
  margin-left: 35px; }
  .template-index .header .search svg > g > g {
    fill: #fff; }
@media (max-width: 1024px) {
  .template-index .header {
    padding: 10px 0; }
    .template-index .header .search {
      margin: 0 10px 0 0; }
    .template-index .header .btn {
      font-size: 12px;
      white-space: nowrap; }
    .template-index .header .nav__open a {
      color: #333333; } }
@media (max-width: 768px) {
  .template-index .header .btn {
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    border-radius: 2px; } }
@media (max-width: 568px) {
  .template-index .header .btn {
    display: none; }
  .template-index .header .search {
    margin: 0; } }
.template-index.header-sticky .header a:not(.btn) {
  color: #333333; }
.template-index.header-sticky .search svg > g > g {
  fill: #333333; }

@media (max-width: 1024px) {
  .header {
    padding: 10px 0; }
    .header .search {
      margin: 0 10px 0 0; }
    .header .btn {
      font-size: 12px;
      white-space: nowrap; } }
@media (max-width: 768px) {
  .header .btn {
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    border-radius: 2px; } }
@media (max-width: 568px) {
  .header .btn {
    display: none; }
  .header .search {
    margin: 0; } }

.copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 80px;
  padding-top: 30px; }
  .copyright a {
    color: #fff; }
  .copyright .social a {
    margin-left: 30px; }

.mobile-menu {
  display: none; }

@media only screen and (max-width: 1440px) {
  .DrawPageFly {
    right: 0; } }
@media only screen and (max-width: 1140px) {
  .page-title {
    padding-left: 15px; } }
@media only screen and (max-width: 991px) {
  .mobile-menu {
    display: block; }

  .page-title {
    margin: 20px 0; }

  .nav__mobile {
    width: 30px;
    height: 30px;
    position: relative; }
    .nav__mobile:before, .nav__mobile:after {
      content: "";
      position: absolute;
      height: 1px;
      width: 17px;
      background: #5f67ff;
      left: 7px;
      transition: transform 0.1596s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.1008s; }
    .nav__mobile:before {
      transform: translateY(12px); }
    .nav__mobile:after {
      transform: translateY(18px); }
    .nav__mobile.open:before {
      transform: rotate(45deg) translate(11px, 11px); }
    .nav__mobile.open:after {
      transform: rotate(-45deg) translate(-11px, 11px); }

  .nav {
    height: 100%;
    transition: all 0.56s cubic-bezier(0.52, 0.16, 0.24, 1);
    position: absolute;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 100;
    border-top: 1px solid #f4f3f3;
    visibility: hidden;
    display: flex;
    flex-direction: column;
    text-align: left;
    top: 66px;
    opacity: 0; }
    .nav.nav__open {
      visibility: visible;
      opacity: 1; }
    .nav li a {
      display: block;
      padding: 12px 25px;
      border-bottom: 1px solid #f4f3f3;
      background: #fff; }
      .nav li a:before {
        display: none; }
    .fixed .nav {
      top: 56px; } }
@media only screen and (max-width: 992px) {
  .mobile-cat {
    display: block;
    margin: -30px -15px 0;
    padding: 15px;
    font-weight: 600;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    position: relative;
    text-transform: capitalize; }
    .mobile-cat:after {
      content: "";
      position: absolute;
      border: 6px solid transparent;
      border-top: 6px solid;
      right: 15px;
      top: 24px; }
    .mobile-cat + .flex {
      display: none; }
      .mobile-cat + .flex li {
        margin: 0; }
        .mobile-cat + .flex li.underline a {
          color: #5f67ff; }
        .mobile-cat + .flex li a {
          padding: 8px 0;
          display: block; } }
@media only screen and (max-width: 768px) {
  .search {
    margin-right: 0; }

  .first .post__thumbnail,
  .post.detail div.post__thumbnail {
    box-shadow: none; }
    .first .post__thumbnail amp-img,
    .post.detail div.post__thumbnail amp-img {
      width: 100% !important; }

  .first .col-md-5 {
    padding: 30px; }

  .categories {
    margin: 30px 0; }
    .categories .col-md-9 {
      margin-bottom: 30px; }
      .categories .col-md-9 .flex {
        flex-wrap: wrap; }

  .post.detail div.post__thumbnail {
    max-width: 100%; }

  .template-search .page-title {
    font-size: 18px; }
    .template-search .page-title span:before {
      height: 5px;
      bottom: 5px; }

  .nav {
    top: 60px; } }
@media only screen and (max-width: 767px) {
  .post.detail .post__content {
    max-width: 100%; }
    .post.detail .post__content iframe {
      width: calc(100vw - 30px);
      height: calc(100vw * 0.5625); }

  .search {
    border: 0; }

  .footer {
    padding: 0 0 30px; }
    .footer .row > div {
      margin-top: 30px; }

  .underline:before {
    display: none; }

  .template-search .page-title {
    flex-wrap: wrap;
    padding: 10px;
    font-weight: 400;
    font-size: 16px;
    flex-direction: column;
    width: 100%;
    align-items: center; }
    .template-search .page-title span {
      margin: 0;
      font-weight: bold;
      display: block; }

  .post__author {
    flex-direction: column;
    align-items: center; }
    .post__author .post__author--bio {
      padding: 30px 0 0 !important;
      text-align: center; }

  .social-shares {
    margin-top: 10px; }
    .social-shares.stick {
      flex-direction: row;
      justify-content: center;
      background: #000;
      width: 100%;
      z-index: 100;
      top: auto;
      bottom: 0;
      transform: none;
      left: 0; }
      .social-shares.stick a {
        border: 0;
        width: auto; } }
@media only screen and (max-width: 480px) {
  .page-title {
    padding: 0 15px; } }
.pf-editor #loader-wrapper {
  display: none; }

.pf-editor .header {
  position: initial; }
