@font-face {
  font-family: "Brandon Grotesque";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/brandon/BrandonGrotesque-Bold.eot");
  src: url("../fonts/brandon/BrandonGrotesque-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/brandon/BrandonGrotesque-Bold.woff") format("woff"), url("../fonts/brandon/BrandonGrotesque-Bold.ttf") format("truetype"); }
@font-face {
  font-family: "Brandon Grotesque";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/brandon/BrandonGrotesque-Medium.eot");
  src: url("../fonts/brandon/BrandonGrotesque-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/brandon/BrandonGrotesque-Medium.woff") format("woff"), url("../fonts/brandon/BrandonGrotesque-Medium.ttf") format("truetype"); }
@font-face {
  font-family: "Brandon Grotesque";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/brandon/BrandonGrotesque-Regular.eot");
  src: url("../fonts/brandon/BrandonGrotesque-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/brandon/BrandonGrotesque-Regular.woff") format("woff"), url("../fonts/brandon/BrandonGrotesque-Regular.ttf") format("truetype"); }
@font-face {
  font-family: "Brandon Grotesque";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/brandon/BrandonGrotesque-Light.eot");
  src: url("../fonts/brandon/BrandonGrotesque-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/brandon/BrandonGrotesque-Light.woff") format("woff"), url("../fonts/brandon/BrandonGrotesque-Light.ttf") format("truetype"); }
@font-face {
  font-family: "MazzardM";
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/mazzard/MazzardM-SemiBold.eot");
  src: url("../fonts/mazzard/MazzardM-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/mazzard/MazzardM-SemiBold.woff") format("woff"), url("../fonts/mazzard/MazzardM-SemiBold.ttf") format("truetype"); }
@font-face {
  font-family: "Open Sans";
  font-weight: 400;
  font-style: italic;
  src: url("../fonts/open-sans/OpenSans-Italic.eot");
  src: url("../fonts/open-sans/OpenSans-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans/OpenSans-Italic.woff") format("woff"), url("../fonts/open-sans/OpenSans-Italic.ttf") format("truetype"); }
@font-face {
  font-family: "Open Sans";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/open-sans/OpenSans-Regular.eot");
  src: url("../fonts/open-sans/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans/OpenSans-Regular.woff") format("woff"), url("../fonts/open-sans/OpenSans-Regular.ttf") format("truetype"); }
@font-face {
  font-family: "Proxima Nova";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/proxima/ProximaNova-Bold.eot");
  src: url("../fonts/proxima/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/proxima/ProximaNova-Bold.woff") format("woff"), url("../fonts/proxima/ProximaNova-Bold.ttf") format("truetype"); }
@font-face {
  font-family: "Proxima Nova";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/proxima/ProximaNova-Regular.eot");
  src: url("../fonts/proxima/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/proxima/ProximaNova-Regular.woff") format("woff"), url("../fonts/proxima/ProximaNova-Regular.ttf") format("truetype"); }
@font-face {
  font-family: "Font Awesome";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/fontawesome-webfont.eot");
  src: url("../fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff") format("woff"), url("../fonts/fontawesome-webfont.ttf") format("truetype"); }
* {
  margin: 0;
  padding: 0;
  outline: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  min-width: 1px; }

html {
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none; }

a, a:hover, input, textarea, select {
  -webkit-tap-highlight-color: transparent;
  outline: 0 none; }

ol {
  list-style: decimal inside;
  margin-bottom: 20px; }
  ol li {
    padding: 5px 0 5px 15px; }

ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

:focus {
  outline: 0; }

a img, fieldset, hr {
  border: 0; }

mark {
  background: none; }

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

td {
  vertical-align: middle; }

input[type="text"], input[type="email"], input[type="tel"], input[type="search"], select, textarea {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 0;
  -webkit-appearance: none; }

input[type="submit"], input[type="button"], button, .btn {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-appearance: none; }

hr {
  clear: both;
  overflow: hidden;
  display: block; }

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

.alignleft {
  float: left;
  margin: 0 30px 10px 0; }

.alignright {
  float: right;
  margin: 0 0 10px 30px; }

.aligncenter {
  margin: 0 auto 20px; }

.alignnone {
  margin: 0 0 20px; }

@media screen and (max-width: 1024px) {
  .alignleft, .aligncenter, .alignright {
    float: none;
    margin: 0 auto 20px; } }

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

.valign {
  display: inline-block;
  vertical-align: middle;
  max-width: 94%; }

.vfix {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fullframe {
  height: 0;
  margin: 0;
  overflow: hidden;
  padding-bottom: 56.5%;
  position: relative;
  z-index: 0; }
  .fullframe iframe, .fullframe object, .fullframe embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }

html::-webkit-scrollbar {
  width: 6px; }

::-webkit-scrollbar-thumb {
  background: #0139ae; }

::-webkit-scrollbar-track {
  background: #eaeaea; }

::-webkit-scrollbar-thumb:hover {
  background: #a267bb; }

::-webkit-scrollbar-thumb:active {
  background: #a267bb; }

html {
  font: 400 16px/1.5714 "Proxima Nova", sans-serif; }
  @media screen and (max-width: 1024px) {
    html {
      font-size: 14px; } }

body {
  color: #3f2e56;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh; }

#main {
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 100%; }

h1, h2 {
  font-size: 90px;
  font-family: "Brandon Grotesque";
  font-weight: 300;
  color: #231f20;
  letter-spacing: -2.5px;
  line-height: 1;
  padding-bottom: 15px; }
  @media screen and (max-width: 1024px) {
    h1, h2 {
      font-size: 50px; } }
  @media screen and (max-width: 768px) {
    h1, h2 {
      font-size: 30px; } }
  @media screen and (max-width: 480px) {
    h1, h2 {
      font-size: 24px;
      padding-bottom: 10px; } }

h3 {
  font-size: 60px;
  font-family: "Brandon Grotesque";
  color: #231f20;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: -1.5px;
  padding-bottom: 12px; }
  @media screen and (max-width: 1024px) {
    h3 {
      font-size: 40px; } }
  @media screen and (max-width: 768px) {
    h3 {
      font-size: 25px; } }
  @media screen and (max-width: 480px) {
    h3 {
      font-size: 22px; } }

h4 {
  font-family: "Open Sans";
  font-size: 30px;
  font-weight: 400;
  letter-spacing: -0.8px;
  line-height: 1;
  padding-bottom: 20px; }
  @media screen and (max-width: 1024px) {
    h4 {
      font-size: 26px; } }
  @media screen and (max-width: 768px) {
    h4 {
      font-size: 22px; } }
  @media screen and (max-width: 480px) {
    h4 {
      font-size: 18px;
      padding-bottom: 10px; } }

h5 {
  font-size: 27px;
  font-family: "Brandon Grotesque";
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 1px;
  padding-bottom: 32px;
  color: #0139ae; }
  @media screen and (max-width: 768px) {
    h5 {
      font-size: 20px; } }
  @media screen and (max-width: 480px) {
    h5 {
      font-size: 18px;
      padding-bottom: 15px; } }

p {
  letter-spacing: -0.2px;
  padding-bottom: 16px;
  line-height: 2.2; }
  @media screen and (max-width: 480px) {
    p {
      line-height: 1.4;
      padding-bottom: 10px; } }

a {
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  a:hover {
    text-decoration: underline; }

input[type="text"], input[type="email"], input[type="tel"], input[type="search"], input[type="password"], textarea {
  height: 56px;
  font-family: "Proxima Nova";
  font-size: 16px;
  color: #231f20;
  width: 100%;
  border: 1px solid transparent;
  border-radius: 28px;
  background: #f0f0f0;
  padding: 0 40px; }
  input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="search"]:focus, input[type="password"]:focus, textarea:focus {
    border-color: #0139ae; }
  input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #3f2e56;
    opacity: 1; }
  input[type="text"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="search"]:-moz-placeholder, input[type="password"]:-moz-placeholder, textarea:-moz-placeholder {
    color: #3f2e56;
    opacity: 1; }
  input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="password"]::-moz-placeholder, textarea::-moz-placeholder {
    color: #3f2e56;
    opacity: 1; }
  input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #3f2e56;
    opacity: 1; }

textarea {
  resize: none;
  height: 140px;
  padding: 20px 40px;
  display: block; }

label {
  display: block;
  margin-bottom: 20px; }

.btn, .submit {
  display: inline-block;
  line-height: 52px;
  border-radius: 26px;
  padding: 0 40px;
  font-size: 18px;
  background: #0139ae;
  color: #fff;
  font-family: "Brandon Grotesque";
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  min-width: 190px;
  border: 2px solid #0139ae; }
  @media screen and (max-width: 768px) {
    .btn, .submit {
      min-width: auto;
      padding: 0 20px;
      font-size: 14px;
      line-height: 34px;
      border-radius: 17px; } }
  .btn.btn-white, .submit.btn-white {
    background: transparent;
    border-color: #000;
    color: #231f20; }
  .btn.btn-black, .submit.btn-black {
    background: #161616;
    border-color: #161616; }
  .btn.small-text, .submit.small-text {
    font-family: "Proxima Nova";
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 400;
    letter-spacing: 0;
    padding: 0 20px; }
  .btn:hover, .submit:hover {
    text-decoration: none;
    background: #9756b3;
    color: #fff;
    border-color: #9756b3; }

.container {
  margin: 0 auto;
  width: 1560px;
  max-width: 94%;
  position: relative; }

.content ul {
  margin: 0 0 20px 15px; }
  .content ul li {
    padding: 5px 0 5px 15px;
    position: relative; }
    .content ul li:before {
      content: "";
      background: #0139ae;
      width: 4px;
      height: 4px;
      border-radius: 50%;
      position: absolute;
      top: 0.9375rem;
      left: 0; }
.content p > a {
  color: #0139ae; }

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.alc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center; }

.cover {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat; }

.tac {
  text-align: center; }

.no-spacing > *:last-child, .top-text > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0; }

.cfx:after, .cfx:before {
  display: table;
  clear: both;
  content: ' '; }

.space {
  padding: 140px 0; }
  @media screen and (max-width: 1024px) {
    .space {
      padding: 50px 0; } }
  @media screen and (max-width: 768px) {
    .space {
      padding: 30px 0; } }

.grid-2 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1.5%;
  width: 103%; }
  .grid-2 > * {
    width: 47%;
    margin: 0 1.5% 2.25em; }
  .grid-2 > * {
    margin-bottom: 20px; }
  @media screen and (max-width: 768px) {
    .grid-2 {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-flex-flow: wrap;
      -moz-flex-flow: wrap;
      -ms-flex-flow: wrap;
      flex-flow: wrap;
      -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      margin: 0 -0.5%;
      width: 101%; }
      .grid-2 > * {
        width: 99%;
        margin: 0 0.5% 1em; }
      .grid-2 > * {
        margin-bottom: 20px; } }

header {
  position: relative;
  z-index: 100;
  padding: 20px 0 10px; }
  @media screen and (max-width: 1024px) {
    header {
      padding: 18px 0; } }
  header > .container {
    width: 1675px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
  header .header-logo {
    width: 270px; }
    @media screen and (max-width: 1024px) {
      header .header-logo {
        width: 135px; } }
    @media screen and (max-width: 480px) {
      header .header-logo {
        width: 100px; } }
    header .header-logo:hover {
      opacity: 0.5; }
  header .header-menu {
    margin: 0 20px 0 315px; }
    @media screen and (max-width: 1450px) {
      header .header-menu {
        margin: 0 20px 0 20px; } }
    @media screen and (max-width: 1024px) {
      header .header-menu {
        display: none; } }
    header .header-menu > ul > li {
      position: relative;
      display: inline-block;
      margin-right: 80px; }
      @media screen and (max-width: 1450px) {
        header .header-menu > ul > li {
          margin-right: 30px; } }
      header .header-menu > ul > li:last-child {
        margin-right: 0; }
      header .header-menu > ul > li > a {
        color: #000;
        font-family: "Brandon Grotesque";
        font-size: 18px;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 2.7px;
        text-decoration: none;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease; }
        header .header-menu > ul > li > a:hover {
          color: #0139ae; }
      header .header-menu > ul > li > .sub-menu {
        background: #0139ae;
        top: 200%;
        left: 0;
        position: absolute;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease; }
        header .header-menu > ul > li > .sub-menu li a {
          padding: 5px 15px;
          white-space: nowrap;
          display: block;
          color: #fff;
          text-decoration: none;
          -webkit-transition: all 0.4s ease;
          -moz-transition: all 0.4s ease;
          -ms-transition: all 0.4s ease;
          -o-transition: all 0.4s ease;
          transition: all 0.4s ease; }
          header .header-menu > ul > li > .sub-menu li a:hover {
            background: #3f2e56; }
        header .header-menu > ul > li > .sub-menu li.current-menu-item a {
          background: #3f2e56;
          color: #fff; }
      header .header-menu > ul > li.current-menu-item a {
        color: #0139ae; }
      header .header-menu > ul > li:hover > .sub-menu {
        visibility: visible;
        opacity: 1;
        top: 100%; }
  header .mobile-menu {
    display: none;
    position: relative;
    z-index: 10; }
    @media screen and (max-width: 1024px) {
      header .mobile-menu {
        display: block; } }
    header .mobile-menu .burger {
      width: 26px;
      height: 30px;
      position: fixed;
      z-index: 2;
      top: 18px;
      right: 20px;
      z-index: 100; }
      header .mobile-menu .burger:before {
        content: '';
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%);
        width: 100%;
        height: 2px;
        background: #000;
        -webkit-box-shadow: 0 7px 0 0 #000, 0 -7px 0 0 #000;
        box-shadow: 0 7px 0 0 #000, 0 -7px 0 0 #000;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease; }
      header .mobile-menu .burger:after {
        content: '';
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%);
        width: 100%;
        height: 2px;
        background: #000;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease; }
    header .mobile-menu .burger.open:before {
      box-shadow: none;
      -webkit-transform: translate(0, -50%) rotateZ(-45deg);
      -moz-transform: translate(0, -50%) rotateZ(-45deg);
      -ms-transform: translate(0, -50%) rotateZ(-45deg);
      -o-transform: translate(0, -50%) rotateZ(-45deg);
      transform: translate(0, -50%) rotateZ(-45deg); }
    header .mobile-menu .burger.open:after {
      -webkit-transform: translate(0, -50%) rotateZ(45deg);
      -moz-transform: translate(0, -50%) rotateZ(45deg);
      -ms-transform: translate(0, -50%) rotateZ(45deg);
      -o-transform: translate(0, -50%) rotateZ(45deg);
      transform: translate(0, -50%) rotateZ(45deg); }
    header .mobile-menu .mobile-header-menu {
      padding: 20px;
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #0139ae;
      overflow: auto;
      -webkit-transform: translateX(100%);
      -moz-transform: translateX(100%);
      -ms-transform: translateX(100%);
      -o-transform: translateX(100%);
      transform: translateX(100%);
      -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease; }
      header .mobile-menu .mobile-header-menu ul li span {
        display: inline-block;
        width: 20px;
        height: 20px;
        color: #fff;
        font-size: 20px;
        position: relative;
        margin-left: 10px;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease; }
        header .mobile-menu .mobile-header-menu ul li span:before {
          -webkit-transition: all 0.4s ease;
          -moz-transition: all 0.4s ease;
          -ms-transition: all 0.4s ease;
          -o-transition: all 0.4s ease;
          transition: all 0.4s ease;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
      header .mobile-menu .mobile-header-menu ul li a {
        color: #fff;
        font-family: "Brandon Grotesque";
        font-size: 18px;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 2.7px;
        text-decoration: none;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease; }
        header .mobile-menu .mobile-header-menu ul li a:hover {
          color: #fff; }
      header .mobile-menu .mobile-header-menu ul li.current-menu-item a {
        color: #3f2e56; }
      header .mobile-menu .mobile-header-menu ul li .sub-menu {
        display: none; }
        header .mobile-menu .mobile-header-menu ul li .sub-menu li {
          margin-left: 10px; }
          header .mobile-menu .mobile-header-menu ul li .sub-menu li a {
            color: #fff;
            font-family: "Brandon Grotesque";
            font-size: 18px;
            font-weight: 500;
            text-transform: uppercase;
            letter-spacing: 2.7px;
            text-decoration: none; }
          header .mobile-menu .mobile-header-menu ul li .sub-menu li.current-menu-item a {
            color: #3f2e56; }
    header .mobile-menu .mobile-header-menu.open {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #0139ae;
      overflow: auto;
      transform: translateX(0%); }
  header .right-header {
    margin-right: 40px; }
    header .right-header .search {
      color: #0139ae;
      font-size: 18px;
      text-decoration: none;
      -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease; }
      @media screen and (max-width: 480px) {
        header .right-header .search {
          font-size: 16px; } }
      header .right-header .search:hover {
        color: #3f2e56; }
    header .right-header .cart {
      padding-left: 6px;
      color: #3f2e56;
      font-family: "Brandon Grotesque";
      font-size: 18px;
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: 2.7px;
      text-decoration: none;
      -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease; }
      @media screen and (max-width: 480px) {
        header .right-header .cart {
          font-size: 16px; } }
      header .right-header .cart:hover {
        color: #0139ae; }
      header .right-header .cart:before {
        content: "\f07a";
        color: #0139ae;
        font-family: "Font Awesome";
        font-size: 18px;
        margin-right: 5px; }
  header .search-wrapper {
    display: inline-block;
    position: relative; }
    header .search-wrapper .search-form {
      display: none;
      width: 300px;
      position: absolute;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      margin-top: 10px; }
      header .search-wrapper .search-form input[type="text"] {
        height: 35px;
        padding: 0 15px; }
        @media screen and (max-width: 480px) {
          header .search-wrapper .search-form input[type="text"] {
            width: 150px; } }
    @media screen and (max-width: 480px) {
      header .search-wrapper .s-wrapper {
        -webkit-flex-wrap: no-wrap;
        -moz-flex-wrap: no-wrap;
        -ms-flex-wrap: no-wrap;
        flex-wrap: no-wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center; } }
    header .search-wrapper .btn {
      min-width: auto;
      padding: 0 15px;
      line-height: 31px;
      font-size: 16px;
      font-weight: 400; }

.blog .blog-content {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.65%;
  width: 101.3%; }
  .blog .blog-content > * {
    width: 32.03333%;
    margin: 0 0.65% 0.86667em; }
  @media screen and (max-width: 1024px) {
    .blog .blog-content {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-flex-flow: wrap;
      -moz-flex-flow: wrap;
      -ms-flex-flow: wrap;
      flex-flow: wrap;
      -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      margin: 0 -0.65%;
      width: 101.3%; }
      .blog .blog-content > * {
        width: 48.7%;
        margin: 0 0.65% 0.975em; } }
  @media screen and (max-width: 768px) {
    .blog .blog-content {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-flex-flow: wrap;
      -moz-flex-flow: wrap;
      -ms-flex-flow: wrap;
      flex-flow: wrap;
      -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      margin: 0 -0.5%;
      width: 101%; }
      .blog .blog-content > * {
        width: 99%;
        margin: 0 0.5% 1em; } }
  .blog .blog-content .item {
    margin-top: 60px;
    margin-bottom: 0; }
    @media screen and (max-width: 1024px) {
      .blog .blog-content .item {
        margin-top: 40px; } }
    @media screen and (max-width: 768px) {
      .blog .blog-content .item {
        margin-top: 30px; } }
    .blog .blog-content .item .item-img {
      display: block;
      margin-bottom: 49px;
      position: relative;
      -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease; }
      @media screen and (max-width: 1024px) {
        .blog .blog-content .item .item-img {
          margin-bottom: 39px; } }
      @media screen and (max-width: 768px) {
        .blog .blog-content .item .item-img {
          margin-bottom: 29px; } }
      .blog .blog-content .item .item-img:before {
        content: " ";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 0;
        background: #0139ae;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease; }
      .blog .blog-content .item .item-img:hover:before {
        opacity: 0.5; }
      .blog .blog-content .item .item-img img {
        object-fit: cover;
        width: 100%;
        height: 320px; }
    .blog .blog-content .item .item-text {
      padding: 0 40px; }
      @media screen and (max-width: 768px) {
        .blog .blog-content .item .item-text {
          padding: 0; } }
      .blog .blog-content .item .item-text h5 {
        padding-bottom: 0;
        margin-bottom: 12px; }
        .blog .blog-content .item .item-text h5 a {
          color: #0139ae;
          -webkit-transition: all 0.4s ease;
          -moz-transition: all 0.4s ease;
          -ms-transition: all 0.4s ease;
          -o-transition: all 0.4s ease;
          transition: all 0.4s ease;
          text-decoration: none; }
          .blog .blog-content .item .item-text h5 a:hover {
            color: #3f2e56; }
      .blog .blog-content .item .item-text .time {
        color: #999999;
        font-family: "Proxima Nova";
        letter-spacing: -0.16px;
        font-weight: 700;
        margin-bottom: 21px;
        display: block; }
      .blog .blog-content .item .item-text p {
        padding-bottom: 0;
        margin-bottom: 26px; }
        @media screen and (max-width: 1024px) {
          .blog .blog-content .item .item-text p {
            margin-bottom: 15px; } }
      .blog .blog-content .item .item-text .read-more {
        font-size: 18px;
        text-decoration: none;
        color: #3f2e56;
        font-weight: 700;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
        position: relative; }
        .blog .blog-content .item .item-text .read-more:hover {
          color: #0139ae; }
        .blog .blog-content .item .item-text .read-more:after {
          content: ">";
          position: absolute;
          top: -2px;
          right: -16px; }

footer .top-footer {
  padding: 43px 0 47px;
  background: #231f20;
  text-align: center; }
  @media screen and (max-width: 768px) {
    footer .top-footer {
      padding: 30px 0; } }
  footer .top-footer ul {
    text-align: center;
    margin-bottom: 48px; }
    @media screen and (max-width: 600px) {
      footer .top-footer ul {
        margin-bottom: 30px; } }
    footer .top-footer ul li {
      display: inline-block;
      margin-right: 37px; }
      @media screen and (max-width: 600px) {
        footer .top-footer ul li {
          display: block;
          margin-right: 0; } }
      footer .top-footer ul li:last-child {
        margin-right: 0; }
      footer .top-footer ul li a {
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 2.7px;
        text-decoration: none;
        font-family: "Brandon Grotesque";
        font-weight: 500;
        font-size: 18px;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease; }
        footer .top-footer ul li a:hover {
          color: #0139ae; }
  footer .top-footer .footer-logo {
    margin-bottom: 44px;
    display: inline-block; }
    @media screen and (max-width: 600px) {
      footer .top-footer .footer-logo {
        margin-bottom: 20px; } }
    @media screen and (max-width: 480px) {
      footer .top-footer .footer-logo {
        width: 200px; } }
    footer .top-footer .footer-logo:hover {
      opacity: 0.5; }
    footer .top-footer .footer-logo img {
      display: inline-block; }
  footer .top-footer .social-links a {
    margin-right: 20px;
    font-size: 24px;
    color: #ebebeb;
    text-decoration: none; }
    footer .top-footer .social-links a:last-child {
      margin-right: 0; }
    footer .top-footer .social-links a:hover {
      color: #0139ae; }
footer .bot-footer {
  background: #111111;
  padding: 24px 0; }
  footer .bot-footer .copyright {
    display: block;
    text-align: center;
    color: #fff;
    font-family: "MazzardM";
    letter-spacing: -0.16px;
    font-weight: 600; }

.select-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }
  .select-box .title {
    text-transform: uppercase;
    margin-right: 19px; }

.selectric {
  border-radius: 30px;
  min-width: 190px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: transparent; }
  .selectric .label {
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    margin: 0 38px 0 20px; }
  .selectric .button {
    width: 48px;
    height: 48px;
    line-height: 48px;
    background: transparent; }
    .selectric .button:after {
      border-top-color: #000; }
  .selectric-open .selectric {
    border-color: #0139ae; }
  .selectric-hover .selectric {
    border-color: #0139ae; }

.selectric-hover .selectric .button:after {
  border-top-color: #0139ae; }

.selectric-items {
  border: 1px solid #0139ae; }
  .selectric-items li.highlighted {
    background: #0139ae;
    color: #fff; }
  .selectric-items li {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    .selectric-items li:hover {
      background: #0139ae;
      color: #fff; }

.faq-page .text-wrapper {
  display: block;
  margin: 0 auto;
  max-width: 1035px; }
  .faq-page .text-wrapper .text-item {
    margin-bottom: 24px;
    padding: 0 72px 0 60px; }
    @media screen and (max-width: 768px) {
      .faq-page .text-wrapper .text-item {
        margin-bottom: 12px;
        padding: 0 30px; } }
    .faq-page .text-wrapper .text-item:last-child {
      margin-bottom: 0; }
  .faq-page .text-wrapper .main-text {
    background: #f5f5f5;
    margin-bottom: 66px;
    padding: 57px 72px 32px 60px; }
    @media screen and (max-width: 768px) {
      .faq-page .text-wrapper .main-text {
        margin-bottom: 30px;
        padding: 29px 30px 5px 30px; } }

.faq-form {
  min-height: 950px;
  background: url("../../img/marble.jpg") no-repeat center/cover;
  text-align: center; }
  @media screen and (max-width: 1366px) {
    .faq-form {
      min-height: 460px; } }
  @media screen and (max-width: 1024px) {
    .faq-form {
      min-height: auto; } }
  .faq-form h2 {
    padding-bottom: 0;
    margin-bottom: 31px;
    font-weight: 400; }
  .faq-form p {
    padding-bottom: 0;
    margin-bottom: 34px;
    color: #6c6c6c; }
  .faq-form > .container {
    width: 670px; }
  .faq-form .form-wrapper {
    display: block;
    margin: 0 auto;
    width: 507px;
    max-width: 100%; }
    .faq-form .form-wrapper .btn {
      margin-top: 20px; }
      @media screen and (max-width: 768px) {
        .faq-form .form-wrapper .btn {
          margin-top: 0; } }

.contact-page {
  min-height: 1518px;
  background: url("../../img/marble.jpg") no-repeat center/cover;
  text-align: center; }
  @media screen and (max-width: 1366px) {
    .contact-page {
      min-height: 460px; } }
  @media screen and (max-width: 1024px) {
    .contact-page {
      min-height: auto; } }
  .contact-page > .container {
    width: 755px; }
  @media screen and (max-width: 1024px) {
    .contact-page br {
      display: none; } }
  .contact-page h2 {
    font-weight: 400;
    padding-bottom: 0;
    margin-bottom: 36px; }
    @media screen and (max-width: 1024px) {
      .contact-page h2 {
        margin-bottom: 25px; } }
  .contact-page h4 {
    padding-bottom: 0;
    margin-bottom: 41px;
    line-height: 1.81; }
    @media screen and (max-width: 1024px) {
      .contact-page h4 {
        margin-bottom: 25px; } }
  .contact-page .contact-form-wrapper {
    display: block;
    margin: 0 auto;
    width: 507px;
    max-width: 100%; }
    .contact-page .contact-form-wrapper .btn {
      margin-top: 20px; }
      @media screen and (max-width: 768px) {
        .contact-page .contact-form-wrapper .btn {
          margin-top: 0; } }

.info-box {
  min-height: 950px;
  padding: 50px 0;
  text-align: center; }
  @media screen and (max-width: 1366px) {
    .info-box {
      min-height: 460px; } }
  @media screen and (max-width: 1024px) {
    .info-box {
      min-height: auto; } }
  @media screen and (max-width: 768px) {
    .info-box {
      padding: 30px 0; } }
  .info-box > .container {
    width: 700px; }
  .info-box .coffee {
    position: absolute;
    top: 0;
    left: 0;
    width: 20%; }
    @media screen and (max-width: 1024px) {
      .info-box .coffee {
        display: none; } }
  .info-box .cup {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 29%; }
    @media screen and (max-width: 1024px) {
      .info-box .cup {
        display: none; } }
  .info-box h2 {
    font-weight: 400;
    padding-bottom: 30px; }
    @media screen and (max-width: 768px) {
      .info-box h2 {
        padding-bottom: 15px; } }
  .info-box p {
    font-size: 18px;
    color: #6c6c6c; }
    @media screen and (max-width: 768px) {
      .info-box p {
        font-size: 15px; } }
  .info-box .btn {
    margin-top: 30px; }
    @media screen and (max-width: 768px) {
      .info-box .btn {
        margin-top: 0; } }

.logos-box {
  text-align: center;
  padding: 130px 0 70px; }
  @media screen and (max-width: 1024px) {
    .logos-box {
      padding: 50px 0 40px; } }
  @media screen and (max-width: 480px) {
    .logos-box {
      padding: 30px 0 20px; } }
  .logos-box > .container {
    width: 1000px; }
  .logos-box .logos-wrapper {
    padding-top: 90px; }
    @media screen and (max-width: 1024px) {
      .logos-box .logos-wrapper {
        padding-top: 50px; } }
    @media screen and (max-width: 480px) {
      .logos-box .logos-wrapper {
        padding-top: 20px; } }
  .logos-box .logo {
    display: inline-block;
    margin: 0 45px 140px;
    vertical-align: middle; }
    @media screen and (max-width: 1366px) {
      .logos-box .logo {
        margin: 0 20px 140px; } }
    @media screen and (max-width: 1024px) {
      .logos-box .logo {
        margin: 0 20px 40px; } }
    .logos-box .logo:last-child {
      margin-bottom: 0; }
    .logos-box .logo img {
      max-height: 160px; }

.shadow {
  position: relative; }
/*
  .shadow:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: inset 0 10px 50px 0 rgba(0, 0, 0, 0.2); }
*/

.top-box {
  text-align: center;
  z-index: 1; }


  .top-box.white-text {
    color: #fff; }
    .top-box.white-text h1 {
      color: #fff; }
    .top-box.white-text:after {
      display: none; }
  .top-box > .container {
    width:1702px; }
  .top-box h1 {
    padding-bottom: 25px; }
    @media screen and (max-width: 1024px) {
      .top-box h1 {
        font-weight: 400; } }
    @media screen and (max-width: 768px) {
      .top-box h1 {
        padding-bottom: 15px; } }
  .top-box .btn {
    margin-top: 25px; }
    @media screen and (max-width: 768px) {
      .top-box .btn {
        margin-top: 0; } }
  .top-box .img-right {
    position: absolute;
    bottom: -40%;
    right: 8%;
    z-index: 2; }
    @media screen and (max-width: 1366px) {
      .top-box .img-right {
        display: none; } }
  .top-box .img-left {
    position: absolute;
    bottom: -19%;
    left: 7%;
    z-index: 2; }
    @media screen and (max-width: 1366px) {
      .top-box .img-left {
        display: none; } }
  .top-box:after {
    display: none;
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.5);
    z-index: -1; }
    @media screen and (max-width: 1366px) {
      .top-box:after {
        display: block; } }

.top-text {
  text-align: center;
  padding-bottom: 55px; }
  @media screen and (max-width: 1024px) {
    .top-text {
      padding-bottom: 40px; } }
  @media screen and (max-width: 768px) {
    .top-text {
      padding-bottom: 25px; } }
  .top-text h3 {
    padding-bottom: 22px; }
    @media screen and (max-width: 768px) {
      .top-text h3 {
        padding-bottom: 15px; } }
  .top-text.left-text {
    text-align: left; }
    @media screen and (max-width: 1024px) {
      .top-text.left-text {
        text-align: center; } }

.image-text-box .item {
  padding: 55px 0; }
  @media screen and (max-width: 1024px) {
    .image-text-box .item {
      display: block;
      padding: 20px 0; } }
  .image-text-box .item .image {
    -webkit-flex-basis: 58%;
    -moz-flex-basis: 58%;
    -ms-flex-preferred-size: 58%;
    flex-basis: 58%; }
    @media screen and (max-width: 1366px) {
      .image-text-box .item .image {
        -webkit-flex-basis: 50%;
        -moz-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%; } }
    @media screen and (max-width: 1024px) {
      .image-text-box .item .image {
        margin-bottom: 30px; } }
    .image-text-box .item .image img {
      object-fit: cover;
      height: 1155px;
      width: 100%; }
      @media screen and (max-width: 1366px) {
        .image-text-box .item .image img {
          height: 600px; } }
      @media screen and (max-width: 768px) {
        .image-text-box .item .image img {
          height: auto; } }
  .image-text-box .item .text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 40px 80px;
    text-align: center; }
    @media screen and (max-width: 1366px) {
      .image-text-box .item .text {
        padding: 20px 40px; } }
    @media screen and (max-width: 768px) {
      .image-text-box .item .text {
        padding: 0; } }
  .image-text-box .item .btn {
    margin-top: 10px; }
    @media screen and (max-width: 768px) {
      .image-text-box .item .btn {
        margin-top: 0; } }
  .image-text-box .item:nth-child(2n) {
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .image-text-box .item:last-child {
    padding-bottom: 0; }

.description-box > .container {
  width: 1080px; }
.description-box .item {
  padding: 50px 0; }
  @media screen and (max-width: 1024px) {
    .description-box .item {
      display: block;
      padding: 0 0 30px; } }
  .description-box .item:nth-child(2n) {
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
.description-box .text {
  -webkit-flex-basis: 35%;
  -moz-flex-basis: 35%;
  -ms-flex-preferred-size: 35%;
  flex-basis: 35%;
  text-align: center; }
  @media screen and (max-width: 1366px) {
    .description-box .text {
      -webkit-flex-basis: 45%;
      -moz-flex-basis: 45%;
      -ms-flex-preferred-size: 45%;
      flex-basis: 45%; } }
  @media screen and (max-width: 1024px) {
    .description-box .text {
      padding-bottom: 40px; } }
  @media screen and (max-width: 480px) {
    .description-box .text {
      padding-bottom: 20px; } }
  .description-box .text h5 {
    padding-bottom: 20px;
    line-height: 1.3; }
    @media screen and (max-width: 768px) {
      .description-box .text h5 {
        padding-bottom: 10px;
        line-height: 1; } }
  .description-box .text .btn {
    margin-top: 30px; }
    @media screen and (max-width: 768px) {
      .description-box .text .btn {
        margin-top: 0; } }
.description-box .image {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%; }
  .description-box .image img {
    margin: 0 auto; }

.related-products.space {
  padding-bottom: 0; }
.related-products > .container {
  width: 1800px; }
.related-products .products {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.5%;
  width: 101%; }
  .related-products .products > * {
    width: 24%;
    margin: 0 0.5% 0.625em; }
  @media screen and (max-width: 1366px) {
    .related-products .products {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-flex-flow: wrap;
      -moz-flex-flow: wrap;
      -ms-flex-flow: wrap;
      flex-flow: wrap;
      -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      margin: 0 -0.5%;
      width: 101%; }
      .related-products .products > * {
        width: 49%;
        margin: 0 0.5% 0.75em; } }
  @media screen and (max-width: 768px) {
    .related-products .products {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-flex-flow: wrap;
      -moz-flex-flow: wrap;
      -ms-flex-flow: wrap;
      flex-flow: wrap;
      -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      margin: 0 -0.5%;
      width: 101%; }
      .related-products .products > * {
        width: 99%;
        margin: 0 0.5% 1em; } }
.related-products .product {
  margin-bottom: 0; }
  @media screen and (max-width: 1366px) {
    .related-products .product {
      margin-bottom: 30px; } }
.related-products .image {
  min-height: 370px;
  background: #f5f5f5;
  padding: 20px; }
  @media screen and (max-width: 480px) {
    .related-products .image {
      min-height: auto; } }
  .related-products .image img {
    max-height: 230px; }
.related-products .info {
  padding: 55px 20px 0;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .related-products .info {
      padding: 25px 0 0; } }
  .related-products .info h5 {
    padding-bottom: 10px; }
  .related-products .info .btn {
    margin-top: 10px; }
    @media screen and (max-width: 768px) {
      .related-products .info .btn {
        margin-top: 0; } }

.products-wrapper {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.75%;
  width: 101.5%; }
  .products-wrapper > * {
    width: 48.5%;
    margin: 0 0.75% 1.125em; }
  @media screen and (max-width: 1024px) {
    .products-wrapper {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-flex-flow: wrap;
      -moz-flex-flow: wrap;
      -ms-flex-flow: wrap;
      flex-flow: wrap;
      -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      margin: 0 -0%;
      width: 100%; }
      .products-wrapper > * {
        width: 100%;
        margin: 0 0% 0em; } }
  .products-wrapper .product {
    margin-top: 100px;
    margin-bottom: 0; }
    @media screen and (max-width: 1024px) {
      .products-wrapper .product {
        margin-top: 50px; } }
    @media screen and (max-width: 768px) {
      .products-wrapper .product {
        margin-top: 20px; } }
  .products-wrapper .image {
    background: #f5f5f5;
    min-height: 655px;
    padding: 70px; }
    @media screen and (max-width: 1366px) {
      .products-wrapper .image {
        min-height: 460px; } }
    @media screen and (max-width: 1024px) {
      .products-wrapper .image {
        min-height: auto;
        padding: 40px; } }
    .products-wrapper .image img {
      max-height: 520px; }
      @media screen and (max-width: 1366px) {
        .products-wrapper .image img {
          max-height: 320px; } }
  .products-wrapper .info {
    text-align: center;
    padding: 50px 30px 0; }
    @media screen and (max-width: 768px) {
      .products-wrapper .info {
        padding: 20px 0 0; } }
  .products-wrapper h5 {
    padding-bottom: 10px; }
  .products-wrapper span {
    display: inline-block;
    margin: 0 9px; }
  .products-wrapper .old-price {
    position: relative; }
    .products-wrapper .old-price:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 100%;
      height: 1px;
      background: #3f2e56; }
  .products-wrapper .new-price {
    font-weight: 700; }
  .products-wrapper .btn {
    margin-top: 10px; }
    @media screen and (max-width: 768px) {
      .products-wrapper .btn {
        margin-top: 0; } }

.product-info {
  padding: 90px 0 95px;
  border-top: 1px solid #e0e0e0; }
  @media screen and (max-width: 1024px) {
    .product-info {
      padding: 50px 0; }
      .product-info > .flex {
        display: block; } }
  @media screen and (max-width: 768px) {
    .product-info {
      padding: 30px 0; } }
  .product-info .slider-box {
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; }
  .product-info .gallery-top .swiper-slide {
    background: #f5f5f5;
    height: 650px;
    padding: 40px; }
    @media screen and (max-width: 1366px) {
      .product-info .gallery-top .swiper-slide {
        height: 460px; } }
    @media screen and (max-width: 480px) {
      .product-info .gallery-top .swiper-slide {
        height: 300px; } }
    .product-info .gallery-top .swiper-slide img {
      max-height: 540px; }
      @media screen and (max-width: 1366px) {
        .product-info .gallery-top .swiper-slide img {
          max-height: 320px; } }
      @media screen and (max-width: 480px) {
        .product-info .gallery-top .swiper-slide img {
          max-height: 260px; } }
  .product-info .gallery-thumbs .swiper-slide {
    background: #f5f5f5;
    height: 80px;
    width: 110px;
    padding: 20px;
    margin: 20px 20px 0 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    cursor: pointer; }
    .product-info .gallery-thumbs .swiper-slide img {
      max-height: 50px; }
    .product-info .gallery-thumbs .swiper-slide:hover {
      background: #0139ae; }
  .product-info .swiper-button-next,
  .product-info .swiper-button-prev {
    margin-top: 0;
    width: 32px;
    height: 32px; }
    .product-info .swiper-button-next:after,
    .product-info .swiper-button-prev:after {
      display: none; }
    .product-info .swiper-button-next:before,
    .product-info .swiper-button-prev:before {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      content: '';
      width: 100%;
      height: 100%;
      border-top: 2px solid #3f2e56;
      border-left: 2px solid #3f2e56;
      -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease; }
    .product-info .swiper-button-next:hover:before,
    .product-info .swiper-button-prev:hover:before {
      border-color: #0139ae; }
  .product-info .swiper-button-next {
    right: 40px; }
    @media screen and (max-width: 1366px) {
      .product-info .swiper-button-next {
        right: 15px; } }
    .product-info .swiper-button-next:before {
      -webkit-transform: translate(-50%, -50%) rotateZ(135deg);
      -moz-transform: translate(-50%, -50%) rotateZ(135deg);
      -ms-transform: translate(-50%, -50%) rotateZ(135deg);
      -o-transform: translate(-50%, -50%) rotateZ(135deg);
      transform: translate(-50%, -50%) rotateZ(135deg); }
  .product-info .swiper-button-prev {
    left: 40px; }
    @media screen and (max-width: 1366px) {
      .product-info .swiper-button-prev {
        left: 15px; } }
    .product-info .swiper-button-prev:before {
      -webkit-transform: translate(-50%, -50%) rotateZ(-45deg);
      -moz-transform: translate(-50%, -50%) rotateZ(-45deg);
      -ms-transform: translate(-50%, -50%) rotateZ(-45deg);
      -o-transform: translate(-50%, -50%) rotateZ(-45deg);
      transform: translate(-50%, -50%) rotateZ(-45deg); }
  .product-info .info {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 9%; }
    @media screen and (max-width: 1366px) {
      .product-info .info {
        padding: 0 30px; } }
    @media screen and (max-width: 1024px) {
      .product-info .info {
        padding: 30px 0 0; } }
  .product-info p {
    padding-bottom: 10px;
    line-height: 1; }
  .product-info .product-title {
    padding: 80px 0; }
    @media screen and (max-width: 1366px) {
      .product-info .product-title {
        padding: 0; } }
  .product-info .grid-2 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1.5%;
    width: 103%; }
    .product-info .grid-2 > * {
      width: 47%;
      margin: 0 1.5% 2.25em; }
    .product-info .grid-2 > * {
      margin-bottom: 20px; }
    @media screen and (max-width: 480px) {
      .product-info .grid-2 {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-flex-flow: wrap;
        -moz-flex-flow: wrap;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -0.5%;
        width: 101%; }
        .product-info .grid-2 > * {
          width: 99%;
          margin: 0 0.5% 1em; }
        .product-info .grid-2 > * {
          margin-bottom: 10px; } }
  .product-info .selectric {
    background: #f2f2f8;
    border-color: #f2f2f8; }
    .product-info .selectric .label {
      color: #3f2e56; }
  .product-info .quantity {
    font-size: 0;
    background: #f2f2f8;
    color: #3f2e56;
    display: inline-block;
    border-radius: 24px; }
    .product-info .quantity span {
      display: inline-block;
      vertical-align: middle; }
    .product-info .quantity .number {
      font-size: 16px;
      line-height: 48px;
      width: 15px;
      text-align: center;
      outline: none; }
    .product-info .quantity .subtract {
      position: relative;
      width: 12px;
      height: 12px;
      margin: 0 20px;
      cursor: pointer; }
      .product-info .quantity .subtract:before {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        content: '';
        width: 100%;
        height: 2px;
        background: #3f2e56;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease; }
      .product-info .quantity .subtract:hover:before {
        background: #0139ae; }
    .product-info .quantity .add {
      position: relative;
      width: 12px;
      height: 12px;
      margin: 0 20px;
      cursor: pointer; }
      .product-info .quantity .add:before {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        content: '';
        width: 100%;
        height: 2px;
        background: #3f2e56;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease; }
      .product-info .quantity .add:after {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        content: '';
        height: 100%;
        width: 2px;
        background: #3f2e56;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease; }
      .product-info .quantity .add:hover:before, .product-info .quantity .add:hover:after {
        background: #0139ae; }
  .product-info .grid-item .bottom-text {
    margin-top: 12px; }
  .product-info .grid-item .btn {
    width: 100%; }
  .product-info .price {
    line-height: 1;
    padding-bottom: 28px; }
  .product-info .old-price {
    padding-bottom: 33px; }
  .product-info .stars {
    font-size: 0;
    padding: 35px 0 25px; }
    @media screen and (max-width: 480px) {
      .product-info .stars {
        padding: 0 0 10px; } }
    .product-info .stars i {
      font-size: 20px;
      margin: 0 2px; }
  .product-info .btn {
    padding: 0 20px; }


.related-products{padding-top: 50px;}
.product img{mix-blend-mode: darken}
.related-products > .container {
  width: 1674px;
}

.header-logo img{max-width:180px;}





