@import url("https://use.typekit.net/ewj2rum.css");
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
*,
*:before,
*:after {
  box-sizing: inherit;
}

* {
  max-height: 1000000px;
}

html {
  box-sizing: border-box;
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* HTML5 display definitions
	 ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
	 ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
	 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
	 ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
	 ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.price-list, .tabset, .banner .img-area, #nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.team-holder .posts:after, .team-holder .columns .col.img-col:after, .team-holder:after, .container:after, .clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden;
}

body {
  margin: 0;
  color: #140A15;
  background: #fff;
  font: 32px/1.2 "kepler-std-caption", "Arial", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #140A15;
  font-family: "kepler-std-caption", "Arial", "Helvetica", sans-serif;
  overflow-x: hidden;
}
@media (max-width: 700px) {
  body {
    font-size: 16px;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: "kepler-std-display", serif;
  font-weight: bold;
  margin: 0 0 0.5em;
  color: inherit;
  line-height: 110%;
}

h1, .h1 {
  font-size: 160px;
}

h2, .h2 {
  font-size: 120px;
}

h3, .h3 {
  font-size: 100px;
}

h4, .h4 {
  font-size: 80px;
}

h5, .h5 {
  font-size: 48px;
}

h6, .h6 {
  font-size: 40px;
}

p {
  margin: 0 0 1em;
}

a {
  color: #39f;
  text-decoration: none;
  transition: all 0.4s ease;
  outline: none;
}
a:hover, a:focus {
  text-decoration: none;
}

@media (max-width: 1750px) {
  h1, .h1 {
    font-size: 120px;
  }

  h2, .h2 {
    font-size: 80px;
  }

  h3, .h3 {
    font-size: 60px;
  }

  h4, .h4 {
    font-size: 50px;
  }

  h5, .h5 {
    font-size: 40px;
  }

  h6, .h6 {
    font-size: 32px;
  }
}
@media (max-width: 1332px) {
  h1, .h1 {
    font-size: 80px;
  }

  h2, .h2 {
    font-size: 64px;
  }

  h3, .h3 {
    font-size: 60px;
  }

  h4, .h4 {
    font-size: 50px;
  }

  h5, .h5 {
    font-size: 45px;
  }

  h6, .h6 {
    font-size: 40px;
  }
}
@media (max-width: 700px) {
  h1, .h1 {
    font-size: 48px;
  }

  h2, .h2 {
    font-size: 48px;
  }

  h3, .h3 {
    font-size: 42px;
  }

  h4, .h4 {
    font-size: 37px;
  }

  h5, .h5 {
    font-size: 37px;
  }

  h6, .h6 {
    font-size: 32px;
  }
}
form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=search],
input[type=password],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #999;
  padding: 0.4em 0.7em;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=password]:focus,
textarea:focus {
  border-color: #140A15;
}

select {
  -webkit-border-radius: 0;
}

textarea {
  resize: vertical;
  vertical-align: top;
}

button,
input[type=button],
input[type=reset],
input[type=file],
input[type=submit] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
}

.pp {
  position: absolute;
  top: -5.4rem;
  left: 0;
  width: 360px;
  margin-left: 0;
  z-index: 99999;
  pointer-events: none;
  height: 8701px;
  opacity: 0.5;
}
.pp img {
  width: 100%;
  display: block;
}

.resize-active * {
  transition: none !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

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

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

#wrapper {
  position: relative;
  overflow-x: hidden;
  color: #140A15;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 64px 80px;
  pointer-events: none;
}
@media (max-width: 1750px) {
  #header {
    padding: 48px 80px;
  }
}
@media (max-width: 1332px) {
  #header {
    padding: 25px 40px;
  }
}
@media (max-width: 700px) {
  #header {
    text-align: center;
    padding: 69px 40px 0;
    position: absolute;
  }
}
#header .logo a, #header .logo img {
  transition: none;
}
#header .tel {
  position: relative;
  left: 54px;
  letter-spacing: 1px;
}
@media (max-width: 1332px) {
  #header .tel {
    letter-spacing: 2px;
    left: 43px;
  }
}
@media (max-width: 700px) {
  #header .tel {
    left: inherit;
  }
}
#header a {
  transition: color 0.2s ease;
  pointer-events: auto;
}
@media (max-width: 700px) {
  #header a {
    display: inline-block;
    vertical-align: top;
    line-height: normal;
  }
}
@media (max-width: 700px) {
  #header .col-right,
#header .col-left,
#header .mid-col {
    display: block;
    float: none;
  }
}
@media (max-width: 700px) {
  #header .col-right {
    margin-bottom: 13px;
  }
}

.header-holder {
  padding-top: 64px;
  padding-bottom: 10px;
  margin-top: -64px;
}
@media (max-width: 1750px) {
  .header-holder {
    padding-top: 48px;
    margin-top: -48px;
  }
}
@media (max-width: 1332px) {
  .header-holder {
    padding-top: 25px;
    margin-top: -25px;
  }
}
@media (max-width: 700px) {
  .header-holder {
    padding-top: 17px;
    margin-top: -17px;
    display: flex;
    flex-direction: column-reverse;
  }
}

.logo {
  margin-bottom: 38px;
  pointer-events: auto;
  transition: none;
}
@media (max-width: 1332px) {
  .logo {
    width: 89px;
    margin-top: 15px;
    margin-bottom: 22px;
  }
}
@media (max-width: 700px) {
  .logo {
    width: 60px;
    display: inline-block;
    vertical-align: top;
    line-height: normal;
    margin-bottom: 16px;
    position: fixed;
    top: 17px;
    left: 50%;
    margin-left: -30px;
    z-index: 9999;
  }
}

.logo-normal {
  display: block;
}

.logo-white {
  display: none;
}

body.nav-change .footer-bottom .link {
  color: #fff;
}
body.nav-change .footer-bottom .link:after {
  background: #fff;
}
body.nav-change .logo-normal, body.nav-change1 .logo-normal {
  display: none;
}
body.nav-change .logo-white, body.nav-change1 .logo-white {
  display: block;
}
@media (min-width: 700px) {
  body.nav-change #header .link:after, body.nav-change1 #header .link:after {
    background: #fff;
  }
  body.nav-change #header .tel,
body.nav-change #header a, body.nav-change1 #header .tel,
body.nav-change1 #header a {
    color: #fff;
  }
  body.nav-change #header .tel:hover,
body.nav-change #header a:hover, body.nav-change1 #header .tel:hover,
body.nav-change1 #header a:hover {
    color: #CA6098;
  }
  body.nav-change #nav ul li a, body.nav-change1 #nav ul li a {
    color: #fff;
  }
}

#nav {
  pointer-events: auto;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  #nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    align-items: center;
  }
}
#nav ul {
  font-size: 16px;
  font-family: "futura-pt", "Arial", "Helvetica", sans-serif;
  letter-spacing: 2px;
}
@media (max-width: 992px) {
  #nav ul {
    text-align: center;
    width: 100%;
    padding: 100px 0 0;
    overflow-y: auto;
    max-height: 80vh;
  }
}
#nav ul li {
  display: block;
  margin-bottom: 21px;
}
@media (max-width: 1332px) {
  #nav ul li {
    margin-bottom: 15px;
  }
}
@media (max-width: 992px) {
  #nav ul li {
    margin-bottom: 30px;
  }
}
#nav ul li a {
  color: #140A15;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media (max-width: 1332px) {
  #nav ul li a {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  #nav ul li a {
    font-size: 32px;
    line-height: 150%;
  }
}
@media (max-width: 700px) {
  #nav ul li a {
    font-size: 16px;
    line-height: 100%;
  }
}
#nav ul li a:after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #CA6098;
  transform: scale3d(0, 1, 1);
  transform-origin: 0% 50%;
  transition: transform 0.5s;
  transition-timing-function: ease;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
#nav ul li a.main-link {
  float: none;
}
#nav ul li a:hover {
  color: #CA6098;
}
#nav ul li a:hover:after {
  transform: scale3d(1, 1, 1);
}

.opener2 {
  float: left;
}
.opener2 .opener-text {
  display: block;
}
.opener2 .close-text {
  display: none;
}

.p-relative {
  position: relative;
  top: 0;
}

body.menu-active2 .logo {
  position: relative;
  z-index: 99;
  transition: none;
}
@media (max-width: 700px) {
  body.menu-active2 .logo {
    margin-bottom: 16px;
  }
}
body.menu-active2 .footer-bottom {
  z-index: 999;
}
body.menu-active2 #header {
  position: fixed;
}
@media (max-width: 700px) {
  body.menu-active2 #header {
    padding-top: 17px;
  }
}
body.menu-active2 .logo {
  left: inherit;
  margin-left: auto;
  top: 0;
}
body.menu-active2 #nav {
  opacity: 1;
  visibility: visible;
  max-height: 4000px;
  display: flex;
  align-items: center;
}
body.menu-active2 .opener2 .opener-text {
  display: none;
}
body.menu-active2 .opener2 .close-text {
  display: block;
}

.col-right {
  float: right;
}

.col-left {
  float: left;
}

.mid-col {
  display: inline-block;
  vertical-align: top;
}

.link {
  letter-spacing: 2px;
  font-size: 24px;
  font-family: "futura-pt", "Arial", "Helvetica", sans-serif;
  position: relative;
  color: #140A15;
  padding-bottom: 5px;
}
@media (max-width: 1332px) {
  .link {
    font-size: 16px;
  }
}
.link:before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  height: 1px;
  background: #CA6098;
  transform: scale3d(0, 1, 1);
  transform-origin: 0% 50%;
  transition: transform 0.5s;
  transition-timing-function: ease;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.link:hover {
  color: #CA6098;
}
.link:hover span {
  color: #CA6098;
}
.link:hover:before {
  transform: scale3d(1, 1, 1);
}
.link:hover.pink {
  color: #140A15;
}
.link:hover.pink:before {
  background: #140A15;
}
.link:after {
  width: auto;
  height: 1px;
  content: "";
  background: #140A15;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.link.pink {
  color: #CA6098;
}
.link.pink:after {
  background: #CA6098;
}

.banner {
  overflow: hidden;
  margin: 30px 81px 176px;
  margin-top: 260px;
  position: relative;
  font-size: 32px;
  line-height: 150%;
}
@media (max-width: 1750px) {
  .banner {
    font-size: 24px;
    margin: 30px 81px 113px;
    margin-top: 239px;
  }
}
@media (max-width: 1332px) {
  .banner {
    margin: 30px 0 105px;
    margin-top: 199px;
  }
}
@media (max-width: 992px) {
  .banner {
    margin: 30px 0 80px;
    margin-top: 165px;
    font-size: 16px;
  }
}
@media (max-width: 700px) {
  .banner {
    margin: 30px 0 26px;
    margin-top: 193px;
  }
}
.banner:after {
  content: "";
  background: #F5E6EF;
  width: auto;
  height: 582px;
  position: absolute;
  top: 311px;
  left: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 1780px) {
  .banner:after {
    top: 207px;
    height: 424px;
  }
}
@media (max-width: 1332px) {
  .banner:after {
    top: 138px;
    height: 363px;
  }
}
@media (max-width: 992px) {
  .banner:after {
    top: 138px;
    height: 300px;
  }
}
@media (max-width: 700px) {
  .banner:after {
    top: 81px;
    height: 310px;
  }
}
.banner p {
  margin-bottom: 23px;
}
@media (max-width: 1750px) {
  .banner p {
    margin-bottom: 13px;
  }
}
.banner h1 {
  margin-bottom: 36px;
}
@media (max-width: 1780px) {
  .banner h1 {
    margin-bottom: 26px;
    margin-right: -100px;
  }
}
@media (max-width: 1332px) {
  .banner h1 {
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .banner h1 {
    margin-bottom: 22px;
  }
}
@media (max-width: 700px) {
  .banner h1 {
    margin-bottom: 18px;
    margin-right: 0;
  }
}
.banner .text {
  overflow: hidden;
  padding-left: 171px;
  padding-top: 35px;
}
@media (max-width: 1780px) {
  .banner .text {
    padding-left: 0;
    padding-top: 0;
    padding-right: 200px;
    margin: 0 auto;
    max-width: 844px;
  }
}
@media (max-width: 1332px) {
  .banner .text {
    max-width: 621px;
    padding-right: 173px;
  }
}
@media (max-width: 992px) {
  .banner .text {
    max-width: 569px;
    padding-right: 148px;
  }
}
@media (max-width: 700px) {
  .banner .text {
    max-width: 295px;
    padding-right: 0;
  }
}
.banner .text .hold {
  float: left;
  max-width: 900px;
}
.banner .img-area {
  text-align: right;
  padding: 0 50px 0 40px;
}
@media (max-width: 1780px) {
  .banner .img-area {
    padding: 0 39px 0 22px;
  }
}
@media (max-width: 1332px) {
  .banner .img-area {
    padding: 0 49px 0 55px;
  }
}
@media (max-width: 992px) {
  .banner .img-area {
    padding: 0 34px 0 35px;
  }
}
@media (max-width: 700px) {
  .banner .img-area {
    padding: 32px 0 0;
  }
}
@media (max-width: 700px) {
  .banner .img-area .sm-order {
    display: flex;
    flex-direction: column-reverse;
  }
}
.banner .img-area .box {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
  margin-left: -4px;
}
@media (max-width: 700px) {
  .banner .img-area .box {
    margin-left: 0;
    display: block;
    padding: 0;
    margin-bottom: 40px;
  }
}
.banner .img-area .box.one {
  width: 70%;
}
@media (max-width: 1780px) {
  .banner .img-area .box.one {
    width: 69%;
  }
}
@media (max-width: 700px) {
  .banner .img-area .box.one {
    width: 100%;
  }
}
.banner .img-area .box.one .box-holder {
  max-width: 860px;
  margin: 207px 69px 88px 0;
}
@media (max-width: 1780px) {
  .banner .img-area .box.one .box-holder {
    max-width: 579px;
    margin: 118px 32px 60px 0;
  }
}
@media (max-width: 1332px) {
  .banner .img-area .box.one .box-holder {
    max-width: 434px;
    margin: 96px 24px 44px 0;
  }
}
@media (max-width: 992px) {
  .banner .img-area .box.one .box-holder {
    max-width: 328px;
    margin: 101px 18px 34px 0;
  }
}
@media (max-width: 700px) {
  .banner .img-area .box.one .box-holder {
    margin: 0;
    max-width: 100%;
  }
}
.banner .img-area .box.two {
  width: 30%;
}
@media (max-width: 1780px) {
  .banner .img-area .box.two {
    width: 31%;
  }
}
@media (max-width: 700px) {
  .banner .img-area .box.two {
    width: 100%;
  }
}
.banner .img-area .box.two .box-holder {
  margin-top: -319px;
  max-width: 520px;
  margin-bottom: 40px;
}
@media (max-width: 1780px) {
  .banner .img-area .box.two .box-holder {
    margin-top: -235px;
    max-width: 350px;
  }
}
@media (max-width: 1332px) {
  .banner .img-area .box.two .box-holder {
    margin-top: -169px;
    max-width: 262px;
  }
}
@media (max-width: 992px) {
  .banner .img-area .box.two .box-holder {
    margin-top: -97px;
    max-width: 198px;
  }
}
@media (max-width: 700px) {
  .banner .img-area .box.two .box-holder {
    margin-top: 0;
    max-width: 218px;
    margin-right: 30px;
    margin-bottom: 0;
  }
}
.banner .img-area .box.three {
  width: 40%;
}
@media (max-width: 700px) {
  .banner .img-area .box.three {
    width: 100%;
  }
}
.banner .img-area .box.three .box-holder {
  max-width: 675px;
  float: left;
}
@media (max-width: 1780px) {
  .banner .img-area .box.three .box-holder {
    max-width: 454px;
  }
}
@media (max-width: 1332px) {
  .banner .img-area .box.three .box-holder {
    max-width: 341px;
  }
}
@media (max-width: 992px) {
  .banner .img-area .box.three .box-holder {
    max-width: 257px;
  }
}
@media (max-width: 700px) {
  .banner .img-area .box.three .box-holder {
    max-width: 220px;
    margin-left: 30px;
  }
}
.banner .img-area .box.four {
  width: 60%;
}
@media (max-width: 700px) {
  .banner .img-area .box.four {
    width: 100%;
    text-align: center;
  }
}
.banner .img-area .box.four .box-holder {
  max-width: 860px;
  margin: 122px 139px 10px 0;
}
@media screen and (max-width: 1920px) {
  .banner .img-area .box.four .box-holder {
    margin: 122px 20px 10px 0;
  }
}
@media (max-width: 1780px) {
  .banner .img-area .box.four .box-holder {
    max-width: 579px;
    margin: 82px 91px 10px 39px;
  }
}
@media (max-width: 1332px) {
  .banner .img-area .box.four .box-holder {
    max-width: 434px;
    margin: 62px 71px 10px 28px;
  }
}
@media (max-width: 992px) {
  .banner .img-area .box.four .box-holder {
    max-width: 328px;
    margin: 46px 52px 10px 18px;
  }
}
@media (max-width: 700px) {
  .banner .img-area .box.four .box-holder {
    margin: 0 auto;
    float: none;
    max-width: 296px;
    display: inline-block;
    vertical-align: top;
  }
}
.banner .img-area .box.five {
  width: 60%;
}
@media (max-width: 700px) {
  .banner .img-area .box.five {
    width: 100%;
  }
}
.banner .img-area .box.five .box-holder {
  max-width: 569px;
  margin: 135px 35px 20px;
}
@media (max-width: 1780px) {
  .banner .img-area .box.five .box-holder {
    max-width: 383px;
    margin: 90px 21px 20px;
  }
}
@media (max-width: 1332px) {
  .banner .img-area .box.five .box-holder {
    max-width: 287px;
    margin: 68px 15px 20px;
  }
}
@media (max-width: 992px) {
  .banner .img-area .box.five .box-holder {
    max-width: 217px;
    margin: 52px 10px 20px;
  }
}
@media (max-width: 700px) {
  .banner .img-area .box.five .box-holder {
    margin: 0;
    margin-left: 30px;
    float: left;
  }
}
.banner .img-area .box.six {
  width: 40%;
}
@media (max-width: 700px) {
  .banner .img-area .box.six {
    width: 100%;
  }
}
.banner .img-area .box.six .box-holder {
  max-width: 523px;
}
@media (max-width: 1780px) {
  .banner .img-area .box.six .box-holder {
    max-width: 352px;
  }
}
@media (max-width: 1332px) {
  .banner .img-area .box.six .box-holder {
    max-width: 264px;
  }
}
@media (max-width: 992px) {
  .banner .img-area .box.six .box-holder {
    max-width: 199px;
  }
}
@media (max-width: 700px) {
  .banner .img-area .box.six .box-holder {
    max-width: 218px;
    margin-right: 30px;
  }
}
.banner .img-area .box .box-holder {
  float: right;
}
.banner .img-area .box img {
  max-width: 100%;
  height: auto;
  display: block;
}

.container {
  max-width: 1591px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .container {
    max-width: 600px;
    padding: 0 15px;
  }
}

.appointment-holder {
  overflow: hidden;
  padding: 108px 80px;
  position: relative;
  min-height: 1092px;
}
@media (max-width: 1780px) {
  .appointment-holder {
    padding: 152px 80px;
    min-height: 984px;
  }
}
@media (max-width: 1332px) {
  .appointment-holder {
    padding: 89px 0;
    min-height: 617px;
  }
}
@media (max-width: 992px) {
  .appointment-holder {
    padding: 85px 0 166px;
    min-height: inherit;
  }
}
@media (max-width: 700px) {
  .appointment-holder {
    padding: 81px 17px 73px;
  }
}
.appointment-holder:after {
  content: "";
  background: #E2EDEE;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.appointment-holder .link {
  display: inline-block;
  vertical-align: top;
  font-size: 104px;
  margin-bottom: 17px;
  padding-bottom: 16px;
  letter-spacing: 0;
}
@media (max-width: 1780px) {
  .appointment-holder .link {
    font-size: 80px;
    margin-bottom: 19px;
    padding-bottom: 12px;
  }
}
@media (max-width: 1332px) {
  .appointment-holder .link {
    font-size: 64px;
    margin-bottom: 19px;
    padding-bottom: 10px;
  }
}
@media (max-width: 992px) {
  .appointment-holder .link {
    margin-bottom: 18px;
    font-size: 48px;
  }
}
@media (max-width: 700px) {
  .appointment-holder .link {
    font-size: 40px;
  }
}
.appointment-holder h1 {
  margin-bottom: 64px;
}
@media (max-width: 1780px) {
  .appointment-holder h1 {
    margin-bottom: 52px;
  }
}
@media (max-width: 1332px) {
  .appointment-holder h1 {
    margin-bottom: 41px;
  }
}
@media (max-width: 992px) {
  .appointment-holder h1 {
    margin-bottom: 33px;
    font-size: 64px;
  }
}
@media (max-width: 700px) {
  .appointment-holder h1 {
    margin-bottom: 30px;
    font-size: 48px;
  }
}
@media (max-width: 1780px) {
  .appointment-holder .column {
    width: 90%;
    padding-left: 112px;
  }
}
@media (max-width: 1780px) and (max-width: 1332px) {
  .appointment-holder .column {
    padding-left: 123px;
  }
}
@media (max-width: 1780px) and (max-width: 992px) {
  .appointment-holder .column {
    width: 100% !important;
    padding-left: 0;
  }
}

.help-tag {
  font-size: 16px;
  font-family: "kepler-std-caption", serif;
  color: #CA6098;
  display: block;
}
@media (max-width: 1750px) {
  .help-tag {
    font-size: 14px;
  }
}

.two-columns {
  display: flex;
  align-items: center;
}
.two-columns .col {
  width: 50%;
}
.two-columns .col:nth-child(2) {
  padding: 9px 20px 0 94px;
}

@media (max-width: 992px) {
  .hide-md {
    display: none !important;
  }
}

@media (max-width: 700px) {
  .hide-sm {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hide-lg {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .show-md {
    display: none !important;
  }
}

.area-container {
  max-width: 1894px;
  margin: 0 auto;
}

.team-holder {
  color: #fff;
  padding: 0 77px 114px;
  line-height: 150%;
  position: relative;
  z-index: 5;
}
@media (max-width: 1780px) {
  .team-holder {
    margin: 0;
    padding: 0 77px 113px;
  }
}
@media (max-width: 1332px) {
  .team-holder {
    padding: 0 40px 58px;
  }
}
@media (max-width: 992px) {
  .team-holder {
    padding: 0 40px 115px;
  }
}
@media (max-width: 700px) {
  .team-holder {
    padding: 0 0 78px;
  }
}
.team-holder:before {
  content: "";
  background: #140A15;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: auto;
  height: auto;
}
.team-holder .columns {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  padding-bottom: 60px;
}
@media (max-width: 1780px) {
  .team-holder .columns {
    font-size: 24px;
    line-height: 150%;
    padding-bottom: 269px;
  }
}
@media (max-width: 1332px) {
  .team-holder .columns {
    padding-bottom: 261px;
    flex-direction: column-reverse;
  }
}
@media (max-width: 992px) {
  .team-holder .columns {
    padding-bottom: 104px;
  }
}
@media (max-width: 700px) {
  .team-holder .columns {
    font-size: 16px;
    padding-bottom: 0;
  }
}
.team-holder .columns .col {
  width: 66%;
}
@media (max-width: 1780px) {
  .team-holder .columns .col {
    width: 82.8%;
  }
}
@media (max-width: 1332px) {
  .team-holder .columns .col {
    width: 100%;
    padding-left: 163px;
  }
}
@media (max-width: 992px) {
  .team-holder .columns .col {
    padding-left: 0;
  }
}
.team-holder .columns .col.img-col .img-area {
  margin-top: -240px;
  padding-bottom: 240px;
}
@media (max-width: 1780px) {
  .team-holder .columns .col.img-col .img-area {
    margin-top: -131px;
    padding-bottom: 131px;
  }
}
@media (max-width: 1332px) {
  .team-holder .columns .col.img-col .img-area {
    margin-top: -94px;
    padding-bottom: 0;
  }
}
@media (max-width: 992px) {
  .team-holder .columns .col.img-col .img-area {
    margin-top: -93px;
  }
}
.team-holder .columns .col:first-child {
  width: 34%;
  position: relative;
  z-index: 99;
  padding-top: 195px;
  padding-left: 162px;
}
@media (max-width: 1780px) {
  .team-holder .columns .col:first-child {
    width: 16.9%;
    padding-top: 262px;
    padding-left: 0;
  }
}
@media (max-width: 1332px) {
  .team-holder .columns .col:first-child {
    width: 100%;
    padding-top: 70px;
    padding-top: 0;
  }
}
@media (max-width: 992px) {
  .team-holder .columns .col:first-child {
    max-width: 570px;
    width: auto;
    top: 6px;
    margin: 0 auto;
    padding-right: 100px;
    padding-top: 0;
  }
}
@media (max-width: 700px) {
  .team-holder .columns .col:first-child {
    padding-right: 0;
    padding-left: 20px;
    max-width: 295px;
  }
}
.team-holder .columns img {
  max-width: inherit;
  width: 100%;
  height: auto;
}
.team-holder .columns h1 {
  margin-bottom: 38px;
  margin-right: -50px;
}
@media (max-width: 1780px) {
  .team-holder .columns h1 {
    margin-bottom: 31px;
  }
}
@media (max-width: 1332px) {
  .team-holder .columns h1 {
    margin-bottom: 18px;
    margin-right: 0;
  }
}
@media (max-width: 992px) {
  .team-holder .columns h1 {
    font-size: 64px;
    margin-bottom: 12px;
  }
}
.team-holder .text-style {
  margin-right: -161%;
}
@media (max-width: 1780px) {
  .team-holder .text-style {
    margin-right: -292%;
  }
}
@media (max-width: 1332px) {
  .team-holder .text-style {
    margin-right: 0;
    margin: -97px 0 0 81px;
    max-width: 600px;
  }
}
@media (max-width: 992px) {
  .team-holder .text-style {
    margin-right: 0;
    margin: -84px 0 0;
    max-width: 800px;
  }
}
@media (max-width: 1780px) {
  .team-holder .text-style p {
    font-size: 32px;
    line-height: 150%;
  }
}
@media (max-width: 1332px) {
  .team-holder .text-style p {
    font-size: 24px;
  }
}
@media (max-width: 992px) {
  .team-holder .text-style p {
    font-size: 20px;
  }
}
.team-holder .posts {
  padding: 0 15px;
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .team-holder .posts {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .team-holder .posts .container {
    max-width: 686px;
    padding: 0;
  }
}
.team-holder .posts .post {
  width: 50%;
  text-align: right;
  display: inline-block;
  vertical-align: top;
  margin-left: -4px;
}
@media (max-width: 1750px) {
  .team-holder .posts .post {
    margin-bottom: 84px;
  }
}
@media (max-width: 1332px) {
  .team-holder .posts .post {
    margin-bottom: 54px;
  }
}
@media (max-width: 992px) {
  .team-holder .posts .post {
    width: 100%;
    margin-left: 0;
    display: block;
    text-align: left;
    margin-bottom: 45px;
  }
}
@media (max-width: 700px) {
  .team-holder .posts .post {
    overflow: hidden;
  }
  .team-holder .posts .post h2 {
    font-size: 50px;
  }
  .team-holder .posts .post:first-child .block {
    width: 100%;
  }
  .team-holder .posts .post:first-child .block .text {
    margin-top: -120px;
  }
}
@media (max-width: 700px) and (max-width: 700px) {
  .team-holder .posts .post:first-child .block .text {
    margin-top: -82px;
  }
}
.team-holder .posts .post:nth-child(3) .block {
  padding-top: 354px;
}
@media (max-width: 1780px) {
  .team-holder .posts .post:nth-child(3) .block {
    padding-top: 250px;
  }
}
@media (max-width: 992px) {
  .team-holder .posts .post:nth-child(3) .block {
    padding-top: 0;
  }
}
.team-holder .posts .post:nth-child(2n+1) {
  padding-top: 212px;
}
@media (max-width: 1332px) {
  .team-holder .posts .post:nth-child(2n+1) {
    padding-top: 87px;
  }
}
@media (max-width: 992px) {
  .team-holder .posts .post:nth-child(2n+1) {
    padding-top: 0;
    text-align: right;
  }
}
@media (max-width: 700px) {
  .team-holder .posts .post:nth-child(2n+1) .block {
    float: right;
    margin-right: 32px;
  }
}
.team-holder .posts .post.main-post {
  display: none;
  width: 100%;
}
@media (max-width: 700px) {
  .team-holder .posts .post.main-post {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 28px;
  }
}
@media (max-width: 700px) {
  .team-holder .posts .post.main-post .text {
    padding: 31px 32px;
    margin-top: -60px;
  }
}
@media (max-width: 700px) {
  .team-holder .posts .post.main-post .block {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 1780px) {
  .team-holder .posts .post.three {
    padding-top: 117px;
  }
}
@media (max-width: 1332px) {
  .team-holder .posts .post.three {
    padding-top: 70px;
  }
}
@media (max-width: 992px) {
  .team-holder .posts .post.three {
    padding-top: 0;
    padding-right: 50px;
  }
}
.team-holder .posts .post.four {
  text-align: left;
}
.team-holder .posts .post.four .block {
  margin-top: -365px;
}
@media (max-width: 1780px) {
  .team-holder .posts .post.four .block {
    margin-top: -353px;
  }
}
@media (max-width: 1332px) {
  .team-holder .posts .post.four .block {
    margin-top: -272px;
  }
}
@media (max-width: 992px) {
  .team-holder .posts .post.four .block {
    margin-top: 0;
  }
}
.team-holder .posts .post.five {
  text-align: right;
}
@media (max-width: 992px) {
  .team-holder .posts .post.five {
    text-align: left;
    padding-left: 60px;
  }
}
.team-holder .posts .post.five .block {
  margin-top: -377px;
}
@media (max-width: 1780px) {
  .team-holder .posts .post.five .block {
    margin-top: -409px;
  }
}
@media (max-width: 1332px) {
  .team-holder .posts .post.five .block {
    margin-top: -308px;
  }
}
@media (max-width: 992px) {
  .team-holder .posts .post.five .block {
    margin-top: 0;
  }
}
.team-holder .posts .post .block {
  text-align: left;
  width: 613px;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 1780px) {
  .team-holder .posts .post .block {
    width: 476px;
  }
}
@media (max-width: 1332px) {
  .team-holder .posts .post .block {
    width: 364px;
  }
}
@media (max-width: 992px) {
  .team-holder .posts .post .block {
    width: 392px;
  }
}
@media (max-width: 700px) {
  .team-holder .posts .post .block {
    display: block;
    width: 218px;
    position: relative;
    top: 17%;
    float: left;
    margin-left: 32px;
  }
}
.team-holder .posts .img-area {
  overflow: hidden;
}
.team-holder .posts .img-area img {
  width: 100%;
  height: auto;
  display: block;
}
.team-holder .posts .text {
  overflow: hidden;
  margin-top: -71px;
  padding: 0 64px;
  position: relative;
}
@media (max-width: 1780px) {
  .team-holder .posts .text {
    margin-top: -60px;
  }
}
@media (max-width: 1332px) {
  .team-holder .posts .text {
    margin-top: -46px;
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .team-holder .posts .text {
    margin-top: -42px;
    padding: 0 20px 0 53px;
  }
}
@media (max-width: 700px) {
  .team-holder .posts .text {
    padding: 0 32px;
    margin-top: -46px;
  }
}
.team-holder .posts .text p {
  font-size: 24px;
  margin-bottom: 0;
}
@media (max-width: 1332px) {
  .team-holder .posts .text p {
    font-size: 18px;
    line-height: 32px;
  }
}
@media (max-width: 700px) {
  .team-holder .posts .text p {
    font-size: 16px;
    line-height: 150%;
  }
}
@media (max-width: 700px) {
  .team-holder .posts .text h1 {
    margin-bottom: 12px;
  }
}
.team-holder .posts .text h2 {
  margin-bottom: 0;
  line-height: 100%;
}
@media (max-width: 1780px) {
  .team-holder .posts .text h2 {
    font-size: 96px;
    line-height: 100%;
  }
}
@media (max-width: 1332px) {
  .team-holder .posts .text h2 {
    font-size: 72px;
  }
}
@media (max-width: 700px) {
  .team-holder .posts .text h2 {
    font-size: 56px;
  }
}

.price-holder {
  position: relative;
  padding: 190px 0 97px;
}
@media (max-width: 1780px) {
  .price-holder {
    padding: 129px 0 97px;
  }
}
@media (max-width: 1332px) {
  .price-holder {
    padding: 85px 0 111px;
  }
}
@media (max-width: 992px) {
  .price-holder {
    padding: 73px 0 45px;
  }
}
@media (max-width: 700px) {
  .price-holder {
    padding: 73px 0 70px;
  }
}
.price-holder:after {
  content: "";
  background: #E2EDEE;
  width: auto;
  height: auto;
  position: absolute;
  top: -309px;
  bottom: -110px;
  right: 0;
  left: 0;
}
@media (max-width: 1780px) {
  .price-holder:after {
    top: -276px;
    bottom: -127px;
  }
}
@media (max-width: 1332px) {
  .price-holder:after {
    top: -200px;
    bottom: -105px;
  }
}
@media (max-width: 992px) {
  .price-holder:after {
    bottom: -127px;
  }
}
@media (max-width: 700px) {
  .price-holder:after {
    top: -60px;
  }
}
.price-holder .help-tag {
  color: #140A15;
}
@media (max-width: 1780px) {
  .price-holder .help-tag {
    font-size: 16px;
  }
}
.price-holder .help-tag i {
  font-style: normal;
  margin-left: 16px;
}
@media (max-width: 1780px) {
  .price-holder .help-tag i {
    margin-left: 29px;
  }
}
@media (max-width: 700px) {
  .price-holder .help-tag i {
    display: block;
    margin: 5px 0;
  }
}
.price-holder h2 {
  margin-bottom: 0;
}
@media (max-width: 1780px) {
  .price-holder h2 {
    margin-bottom: 9px;
  }
}
@media (max-width: 1332px) {
  .price-holder h2 {
    margin-bottom: 13px;
  }
}
@media (max-width: 700px) {
  .price-holder h2 {
    margin-bottom: 5px;
  }
}
.price-holder .container-area {
  position: relative;
  z-index: 99;
}
@media (max-width: 992px) {
  .price-holder .container-area {
    max-width: 567px;
  }
}
.price-holder .tab-content {
  padding: 67px 0 0 4px;
}
@media (max-width: 1780px) {
  .price-holder .tab-content {
    padding: 62px 0 0 2px;
  }
}
@media (max-width: 1332px) {
  .price-holder .tab-content {
    padding: 47px 0 0 2px;
  }
}
@media (max-width: 700px) {
  .price-holder .tab-content {
    padding: 25px 0 0 2px;
  }
}
.price-holder .tab-content .tab-data {
  display: inline-block;
  vertical-align: top;
  width: 34%;
  margin-left: -4px;
  padding-right: 69px;
}
.price-holder .tab-content .tab-data:first-child {
  width: 63%;
}
@media (max-width: 1780px) {
  .price-holder .tab-content .tab-data {
    width: 100% !important;
    padding-right: 0;
  }
}
.price-holder .posts {
  @extent %clearfix;
  padding: 0 0 0 4px;
  margin: 0 -30px;
}
@media (max-width: 1780px) {
  .price-holder .posts {
    margin: 0 -40px;
  }
}
@media (max-width: 992px) {
  .price-holder .posts {
    margin: 0 -30px;
  }
}
.price-holder .posts.mobile .post {
  width: 100%;
}
@media (max-width: 1780px) {
  .price-holder .posts.mobile .post {
    width: 50%;
  }
}
@media (max-width: 700px) {
  .price-holder .posts.mobile .post {
    width: 100%;
  }
}
.price-holder .posts .post {
  padding: 0 27px;
  display: inline-block;
  vertical-align: top;
  margin-left: -4px;
  width: 50%;
}
@media (max-width: 1780px) {
  .price-holder .posts .post {
    padding: 0 34px 0 40px;
  }
}
@media (max-width: 1332px) {
  .price-holder .posts .post {
    padding: 0 29px 0 42px;
  }
}
@media (max-width: 992px) {
  .price-holder .posts .post {
    padding: 0 30px;
    width: 100%;
    margin-left: 0;
    display: block;
  }
}
@media (max-width: 700px) {
  .price-holder .posts .post {
    width: 100%;
    padding: 0 26px;
  }
}
.price-holder h5 {
  color: #CA6098;
  margin-bottom: 38px;
}
@media (max-width: 1780px) {
  .price-holder h5 {
    display: none;
  }
}

.data-head-holder {
  overflow: hidden;
}
.data-head-holder .data-head {
  float: right;
  padding: 18px 0;
  margin-left: 10px;
}
@media (max-width: 1780px) {
  .data-head-holder .data-head {
    padding: 3px 0;
    margin-bottom: 33px;
  }
}
@media (max-width: 700px) {
  .data-head-holder .data-head {
    margin-bottom: 18px;
  }
}
.data-head-holder h5 {
  overflow: hidden;
}

.d-none {
  display: none;
}

.data-head {
  text-align: right;
  font-size: 24px;
  line-height: 150%;
  font-weight: normal;
  margin-left: 10px;
  font-family: "kepler-std-caption", serif;
}
@media (max-width: 700px) {
  .data-head {
    font-size: 20px;
  }
}
.data-head span {
  margin-left: 16px;
}
@media (max-width: 1780px) {
  .data-head span {
    margin-left: 12px;
  }
}

.price-info-box {
  background: #CA6098;
  color: white;
  padding: 33px;
  font-size: 24px;
  line-height: 147%;
  font-family: "kepler-std-caption", serif;
}
@media (max-width: 700px) {
  .price-info-box {
    font-size: 20px;
    line-height: 150%;
    padding: 32px 33px;
  }
}

.tabset {
  color: #CA6098;
  padding-top: 63px;
  display: none;
}
@media (max-width: 1332px) {
  .tabset {
    padding-top: 62px;
  }
}
@media (max-width: 1780px) {
  .tabset {
    display: flex;
  }
}
@media (max-width: 700px) {
  .tabset {
    padding-top: 33px;
  }
}
.tabset li {
  margin-right: 56px;
}
@media (max-width: 700px) {
  .tabset li {
    margin-right: 30px;
  }
}
.tabset li a {
  font-weight: bold;
  padding-bottom: 4px;
  font-size: 48px;
  line-height: 110%;
  font-family: "kepler-std-display", serif;
  color: #CA6098;
  border-bottom: 4px solid transparent;
}
@media (max-width: 1332px) {
  .tabset li a {
    font-size: 40px;
    padding-bottom: 13px;
  }
}
@media (max-width: 700px) {
  .tabset li a {
    font-size: 24px;
    padding-bottom: 4px;
    white-space: nowrap;
  }
}
.tabset li a.active {
  border-color: #CA6098;
}

@media (max-width: 1750px) {
  .js-tab-hidden {
    display: block !important;
    left: -9999px !important;
    position: absolute !important;
    top: -9999px !important;
  }
}
.container-area {
  max-width: 1563px;
  margin: 0 auto;
}
@media (max-width: 1780px) {
  .container-area {
    max-width: 1055px;
  }
}
@media (max-width: 1332px) {
  .container-area {
    max-width: 779px;
  }
}
@media (max-width: 992px) {
  .container-area {
    max-width: 682px;
  }
}
@media (max-width: 700px) {
  .container-area {
    max-width: 536px;
    padding: 0 32px;
  }
}

.price-list {
  font-size: 24px;
  font-family: "kepler-std-caption", serif;
  margin-bottom: 58px;
}
@media (max-width: 1780px) {
  .price-list {
    margin-bottom: 59px;
  }
}
@media (max-width: 1332px) {
  .price-list {
    margin-bottom: 60px;
  }
}
@media (max-width: 700px) {
  .price-list {
    font-size: 20px;
    margin-bottom: 64px;
  }
}
.price-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 700px) {
  .price-list li {
    margin-bottom: 24px;
  }
}
.price-list li.no-border:after {
  display: none;
}
.price-list li:after {
  content: "";
  position: absolute;
  bottom: 7px;
  left: 0;
  right: 0;
  border-top: 1px dashed #140A15;
  width: auto;
  height: 1px;
}
.price-list li .text,
.price-list li .code {
  display: inline-block;
  vertical-align: top;
  background: #E2EDEE;
  position: relative;
  z-index: 9;
}
.price-list li .text {
  padding-right: 8px;
}
.price-list li .code {
  text-align: right;
  margin-left: 5px;
  padding-left: 8px;
}
.price-list li .code span {
  margin-left: 0;
}
.price-list li .code span + span {
  margin-left: 16px;
}
@media (max-width: 1780px) {
  .price-list li .code span + span {
    margin-left: 12px;
  }
}

.footer-bottom {
  padding: 64px 81px;
  text-align: right;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  pointer-events: none;
}
@media (max-width: 1780px) {
  .footer-bottom {
    padding: 55px 81px;
  }
}
@media (max-width: 1332px) {
  .footer-bottom {
    padding: 38px 40px;
  }
}
@media (max-width: 992px) {
  .footer-bottom {
    padding: 31px 19px;
    text-align: center;
  }
}
@media (max-width: 700px) {
  .footer-bottom {
    text-align: center;
    padding: 33px 19px;
  }
}
.footer-bottom .link {
  pointer-events: auto;
  text-transform: uppercase;
  font-size: 14px;
  padding-bottom: 1px;
  margin-left: 25px;
}
@media (max-width: 992px) {
  .footer-bottom .link {
    letter-spacing: 2px;
    font-size: 16px;
    font-family: "futura-pt", "Arial", "Helvetica", sans-serif;
    position: relative;
    color: #140A15;
    padding-bottom: 8px;
    margin-left: 0;
  }
}
@media (max-width: 700px) {
  .footer-bottom .link {
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    padding-bottom: 3px;
    float: none;
  }
}

.footer {
  background: #140A15;
  margin: 39px 80px 166px;
  padding: 156px 119px 100px 119px;
  color: #fff;
  position: relative;
}
@media (max-width: 1780px) {
  .footer {
    margin: 45px 80px 124px;
    padding: 117px 54px 83px;
  }
}
@media (max-width: 1332px) {
  .footer {
    margin: 24px 40px 99px;
    padding: 117px 80px 33px;
  }
}
@media (max-width: 992px) {
  .footer {
    margin: 29px 40px 99px;
    padding: 85px 54px 61px;
  }
}
@media (max-width: 700px) {
  .footer {
    margin: 35px 0 99px;
    padding: 53px 32px 1px;
  }
}
.footer h6 {
  margin-bottom: 30px;
}
@media (max-width: 1750px) {
  .footer h6 {
    margin-bottom: 26px;
  }
}
@media (min-width: 1332px) {
  .footer h6 {
    white-space: nowrap;
  }
}
@media (max-width: 1332px) {
  .footer h6 {
    margin-bottom: 25px;
  }
}
.footer .help-tag {
  color: #fff;
  font-style: normal;
}
.footer .column {
  display: inline-block;
  vertical-align: top;
  width: 35%;
  margin-left: -4px;
  padding: 0 10px 40px 0;
}
@media (max-width: 1750px) {
  .footer .column {
    width: 36.8%;
  }
}
@media (max-width: 1332px) {
  .footer .column {
    width: 100% !important;
    padding: 0;
    margin-bottom: 30px;
    max-width: 472px;
    margin: 0 auto 101px;
    margin-left: 0;
    display: block;
  }
}
@media (max-width: 992px) {
  .footer .column {
    margin: 0 auto 63px;
    max-width: 563px;
  }
}
.footer .column:nth-child(2) {
  width: 42.3%;
}
@media (max-width: 1750px) {
  .footer .column:nth-child(2) {
    width: 37.6%;
  }
}
@media (max-width: 1332px) {
  .footer .column:nth-child(2) {
    margin-bottom: 120px;
  }
}
@media (max-width: 992px) {
  .footer .column:nth-child(2) {
    margin-bottom: 80px;
  }
}
.footer .column:nth-child(3) {
  width: 22%;
}
@media (max-width: 1750px) {
  .footer .column:nth-child(3) {
    width: 25%;
    padding-right: 0;
  }
}
.footer address {
  margin: 0 0 39px;
  font-style: normal;
  max-width: 511px;
}
@media (max-width: 1750px) {
  .footer address {
    padding: 7px 0 0;
    max-width: 370px;
    margin-bottom: 47px;
  }
}
@media (max-width: 1332px) {
  .footer address {
    max-width: inherit;
    margin-bottom: 43px;
  }
}
@media (max-width: 700px) {
  .footer address {
    margin-bottom: 48px;
  }
}
@media (max-width: 1750px) {
  .footer address a {
    font-size: 48px;
    display: inline-block;
    vertical-align: top;
    margin-top: 3px;
  }
}
@media (max-width: 1332px) {
  .footer address a {
    font-size: 64px;
    margin-top: 0;
  }
}
@media (max-width: 992px) {
  .footer address a {
    margin-top: 8px;
  }
}
@media (max-width: 700px) {
  .footer address a {
    font-size: 48px;
  }
}
.footer address .help-tag {
  padding-top: 15px;
}
@media (max-width: 1750px) {
  .footer address .help-tag {
    font-size: 16px;
    padding-top: 18px;
  }
}
@media (max-width: 1332px) {
  .footer address .help-tag {
    padding-top: 11px;
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .footer address .help-tag {
    padding-top: 22px;
  }
}
.footer address span {
  font-size: 64px;
  display: block;
  line-height: 110%;
}
@media (max-width: 1750px) {
  .footer address span {
    font-size: 40px;
  }
}
@media (max-width: 1332px) {
  .footer address span {
    font-size: 64px;
  }
}
@media (max-width: 992px) {
  .footer address span {
    font-size: 48px;
  }
}
@media (max-width: 700px) {
  .footer address span {
    font-size: 32px;
  }
}
.footer address a {
  color: #fff;
}
.footer address .tags-area {
  overflow: hidden;
  padding: 37px 0 0;
  font-family: "kepler-std-caption", serif;
}
@media (max-width: 1750px) {
  .footer address .tags-area {
    padding: 34px 0 0;
  }
}
@media (max-width: 1332px) {
  .footer address .tags-area {
    padding: 36px 0 0;
  }
}
@media (max-width: 992px) {
  .footer address .tags-area {
    padding: 37px 0 0;
  }
}
@media (max-width: 700px) {
  .footer address .tags-area {
    padding: 34px 0 0;
  }
}
.footer address .tags-area .tag {
  float: left;
  border-radius: 4px;
  background: #fff;
  padding: 7px 8px;
  font-size: 20px;
  color: #140A15;
  margin-right: 9px;
  margin-bottom: 9px;
}
@media (max-width: 1750px) {
  .footer address .tags-area .tag {
    margin-bottom: 5px;
  }
}
.footer address .tag-info {
  float: left;
  font-size: 20px;
  color: #fff;
  padding: 5px 0;
  font-family: "kepler-std-display", serif;
}

dl {
  font-size: 32px;
  color: #fff;
  display: block;
  margin: 0;
  padding: 8px 0;
}
@media (max-width: 1750px) {
  dl {
    font-size: 24px;
    line-height: 150%;
  }
}
@media (max-width: 1332px) {
  dl {
    font-size: 32px;
  }
}
@media (max-width: 700px) {
  dl {
    font-size: 24px;
  }
}
@media (max-width: 382px) {
  dl {
    font-size: 21px;
  }
}
dl dt {
  float: left;
  width: 202px;
  margin-right: 5px;
}
@media (max-width: 1750px) {
  dl dt {
    width: 170px;
  }
}
@media (max-width: 1332px) {
  dl dt {
    width: 202px;
  }
}
@media (max-width: 700px) {
  dl dt {
    width: 162px;
  }
}
@media (max-width: 382px) {
  dl dt {
    width: 138px;
  }
}
dl dd {
  overflow: hidden;
  margin-bottom: 18px;
}
@media (max-width: 1750px) {
  dl dd {
    margin-bottom: 8px;
  }
}

.d-block {
  display: block !important;
}

.btn-menu {
  pointer-events: auto;
  float: none;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: all 0.5s ease;
}
.btn-menu span {
  min-width: 141px;
  transition: all 0.5s ease;
  background: #fff;
  display: block;
  position: relative;
  color: #140A15;
  font-size: 14px;
  border: 1px solid #140A15;
  padding: 9px 10px;
  text-align: center;
  position: relative;
  font-family: "futura-pt", "Arial", "Helvetica", sans-serif;
  text-transform: uppercase;
  z-index: 99;
  letter-spacing: 2px;
}
.btn-menu:after {
  content: "";
  border: 1px solid #140A15;
  border-top: none;
  border-left: none;
  position: absolute;
  top: 5px;
  left: 5px;
  right: -5px;
  bottom: -5px;
  transition: all 0.5s ease;
}
.btn-menu:hover span {
  color: #CA6098;
  border-color: #CA6098;
}
.btn-menu:hover:after {
  border-color: #CA6098;
}
.btn-menu.link:after, .btn-menu.link:before {
  display: none;
}

.btn {
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: all 0.5s ease;
}
.btn.light span {
  min-width: inherit;
  background: #fff;
  color: #140A15;
  border-color: #140A15;
  font-size: 16px;
}
.btn.light:after {
  border-color: #140A15;
}
.btn:after {
  content: "";
  border: 1px solid #fff;
  border-top: none;
  border-left: none;
  position: absolute;
  top: 5px;
  left: 5px;
  right: -5px;
  bottom: -5px;
  transition: all 0.5s ease;
}
.btn:hover span {
  color: #CA6098;
  border-color: #CA6098;
}
.btn:hover:after {
  border-color: #CA6098;
}
.btn span {
  transition: all 0.5s ease;
  background: #140A15;
  display: block;
  position: relative;
  color: #fff;
  font-size: 24px;
  min-width: 291px;
  border: 1px solid #fff;
  padding: 17px 10px;
  min-height: 30px;
  text-align: center;
  position: relative;
  font-family: "futura-pt", "Arial", "Helvetica", sans-serif;
  text-transform: uppercase;
  z-index: 99;
  letter-spacing: 2px;
}
@media (max-width: 382px) {
  .btn span {
    min-width: 250px;
  }
}

.cookies-holder {
  display: none;
  position: fixed;
  z-index: 999;
  bottom: 40px;
  left: 40px;
  width: 320px;
  box-shadow: 0px 0.67932px 1.1322px rgba(20, 10, 21, 0.0243888), 0px 1.87823px 3.13039px rgba(20, 10, 21, 0.035), 0px 4.52206px 7.53677px rgba(20, 10, 21, 0.0456112), 0px 15px 25px rgba(20, 10, 21, 0.07);
  border-radius: 10px;
  background: #fff;
  padding: 45px 47px 45px 37px;
}
@media (max-width: 699px) {
  .cookies-holder {
    bottom: 25px;
    left: 25px;
  }
}
@media (max-width: 382px) {
  .cookies-holder {
    width: 280px;
    padding: 30px;
  }
}
.cookies-dactive .cookies-holder {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
}
.cookies-holder h6 {
  font-size: 32px;
  line-height: 110%;
  color: #CA6098;
}
.cookies-holder p {
  font-size: 20px;
  line-height: 150%;
  color: #140A15;
  margin-bottom: 40px;
}
.cookies-holder p a {
  color: #140A15;
  text-decoration: underline;
}
.cookies-holder p a:hover {
  color: #CA6098;
}

body.menu-active {
  overflow: hidden;
}
body.menu-active .impressum-holder {
  opacity: 1;
  visibility: visible;
  max-height: 4000px;
}
body.menu-active1 {
  overflow: hidden;
}
body.menu-active1 .datenschutz-holder {
  opacity: 1;
  visibility: visible;
  max-height: 4000px;
}
body.menu-active3 {
  overflow: hidden;
}
body.menu-active3 .agb-holder {
  opacity: 1;
  visibility: visible;
  max-height: 4000px;
}

.datenschutz-holder,
.impressum-holder,
.agb-holder {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
}

.link-block {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.link-block .container {
  position: relative;
}

.overlay-block {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  overflow-y: auto;
  z-index: 9999;
  font-size: 32px;
  line-height: 150%;
  transition: all 0.3s ease;
  word-wrap: break-word;
}
@media (max-width: 1332px) {
  .overlay-block {
    font-size: 24px;
  }
}
@media (max-width: 700px) {
  .overlay-block {
    font-size: 16px;
  }
}
.overlay-block address {
  font-style: normal;
}
.overlay-block address span {
  display: block;
}
.overlay-block .box {
  margin-bottom: 77px;
}
@media (max-width: 1332px) {
  .overlay-block .box {
    margin-bottom: 38px;
  }
}
.overlay-block a {
  color: #140A15;
}
.overlay-block a:hover {
  color: #CA6098;
}
.overlay-block .link {
  text-decoration: none;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 1332px) {
  .overlay-block .link {
    top: -58px;
  }
}
@media (max-width: 992px) {
  .overlay-block .link {
    top: -28px;
    right: 32px;
  }
}
@media (max-width: 700px) {
  .overlay-block .link {
    top: -56px;
  }
}
.overlay-block p,
.overlay-block ul {
  margin: 0 0 45px;
}
@media (max-width: 1332px) {
  .overlay-block p,
.overlay-block ul {
    margin: 0 0 35px;
  }
}
.overlay-block .c-container {
  position: relative;
}
.overlay-block h4 {
  font-size: 80px;
  margin-bottom: 83px;
  word-break: break-all;
}
@media (max-width: 1332px) {
  .overlay-block h4 {
    font-size: 64px;
    margin-bottom: 42px;
  }
}
@media (max-width: 700px) {
  .overlay-block h4 {
    font-size: 40px;
    margin-bottom: 42px;
  }
}
.overlay-block h5 {
  font-size: 48px;
  margin: 0 0 11px;
  word-break: break-all;
}
@media (max-width: 1332px) {
  .overlay-block h5 {
    font-size: 32px;
    margin: 0 0 10px;
  }
}
@media (max-width: 700px) {
  .overlay-block h5 {
    font-size: 32px;
    margin: 0 0 10px;
  }
}

.fixed-block {
  position: relative;
}

.c-container {
  max-width: 1249px;
  margin: 112px auto;
}
@media (max-width: 1750px) {
  .c-container {
    max-width: 1280px;
    margin: 117px auto;
  }
}
@media (max-width: 1332px) {
  .c-container {
    max-width: 622px;
    margin: 119px auto;
  }
}
@media (max-width: 992px) {
  .c-container {
    max-width: 657px;
    margin: 50px auto;
  }
}
@media (max-width: 700px) {
  .c-container {
    max-width: 536px;
    margin: 83px auto;
    padding: 0 32px;
  }
}

.circle {
  position: absolute;
  top: 440px;
  right: -200px;
  width: 800px;
  z-index: 999;
  z-index: 1;
}
@media (max-width: 1780px) {
  .circle {
    width: 600px;
    right: -83px;
    top: 600px;
  }
}
@media (max-width: 1332px) {
  .circle {
    width: 425px;
    right: -83px;
  }
}
@media (max-width: 992px) {
  .circle {
    width: 416px;
    right: -44px;
  }
}
@media (max-width: 700px) {
  .circle {
    display: none;
  }
}
.circle.circle-rotate02 {
  transition: opacity 0.3s ease-in-out;
}
@media (min-width: 993px) {
  .circle.circle-rotate02 {
    display: none;
  }
}
.circle.circle-rotate02.fixed-block {
  position: fixed;
  top: 10px;
}
.circle.circle-rotate02.hide-block {
  display: none;
}
.circle img {
  width: 100%;
  height: auto;
  display: block;
}

@media (min-width: 700px) {
  .scrollmagic-pin-spacer {
    height: auto !important;
    padding: 0 !important;
  }
}
@media (min-width: 700px) {
  .scrollmagic-pin-spacer .posts {
    position: static !important;
    transform: none !important;
  }
}