/** Foundation for Sites by ZURB Version 6.2.4 foundation.zurb.com Licensed under MIT Open Source */
/*! 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. */
html { font-family: sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ }

/** Remove default margin. */
body { margin: 0; }

/* 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 { -webkit-box-sizing: content-box; 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: not-allowed; }

/** 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"] { -webkit-box-sizing: border-box; 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 */ -webkit-box-sizing: content-box; 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. [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling. */
/* 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; }

.foundation-mq { font-family: "small=0em&medium=41.875em&large=64.0625em&xlarge=75em&xxlarge=90em"; }

html { font-size: 16px; -webkit-box-sizing: border-box; box-sizing: border-box; }

*, *::before, *::after { -webkit-box-sizing: inherit; box-sizing: inherit; }

body { padding: 0; margin: 0; font-family: "GTWalsheim", Helvetica, Roboto, Arial, sans-serif; font-weight: normal; line-height: 1.2; color: #000; background: #fff; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

img { max-width: 100%; height: auto; -ms-interpolation-mode: bicubic; display: inline-block; vertical-align: middle; }

textarea { height: auto; min-height: 50px; border-radius: 0; }

select { width: 100%; border-radius: 0; }

#map_canvas img, #map_canvas embed, #map_canvas object, .map_canvas img, .map_canvas embed, .map_canvas object, .mqa-display img, .mqa-display embed, .mqa-display object { max-width: none !important; }

button { -webkit-appearance: none; -moz-appearance: none; background: transparent; padding: 0; border: 0; border-radius: 0; line-height: 1; }

[data-whatinput='mouse'] button { outline: 0; }

.is-visible { display: block !important; }

.is-hidden { display: none !important; }

.row { max-width: 75rem; margin-left: auto; margin-right: auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; }

.row .row { margin-left: -0.625rem; margin-right: -0.625rem; }

@media screen and (min-width: 41.875em) { .row .row { margin-left: -0.9375rem; margin-right: -0.9375rem; } }

.row.expanded { max-width: none; }

.row.collapse > .column, .row.collapse > .columns { padding-left: 0; padding-right: 0; }

.row.is-collapse-child, .row.collapse > .column > .row, .row.collapse > .columns > .row { margin-left: 0; margin-right: 0; }

.column, .columns { -webkit-box-flex: 1; -ms-flex: 1 1 0px; flex: 1 1 0px; padding-left: 0.625rem; padding-right: 0.625rem; min-width: initial; }

@media screen and (min-width: 41.875em) { .column, .columns { padding-left: 0.9375rem; padding-right: 0.9375rem; } }

.column.row.row, .row.row.columns { float: none; display: block; }

.row .column.row.row, .row .row.row.columns { padding-left: 0; padding-right: 0; margin-left: 0; margin-right: 0; }

.small-1 { -webkit-box-flex: 0; -ms-flex: 0 0 8.3333333333%; flex: 0 0 8.3333333333%; max-width: 8.3333333333%; }

.small-offset-0 { margin-left: 0%; }

.small-2 { -webkit-box-flex: 0; -ms-flex: 0 0 16.6666666667%; flex: 0 0 16.6666666667%; max-width: 16.6666666667%; }

.small-offset-1 { margin-left: 8.3333333333%; }

.small-3 { -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }

.small-offset-2 { margin-left: 16.6666666667%; }

.small-4 { -webkit-box-flex: 0; -ms-flex: 0 0 33.3333333333%; flex: 0 0 33.3333333333%; max-width: 33.3333333333%; }

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

.small-5 { -webkit-box-flex: 0; -ms-flex: 0 0 41.6666666667%; flex: 0 0 41.6666666667%; max-width: 41.6666666667%; }

.small-offset-4 { margin-left: 33.3333333333%; }

.small-6 { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }

.small-offset-5 { margin-left: 41.6666666667%; }

.small-7 { -webkit-box-flex: 0; -ms-flex: 0 0 58.3333333333%; flex: 0 0 58.3333333333%; max-width: 58.3333333333%; }

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

.small-8 { -webkit-box-flex: 0; -ms-flex: 0 0 66.6666666667%; flex: 0 0 66.6666666667%; max-width: 66.6666666667%; }

.small-offset-7 { margin-left: 58.3333333333%; }

.small-9 { -webkit-box-flex: 0; -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; }

.small-offset-8 { margin-left: 66.6666666667%; }

.small-10 { -webkit-box-flex: 0; -ms-flex: 0 0 83.3333333333%; flex: 0 0 83.3333333333%; max-width: 83.3333333333%; }

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

.small-11 { -webkit-box-flex: 0; -ms-flex: 0 0 91.6666666667%; flex: 0 0 91.6666666667%; max-width: 91.6666666667%; }

.small-offset-10 { margin-left: 83.3333333333%; }

.small-12 { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }

.small-offset-11 { margin-left: 91.6666666667%; }

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

.small-order-2 { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; }

.small-order-3 { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; }

.small-order-4 { -webkit-box-ordinal-group: 5; -ms-flex-order: 4; order: 4; }

.small-order-5 { -webkit-box-ordinal-group: 6; -ms-flex-order: 5; order: 5; }

.small-order-6 { -webkit-box-ordinal-group: 7; -ms-flex-order: 6; order: 6; }

.small-up-1 { -ms-flex-wrap: wrap; flex-wrap: wrap; }

.small-up-1 > .column, .small-up-1 > .columns { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }

.small-up-2 { -ms-flex-wrap: wrap; flex-wrap: wrap; }

.small-up-2 > .column, .small-up-2 > .columns { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }

.small-up-3 { -ms-flex-wrap: wrap; flex-wrap: wrap; }

.small-up-3 > .column, .small-up-3 > .columns { -webkit-box-flex: 0; -ms-flex: 0 0 33.3333333333%; flex: 0 0 33.3333333333%; max-width: 33.3333333333%; }

.small-up-4 { -ms-flex-wrap: wrap; flex-wrap: wrap; }

.small-up-4 > .column, .small-up-4 > .columns { -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }

.small-up-5 { -ms-flex-wrap: wrap; flex-wrap: wrap; }

.small-up-5 > .column, .small-up-5 > .columns { -webkit-box-flex: 0; -ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%; }

.small-up-6 { -ms-flex-wrap: wrap; flex-wrap: wrap; }

.small-up-6 > .column, .small-up-6 > .columns { -webkit-box-flex: 0; -ms-flex: 0 0 16.6666666667%; flex: 0 0 16.6666666667%; max-width: 16.6666666667%; }

.small-up-7 { -ms-flex-wrap: wrap; flex-wrap: wrap; }

.small-up-7 > .column, .small-up-7 > .columns { -webkit-box-flex: 0; -ms-flex: 0 0 14.2857142857%; flex: 0 0 14.2857142857%; max-width: 14.2857142857%; }

.small-up-8 { -ms-flex-wrap: wrap; flex-wrap: wrap; }

.small-up-8 > .column, .small-up-8 > .columns { -webkit-box-flex: 0; -ms-flex: 0 0 12.5%; flex: 0 0 12.5%; max-width: 12.5%; }

.small-collapse > .column, .small-collapse > .columns { padding-left: 0; padding-right: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns { padding-left: 0.625rem; padding-right: 0.625rem; }

@media screen and (min-width: 41.875em) { .medium-1 { -webkit-box-flex: 0; -ms-flex: 0 0 8.3333333333%; flex: 0 0 8.3333333333%; max-width: 8.3333333333%; }
  .medium-offset-0 { margin-left: 0%; }
  .medium-2 { -webkit-box-flex: 0; -ms-flex: 0 0 16.6666666667%; flex: 0 0 16.6666666667%; max-width: 16.6666666667%; }
  .medium-offset-1 { margin-left: 8.3333333333%; }
  .medium-3 { -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }
  .medium-offset-2 { margin-left: 16.6666666667%; }
  .medium-4 { -webkit-box-flex: 0; -ms-flex: 0 0 33.3333333333%; flex: 0 0 33.3333333333%; max-width: 33.3333333333%; }
  .medium-offset-3 { margin-left: 25%; }
  .medium-5 { -webkit-box-flex: 0; -ms-flex: 0 0 41.6666666667%; flex: 0 0 41.6666666667%; max-width: 41.6666666667%; }
  .medium-offset-4 { margin-left: 33.3333333333%; }
  .medium-6 { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
  .medium-offset-5 { margin-left: 41.6666666667%; }
  .medium-7 { -webkit-box-flex: 0; -ms-flex: 0 0 58.3333333333%; flex: 0 0 58.3333333333%; max-width: 58.3333333333%; }
  .medium-offset-6 { margin-left: 50%; }
  .medium-8 { -webkit-box-flex: 0; -ms-flex: 0 0 66.6666666667%; flex: 0 0 66.6666666667%; max-width: 66.6666666667%; }
  .medium-offset-7 { margin-left: 58.3333333333%; }
  .medium-9 { -webkit-box-flex: 0; -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; }
  .medium-offset-8 { margin-left: 66.6666666667%; }
  .medium-10 { -webkit-box-flex: 0; -ms-flex: 0 0 83.3333333333%; flex: 0 0 83.3333333333%; max-width: 83.3333333333%; }
  .medium-offset-9 { margin-left: 75%; }
  .medium-11 { -webkit-box-flex: 0; -ms-flex: 0 0 91.6666666667%; flex: 0 0 91.6666666667%; max-width: 91.6666666667%; }
  .medium-offset-10 { margin-left: 83.3333333333%; }
  .medium-12 { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
  .medium-offset-11 { margin-left: 91.6666666667%; }
  .medium-order-1 { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }
  .medium-order-2 { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; }
  .medium-order-3 { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; }
  .medium-order-4 { -webkit-box-ordinal-group: 5; -ms-flex-order: 4; order: 4; }
  .medium-order-5 { -webkit-box-ordinal-group: 6; -ms-flex-order: 5; order: 5; }
  .medium-order-6 { -webkit-box-ordinal-group: 7; -ms-flex-order: 6; order: 6; }
  .medium-up-1 { -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .medium-up-1 > .column, .medium-up-1 > .columns { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
  .medium-up-2 { -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .medium-up-2 > .column, .medium-up-2 > .columns { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
  .medium-up-3 { -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .medium-up-3 > .column, .medium-up-3 > .columns { -webkit-box-flex: 0; -ms-flex: 0 0 33.3333333333%; flex: 0 0 33.3333333333%; max-width: 33.3333333333%; }
  .medium-up-4 { -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .medium-up-4 > .column, .medium-up-4 > .columns { -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }
  .medium-up-5 { -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .medium-up-5 > .column, .medium-up-5 > .columns { -webkit-box-flex: 0; -ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%; }
  .medium-up-6 { -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .medium-up-6 > .column, .medium-up-6 > .columns { -webkit-box-flex: 0; -ms-flex: 0 0 16.6666666667%; flex: 0 0 16.6666666667%; max-width: 16.6666666667%; }
  .medium-up-7 { -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .medium-up-7 > .column, .medium-up-7 > .columns { -webkit-box-flex: 0; -ms-flex: 0 0 14.2857142857%; flex: 0 0 14.2857142857%; max-width: 14.2857142857%; }
  .medium-up-8 { -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .medium-up-8 > .column, .medium-up-8 > .columns { -webkit-box-flex: 0; -ms-flex: 0 0 12.5%; flex: 0 0 12.5%; max-width: 12.5%; } }

@media screen and (min-width: 41.875em) and (min-width: 41.875em) { .medium-expand { -webkit-box-flex: 1; -ms-flex: 1 1 0px; flex: 1 1 0px; } }

.row.medium-unstack > .column, .row.medium-unstack > .columns { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; }

@media screen and (min-width: 41.875em) { .row.medium-unstack > .column, .row.medium-unstack > .columns { -webkit-box-flex: 1; -ms-flex: 1 1 0px; flex: 1 1 0px; } }

@media screen and (min-width: 41.875em) { .medium-collapse > .column, .medium-collapse > .columns { padding-left: 0; padding-right: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns { padding-left: 0.9375rem; padding-right: 0.9375rem; } }

@media screen and (min-width: 64.0625em) { .large-1 { -webkit-box-flex: 0; -ms-flex: 0 0 8.3333333333%; flex: 0 0 8.3333333333%; max-width: 8.3333333333%; }
  .large-offset-0 { margin-left: 0%; }
  .large-2 { -webkit-box-flex: 0; -ms-flex: 0 0 16.6666666667%; flex: 0 0 16.6666666667%; max-width: 16.6666666667%; }
  .large-offset-1 { margin-left: 8.3333333333%; }
  .large-3 { -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }
  .large-offset-2 { margin-left: 16.6666666667%; }
  .large-4 { -webkit-box-flex: 0; -ms-flex: 0 0 33.3333333333%; flex: 0 0 33.3333333333%; max-width: 33.3333333333%; }
  .large-offset-3 { margin-left: 25%; }
  .large-5 { -webkit-box-flex: 0; -ms-flex: 0 0 41.6666666667%; flex: 0 0 41.6666666667%; max-width: 41.6666666667%; }
  .large-offset-4 { margin-left: 33.3333333333%; }
  .large-6 { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
  .large-offset-5 { margin-left: 41.6666666667%; }
  .large-7 { -webkit-box-flex: 0; -ms-flex: 0 0 58.3333333333%; flex: 0 0 58.3333333333%; max-width: 58.3333333333%; }
  .large-offset-6 { margin-left: 50%; }
  .large-8 { -webkit-box-flex: 0; -ms-flex: 0 0 66.6666666667%; flex: 0 0 66.6666666667%; max-width: 66.6666666667%; }
  .large-offset-7 { margin-left: 58.3333333333%; }
  .large-9 { -webkit-box-flex: 0; -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; }
  .large-offset-8 { margin-left: 66.6666666667%; }
  .large-10 { -webkit-box-flex: 0; -ms-flex: 0 0 83.3333333333%; flex: 0 0 83.3333333333%; max-width: 83.3333333333%; }
  .large-offset-9 { margin-left: 75%; }
  .large-11 { -webkit-box-flex: 0; -ms-flex: 0 0 91.6666666667%; flex: 0 0 91.6666666667%; max-width: 91.6666666667%; }
  .large-offset-10 { margin-left: 83.3333333333%; }
  .large-12 { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
  .large-offset-11 { margin-left: 91.6666666667%; }
  .large-order-1 { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }
  .large-order-2 { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; }
  .large-order-3 { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; }
  .large-order-4 { -webkit-box-ordinal-group: 5; -ms-flex-order: 4; order: 4; }
  .large-order-5 { -webkit-box-ordinal-group: 6; -ms-flex-order: 5; order: 5; }
  .large-order-6 { -webkit-box-ordinal-group: 7; -ms-flex-order: 6; order: 6; }
  .large-up-1 { -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .large-up-1 > .column, .large-up-1 > .columns { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
  .large-up-2 { -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .large-up-2 > .column, .large-up-2 > .columns { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
  .large-up-3 { -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .large-up-3 > .column, .large-up-3 > .columns { -webkit-box-flex: 0; -ms-flex: 0 0 33.3333333333%; flex: 0 0 33.3333333333%; max-width: 33.3333333333%; }
  .large-up-4 { -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .large-up-4 > .column, .large-up-4 > .columns { -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }
  .large-up-5 { -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .large-up-5 > .column, .large-up-5 > .columns { -webkit-box-flex: 0; -ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%; }
  .large-up-6 { -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .large-up-6 > .column, .large-up-6 > .columns { -webkit-box-flex: 0; -ms-flex: 0 0 16.6666666667%; flex: 0 0 16.6666666667%; max-width: 16.6666666667%; }
  .large-up-7 { -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .large-up-7 > .column, .large-up-7 > .columns { -webkit-box-flex: 0; -ms-flex: 0 0 14.2857142857%; flex: 0 0 14.2857142857%; max-width: 14.2857142857%; }
  .large-up-8 { -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .large-up-8 > .column, .large-up-8 > .columns { -webkit-box-flex: 0; -ms-flex: 0 0 12.5%; flex: 0 0 12.5%; max-width: 12.5%; } }

@media screen and (min-width: 64.0625em) and (min-width: 64.0625em) { .large-expand { -webkit-box-flex: 1; -ms-flex: 1 1 0px; flex: 1 1 0px; } }

.row.large-unstack > .column, .row.large-unstack > .columns { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; }

@media screen and (min-width: 64.0625em) { .row.large-unstack > .column, .row.large-unstack > .columns { -webkit-box-flex: 1; -ms-flex: 1 1 0px; flex: 1 1 0px; } }

@media screen and (min-width: 64.0625em) { .large-collapse > .column, .large-collapse > .columns { padding-left: 0; padding-right: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns { padding-left: 0.9375rem; padding-right: 0.9375rem; } }

.shrink { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; max-width: 100%; }

.column.align-top, .align-top.columns { -ms-flex-item-align: start; align-self: flex-start; }

.column.align-bottom, .align-bottom.columns { -ms-flex-item-align: end; align-self: flex-end; }

.column.align-middle, .align-middle.columns { -ms-flex-item-align: center; align-self: center; }

.column.align-stretch, .align-stretch.columns { -ms-flex-item-align: stretch; align-self: stretch; }

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td { margin: 0; padding: 0; }

p { font-size: inherit; line-height: 1.6; margin-bottom: 1rem; text-rendering: optimizeLegibility; }

em, i { font-style: italic; line-height: inherit; }

strong, b { font-weight: bold; line-height: inherit; }

small { font-size: 80%; line-height: inherit; }

h1, h2, h3, h4, h5, h6 { font-family: "GTWalsheim", Helvetica, Roboto, Arial, sans-serif; font-weight: normal; font-style: normal; color: inherit; text-rendering: optimizeLegibility; margin-top: 0; margin-bottom: 0.5rem; line-height: 1.4; }

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small { color: #cacaca; line-height: 0; }

h1 { font-size: 1.5rem; }

h2 { font-size: 1.25rem; }

h3 { font-size: 1.1875rem; }

h4 { font-size: 1.125rem; }

h5 { font-size: 1.0625rem; }

h6 { font-size: 1rem; }

@media screen and (min-width: 41.875em) { h1 { font-size: 3rem; }
  h2 { font-size: 2.5rem; }
  h3 { font-size: 1.9375rem; }
  h4 { font-size: 1.5625rem; }
  h5 { font-size: 1.25rem; }
  h6 { font-size: 1rem; } }

a { color: #f297aa; text-decoration: none; line-height: inherit; cursor: pointer; }

a:hover, a:focus { color: #ec6682; }

a img { border: 0; }

hr { max-width: 75rem; height: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #cacaca; border-left: 0; margin: 1.25rem auto; clear: both; }

ul, ol, dl { line-height: 1.6; margin-bottom: 1rem; list-style-position: outside; }

li { font-size: inherit; }

ul { list-style-type: disc; margin-left: 1.25rem; }

ol { margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol { margin-left: 1.25rem; margin-bottom: 0; }

dl { margin-bottom: 1rem; }

dl dt { margin-bottom: 0.3rem; font-weight: bold; }

blockquote { margin: 0 0 1rem; padding: 0.5625rem 1.25rem 0 1.1875rem; border-left: 1px solid #cacaca; }

blockquote, blockquote p { line-height: 1.6; color: #8a8a8a; }

cite { display: block; font-size: 0.8125rem; color: #8a8a8a; }

cite:before { content: '\2014 \0020'; }

abbr { color: #000; cursor: help; border-bottom: 1px dotted #000; }

code { font-family: Consolas, "Liberation Mono", Courier, monospace; font-weight: normal; color: #000; background-color: #e6e6e6; border: 1px solid #cacaca; padding: 0.125rem 0.3125rem 0.0625rem; }

kbd { padding: 0.125rem 0.25rem 0; margin: 0; background-color: #e6e6e6; color: #000; font-family: Consolas, "Liberation Mono", Courier, monospace; }

.subheader { margin-top: 0.2rem; margin-bottom: 0.5rem; font-weight: normal; line-height: 1.4; color: #8a8a8a; }

.lead { font-size: 20px; line-height: 1.6; }

.stat { font-size: 2.5rem; line-height: 1; }

p + .stat { margin-top: -1rem; }

.no-bullet { margin-left: 0; list-style: none; }

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

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

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

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

@media screen and (min-width: 41.875em) { .medium-text-left { text-align: left; }
  .medium-text-right { text-align: right; }
  .medium-text-center { text-align: center; }
  .medium-text-justify { text-align: justify; } }

@media screen and (min-width: 64.0625em) { .large-text-left { text-align: left; }
  .large-text-right { text-align: right; }
  .large-text-center { text-align: center; }
  .large-text-justify { text-align: justify; } }

.show-for-print { display: none !important; }

@media print { * { background: transparent !important; color: black !important; -webkit-box-shadow: none !important; box-shadow: none !important; text-shadow: none !important; }
  .show-for-print { display: block !important; }
  .hide-for-print { display: none !important; }
  table.show-for-print { display: table !important; }
  thead.show-for-print { display: table-header-group !important; }
  tbody.show-for-print { display: table-row-group !important; }
  tr.show-for-print { display: table-row !important; }
  td.show-for-print { display: table-cell !important; }
  th.show-for-print { display: table-cell !important; }
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  .ir a:after, a[href^='javascript:']:after, a[href^='#']:after { content: ''; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  pre, blockquote { border: 1px solid #8a8a8a; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; } }

.button { display: inline-block; text-align: center; line-height: 1; cursor: pointer; -webkit-appearance: none; -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out; transition: background-color 0.25s ease-out, color 0.25s ease-out; vertical-align: middle; border: 1px solid transparent; border-radius: 0; padding: 0.72em 1.3em; margin: 0; font-size: 14px; background-color: #000; color: #fff; }

[data-whatinput='mouse'] .button { outline: 0; }

.button:hover, .button:focus { background-color: #f297aa; color: #fff; }

.button.tiny { font-size: 0.6rem; }

.button.small { font-size: 0.75rem; }

.button.large { font-size: 1.25rem; }

.button.expanded { display: block; width: 100%; margin-left: 0; margin-right: 0; }

.button.primary { background-color: #f297aa; color: #fff; }

.button.primary:hover, .button.primary:focus { background-color: #e95171; color: #fff; }

.button.secondary { background-color: #7a7a7a; color: #fff; }

.button.secondary:hover, .button.secondary:focus { background-color: #626262; color: #fff; }

.button.success { background-color: #3adb76; color: #fff; }

.button.success:hover, .button.success:focus { background-color: #22bb5b; color: #fff; }

.button.warning { background-color: #ffae00; color: #fff; }

.button.warning:hover, .button.warning:focus { background-color: #cc8b00; color: #fff; }

.button.alert { background-color: #ec5840; color: #fff; }

.button.alert:hover, .button.alert:focus { background-color: #da3116; color: #fff; }

.button.hollow { border: 1px solid #f297aa; color: #f297aa; }

.button.hollow, .button.hollow:hover, .button.hollow:focus { background-color: transparent; }

.button.hollow:hover, .button.hollow:focus { border-color: #af1636; color: #af1636; }

.button.hollow.primary { border: 1px solid #f297aa; color: #f297aa; }

.button.hollow.primary:hover, .button.hollow.primary:focus { border-color: #af1636; color: #af1636; }

.button.hollow.secondary { border: 1px solid #7a7a7a; color: #7a7a7a; }

.button.hollow.secondary:hover, .button.hollow.secondary:focus { border-color: #3d3d3d; color: #3d3d3d; }

.button.hollow.success { border: 1px solid #3adb76; color: #3adb76; }

.button.hollow.success:hover, .button.hollow.success:focus { border-color: #157539; color: #157539; }

.button.hollow.warning { border: 1px solid #ffae00; color: #ffae00; }

.button.hollow.warning:hover, .button.hollow.warning:focus { border-color: #805700; color: #805700; }

.button.hollow.alert { border: 1px solid #ec5840; color: #ec5840; }

.button.hollow.alert:hover, .button.hollow.alert:focus { border-color: #881f0e; color: #881f0e; }

.button.disabled, .button[disabled] { opacity: 0.25; cursor: not-allowed; }

.button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus { background-color: #f297aa; color: #fff; }

.button.disabled.primary, .button[disabled].primary { opacity: 0.25; cursor: not-allowed; }

.button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary:hover, .button[disabled].primary:focus { background-color: #f297aa; color: #fff; }

.button.disabled.secondary, .button[disabled].secondary { opacity: 0.25; cursor: not-allowed; }

.button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus { background-color: #7a7a7a; color: #fff; }

.button.disabled.success, .button[disabled].success { opacity: 0.25; cursor: not-allowed; }

.button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus { background-color: #3adb76; color: #fff; }

.button.disabled.warning, .button[disabled].warning { opacity: 0.25; cursor: not-allowed; }

.button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus { background-color: #ffae00; color: #fff; }

.button.disabled.alert, .button[disabled].alert { opacity: 0.25; cursor: not-allowed; }

.button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus { background-color: #ec5840; color: #fff; }

.button.dropdown::after { content: ''; display: block; width: 0; height: 0; border: inset 0.4em; border-color: #fff transparent transparent; border-top-style: solid; border-bottom-width: 0; position: relative; top: 0.4em; float: right; margin-left: 1.3em; display: inline-block; }

.button.arrow-only::after { margin-left: 0; float: none; top: -0.1em; }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea { display: block; -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; height: 2.4375rem; padding: 0.5rem; border: 1px solid #939393; margin: 0 0 1rem; font-family: inherit; font-size: 1rem; color: #000; background-color: transparent; -webkit-box-shadow: none; box-shadow: none; border-radius: 0; -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; transition: box-shadow 0.5s, border-color 0.25s ease-in-out; transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; -webkit-appearance: none; -moz-appearance: none; }

[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus, textarea:focus { border: 1px solid #000; background-color: transparent; outline: none; -webkit-box-shadow: none; box-shadow: none; -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; transition: box-shadow 0.5s, border-color 0.25s ease-in-out; transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }

textarea { max-width: 100%; }

textarea[rows] { height: auto; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #9d9d9d; }

input:-ms-input-placeholder, textarea:-ms-input-placeholder { color: #9d9d9d; }

input::-ms-input-placeholder, textarea::-ms-input-placeholder { color: #9d9d9d; }

input::placeholder, textarea::placeholder { color: #9d9d9d; }

input:disabled, input[readonly], textarea:disabled, textarea[readonly] { background-color: #e6e6e6; cursor: default; }

[type='submit'], [type='button'] { border-radius: 0; -webkit-appearance: none; -moz-appearance: none; }

input[type="search"] { -webkit-box-sizing: border-box; box-sizing: border-box; }

[type='file'], [type='checkbox'], [type='radio'] { margin: 0 0 1rem; }

[type='checkbox'] + label, [type='radio'] + label { display: inline-block; margin-left: 0.5rem; margin-right: 1rem; margin-bottom: 0; vertical-align: baseline; }

[type='checkbox'] + label[for], [type='radio'] + label[for] { cursor: pointer; }

label > [type='checkbox'], label > [type='radio'] { margin-right: 0.5rem; }

[type='file'] { width: 100%; }

label { display: block; margin: 0; font-size: 0.875rem; font-weight: normal; line-height: 1.8; color: #000; }

label.middle { margin: 0 0 1rem; padding: 0.5625rem 0; }

.help-text { margin-top: -0.5rem; font-size: 0.8125rem; font-style: italic; color: #000; }

.input-group { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; margin-bottom: 1rem; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; }

.input-group > :first-child { border-radius: 0 0 0 0; }

.input-group > :last-child > * { border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group-button { margin: 0; white-space: nowrap; }

.input-group-label { text-align: center; padding: 0 1rem; background: #e6e6e6; color: #000; border: 1px solid #cacaca; white-space: nowrap; -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.input-group-label:first-child { border-right: 0; }

.input-group-label:last-child { border-left: 0; }

.input-group-field { border-radius: 0; -webkit-box-flex: 1; -ms-flex: 1 1 0px; flex: 1 1 0px; height: auto; }

.input-group-button { padding-top: 0; padding-bottom: 0; text-align: center; -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; }

.input-group-button a, .input-group-button input, .input-group-button button { margin: 0; }

fieldset { border: 0; padding: 0; margin: 0; }

legend { margin-bottom: 0.5rem; max-width: 100%; }

.fieldset { border: 1px solid #cacaca; padding: 1.25rem; margin: 1.125rem 0; }

.fieldset legend { background: #fff; padding: 0 0.1875rem; margin: 0; margin-left: -0.1875rem; }

select { height: 2.4375rem; padding: 0.5rem; border: 1px solid #939393; margin: 0 0 1rem; font-size: 1rem; font-family: inherit; line-height: normal; color: #000; background-color: #fff; border-radius: 0; -webkit-appearance: none; -moz-appearance: none; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>"); background-size: 9px 6px; background-position: right -1rem center; background-origin: content-box; background-repeat: no-repeat; padding-right: 1.5rem; }

@media screen and (min-width: 0\0) { select { background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }

select:disabled { background-color: #e6e6e6; cursor: default; }

select::-ms-expand { display: none; }

select[multiple] { height: auto; background-image: none; }

.is-invalid-input:not(:focus) { background-color: rgba(236, 88, 64, 0.1); border-color: #ec5840; }

.is-invalid-label { color: #ec5840; }

.form-error { display: none; margin-top: -0.5rem; margin-bottom: 1rem; font-size: 0.75rem; font-weight: bold; color: #ec5840; }

.form-error.is-visible { display: block; }

.menu { margin: 0; list-style-type: none; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; flex-wrap: nowrap; }

.menu > li { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; }

[data-whatinput='mouse'] .menu > li { outline: 0; }

.menu > li > a { display: block; padding: 0.7rem 1rem; line-height: 1; }

.menu input, .menu a, .menu button { margin-bottom: 0; }

.menu > li > a { display: -webkit-box; display: -ms-flexbox; display: flex; }

.menu > li > a { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row nowrap; flex-flow: row nowrap; }

.menu > li > a img, .menu > li > a i, .menu > li > a svg { margin-right: 0.25rem; }

.menu > li { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; }

.menu.vertical { -ms-flex-wrap: wrap; flex-wrap: wrap; }

.menu.vertical > li { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }

.menu.vertical > li > a { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }

@media screen and (min-width: 41.875em) { .menu.medium-horizontal { -ms-flex-wrap: nowrap; flex-wrap: nowrap; }
  .menu.medium-horizontal > li { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; }
  .menu.medium-vertical { -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .menu.medium-vertical > li { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
  .menu.medium-vertical > li > a { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; } }

@media screen and (min-width: 64.0625em) { .menu.large-horizontal { -ms-flex-wrap: nowrap; flex-wrap: nowrap; }
  .menu.large-horizontal > li { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; }
  .menu.large-vertical { -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .menu.large-vertical > li { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
  .menu.large-vertical > li > a { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; } }

.menu.simple li { line-height: 1; display: inline-block; margin-right: 1rem; }

.menu.simple a { padding: 0; }

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

.menu.expanded > li { -webkit-box-flex: 1; -ms-flex: 1 1 0px; flex: 1 1 0px; }

.menu.expanded > li:first-child:last-child { width: 100%; }

.menu.icon-top > li > a { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-flow: column nowrap; flex-flow: column nowrap; }

.menu.icon-top > li > a img, .menu.icon-top > li > a i, .menu.icon-top > li > a svg { -ms-flex-item-align: stretch; align-self: stretch; text-align: center; margin-bottom: 0.25rem; }

.menu.nested { margin-left: 1rem; }

.menu .active > a { color: #7a7a7a; background: none; }

.menu-text { font-weight: bold; color: inherit; line-height: 1; padding-top: 0; padding-bottom: 0; padding: 0.7rem 1rem; }

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

.menu-centered > .menu { display: inline-block; }

.no-js [data-responsive-menu] ul { display: none; }

.progress { background-color: #fff; height: 10px; margin-bottom: 1rem; border-radius: 5px; }

.progress.primary .progress-meter { background-color: #f297aa; }

.progress.secondary .progress-meter { background-color: #7a7a7a; }

.progress.success .progress-meter { background-color: #3adb76; }

.progress.warning .progress-meter { background-color: #ffae00; }

.progress.alert .progress-meter { background-color: #ec5840; }

.progress-meter { position: relative; display: block; width: 0%; height: 100%; background-color: #f297aa; border-radius: 0; }

.progress-meter-text { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); position: absolute; margin: 0; font-size: 0.75rem; font-weight: bold; color: #fff; white-space: nowrap; border-radius: 5px; }

.sticky-container { position: relative; }

.sticky { position: absolute; z-index: 0; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.sticky.is-stuck { position: fixed; z-index: 5; }

.sticky.is-stuck.is-at-top { top: 0; }

.sticky.is-stuck.is-at-bottom { bottom: 0; }

.sticky.is-anchored { position: absolute; left: auto; right: auto; }

.sticky.is-anchored.is-at-bottom { bottom: 0; }

.tabs { margin: 0; list-style-type: none; background: #fbfbfb; border: 1px solid none; }

.tabs::before, .tabs::after { content: ' '; display: table; -ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }

.tabs::after { clear: both; }

.tabs.vertical > li { width: auto; float: none; display: block; }

.tabs.simple > li > a { padding: 0; }

.tabs.simple > li > a:hover { background: transparent; }

.tabs.primary { background: #f297aa; }

.tabs.primary > li > a { color: #000; }

.tabs.primary > li > a:hover, .tabs.primary > li > a:focus { background: #f0869c; }

.tabs-title { float: left; }

.tabs-title > a { display: block; padding: 11px; line-height: 1; font-size: 1.125rem; }

.tabs-title > a:hover { background: none; }

.tabs-title > a:focus, .tabs-title > a[aria-selected='true'] { background: none; }

.tabs-content { background: #fff; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; border: 1px solid none; border-top: 0; }

.tabs-content.vertical { border: 1px solid none; border-left: 0; }

.tabs-panel { display: none; padding: 35px; }

.tabs-panel.is-active { display: block; }

@font-face { font-family: 'GTWalsheim'; src: url("../fonts/GTWalsheim/GTWalsheim.eot"); src: url("../fonts/GTWalsheim/GTWalsheim.eot") format("embedded-opentype"), url("../fonts/GTWalsheim/GTWalsheim.woff2") format("woff2"), url("../fonts/GTWalsheim/GTWalsheim.woff") format("woff"), url("../fonts/GTWalsheim/GTWalsheim.ttf") format("truetype"), url("../fonts/GTWalsheim/GTWalsheim.svg#GTWalsheim") format("svg"); }

html, body { -webkit-overflow-scrolling: touch; }

::-webkit-scrollbar { width: 5px; height: 5px; }

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

::-webkit-scrollbar-thumb { background: #f297aa; }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'] { outline: none; height: 38px; padding: 0 18px; }

[type="submit"], button { outline: none; }

textarea { resize: none; height: auto; padding: 10px 18px; }

textarea.clean { border: 0 !important; padding-left: 0; line-height: 1.6; padding: 0.5rem; }

a { color: #000; -webkit-transition: color 300ms; transition: color 300ms; }

a:hover path, a:focus path { fill: #f297aa; }

select.select7 { visibility: hidden; }

table { width: 100%; table-layout: fixed; border-spacing: 9px 7px; border-collapse: separate; }

@media screen and (max-width: 41.8125em) { table { border-spacing: 7px; font-size: 14px; display: -webkit-box; display: -ms-flexbox; display: flex; margin-bottom: -7px; }
  table thead, table tbody { width: 75%; display: -webkit-box; display: -ms-flexbox; display: flex; }
  table thead { width: 25%; }
  table thead tr { width: 100%; }
  table tbody tr { width: 33.33%; margin-left: 7px; } }

table th, table td { padding: 4px 10px; border: 1px solid #e5e5e5; text-align: center; }

@media screen and (max-width: 41.8125em) { table th, table td { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 100%; height: 44px; margin-bottom: 7px; padding: 0; } }

table th { background: #000; color: #fff; padding: 10px 15px; font-weight: 400; }

@media screen and (max-width: 41.8125em) { table th { padding: 0; } }

@media screen and (max-width: 41.8125em) { table td { background-color: #fff; } }

.button { letter-spacing: 4px; text-transform: uppercase; }

.button.min { min-width: 190px; }

.button.max { max-width: 190px; }

.button.higher { line-height: 1.5; }

.button.arrow_right::after { content: ''; display: inline-block; border: 6px solid transparent; border-left: 10px solid #fff; border-right: 0; margin-left: 6px; margin-right: -16px; margin-bottom: -1px; }

.progress { outline: none; border: 1px solid #fff; -webkit-box-shadow: inset 0 0 3px #cacaca, 0 0 3px #cacaca; box-shadow: inset 0 0 3px #cacaca, 0 0 3px #cacaca; }

.progress-meter { border-radius: 5px; -webkit-box-shadow: inset 0 0 3px #cacaca; box-shadow: inset 0 0 3px #cacaca; }

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar { background-color: #ef8097; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { width: 1px; background-color: #f297aa !important; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar::after { content: ''; position: absolute; top: calc(50% - 10.5px); left: -11px; width: 22px; height: 22px; border-radius: 50%; border: 2px solid #f297aa; background: radial-gradient(#f297aa 4px, #fff 5px); }

.mCSB_scrollTools .mCSB_draggerRail { width: 1px; background-color: #000; }

@media screen and (max-width: 41.8125em) { .mCSB_outside + .mCSB_scrollTools { right: -16px; } }

.wrap { min-height: 100vh; padding-top: 48px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; position: relative; }

@media screen and (max-width: 41.8125em) { .wrap { padding-top: 5px; } }

.wrap::after { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: -1; }

.wrap_main::after { background: url(../img/bg.png) center no-repeat; -webkit-animation: 1s 1.5s both fadeIn; animation: 1s 1.5s both fadeIn; }

.wrap_card::after { background: url(../img/bg_card.png) no-repeat; background-position: center bottom calc(50% - 30px); -webkit-animation: 300ms 1s both fadeIn, 1s 2s forwards fadeOutPart; animation: 300ms 1s both fadeIn, 1s 2s forwards fadeOutPart; }

@media screen and (max-width: 74.9375em) { .wrap_card::after { background-position: right calc(50vw - 355px) bottom calc(50% - 85px); background-size: 932px; } }

@media screen and (max-width: 41.8125em) { .wrap_card::after { background-position: right 20.2% bottom calc(50% - 69px); background-size: calc(172.4% - 20px); } }

@-webkit-keyframes fadeOutPart { from { opacity: 1; }
  to { opacity: 0.2; } }

@keyframes fadeOutPart { from { opacity: 1; }
  to { opacity: 0.2; } }

.wrap_wreath { overflow: hidden; }

.wrap_wreath::after { background: url(../img/bg_wreath.png) no-repeat; background-position: right calc(50vw - 904px) center; -webkit-animation: 300ms 1s both fadeIn, 1s 2s forwards fadeOutPart; animation: 300ms 1s both fadeIn, 1s 2s forwards fadeOutPart; }

@media screen and (max-width: 74.9375em) { .wrap_wreath::after { background-position: right calc(50% + 144px) bottom calc(50% - 70px); } }

@media screen and (max-width: 64em) { .wrap_wreath::after { background-position: right calc(50% + 126px) bottom calc(50% - 70px); } }

@media screen and (max-width: 41.8125em) { .wrap_wreath::after { background-position: right calc(50% - 6px) bottom calc(50% - 64px); background-size: 239%; } }

@media screen and (max-width: 28.375em) { .wrap_wreath::after { background-position: right calc(50% - 6px) bottom calc(50% - 75px); background-size: 235%; } }

@media screen and (max-width: 25.3125em) { .wrap_wreath::after { background-position: right calc(50% - 6px) bottom calc(50% - 86px); background-size: 232%; } }

@media screen and (max-width: 24.5em) { .wrap_wreath::after { background-position: right calc(50% - 6px) bottom calc(50% - 109px); background-size: 231%; } }

@media screen and (max-width: 22.625em) { .wrap_wreath::after { background-position: right calc(50% - 6px) bottom calc(50% - 120px); background-size: 228%; } }

.wrap_how { overflow: hidden; }

.wrap_how::after { background: fixed url(../img/bg_how.png) center no-repeat; -webkit-animation: 300ms 1s both fadeIn, 1s 2s forwards fadeOutPart; animation: 300ms 1s both fadeIn, 1s 2s forwards fadeOutPart; }

@media screen and (max-width: 64em) { .wrap_how::after { background-attachment: scroll; -webkit-animation: 300ms 800ms both fadeInPart; animation: 300ms 800ms both fadeInPart; } }

.wrap_price::after { background: fixed url(../img/bg_price.png) center no-repeat; -webkit-animation: 300ms 1s both fadeIn, 1s 2s forwards fadeOutPart; animation: 300ms 1s both fadeIn, 1s 2s forwards fadeOutPart; }

@media screen and (max-width: 64em) { .wrap_price::after { background-attachment: scroll; -webkit-animation: 300ms 800ms both fadeInPart; animation: 300ms 800ms both fadeInPart; } }

.wrap_start { overflow: hidden; }

.wrap_video { overflow: hidden; }

.wrap_video::after { background: url(../img/bg_video.png) center no-repeat; -webkit-animation: 1s 1s both fadeIn; animation: 1s 1s both fadeIn; }

.wrap_add { overflow: hidden; }

.wrap_add::after { background: url(../img/bg_add.png) center no-repeat; -webkit-animation: 1s 1s both fadeIn; animation: 1s 1s both fadeIn; }

.wrap_record::after { background: url(../img/bg_record.png) center no-repeat; -webkit-animation: 1s 1s both fadeIn; animation: 1s 1s both fadeIn; }

.wrap_register::after { background: fixed url(../img/bg_register.png) center no-repeat; -webkit-animation: 300ms 1s both fadeIn, 1s 2s forwards fadeOutPart; animation: 300ms 1s both fadeIn, 1s 2s forwards fadeOutPart; }

@media screen and (max-width: 41.8125em) { .wrap_register::after { background-attachment: scroll; -webkit-animation: 300ms 800ms both fadeInPart; animation: 300ms 800ms both fadeInPart; } }

.wrap_plan::after { background: fixed url(../img/bg_plan.png) center no-repeat; -webkit-animation: 300ms 800ms both fadeInPart; animation: 300ms 800ms both fadeInPart; }

@-webkit-keyframes fadeInPart { from { opacity: 0; }
  to { opacity: 0.2; } }

@keyframes fadeInPart { from { opacity: 0; }
  to { opacity: 0.2; } }

.wrap_whom { overflow: hidden; }

.wrap_whom::after { background: fixed url(../img/bg_whom.png) center no-repeat; -webkit-animation: 300ms 1s both fadeIn, 1s 2s forwards fadeOutPart; animation: 300ms 1s both fadeIn, 1s 2s forwards fadeOutPart; }

@media screen and (max-width: 74.9375em) { .wrap_whom::after { background-attachment: scroll; -webkit-animation: 300ms 800ms both fadeInPart; animation: 300ms 800ms both fadeInPart; } }

.wrap_play { overflow: hidden; }

.wrap_play::after { background: fixed url(../img/bg_card.png) no-repeat; background-position: right calc(50vw - 615px) bottom calc(50vh - 410px); -webkit-animation: 300ms 800ms both fadeInPart; animation: 300ms 800ms both fadeInPart; }

@media screen and (max-width: 74.9375em) { .wrap_play::after { background-position: right calc(50vw - 545px) bottom calc(50vh - 410px); } }

@media screen and (max-width: 41.8125em) { .wrap_play::after { background-position: right 21% top calc(50% - 150px); background-size: calc(174% - 20px); background-attachment: scroll; } }

.wrap_thank { overflow: hidden; }

.wrap_thank::after { background: fixed url(../img/bg_thank.png) center no-repeat; -webkit-animation: 300ms 1s both fadeIn, 1s 2s forwards fadeOutPart; animation: 300ms 1s both fadeIn, 1s 2s forwards fadeOutPart; }

@media screen and (max-width: 64em) { .wrap_thank::after { background-attachment: scroll; -webkit-animation: 300ms 800ms both fadeInPart; animation: 300ms 800ms both fadeInPart; } }

.wrap_blog::after { background: fixed url(../img/bg_blog.png) center no-repeat; -webkit-animation: 300ms 800ms both fadeIn; animation: 300ms 800ms both fadeIn; }

@media screen and (max-width: 41.8125em) { .wrap_blog::after { background-attachment: scroll; background-position: top center; } }

.wrap_article::after { background: url(../img/bg_article_left.png) left bottom no-repeat, url(../img/bg_article_right.png) right 53px no-repeat; -webkit-animation: 300ms 800ms both fadeIn; animation: 300ms 800ms both fadeIn; }

.wrap_contact { overflow: hidden; }

.wrap_contact::after { background: fixed url(../img/bg_contact.png) center no-repeat; -webkit-animation: 300ms 1s both fadeIn, 1s 2s forwards fadeOutPart; animation: 300ms 1s both fadeIn, 1s 2s forwards fadeOutPart; }

@media screen and (max-width: 41.8125em) { .wrap_contact::after { background-attachment: scroll; } }

.header { font-family: 'Playfair Display', serif; font-size: 35px; font-weight: 700; line-height: 1.2; }

.header_small { font-size: 18.5px; }

.header_medium { font-size: 50px; }

@media screen and (max-width: 41.8125em) { .header_medium { font-size: 40px; } }

.header_large { font-size: 78px; }

.header_largest { font-size: 98px; }

.header_accent { font-size: 152px; line-height: 0.3; margin-bottom: 38px; }

.head { height: 52px; position: relative; margin: 0 55px; margin-bottom: 30px; }

@media screen and (max-width: 74.9375em) { .head { margin-bottom: 0; } }

@media screen and (max-width: 41.8125em) { .head { position: static; margin: 0 10px; } }

.head.small { margin-bottom: 0; }

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

@media screen and (max-width: 41.8125em) { .head_logo { margin: 0 20px; } }

.head_hamb { min-width: 52px; height: 52px; cursor: pointer; position: relative; -webkit-transition: 300ms; transition: 300ms; z-index: 4; }

@media screen and (min-width: 75em) { .head_hamb:hover::before, .head_hamb:hover::after, .head_hamb_inner:hover, .head_hamb:hover::after, .head_hamb:hover .head_hamb_inner { width: 37px; } }

.head_hamb.is_active { background-color: #000; -webkit-box-shadow: 4px 5px 13px rgba(0, 0, 0, 0.3); box-shadow: 4px 5px 13px rgba(0, 0, 0, 0.3); }

@media screen and (max-width: 74.9375em) { .head_hamb.is_active { background: none; -webkit-box-shadow: none; box-shadow: none; } }

.head_hamb.is_active::before, .is_active.head_hamb::after, .is_active.head_hamb_inner, .head_hamb.is_active::after, .head_hamb.is_active .head_hamb_inner { width: 37px; background-color: #fff; }

.head_hamb::before, .head_hamb::after, .head_hamb_inner { content: ''; position: absolute; top: 15px; left: 7px; width: 37px; height: 1px; background-color: #000; -webkit-transition: 300ms; transition: 300ms; }

.head_hamb::after { top: auto; bottom: 15px; width: 20px; }

.head_hamb_inner { width: 30px; top: 25px; }

.head_nav { position: absolute; left: 0; top: 25%; max-width: 400px; font-family: 'Lato', sans-serif; font-weight: 300; font-size: 14px; line-height: 48px; text-transform: uppercase; -webkit-transition: 300ms; transition: 300ms; z-index: -1; opacity: 0; letter-spacing: 2px; }

@media screen and (max-width: 74.9375em) { .head_nav { position: fixed; top: 0; left: 0; width: 315px; min-height: 100vh; background: #000; -webkit-transform: translateX(-100%); transform: translateX(-100%); z-index: 3; padding-left: 50px; padding-top: 150px; font-size: 20px; } }

@media screen and (max-width: 41.8125em) { .head_nav { position: absolute; width: 100%; max-width: none; min-height: auto; height: 62px; -webkit-transform: translateY(-100%); transform: translateY(-100%); font-size: 14px; padding: 0; font-weight: 400; padding-left: 70px; } }

.head_nav.is_active { -webkit-transform: translateX(45px); transform: translateX(45px); z-index: 3; opacity: 1; }

@media screen and (max-width: 74.9375em) { .head_nav.is_active { -webkit-transform: translateX(0); transform: translateX(0); } }

.head_nav .menu { -ms-flex-wrap: wrap; flex-wrap: wrap; }

@media screen and (max-width: 74.9375em) { .head_nav .menu { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; } }

@media screen and (max-width: 41.8125em) { .head_nav .menu { height: 100%; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } }

.head_nav li { margin-left: 20px; }

@media screen and (max-width: 74.9375em) { .head_nav li { margin: 0; } }

.head_nav li:hover a, .head_nav li.active a { -webkit-box-shadow: 0 1px 0 #000; box-shadow: 0 1px 0 #000; }

@media screen and (max-width: 74.9375em) { .head_nav li:hover a, .head_nav li.active a { -webkit-box-shadow: 0 1px 0 #7a7a7a; box-shadow: 0 1px 0 #7a7a7a; } }

.head_nav li a { color: #000; -webkit-transition: 300ms; transition: 300ms; padding: 6px 12px; }

@media screen and (max-width: 74.9375em) { .head_nav li a { color: #fff !important; padding: 2px 0; margin: 0 0 40px 12px; } }

@media screen and (max-width: 41.8125em) { .head_nav li a { padding: 2px 3px; margin: 0 3px; } }

.head_social { position: absolute; top: 80px; left: 7px; margin: 0; list-style: none; }

@media screen and (max-width: 41.8125em) { .head_social { top: auto; bottom: 0; left: 0; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } }

.head_social a { display: block; width: 22px; height: 22px; margin-bottom: 16px; }

@media screen and (max-width: 41.8125em) { .head_social a { width: 33px; height: 33px; margin: 0 4px 20px; } }

.head_social a:hover .cls-1 { fill: #f297aa; }

.head_social .cls-1 { fill: #000; -webkit-transition: 300ms; transition: 300ms; }

.head_lang { width: auto; text-transform: uppercase; }

.content, .main_inner, .actually_inner, .check_inner, .add_inner, .record_inner, .plan_inner { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; margin: 0 120px; display: -webkit-box; display: -ms-flexbox; display: flex; position: relative; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

@media screen and (max-width: 74.9375em) { .content, .main_inner, .actually_inner, .check_inner, .add_inner, .record_inner, .plan_inner { margin: 0 100px; } }

@media screen and (max-width: 41.8125em) { .content, .main_inner, .actually_inner, .check_inner, .add_inner, .record_inner, .plan_inner { margin: 0 20px; } }

.main_inner { margin: 0; }

@media screen and (max-width: 74.9375em) { .main_inner { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } }

.main_header { z-index: 2; width: 254px; margin-right: -70px; text-align: right; }

@media screen and (max-width: 74.9375em) { .main_header { width: auto; margin: 0; text-align: center; } }

.main_header .header { margin-bottom: 32px; -webkit-animation-delay: 1.5s; animation-delay: 1.5s; }

@media screen and (max-width: 74.9375em) { .main_header .header { font-size: 50px; margin-bottom: 20px; -webkit-animation-name: fadeInDown; animation-name: fadeInDown; } }

@media screen and (max-width: 41.8125em) { .main_header .header { font-size: 30px; } }

@media screen and (max-width: 74.9375em) { .main_header .header > div { display: inline-block; } }

@media screen and (max-width: 41.8125em) { .main_header .header > div { display: block; } }

@media screen and (max-width: 74.9375em) { .main_header .header_accent { font-size: 50px; margin: 0; line-height: 1.2; } }

@media screen and (max-width: 41.8125em) { .main_header .header_accent { font-size: 89px; line-height: 0.4; margin-bottom: 35px; } }

@media screen and (max-width: 74.9375em) { .main_header .header_small { display: table !important; margin: auto; font-size: 21px; letter-spacing: 10px; } }

@media screen and (max-width: 41.8125em) { .main_header .header_small { font-size: 18px; letter-spacing: 0; } }

@media screen and (max-width: 74.9375em) { .main_header .header_small::before { content: ''; display: block; margin: auto; width: 85%; height: 1px; background-color: #000; margin-top: 6px; } }

@media screen and (max-width: 41.8125em) { .main_header .header_small::before { display: none; } }

.main_header .button { -webkit-animation-delay: 1.7s; animation-delay: 1.7s; }

@media screen and (max-width: 74.9375em) { .main_header .button { position: absolute; bottom: 3px; width: auto; left: calc(50% - 122px); } }

@media screen and (max-width: 41.8125em) { .main_header .button { bottom: 30px; } }

.main_content { position: relative; text-align: right; }

@media screen and (max-width: 74.9375em) { .main_content { margin-bottom: 50px; } }

@media screen and (max-width: 41.8125em) { .main_content { margin: 0; text-align: center; } }

.main_content_how { font-family: 'Lato', sans-serif; font-size: 14px; text-transform: uppercase; margin-top: 20px; display: inline-block; letter-spacing: 4px; -webkit-animation-delay: 1.2s; animation-delay: 1.2s; }

@media screen and (max-width: 74.9375em) { .main_content_how { position: absolute; bottom: -75px; left: calc(50% - 92px); margin: 0; } }

@media screen and (max-width: 41.8125em) { .main_content_how { position: static; margin-top: 56px; } }

.main_content_how svg { display: inline-block; width: 20px; height: 20px; margin-right: 10px; margin-bottom: -5px; }

.main_content_how svg path { -webkit-transition: 300ms; transition: 300ms; }

.main_video { display: block; width: 100%; }

.main_video_container { position: relative; max-width: 910px; height: 0; padding: 24% 0; overflow: hidden; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-animation-duration: 300ms; animation-duration: 300ms; -webkit-animation-delay: 800ms; animation-delay: 800ms; }

.main_video_container:hover .paused { opacity: 0.42; z-index: 2; }

.main_video_button { border: 12.48px solid #fff; border-radius: 50%; padding: 46.8px; width: 104px; height: 104px; font-size: 0; white-space: nowrap; text-align: center; cursor: pointer; position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); -webkit-box-sizing: content-box; box-sizing: content-box; opacity: 0.42; }

@media screen and (max-width: 74.9375em) { .main_video_button { border: 9.6px solid #fff; padding: 36px; width: 80px; height: 80px; } }

@media screen and (max-width: 41.8125em) { .main_video_button { border: 5.4px solid #fff; padding: 20.25px; width: 45px; height: 45px; } }

.main_video_button:hover { -webkit-transform: scale(1.1) translate(-45%, -45%); transform: scale(1.1) translate(-45%, -45%); -webkit-transform-origin: center; transform-origin: center; }

.main_video_button, .main_video_button::before, .main_video_button::after { content: ''; display: inline-block; vertical-align: middle; -webkit-transition: all 300ms; transition: all 300ms; transition-tiomig-function: cubic-bezier(1, 0, 0, 1); }

.main_video_button::before { margin-left: 17.3333333333px; border-left: 45.032px solid #fff; border-top: 26px solid transparent; border-bottom: 26px solid transparent; border-right: 0px solid transparent; height: 52px; }

@media screen and (max-width: 74.9375em) { .main_video_button::before { margin-left: 13.3333333333px; border-left: 34.64px solid #fff; border-top: 20px solid transparent; border-bottom: 20px solid transparent; height: 40px; } }

@media screen and (max-width: 41.8125em) { .main_video_button::before { margin-left: 7.5px; border-left: 19.485px solid #fff; border-top: 11.25px solid transparent; border-bottom: 11.25px solid transparent; height: 22.5px; } }

.main_video_button::after { margin: 0; border-left: 42.8876190476px solid #fff; border-top: 26px solid transparent; border-bottom: 26px solid transparent; height: 0px; -webkit-transform: translateX(-0.5%); transform: translateX(-0.5%); }

@media screen and (max-width: 74.9375em) { .main_video_button::after { border-left: 32.9904761905px solid #fff; border-top: 20px solid transparent; border-bottom: 20px solid transparent; -webkit-transform: none; transform: none; } }

@media screen and (max-width: 41.8125em) { .main_video_button::after { border-left: 18.5571428571px solid #fff; border-top: 11.25px solid transparent; border-bottom: 11.25px solid transparent; } }

.main_video_button.paused { opacity: 0; z-index: -1; }

.main_video_button.paused::before, .main_video_button.paused::after { margin: 0; border-left: 26px solid #fff; border-top: 0 solid transparent; border-bottom: 0 solid transparent; height: 104px; }

@media screen and (max-width: 74.9375em) { .main_video_button.paused::before, .main_video_button.paused::after { border-left: 20px solid #fff; height: 80px; } }

@media screen and (max-width: 41.8125em) { .main_video_button.paused::before, .main_video_button.paused::after { border-left: 11.25px solid #fff; height: 45px; } }

.main_video_button.paused::before { border-right: 31.2px solid transparent; }

@media screen and (max-width: 74.9375em) { .main_video_button.paused::before { border-right: 24px solid transparent; } }

@media screen and (max-width: 41.8125em) { .main_video_button.paused::before { border-right: 13.5px solid transparent; } }

.actually_inner { margin: 0; }

@media screen and (max-width: 74.9375em) { .actually_inner { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } }

.actually_content { width: 390px; margin-right: -125px; z-index: 2; margin-bottom: 14px; }

@media screen and (max-width: 74.9375em) { .actually_content { width: 100%; text-align: center; margin: 0; } }

.actually_content .header, .actually_content .button { -webkit-animation-delay: 1.3s; animation-delay: 1.3s; }

.actually_content .header { white-space: nowrap; }

@media screen and (max-width: 74.9375em) { .actually_content .header { -webkit-animation-name: fadeInDown; animation-name: fadeInDown; white-space: normal; font-size: 50px; }
  .actually_content .header br { display: none; } }

@media screen and (max-width: 41.8125em) { .actually_content .header { font-size: 40px; height: 96px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; text-align: center; } }

@media screen and (max-width: 74.9375em) { .actually_content .button { position: absolute; left: calc(50% - 95px); bottom: -26px; } }

@media screen and (max-width: 41.8125em) { .actually_content .button { bottom: 14px; } }

.actually_descr { font-size: 20px; line-height: 1.3; margin-top: 15px; margin-bottom: 33px; -webkit-animation-delay: 1.3s; animation-delay: 1.3s; }

@media screen and (max-width: 74.9375em) { .actually_descr { max-width: 720px; height: 70px; margin: auto; font-size: 18px; margin-top: 0; margin-bottom: 10px; -webkit-animation-name: fadeInDown; animation-name: fadeInDown; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } }

@media screen and (max-width: 41.8125em) { .actually_descr { height: 90px; font-size: 15px; margin-top: 5px; } }

.actually_card { width: 680px; height: 480px; -webkit-box-shadow: 0 0 65px rgba(0, 0, 0, 0.15); box-shadow: 0 0 65px rgba(0, 0, 0, 0.15); position: relative; overflow: hidden; background: #fff url(../img/card.svg) no-repeat; background-size: 832px; background-position: center -112px; -webkit-animation-delay: 1.3s; animation-delay: 1.3s; margin-left: -5px; }

@media screen and (max-width: 74.9375em) { .actually_card { width: 100%; max-width: 560px; height: 400px; background-size: 712px; background-position: center -102px; margin: 0; margin-bottom: 20px; } }

@media screen and (max-width: 41.8125em) { .actually_card { max-width: none; height: 0; padding: 27.8% 0; background-size: 140%; background-position: center bottom calc(50% - 15px); margin-bottom: 60px; } }

.check_inner { margin: 0; }

@media screen and (max-width: 74.9375em) { .check_inner { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } }

.check_content { position: relative; width: 340px; min-width: 340px; -webkit-animation-delay: 1.3s; animation-delay: 1.3s; }

@media screen and (max-width: 74.9375em) { .check_content { text-align: center; width: 100%; padding-bottom: 32px; -webkit-animation: none; animation: none; } }

@media screen and (max-width: 41.8125em) { .check_content { width: 100%; min-width: auto; padding-bottom: 10px; } }

.check_content .header { margin-bottom: 4px; }

@media screen and (max-width: 74.9375em) { .check_content .header { font-size: 50px; -webkit-animation: 1s 1.3s both fadeInDown; animation: 1s 1.3s both fadeInDown; } }

@media screen and (max-width: 41.8125em) { .check_content .header { font-size: 40px; } }

.check_descr { letter-spacing: -0.8px; text-align: justify; margin-right: 25px; }

@media screen and (max-width: 74.9375em) { .check_descr { font-size: 18px; text-align: center; margin: 0; max-width: 720px; margin: auto; -webkit-animation: 1s 1.3s both fadeInDown; animation: 1s 1.3s both fadeInDown; } }

@media screen and (max-width: 41.8125em) { .check_descr { font-size: 16px; } }

.check_steps { counter-reset: ch_step; margin-right: 25px; }

@media screen and (max-width: 74.9375em) { .check_steps { position: absolute; top: 100%; right: 0; width: 284px; margin: 0; -webkit-animation: 1s 1.3s both fadeInRight; animation: 1s 1.3s both fadeInRight; } }

@media screen and (max-width: 64em) { .check_steps { width: 250px; } }

@media screen and (max-width: 41.8125em) { .check_steps { position: static; width: 100%; -webkit-animation-name: fadeInDown; animation-name: fadeInDown; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-pack: distribute; justify-content: space-around; margin-top: 10px; } }

.check_step { counter-increment: ch_step; margin-top: 20px; }

@media screen and (max-width: 74.9375em) { .check_step { margin-top: 50px; }
  .check_step:first-child { margin: 0; } }

@media screen and (max-width: 41.8125em) { .check_step { width: 50%; margin: 0; } }

@media screen and (max-width: 74.9375em) { .check_step span { display: table; margin: auto; padding: 0 5px; font-weight: 700; border-bottom: 1px solid; } }

@media screen and (max-width: 41.8125em) { .check_step span { display: inline-block; } }

@media screen and (max-width: 74.9375em) { .check_step span + br { display: none; } }

@media screen and (max-width: 41.8125em) { .check_step span + br { display: block; } }

.check_step_title { font-family: 'Playfair Display', serif; text-transform: uppercase; font-size: 12px; letter-spacing: 10px; padding-bottom: 5px; border-bottom: 1px solid; margin-bottom: 2px; }

@media screen and (max-width: 74.9375em) { .check_step_title { display: table; margin: auto; padding-left: 15px; padding-right: 5px; font-size: 21px; margin-bottom: 5px; } }

@media screen and (max-width: 41.8125em) { .check_step_title { color: #794044; font-size: 14px; padding-bottom: 2px; padding-left: 10px; padding-right: 0; } }

.check_step_title::after { content: counter(ch_step); font-size: 16px; margin-left: 10px; }

@media screen and (max-width: 74.9375em) { .check_step_title::after { font-size: 27px; line-height: 0; } }

@media screen and (max-width: 41.8125em) { .check_step_title::after { font-size: 18px; } }

.check_step_descr { text-align: right; line-height: 1.5; }

@media screen and (max-width: 74.9375em) { .check_step_descr { text-align: center; font-size: 18px; } }

@media screen and (max-width: 41.8125em) { .check_step_descr { font-size: 16px; } }

.check_card { width: 100%; height: 100%; position: relative; }

.check_card_outer { width: 620px; height: 440px; position: relative; margin-left: 72px; margin-right: 78px; }

@media screen and (max-width: 74.9375em) { .check_card_outer { margin: 0; width: calc(100% - 300px); height: 400px; margin-right: 300px; } }

@media screen and (max-width: 64em) { .check_card_outer { width: calc(100% - 265px); margin-right: 265px; } }

@media screen and (max-width: 41.8125em) { .check_card_outer { width: 100%; height: auto; margin: 0; text-align: center; } }

.check_card_outer .button { position: absolute; z-index: 2; bottom: -66px; right: -56px; -webkit-animation-delay: 1.3s; animation-delay: 1.3s; }

@media screen and (max-width: 74.9375em) { .check_card_outer .button { width: 284px; bottom: 0; left: calc(100% + 15px); } }

@media screen and (max-width: 64em) { .check_card_outer .button { width: 250px; } }

@media screen and (max-width: 41.8125em) { .check_card_outer .button { position: static; width: auto; margin-top: 10px; } }

.check_card::before, .check_card::after { content: ''; position: absolute; top: 48px; left: -56px; width: 104%; height: 100%; background: #fff; -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.17); box-shadow: 0 0 16px rgba(0, 0, 0, 0.17); z-index: 1; -webkit-animation: 1s 2s both fadeInBottomLeft; animation: 1s 2s both fadeInBottomLeft; }

@media screen and (max-width: 74.9375em) { .check_card::before, .check_card::after { display: none; } }

@-webkit-keyframes fadeInBottomLeft { from { opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
            transform: translate3d(-100%, 100%, 0); }
  to { opacity: 1;
    -webkit-transform: none;
            transform: none; } }

@keyframes fadeInBottomLeft { from { opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
            transform: translate3d(-100%, 100%, 0); }
  to { opacity: 1;
    -webkit-transform: none;
            transform: none; } }

.check_card::after { width: 100%; height: 430px; top: -30px; left: 56px; -webkit-animation-name: fadeInUpRight; animation-name: fadeInUpRight; }

@-webkit-keyframes fadeInUpRight { from { opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
            transform: translate3d(100%, -100%, 0); }
  to { opacity: 1;
    -webkit-transform: none;
            transform: none; } }

@keyframes fadeInUpRight { from { opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
            transform: translate3d(100%, -100%, 0); }
  to { opacity: 1;
    -webkit-transform: none;
            transform: none; } }

.check_card_img { overflow: hidden; width: 100%; height: 100%; position: relative; -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.17); box-shadow: 0 0 16px rgba(0, 0, 0, 0.17); z-index: 2; background: #fff url(../img/card_check.svg) no-repeat; background-size: 1472px; background-position: right calc(50% - 7px) center; -webkit-animation-delay: 1.3s; animation-delay: 1.3s; }

@media screen and (max-width: 41.8125em) { .check_card_img { height: 0; padding: 35.7% 0; background-size: 260%; } }

@media screen and (max-width: 64em) { .how { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } }

.how_header { width: 330px; margin-right: 40px; z-index: 2; padding-left: 80px; -webkit-animation-delay: 1.3s; animation-delay: 1.3s; }

@media screen and (max-width: 64em) { .how_header { padding: 0; margin: 0; width: 100%; text-align: center; -webkit-animation-name: fadeInDown; animation-name: fadeInDown; } }

@media screen and (max-width: 64em) { .how_header .header { font-size: 50px; } }

@media screen and (max-width: 64em) { .how_header .header { font-size: 40px; } }

.how_card { position: relative; width: 595px; height: 425px; margin-top: 54px; }

@media screen and (max-width: 64em) { .how_card { width: 100%; height: auto; max-width: 645px; margin-top: 30px; } }

@media screen and (max-width: 41.8125em) { .how_card { margin-top: 20px; } }

.how_card::before { content: ''; position: absolute; top: -34px; left: -96px; width: 100%; height: 100%; -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.17); box-shadow: 0 0 16px rgba(0, 0, 0, 0.17); background: #fff url(../img/bg_how.png) center no-repeat; background-attachment: fixed; -webkit-animation: 1s 1.3s both fadeIn; animation: 1s 1.3s both fadeIn; }

@media screen and (max-width: 64em) { .how_card::before { display: none; } }

.how_card_inner { position: relative; width: 100%; height: 100%; -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.17); box-shadow: 0 0 16px rgba(0, 0, 0, 0.17); background-color: #fff; z-index: 2; padding: 45px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-animation-delay: 1.5s; animation-delay: 1.5s; }

@media screen and (max-width: 64em) { .how_card_inner { -webkit-box-shadow: none; box-shadow: none; background: none; padding: 0; } }

@media screen and (max-width: 41.8125em) { .how_card_inner { background-color: #fff; -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.17); box-shadow: 0 0 16px rgba(0, 0, 0, 0.17); padding: 25px; } }

.how_steps { counter-reset: ch_step; margin-right: 25px; margin: 0; }

.how_step { counter-increment: ch_step; margin-top: 20px; position: relative; }

.how_step:first-child { margin: 0; }

.how_step_top { display: -webkit-box; display: -ms-flexbox; display: flex; }

@media screen and (max-width: 41.8125em) { .how_step_top { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } }

.how_step_title { font-family: 'Playfair Display', serif; text-transform: uppercase; font-size: 12px; letter-spacing: 10px; padding-bottom: 5px; border-bottom: 1px solid; margin-bottom: 8px; color: #8d4c58; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; }

@media screen and (max-width: 64em) { .how_step_title { font-size: 20px; margin-bottom: 15px; } }

@media screen and (max-width: 41.8125em) { .how_step_title { font-size: 16px; margin-bottom: 2px; } }

.how_step_title::after { content: counter(ch_step); font-size: 16px; margin-left: 10px; }

@media screen and (max-width: 64em) { .how_step_title::after { font-size: 25px; line-height: 0; } }

@media screen and (max-width: 41.8125em) { .how_step_title::after { font-size: 22px; } }

.how_step_label { position: relative; top: 8px; font-family: 'Playfair Display', serif; font-size: 26px; text-transform: uppercase; padding-left: 20px; }

@media screen and (max-width: 64em) { .how_step_label { font-size: 33px; letter-spacing: 3.5px; } }

@media screen and (max-width: 41.8125em) { .how_step_label { top: 0; text-align: right; font-size: 18px; } }

.how_step_descr { text-align: right; line-height: 1.5; }

@media screen and (max-width: 64em) { .how_step_descr { font-size: 20px; padding-left: 10%; } }

@media screen and (max-width: 41.8125em) { .how_step_descr { font-size: 16px; padding-left: 5%; } }

.price_card { position: relative; width: 100%; max-width: 875px; margin: 90px 60px; }

@media screen and (max-width: 64em) { .price_card { margin: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } }

@media screen and (max-width: 41.8125em) { .price_card { -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; } }

.price_card_inner { position: relative; z-index: 2; width: 100%; height: 100%; background-color: #fff; -webkit-box-shadow: 0 0 60px rgba(0, 0, 0, 0.17); box-shadow: 0 0 60px rgba(0, 0, 0, 0.17); padding: 28px 13px; -webkit-animation-delay: 1.5s; animation-delay: 1.5s; }

@media screen and (max-width: 64em) { .price_card_inner { margin: 60px 0; -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; } }

@media screen and (max-width: 41.8125em) { .price_card_inner { margin: 20px 0; padding: 0; background: none; -webkit-box-shadow: none; box-shadow: none; } }

.price_card::before, .price_card::after { content: ''; position: absolute; top: 45px; left: -60px; width: 94%; height: 230px; background: #fff url(../img/bg_price.png) center no-repeat; background-attachment: fixed; -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.17); box-shadow: 0 0 16px rgba(0, 0, 0, 0.17); -webkit-animation: 1s 1.3s both fadeIn; animation: 1s 1.3s both fadeIn; }

@media screen and (max-width: 64em) { .price_card::before, .price_card::after { display: none; } }

.price_card::after { width: 90%; top: -58px; left: 120px; }

.price_card .header { position: absolute; z-index: 2; top: -110px; left: -60px; -webkit-animation-delay: 1.3s; animation-delay: 1.3s; }

@media screen and (max-width: 64em) { .price_card .header { position: static; font-size: 50px; text-align: center; -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; } }

@media screen and (max-width: 41.8125em) { .price_card .header { font-size: 40px; } }

.price_card .button { position: absolute; z-index: 2; right: -30px; bottom: -16px; -webkit-animation-delay: 1.3s; animation-delay: 1.3s; }

@media screen and (max-width: 64em) { .price_card .button { position: static; -webkit-box-ordinal-group: 5; -ms-flex-order: 4; order: 4; } }

.price_card_hint { position: absolute; bottom: -65px; left: -60px; -webkit-animation-delay: 1.3s; animation-delay: 1.3s; }

@media screen and (max-width: 64em) { .price_card_hint { position: static; max-width: 380px; margin: auto; text-align: center; font-size: 18px; -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; } }

@media screen and (max-width: 41.8125em) { .price_card_hint { font-size: 16px; } }

.start { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

@media screen and (max-width: 64em) { .start { margin: 0; } }

@media screen and (max-width: 41.8125em) { .start { margin: 0 20px; } }

.start_header { -webkit-animation-delay: 500ms; animation-delay: 500ms; text-align: center; }

@media screen and (max-width: 74.9375em) { .start_header { max-width: 520px; } }

.start_header .header::after { content: ''; display: block; margin: auto; width: 239px; height: 1px; background: #000; opacity: 0.15; margin-top: 10px; margin-bottom: 14px; }

@media screen and (max-width: 74.9375em) { .start_header .header::after { display: none; } }

.start_header_descr { font-family: 'Playfair Display', serif; font-size: 14px; font-weight: 700; text-align: center; letter-spacing: 10px; min-height: 16px; }

@media screen and (max-width: 74.9375em) { .start_header_descr { font-size: 21px; }
  .start_header_descr::before { content: ''; display: block; margin: auto; width: 80%; height: 1px; background: #000; opacity: 0.15; margin-top: 10px; margin-bottom: 10px; } }

@media screen and (max-width: 41.8125em) { .start_header_descr { font-size: 12px; letter-spacing: 8px; text-transform: uppercase; } }

.start_container { width: 100%; max-width: 1130px; margin-top: 10px; -webkit-box-shadow: inset 1px 1px 35px rgba(0, 0, 0, 0.1); box-shadow: inset 1px 1px 35px rgba(0, 0, 0, 0.1); padding: 45px 90px 20px 70px; -webkit-animation-delay: 1s; animation-delay: 1s; }

@media screen and (max-width: 74.9375em) { .start_container { padding: 25px 48px; margin-top: 25px; } }

@media screen and (max-width: 41.8125em) { .start_container { padding: 15px 8px; padding-right: 25px; } }

.start_cards { height: 47vh; min-height: 370px; }

.start_cards .mCSB_container { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.start_cards .mCSB_container .start_card { opacity: 1; }

.start_card { width: calc(25% - 30px); margin: 0 15px; margin-bottom: 13px; opacity: 0; -webkit-transition: 300ms; transition: 300ms; }

@media screen and (max-width: 41.8125em) { .start_card { width: calc(50% - 16px); margin: 0 8px; margin-bottom: 8px; } }

.start_card:hover .start_card_img { -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.31); box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.31); }

.start_card:hover .start_card_actions { opacity: 1; }

.start_card_img { position: relative; border: 1px solid #b3b3b3; margin-bottom: 8px; -webkit-transition: 300ms; transition: 300ms; }

.start_card_img img { width: 100%; }

.start_card_actions { position: absolute; right: 0; bottom: 0; opacity: 0; -webkit-transition: 300ms; transition: 300ms; display: -webkit-box; display: -ms-flexbox; display: flex; }

.start_card_actions a { display: block; width: 40px; height: 40px; background: #000; padding: 10px; -webkit-transition: 300ms; transition: 300ms; margin-left: 2px; }

.start_card_actions a:hover { background-color: #f297aa; }

.start_card_title { min-height: 19px; }

.zoom_container { position: relative; margin-top: 35px; width: 100%; -webkit-animation-delay: 1s; animation-delay: 1s; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

.zoom_img { display: table; margin: auto; border: 1px solid #cfcfcf; }

@media screen and (max-width: 41.8125em) { .zoom_img { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; } }

.zoom_controls { width: 80%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; position: absolute; top: calc(50% - 67px); left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

@media screen and (max-width: 41.8125em) { .zoom_controls { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; width: 98%; } }

.zoom_controls a { width: 32px; height: 60px; background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgNDkuNzYgOTIuOCI+PGRlZnM+PHN0eWxlPi5jbHMtMSB7ZmlsbDogbm9uZTt9LmNscy0yIHtjbGlwLXBhdGg6IHVybCgjY2xpcC1wYXRoKTt9PC9zdHlsZT48Y2xpcFBhdGggaWQ9ImNsaXAtcGF0aCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAtMC4wOCkiPjxyZWN0IGNsYXNzPSJjbHMtMSIgd2lkdGg9IjQ5LjkyIiBoZWlnaHQ9IjkzLjg0IiAvPjwvY2xpcFBhdGg+PC9kZWZzPjxwYXRoIGQ9Ik00NC4xNiw5MS45MmEzLjI4LDMuMjgsMCwwLDAsNC42NCwwLDMuMjksMy4yOSwwLDAsMCwwLTQuNjRMOCw0Ni40OCw0OC44LDUuNjhBMy4yOCwzLjI4LDAsMCwwLDQ0LjE2LDFMMSw0NC4xNkEzLjI4LDMuMjgsMCwwLDAsMSw0OC44Wm0wLDAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLTAuMDgpIiAvPgo8L3N2Zz4K); background-repeat: no-repeat; }

@media screen and (max-width: 41.8125em) { .zoom_controls a { width: 20px; height: 37px; } }

.zoom_controls_next { -webkit-transform: scale(-1, 1); transform: scale(-1, 1); }

.zoom_actions { width: 70%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin: auto; margin-top: -52px; }

@media screen and (max-width: 41.8125em) { .zoom_actions { -webkit-box-ordinal-group: 5; -ms-flex-order: 4; order: 4; margin: auto; max-width: 90px; margin-top: 20px; } }

.zoom_actions a { width: 52px; height: 52px; background-color: #000; padding: 9px; -webkit-transition: 300ms; transition: 300ms; }

.zoom_actions a img { max-height: 100%; }

@media screen and (max-width: 41.8125em) { .zoom_actions a { width: 34px; height: 34px; padding: 6px; } }

.zoom_actions a:hover { background-color: #f297aa; }

.zoom_amount { max-width: 240px; margin: auto; margin-top: 15px; text-align: center; font-size: 18px; }

@media screen and (max-width: 41.8125em) { .zoom_amount { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; } }

.zoom_amount_input { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin-top: 10px; }

.zoom_amount_input button { position: relative; -webkit-box-flex: 0; -ms-flex: 0 0 34px; flex: 0 0 34px; width: 34px; height: 34px; background-color: #000; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-transition: 300ms; transition: 300ms; }

.zoom_amount_input button:hover { background-color: #f297aa; }

.zoom_amount_input button::before { content: ''; display: block; width: 15px; height: 1px; background-color: #fff; }

.zoom_amount_input button:last-child::after { content: ''; position: absolute; top: 9.5px; left: 17px; display: block; width: 1px; height: 15px; background-color: #fff; }

.zoom_amount_input input { margin: 0; width: 90px; height: 34px; text-align: center; -webkit-box-shadow: inset 1px 1px 6px rgba(0, 0, 0, 0.18) !important; box-shadow: inset 1px 1px 6px rgba(0, 0, 0, 0.18) !important; border: 0 !important; }

@media screen and (max-width: 74.9375em) { .video { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } }

.video_content { width: 460px; background-color: #fff; -webkit-box-shadow: 0 0 65px rgba(0, 0, 0, 0.15); box-shadow: 0 0 65px rgba(0, 0, 0, 0.15); padding: 30px 100px 30px 70px; margin-top: -100px; margin-right: -40px; -webkit-animation-delay: 1s; animation-delay: 1s; }

@media screen and (max-width: 74.9375em) { .video_content { width: 100%; max-width: 410px; margin: 0; margin-bottom: 25px; text-align: center; -webkit-box-shadow: none; box-shadow: none; background: none; padding: 0; -webkit-animation-name: fadeInDown; animation-name: fadeInDown; } }

.video_content .header { margin-top: -10px; }

@media screen and (max-width: 74.9375em) { .video_content .header { font-size: 50px; } }

@media screen and (max-width: 41.8125em) { .video_content .header { font-size: 40px; } }

.video_descr { font-size: 18px; line-height: 1.3; }

@media screen and (max-width: 41.8125em) { .video_descr { font-size: 16px; } }

.video_variants { width: 645px; min-width: 615px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-animation-delay: 500ms; animation-delay: 500ms; }

@media screen and (max-width: 74.9375em) { .video_variants { width: 100%; max-width: 645px; } }

@media screen and (max-width: 41.8125em) { .video_variants { min-width: auto; } }

.video_variant { width: 295px; -webkit-box-shadow: 0 0 65px rgba(0, 0, 0, 0.15); box-shadow: 0 0 65px rgba(0, 0, 0, 0.15); }

@media screen and (max-width: 41.8125em) { .video_variant { width: calc(50% - 10px); }
  .video_variant:first-child { margin-right: 20px; } }

.video_variant_add { min-width: 295px; -webkit-animation-delay: 500ms; animation-delay: 500ms; }

@media screen and (max-width: 41.8125em) { .video_variant_add { width: 100%; max-width: 250px; min-width: auto; } }

.video_variant_add .video_variant_img { height: 325px; padding-left: 15px; padding-right: 15px; border-bottom: 0; }

@media screen and (max-width: 74.9375em) { .video_variant_add .video_variant_img { height: 300px; } }

@media screen and (max-width: 41.8125em) { .video_variant_add .video_variant_img { height: 250px; padding: 0; } }

.video_variant_add .video_variant_content { height: 165px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

@media screen and (max-width: 41.8125em) { .video_variant_add .video_variant_content { height: auto; padding-top: 20px; }
  .video_variant_add .video_variant_content .button { height: auto; min-height: 40px; } }

.video_variant_img { height: 350px; border: 40px solid #fff; border-top-width: 30px; border-bottom-width: 25px; background: rgba(255, 255, 255, 0.75); text-align: center; padding: 95px 10px 0 20px; -webkit-box-shadow: inset 0 0 65px rgba(0, 0, 0, 0.15); box-shadow: inset 0 0 65px rgba(0, 0, 0, 0.15); }

@media screen and (max-width: 74.9375em) { .video_variant_img { height: 300px; padding-top: 55px; border-bottom-width: 30px; } }

@media screen and (max-width: 41.8125em) { .video_variant_img { height: auto; border-width: 20px; padding-top: 20%; padding-bottom: 20%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } }

.video_variant_progress { width: 100px; height: 100px; margin: auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; text-align: center; font-size: 18px; position: relative; margin-bottom: 45px; }

@media screen and (max-width: 41.8125em) { .video_variant_progress { margin: 0; margin-bottom: 30px; } }

@media screen and (max-width: 41.8125em) { .video_variant_progress_bar { width: 90%; } }

.video_variant_progress .uil-spin-css { background: none; position: absolute; top: 50%; left: 50%; width: 200px; height: 200px; -webkit-transform: scale(0.75) translate(-50%, -50%); transform: scale(0.75) translate(-50%, -50%); -webkit-transform-origin: top left; transform-origin: top left; }

@-webkit-keyframes uil-spin-css { 0% { opacity: 1;
    -webkit-transform: scale(2);
    transform: scale(2); }
  100% { opacity: 0.1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes uil-spin-css { 0% { opacity: 1;
    -webkit-transform: scale(2);
    transform: scale(2); }
  100% { opacity: 0.1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

.video_variant_progress .uil-spin-css > div { width: 12px; height: 12px; margin-left: 10px; margin-top: 10px; position: absolute; }

.video_variant_progress .uil-spin-css > div > div { width: 100%; height: 100%; border-radius: 15px; background: #e4b4ae; -webkit-animation-name: uil-spin-css; animation-name: uil-spin-css; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-timing-function: linear; animation-timing-function: linear; }

.video_variant_progress .uil-spin-css > div:nth-of-type(1) > div { -webkit-animation-delay: 0s; animation-delay: 0s; }

.video_variant_progress .uil-spin-css > div:nth-of-type(1) { -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0); transform: translate(84px, 84px) rotate(45deg) translate(70px, 0); }

.video_variant_progress .uil-spin-css > div:nth-of-type(2) > div { -webkit-animation-delay: 0.12s; animation-delay: 0.12s; }

.video_variant_progress .uil-spin-css > div:nth-of-type(2) { -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0); transform: translate(84px, 84px) rotate(90deg) translate(70px, 0); }

.video_variant_progress .uil-spin-css > div:nth-of-type(3) > div { -webkit-animation-delay: 0.25s; animation-delay: 0.25s; }

.video_variant_progress .uil-spin-css > div:nth-of-type(3) { -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0); transform: translate(84px, 84px) rotate(135deg) translate(70px, 0); }

.video_variant_progress .uil-spin-css > div:nth-of-type(4) > div { -webkit-animation-delay: 0.37s; animation-delay: 0.37s; }

.video_variant_progress .uil-spin-css > div:nth-of-type(4) { -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0); transform: translate(84px, 84px) rotate(180deg) translate(70px, 0); }

.video_variant_progress .uil-spin-css > div:nth-of-type(5) > div { -webkit-animation-delay: 0.5s; animation-delay: 0.5s; }

.video_variant_progress .uil-spin-css > div:nth-of-type(5) { -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0); transform: translate(84px, 84px) rotate(225deg) translate(70px, 0); }

.video_variant_progress .uil-spin-css > div:nth-of-type(6) > div { -webkit-animation-delay: 0.62s; animation-delay: 0.62s; }

.video_variant_progress .uil-spin-css > div:nth-of-type(6) { -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0); transform: translate(84px, 84px) rotate(270deg) translate(70px, 0); }

.video_variant_progress .uil-spin-css > div:nth-of-type(7) > div { -webkit-animation-delay: 0.75s; animation-delay: 0.75s; }

.video_variant_progress .uil-spin-css > div:nth-of-type(7) { -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0); transform: translate(84px, 84px) rotate(315deg) translate(70px, 0); }

.video_variant_progress .uil-spin-css > div:nth-of-type(8) > div { -webkit-animation-delay: 0.87s; animation-delay: 0.87s; }

.video_variant_progress .uil-spin-css > div:nth-of-type(8) { -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0); transform: translate(84px, 84px) rotate(360deg) translate(70px, 0); }

.video_variant_content { height: 140px; background-color: #fff; padding: 0 40px; }

@media screen and (max-width: 74.9375em) { .video_variant_content { height: 130px; } }

@media screen and (max-width: 41.8125em) { .video_variant_content { height: auto; padding: 0 20px; padding-bottom: 20px; }
  .video_variant_content .button { height: 100%; min-height: 50px; padding: 5px; font-size: 12px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } }

.video_variant_content [type="file"] { display: none; }

.video_variant_content p { font-size: 18px; margin: 10px 0 0; }

.add_inner { margin: 0; }

@media screen and (max-width: 74.9375em) { .add_inner { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } }

.add_header { margin-right: 60px; -webkit-animation-delay: 1s; animation-delay: 1s; }

@media screen and (max-width: 74.9375em) { .add_header { text-align: center; margin: 0; margin-bottom: 35px; -webkit-animation-name: fadeInDown; animation-name: fadeInDown; }
  .add_header > div { display: inline; }
  .add_header br { display: none; } }

@media screen and (max-width: 41.8125em) { .add_header { margin-bottom: 20px; } }

.add_header .header { line-height: .9; margin-bottom: .2em; }

@media screen and (max-width: 74.9375em) { .add_header .header_largest { font-size: 50px; } }

@media screen and (max-width: 41.8125em) { .add_header .header_largest { font-size: 40px; } }

.add_next { margin-left: 200px; margin-bottom: -373px; -webkit-animation-delay: 1s; animation-delay: 1s; }

@media screen and (max-width: 74.9375em) { .add_next { position: absolute; right: 0; bottom: 0; margin: 0; } }

@media screen and (max-width: 41.8125em) { .add_next { position: static; margin-top: 20px; -webkit-animation-name: fadeInUp; animation-name: fadeInUp; } }

.record_inner { margin: 0; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; }

@media screen and (max-width: 74.9375em) { .record_inner { margin-top: 60px; padding-top: 40px; } }

@media screen and (max-width: 64em) { .record_inner { padding-top: 30px; } }

@media screen and (max-width: 41.8125em) { .record_inner { -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; padding: 0; margin: 0; } }

.record_card { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; width: 100%; max-width: 697px; -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.17); box-shadow: 0 0 16px rgba(0, 0, 0, 0.17); background-color: #fff; padding: 30px 40px; margin-right: 24px; -webkit-animation-delay: 500ms; animation-delay: 500ms; }

@media screen and (max-width: 64em) { .record_card { padding: 30px; } }

@media screen and (max-width: 41.8125em) { .record_card { padding: 20px; margin-bottom: 46px; -webkit-animation-name: fadeIn; animation-name: fadeIn; } }

.record_card_video { -webkit-box-shadow: inset 0 0 16px rgba(0, 0, 0, 0.17); box-shadow: inset 0 0 16px rgba(0, 0, 0, 0.17); margin-bottom: 30px; }

@media screen and (max-width: 41.8125em) { .record_card_video { margin-bottom: 20px; } }

.record_card_actions { width: 135px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

@media screen and (max-width: 64em) { .record_card_actions { width: 120px; } }

@media screen and (max-width: 41.8125em) { .record_card_actions { width: 100px; } }

.record_card_actions button { display: block; width: 45px; height: 45px; background-color: #000; }

@media screen and (max-width: 64em) { .record_card_actions button { width: 40px; height: 40px; } }

@media screen and (max-width: 41.8125em) { .record_card_actions button { width: 30px; height: 30px; } }

.record_card_actions_rec { border-radius: 50%; }

.record_content { width: 28%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-animation-delay: 500ms; animation-delay: 500ms; }

@media screen and (max-width: 74.9375em) { .record_content { min-width: 190px; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding-bottom: 36px; -webkit-animation: none; animation: none; } }

@media screen and (max-width: 64em) { .record_content { min-width: 160px; } }

@media screen and (max-width: 41.8125em) { .record_content { width: 100%; padding-bottom: 20px; } }

.record_content_time { font-size: 47px; }

@media screen and (max-width: 74.9375em) { .record_content_time { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; font-size: 40px; margin-top: 5px; -webkit-animation: 1s 500ms both fadeInRight; animation: 1s 500ms both fadeInRight; } }

@media screen and (max-width: 41.8125em) { .record_content_time { margin: 0; -webkit-animation-name: fadeInDown; animation-name: fadeInDown; } }

@media screen and (max-width: 74.9375em) { .record_content .button { position: absolute; bottom: 0; right: 0; -webkit-animation: 1s 500ms both fadeInRight; animation: 1s 500ms both fadeInRight; } }

@media screen and (max-width: 64em) { .record_content .button { max-width: 160px; } }

@media screen and (max-width: 41.8125em) { .record_content .button { max-width: none; -webkit-animation-name: fadeInUp; animation-name: fadeInUp; } }

.record_header { font-size: 27px; }

@media screen and (max-width: 74.9375em) { .record_header { text-align: center; font-size: 18px; -webkit-animation: 1s 500ms both fadeIn; animation: 1s 500ms both fadeIn; } }

@media screen and (max-width: 41.8125em) { .record_header { -webkit-animation-name: fadeInDown; animation-name: fadeInDown; } }

@media screen and (max-width: 74.9375em) { .record_header .header { position: absolute; left: 0; bottom: 100%; width: 100%; font-size: 50px; white-space: nowrap; -webkit-animation: 1s 500ms both fadeInDown; animation: 1s 500ms both fadeInDown; } }

@media screen and (max-width: 41.8125em) { .record_header .header { position: static; white-space: normal; font-size: 40px; margin-bottom: 5px; } }

@media screen and (max-width: 64em) { .register { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } }

.register_content { width: 325px; -webkit-animation-delay: 1.3s; animation-delay: 1.3s; }

@media screen and (max-width: 64em) { .register_content { width: 100%; text-align: center; -webkit-animation-name: fadeInDown; animation-name: fadeInDown; } }

.register_content .header { font-size: 32px; }

@media screen and (max-width: 64em) { .register_content .header { font-size: 20px; letter-spacing: 8px; } }

@media screen and (max-width: 41.8125em) { .register_content .header { letter-spacing: 0; font-size: 18px; } }

@media screen and (max-width: 64em) { .register_content .header_large { display: table; margin: auto; font-size: 50px; padding: 0 60px; padding-bottom: 5px; border-bottom: 1px solid rgba(0, 0, 0, 0.15); letter-spacing: 0; margin-bottom: 5px; white-space: nowrap; } }

@media screen and (max-width: 41.8125em) { .register_content .header_large { white-space: normal; border: 0; padding: 0; font-size: 40px; } }

.register_content_descr { line-height: 1.4; text-align: justify; margin-right: 20px; margin-top: 5px; }

@media screen and (max-width: 64em) { .register_content_descr { text-align: center; font-size: 18px; width: 85%; margin: auto; margin-top: 5px; } }

@media screen and (max-width: 41.8125em) { .register_content_descr { width: 100%; font-size: 16px; } }

.register_card { position: relative; width: 100%; max-width: 423px; height: 283px; margin-left: 145px; }

@media screen and (max-width: 64em) { .register_card { margin: 35px 0; } }

@media screen and (max-width: 41.8125em) { .register_card { margin-top: 15px; margin-bottom: 50px; height: 230px; } }

.register_card_inner { width: 100%; height: 100%; -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.17); box-shadow: 0 0 16px rgba(0, 0, 0, 0.17); background-color: #fff; position: relative; z-index: 1; -webkit-animation-delay: 1.5s; animation-delay: 1.5s; }

.register_card::before, .register_card::after { content: ''; position: absolute; left: -75px; bottom: -56px; width: 103%; height: 250px; -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.17); box-shadow: 0 0 16px rgba(0, 0, 0, 0.17); background: #fff url(../img/card_register.svg) center no-repeat; background-attachment: fixed; background-size: 1146px; -webkit-animation: 1s 1.3s both fadeIn; animation: 1s 1.3s both fadeIn; }

@media screen and (max-width: 64em) { .register_card::before, .register_card::after { bottom: -34px; left: -17vw; } }

@media screen and (max-width: 41.8125em) { .register_card::before, .register_card::after { display: none; } }

.register_card::after { left: 70px; bottom: 80px; }

@media screen and (max-width: 64em) { .register_card::after { bottom: 52px; left: auto; right: -17vw; } }

.register_card .tabs { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-shadow: inset 0 0 16px rgba(0, 0, 0, 0.17); box-shadow: inset 0 0 16px rgba(0, 0, 0, 0.17); }

.register_card .tabs-title { width: 50%; text-align: center; position: relative; -webkit-transition: 300ms; transition: 300ms; background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff)); background-image: linear-gradient(to right, #fff, #fff); background-repeat: no-repeat; background-origin: content-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

@media screen and (max-width: 41.8125em) { .register_card .tabs-title { padding: 0 !important; } }

.register_card .tabs-title:first-child { padding-right: 20px; background-position: 220px 0; }

.register_card .tabs-title:last-child { padding-left: 20px; background-position: -220px 0; }

.register_card .tabs-title:last-child::after { display: none; }

.register_card .tabs-title::after { content: ''; position: absolute; top: 0; right: -20px; display: block; border: 20px solid transparent; border-right: 20px solid #fff; border-bottom: 20px solid #fff; -webkit-transition: 300ms; transition: 300ms; }

@media screen and (max-width: 41.8125em) { .register_card .tabs-title::after { display: none; } }

.register_card .tabs-title.is-active { -webkit-box-shadow: none; box-shadow: none; background-position: 0; }

.register_card .tabs-title.is-active::after { border: 20px solid transparent; border-bottom: 20px solid #fff; border-left: 20px solid #fff; }

.register_card .tabs-title.is-active > a { color: #000; }

.register_card .tabs-title > a { color: #9c9c9c; }

@media screen and (max-width: 41.8125em) { .register_card .tabs-title > a { padding-left: 0; padding-right: 0; font-size: 16px; } }

.register_card .tabs-content { height: calc(100% - 40px); }

.register_card .tabs-panel { height: 100%; }

@media screen and (max-width: 41.8125em) { .register_card .tabs-panel { padding: 20px; } }

.register_form { height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.register_form input { margin: 0; }

.register_form input[type="submit"] { position: absolute; left: calc(50% - 92px); top: calc(100% + 10px); }

@media screen and (max-width: 41.8125em) { .register_form input[type="submit"] { max-width: none; top: calc(100% + 15px); left: 0; } }

.register_form_forgot { margin-bottom: 20px; }

.plan_inner { margin: 0; }

@media screen and (max-width: 74.9375em) { .plan_inner { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } }

.plan_content { width: 290px; -webkit-animation-delay: 1.3s; animation-delay: 1.3s; }

@media screen and (max-width: 74.9375em) { .plan_content { width: 100%; text-align: center; -webkit-animation-delay: 800ms; animation-delay: 800ms; } }

.plan_content .header { font-size: 30px; }

@media screen and (max-width: 74.9375em) { .plan_content .header { font-size: 20px; letter-spacing: 10px; font-weight: 900; margin-bottom: 5px; } }

@media screen and (max-width: 41.8125em) { .plan_content .header { font-size: 30px; letter-spacing: 0; font-weight: 600; } }

@media screen and (max-width: 74.9375em) { .plan_content .header_large { font-size: 50px; letter-spacing: 0; font-weight: 600; padding: 0 60px; display: table; margin: auto; margin-bottom: 5px; border-bottom: 1px solid rgba(0, 0, 0, 0.15); } }

@media screen and (max-width: 41.8125em) { .plan_content .header_large { padding: 0; border: 0; font-size: 40px; width: 100%; margin: 0; } }

.plan_content_descr { font-size: 18px; line-height: 1.4; text-align: justify; margin-right: 10px; }

@media screen and (max-width: 74.9375em) { .plan_content_descr { text-align: center; margin: 0; } }

@media screen and (max-width: 41.8125em) { .plan_content_descr { font-size: 16px; } }

.plan_content .main_content_how { -webkit-animation-delay: 2s; animation-delay: 2s; }

@media screen and (max-width: 74.9375em) { .plan_content .main_content_how { bottom: 10px; left: calc((100% - 720px) / 2); margin: 0; } }

@media screen and (max-width: 41.8125em) { .plan_content .main_content_how { position: absolute; left: calc(50% - 92px); bottom: 60px; } }

.plan_items { display: -webkit-box; display: -ms-flexbox; display: flex; margin-left: 55px; position: relative; }

@media screen and (max-width: 74.9375em) { .plan_items { margin-left: 0; margin-bottom: 84px; margin-top: 50px; } }

@media screen and (max-width: 41.8125em) { .plan_items { margin-top: 30px; -ms-flex-wrap: wrap; flex-wrap: wrap; max-width: 285px; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } }

.plan_items [type="radio"] { display: none; }

.plan_items [type="radio"]:checked + label .plan_item_bg { -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.17); box-shadow: 0 0 16px rgba(0, 0, 0, 0.17); opacity: 1; border-color: #989696; }

.plan_items .button { position: absolute; right: 0; bottom: -90px; -webkit-animation-delay: 1.3s; animation-delay: 1.3s; }

@media screen and (max-width: 74.9375em) { .plan_items .button { bottom: -84px; white-space: nowrap; } }

@media screen and (max-width: 41.8125em) { .plan_items .button { right: calc(50% - 142px); } }

.plan_item { width: 146px; height: 258px; margin: 0 45px 0 0 !important; position: relative; padding: 70px 25px; display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin-right: 45px; }

@media screen and (max-width: 41.8125em) { .plan_item { width: 130px; height: 240px; margin: 0 0 20px 0 !important; -webkit-animation-name: fadeIn; animation-name: fadeIn; } }

.plan_item:hover .plan_item_bg { opacity: 1; -webkit-transform: scale(1.1); transform: scale(1.1); }

.plan_item:first-of-type { -webkit-animation-delay: 1s; animation-delay: 1s; }

.plan_item:nth-of-type(2) { -webkit-animation-delay: 1.2s; animation-delay: 1.2s; }

.plan_item:nth-of-type(3) { -webkit-animation-delay: 1.4s; animation-delay: 1.4s; }

.plan_item:last-of-type { margin: 0 !important; -webkit-animation-delay: 1.6s; animation-delay: 1.6s; }

.plan_item_bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #fff url(../img/bg_plan.png) center no-repeat; background-attachment: fixed; opacity: 0.4; -webkit-transition: 300ms; transition: 300ms; border: 1px solid transparent; -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.17); box-shadow: 0 0 16px rgba(0, 0, 0, 0.17); }

.plan_item_label { height: 40px; border: 1px solid #bebebe; background-color: #fff; position: relative; font-size: 18px; text-align: center; line-height: 38px; }

@media screen and (min-width: 75em) { .whom { margin-top: 30px; margin-bottom: 50px; } }

@media screen and (max-width: 74.9375em) { .whom { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } }

@media screen and (max-width: 41.8125em) { .whom { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; } }

.whom_header { width: 350px; position: relative; z-index: 2; -webkit-animation-delay: 1.3s; animation-delay: 1.3s; }

@media screen and (min-width: 75em) { .whom_header { position: fixed; left: calc(35% - 350px); top: calc(50% - 140px); } }

@media screen and (max-width: 74.9375em) { .whom_header { -webkit-animation-delay: 1s; animation-delay: 1s; width: 100%; text-align: center; -webkit-animation-name: fadeInDown; animation-name: fadeInDown; } }

@media screen and (max-width: 41.8125em) { .whom_header::after { content: 'Step 1/2'; display: block; margin-top: 10px; }
  .whom_header.step2::after { content: 'Step 2/2'; } }

@media screen and (max-width: 74.9375em) { .whom_header .header { font-size: 50px; } }

@media screen and (max-width: 41.8125em) { .whom_header .header { font-size: 40px; } }

.whom_card { position: relative; width: 100%; max-width: 730px; min-width: 680px; }

@media screen and (min-width: 75em) { .whom_card { margin-left: 350px; } }

@media screen and (max-width: 74.9375em) { .whom_card { margin-top: 60px; } }

@media screen and (max-width: 41.8125em) { .whom_card { width: calc(200vw - 40px); max-width: none; min-width: auto; margin-top: 20px; -webkit-transition: -webkit-transform 500ms; transition: -webkit-transform 500ms; transition: transform 500ms; transition: transform 500ms, -webkit-transform 500ms; }
  .whom_card.step2 { -webkit-transform: translateX(calc(-50% - 20px)); transform: translateX(calc(-50% - 20px)); } }

.whom_card::before, .whom_card::after { content: ''; position: absolute; left: -64px; top: -48px; width: 79%; height: 310px; -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.17); box-shadow: 0 0 16px rgba(0, 0, 0, 0.17); background: #fff url(../img/bg_whom.png) center no-repeat; background-attachment: fixed; -webkit-animation: 1s 1.3s both fadeIn; animation: 1s 1.3s both fadeIn; }

@media screen and (max-width: 74.9375em) { .whom_card::before, .whom_card::after { display: none; } }

.whom_card::after { width: 89%; height: 362px; left: 120px; top: 20px; }

.whom_card > a.button { position: absolute; right: 0; bottom: -125px; -webkit-animation-delay: 1.3s; animation-delay: 1.3s; }

@media screen and (max-width: 74.9375em) { .whom_card > a.button { display: table; position: static; margin: auto; margin-top: 70px; } }

@media screen and (max-width: 41.8125em) { .whom_card > a.button { margin: 0; display: block; width: calc(50% - 20px); float: right; } }

.whom_card > button.button { display: none; -webkit-animation-delay: 1.3s; animation-delay: 1.3s; }

@media screen and (max-width: 41.8125em) { .whom_card > button.button { display: block; float: left; width: calc(50% - 20px); } }

.whom_card_inner { position: relative; z-index: 2; }

.whom_card_inner [type="submit"] { position: absolute; bottom: -18px; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); z-index: 3; }

@media screen and (max-width: 41.8125em) { .whom_card_inner [type="submit"] { display: none; } }

.whom_card_inner a.button { position: absolute; bottom: -18px; right: 0; z-index: 3; letter-spacing: 2px; }

@media screen and (max-width: 41.8125em) { .whom_card_inner a.button { left: 0; width: calc(50% - 20px); } }

.whom_card_content { position: relative; z-index: 2; display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; height: 100%; -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.17); box-shadow: 0 0 16px rgba(0, 0, 0, 0.17); background-color: #fbfbfb; padding: 20px 35px 30px; -webkit-animation-delay: 1.5s; animation-delay: 1.5s; }

@media screen and (max-width: 41.8125em) { .whom_card_content { background: none; padding: 0; -webkit-box-shadow: none; box-shadow: none; margin-bottom: 20px; } }

.whom_card_form { width: 50%; }

.whom_card_form:first-child { padding-right: 60px; }

@media screen and (max-width: 41.8125em) { .whom_card_form:first-child { padding-right: 20px; } }

.whom_card_form:first-child::before { content: ''; position: absolute; left: 50%; top: 35px; width: 1px; height: 75%; background-color: #bfbfbf; }

@media screen and (max-width: 41.8125em) { .whom_card_form:first-child::before { display: none; } }

.whom_card_form:last-of-type { padding-left: 60px; }

@media screen and (max-width: 41.8125em) { .whom_card_form:last-of-type { padding-left: 20px; } }

.whom_card_form [type="text"] { margin-bottom: 8px; }

.whom_card_form [type="text"]:last-child { margin: 0; }

.whom_card_form textarea { margin: 0; }

.whom_card_label { color: #9d9d9d; margin-bottom: 1px; }

.whom_card_label span { color: #000; text-decoration: underline; float: right; }

.whom_card_select { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.whom_card_select .select7 { width: 48.5%; }

@media screen and (max-width: 41.8125em) { .play { -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; } }

.play_plan { width: 482px; height: 258px; -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.17); box-shadow: 0 0 16px rgba(0, 0, 0, 0.17); background-color: #fff; margin-right: -70px; position: relative; font-size: 18px; padding: 20px; padding-right: 130px; -webkit-animation-delay: 1.3s; animation-delay: 1.3s; }

@media screen and (max-width: 74.9375em) { .play_plan { width: 400px; height: 240px; padding: 17px; padding-right: 87px; font-size: 16px; min-width: 345px; } }

@media screen and (max-width: 41.8125em) { .play_plan { width: 100%; min-width: auto; height: auto; padding: 15px; margin: 0; margin-top: 20px; margin-bottom: 56px; -webkit-animation-name: fadeIn; animation-name: fadeIn; } }

.play_plan table { border-spacing: 14px 15px; }

@media screen and (max-width: 74.9375em) { .play_plan table { border-spacing: 13px; } }

@media screen and (max-width: 41.8125em) { .play_plan table { display: table; margin: 0; table-layout: auto; font-size: 16px; }
  .play_plan table tbody, .play_plan table thead { width: 100%; display: table-row-group; }
  .play_plan table tr { width: 100%; margin: 0; } }

.play_plan td { padding: 11px 5px; }

@media screen and (max-width: 41.8125em) { .play_plan td { display: table-cell; padding: 5px; height: auto; } }

.play_plan td:first-child { width: 60%; }

.play_plan .button { position: absolute; bottom: -18px; left: calc(50% - 55px); -webkit-transform: translateX(-50%); transform: translateX(-50%); }

@media screen and (max-width: 74.9375em) { .play_plan .button { white-space: nowrap; left: calc(50% - 35px); } }

@media screen and (max-width: 41.8125em) { .play_plan .button { left: 0; width: 100%; bottom: -56px; -webkit-transform: none; transform: none; } }

.play_card { position: relative; -webkit-animation-delay: 1.3s; animation-delay: 1.3s; }

@media screen and (max-width: 74.9375em) { .play_card { width: 100%; } }

@media screen and (max-width: 41.8125em) { .play_card { -webkit-animation-name: fadeIn; animation-name: fadeIn; } }

.play_card::after { content: ''; position: absolute; left: -40px; bottom: -45px; width: 100%; height: 100%; background-color: #fff; -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.17); box-shadow: 0 0 16px rgba(0, 0, 0, 0.17); z-index: 0; }

@media screen and (max-width: 74.9375em) { .play_card::after { display: none; } }

.play_card .button { position: absolute; right: 0; bottom: -60px; z-index: 1; }

@media screen and (max-width: 41.8125em) { .play_card .button { position: static; max-width: none; } }

.play .actually_card { width: 645px; height: 448px; background-position: right calc(50vw - 615px) bottom calc(50vh - 410px); background-size: 832px !important; background-attachment: fixed; margin: 0 !important; z-index: 1; }

@media screen and (max-width: 74.9375em) { .play .actually_card { width: 100%; min-width: 400px; max-width: none; height: 424px; background-position: right calc(50vw - 545px) bottom calc(50vh - 410px); } }

@media screen and (max-width: 41.8125em) { .play .actually_card { min-width: auto; height: 0; margin-bottom: 20px !important; background-size: 140% !important; background-position: center top 45%; background-attachment: scroll; -webkit-animation-name: fadeIn; animation-name: fadeIn; } }

@media screen and (max-width: 64em) { .thank { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } }

.thank_header { width: 540px; position: relative; z-index: 1; -webkit-animation-delay: 1.3s; animation-delay: 1.3s; }

@media screen and (max-width: 64em) { .thank_header { width: 100%; text-align: center; -webkit-animation-name: fadeInDown; animation-name: fadeInDown; } }

.thank_header .header { font-size: 28px; }

@media screen and (max-width: 64em) { .thank_header .header { font-size: 20px; letter-spacing: 8px; font-weight: 900; } }

@media screen and (max-width: 41.8125em) { .thank_header .header { letter-spacing: 0; font-size: 16px; font-family: "GTWalsheim", Helvetica, Roboto, Arial, sans-serif; font-weight: normal; } }

@media screen and (max-width: 64em) { .thank_header .header_large { display: table; margin: auto; font-size: 50px; padding: 0 60px; padding-bottom: 5px; border-bottom: 1px solid rgba(0, 0, 0, 0.15); letter-spacing: 0; margin-bottom: 5px; font-weight: 600; } }

@media screen and (max-width: 41.8125em) { .thank_header .header_large { border: 0; padding: 0; font-size: 40px; font-family: 'Playfair Display', serif; } }

.thank_card { position: relative; width: 504px; min-width: 465px; height: 293px; }

@media screen and (max-width: 64em) { .thank_card { margin-top: 30px; max-width: 504px; width: 100%; min-width: 280px; height: auto; margin-bottom: 80px; } }

@media screen and (max-width: 41.8125em) { .thank_card { margin-bottom: 0; } }

.thank_card_inner { position: relative; width: 100%; height: 100%; -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.17); box-shadow: 0 0 16px rgba(0, 0, 0, 0.17); background-color: #fff; margin-left: 10px; z-index: 1; padding: 85px 45px 60px; font-size: 24px; text-align: center; -webkit-animation-delay: 1.5s; animation-delay: 1.5s; }

@media screen and (max-width: 64em) { .thank_card_inner { padding: 30px; font-size: 20px; margin: 0; } }

@media screen and (max-width: 41.8125em) { .thank_card_inner { padding: 18px; font-size: 18px; margin-bottom: 20px; } }

.thank_card_inner p { margin: 0; }

.thank_card_inner .button { width: 100px; margin: 9px; margin-top: 58px; }

@media screen and (max-width: 64em) { .thank_card_inner .button { margin-top: 45px; } }

@media screen and (max-width: 41.8125em) { .thank_card_inner .button { margin-top: 30px; } }

.thank_card::before, .thank_card::after { content: ''; position: absolute; left: -146px; bottom: -86px; width: 116%; height: 354px; -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.17); box-shadow: 0 0 16px rgba(0, 0, 0, 0.17); background: #fff url(../img/card_thank.svg) center no-repeat; background-attachment: fixed; background-size: 983px; -webkit-animation: 1s 1.3s both fadeIn; animation: 1s 1.3s both fadeIn; }

@media screen and (max-width: 64em) { .thank_card::before, .thank_card::after { display: none; } }

.thank_card::after { width: 100%; height: 100%; left: 45px; bottom: 28px; }

.thank_card > .button { position: absolute; right: -46px; bottom: -100px; -webkit-animation-delay: 1.3s; animation-delay: 1.3s; }

@media screen and (max-width: 64em) { .thank_card > .button { right: calc(50% - 197px); bottom: -80px; } }

@media screen and (max-width: 41.8125em) { .thank_card > .button { position: static; margin: auto; display: table; } }

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

@media screen and (max-width: 41.8125em) { .blog { -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; } }

.blog_articles { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin-bottom: -47px; -webkit-animation-delay: 1s; animation-delay: 1s; }

@media screen and (max-width: 41.8125em) { .blog_articles { width: 100%; display: block; margin-bottom: -20px; }
  .blog_articles::before { content: 'Blog'; display: block; font-family: 'Playfair Display', serif; font-size: 40px; font-weight: 700; line-height: 1.2; text-align: center; margin-bottom: 20px; } }

.blog_article { position: relative; max-width: 380px; width: calc(50% - 30px); -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.17); box-shadow: 0 0 16px rgba(0, 0, 0, 0.17); background-color: #fff; margin-right: 30px; margin-bottom: 47px; padding: 9px 28px 20px; }

@media screen and (max-width: 64em) { .blog_article { width: calc(100% - 30px); } }

@media screen and (max-width: 41.8125em) { .blog_article { width: 100%; padding: 10px 20px; margin: auto; margin-bottom: 56px; } }

.blog_article .header { font-size: 30px; }

@media screen and (max-width: 41.8125em) { .blog_article .header { font-size: 25px; } }

.blog_article_date { color: #7a7a7a; font-size: 14px; }

.blog_article_brief { line-height: 1.58; margin: 10px 0; }

@media screen and (max-width: 41.8125em) { .blog_article_brief { line-height: normal; font-size: 15px; margin-bottom: 0; } }

.blog_article .button { position: absolute; left: 50%; bottom: -17px; -webkit-transform: translateX(-50%); transform: translateX(-50%); }

@media screen and (max-width: 41.8125em) { .blog_article .button { bottom: -36px; max-width: none; } }

.blog_sidebar { min-width: 295px; -webkit-animation-delay: 1.3s; animation-delay: 1.3s; }

@media screen and (max-width: 64em) { .blog_sidebar { min-width: 225px; -webkit-animation-name: fadeIn; animation-name: fadeIn; } }

@media screen and (max-width: 41.8125em) { .blog_sidebar { width: 100%; } }

@media screen and (max-width: 41.8125em) { .blog_sidebar_inner { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; width: 100%; } }

@media screen and (max-width: 41.8125em) { .blog_search { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; margin-top: 20px; } }

@media screen and (max-width: 41.8125em) { .blog_recent { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; } }

@media screen and (max-width: 41.8125em) { .blog_recent .header { text-align: center; } }

.blog_recent_publ { margin-top: 20px; }

@media screen and (max-width: 41.8125em) { .blog_recent_publ { margin-top: 15px; } }

.blog_recent_publ > a { font-size: 22px; }

@media screen and (max-width: 41.8125em) { .blog_recent_publ > a { font-size: 18px; } }

.blog_pager { font-family: 'Lato', sans-serif; font-size: 20px; margin-top: 70px; }

@media screen and (max-width: 41.8125em) { .blog_pager { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; margin-top: 0; margin-bottom: 10px; text-align: center; } }

.blog_pager > a, .blog_pager > b { font-weight: 300; color: #7a7a7a; margin: 0 7px; padding: 0 5px; }

@media screen and (max-width: 64em) { .blog_pager > a, .blog_pager > b { margin: 0 3px; padding: 0 4px; } }

.blog_pager > a:first-child, .blog_pager > b:first-child { padding-left: 0; margin-left: 0; }

.blog_pager > a:last-child, .blog_pager > b:last-child { padding-right: 0; margin-right: 0; }

.blog_pager > a.current, .blog_pager > b.current { border-bottom: 1px solid; }

.blog_pager > a img, .blog_pager > b img { margin-top: -3px; }

.article { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }

.article_tags { margin-bottom: 7px; -webkit-animation-delay: 1s; animation-delay: 1s; }

.article_tags a { color: #7a7a7a; margin-right: 30px; }

.article_tags a:hover { text-decoration: underline; }

@media screen and (min-width: 41.875em) and (max-width: 64em) { .article .header { font-size: 45px; } }

.article .blog_article_brief:last-child { margin-bottom: 0; -webkit-animation-delay: 1.8s; animation-delay: 1.8s; }

@media screen and (max-width: 55.9375em) { .contact { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } }

.contact .header { margin-bottom: 20px; }

@media screen and (max-width: 41.8125em) { .contact .header { margin-bottom: 10px; } }

.contact_header { font-size: 18px; line-height: 1.7; margin-right: 105px; -webkit-animation-delay: 1.3s; animation-delay: 1.3s; position: relative; z-index: 2; }

@media screen and (max-width: 74.9375em) { .contact_header { margin-right: 25px; } }

@media screen and (max-width: 55.9375em) { .contact_header { text-align: center; margin: 0; margin-bottom: 10px; -webkit-animation-name: fadeInDown; animation-name: fadeInDown; }
  .contact_header .header { margin-bottom: 0; } }

@media screen and (max-width: 41.8125em) { .contact_header { font-size: 16px; line-height: normal; } }

.contact_card { position: relative; min-width: 420px; height: 440px; }

@media screen and (max-width: 74.9375em) { .contact_card { margin: 40px 0; } }

@media screen and (max-width: 41.8125em) { .contact_card { max-width: 420px; width: 100%; height: auto; min-width: auto; margin-top: 48px; margin-bottom: 56px; }
  .contact_card .header { width: 100%; position: absolute; white-space: nowrap; left: 0; bottom: 100%; }
  .contact_card textarea { margin: 0; max-height: 130px; } }

.contact_card::before, .contact_card::after { content: ''; position: absolute; left: -75px; bottom: -40px; width: 237px; height: 391px; -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.17); box-shadow: 0 0 16px rgba(0, 0, 0, 0.17); background: #fff fixed url(../img/bg_contact.png) center no-repeat; -webkit-animation: 1s 1.3s both fadeIn; animation: 1s 1.3s both fadeIn; }

@media screen and (max-width: 41.8125em) { .contact_card::before, .contact_card::after { display: none; } }

.contact_card::after { left: auto; bottom: auto; right: -80px; top: -40px; width: 297px; height: 382px; }

.contact_card_inner { position: relative; z-index: 1; width: 100%; height: 100%; background-color: #fff; padding: 20px 35px; -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.17); box-shadow: 0 0 16px rgba(0, 0, 0, 0.17); -webkit-animation-delay: 1.5s; animation-delay: 1.5s; }

@media screen and (max-width: 41.8125em) { .contact_card_inner { text-align: center; padding: 20px; } }

.contact_card input { margin-bottom: 28px; }

@media screen and (max-width: 41.8125em) { .contact_card input { margin-bottom: 20px; } }

.contact_card .button { position: absolute; left: 50%; bottom: -15px; -webkit-transform: translateX(-50%); transform: translateX(-50%); margin: 0; }

@media screen and (max-width: 41.8125em) { .contact_card .button { max-width: none; bottom: -56px; } }

.footer { height: 130px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; text-align: center; font-family: 'Lato', sans-serif; font-size: 12px; font-weight: 300; line-height: 1; text-transform: uppercase; letter-spacing: 3.5px; }

@media screen and (max-width: 74.9375em) { .footer { height: 100px; } }

@media screen and (max-width: 41.8125em) { .footer { height: 90px; padding-top: 15px; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; } }

.footer.small { height: 100px; }

.cbalink { display: none; }
