@import url(https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700;900&display=swap);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Playfair+Display:700,900&display=swap);
/*normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

.containerfull {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  width: 100%; }

.container {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  width: 100%;
  max-width: 1180px; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }

.col,
[class^="col-"],
[class*=" col-"] {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

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

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%; }

.col-10 {
  flex: 0 0 83%;
  max-width: 83%; }

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

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%; }

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%; }

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

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%; }

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

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

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%; }

@media (min-width: 768.02px) {
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; } }

@media (min-width: 768.02px) {
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; } }

@media (min-width: 768.02px) {
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; } }

@media (min-width: 768.02px) {
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; } }

@media (min-width: 768.02px) {
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; } }

@media (min-width: 768.02px) {
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; } }

@media (min-width: 768.02px) {
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; } }

@media (min-width: 768.02px) {
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; } }

@media (min-width: 768.02px) {
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; } }

@media (min-width: 768.02px) {
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; } }

@media (min-width: 768.02px) {
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; } }

@media (min-width: 768.02px) {
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 576.02px) {
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; } }

@media (min-width: 576.02px) {
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; } }

@media (min-width: 576.02px) {
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; } }

@media (min-width: 576.02px) {
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; } }

@media (min-width: 576.02px) {
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; } }

@media (min-width: 576.02px) {
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; } }

@media (min-width: 576.02px) {
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; } }

@media (min-width: 576.02px) {
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; } }

@media (min-width: 576.02px) {
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; } }

@media (min-width: 576.02px) {
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; } }

@media (min-width: 576.02px) {
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; } }

@media (min-width: 576.02px) {
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 992.02px) {
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; } }

@media (min-width: 992.02px) {
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; } }

@media (min-width: 992.02px) {
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; } }

@media (min-width: 992.02px) {
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; } }

@media (min-width: 992.02px) {
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; } }

@media (min-width: 992.02px) {
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; } }

@media (min-width: 992.02px) {
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; } }

@media (min-width: 992.02px) {
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; } }

@media (min-width: 992.02px) {
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; } }

@media (min-width: 992.02px) {
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; } }

@media (min-width: 992.02px) {
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; } }

@media (min-width: 992.02px) {
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 1200.02px) {
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; } }

@media (min-width: 1200.02px) {
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; } }

@media (min-width: 1200.02px) {
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; } }

@media (min-width: 1200.02px) {
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; } }

@media (min-width: 1200.02px) {
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; } }

@media (min-width: 1200.02px) {
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; } }

@media (min-width: 1200.02px) {
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; } }

@media (min-width: 1200.02px) {
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; } }

@media (min-width: 1200.02px) {
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; } }

@media (min-width: 1200.02px) {
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; } }

@media (min-width: 1200.02px) {
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; } }

@media (min-width: 1200.02px) {
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 576.02px) {
  .offset-sm-1 {
    margin-left: 8.33333%; } }

@media (min-width: 576.02px) {
  .offset-sm-2 {
    margin-left: 16.66667%; } }

@media (min-width: 576.02px) {
  .offset-sm-3 {
    margin-left: 25%; } }

@media (min-width: 576.02px) {
  .offset-sm-4 {
    margin-left: 33.33333%; } }

@media (min-width: 576.02px) {
  .offset-sm-5 {
    margin-left: 41.66667%; } }

@media (min-width: 576.02px) {
  .offset-sm-6 {
    margin-left: 50%; } }

@media (min-width: 576.02px) {
  .offset-sm-7 {
    margin-left: 58.33333%; } }

@media (min-width: 576.02px) {
  .offset-sm-8 {
    margin-left: 66.66667%; } }

@media (min-width: 576.02px) {
  .offset-sm-9 {
    margin-left: 75%; } }

@media (min-width: 576.02px) {
  .offset-sm-10 {
    margin-left: 83.33333%; } }

@media (min-width: 576.02px) {
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 576.02px) {
  .offset-sm-12 {
    margin-left: 100%; } }

@media (min-width: 768.02px) {
  .offset-md-1 {
    margin-left: 8.33333%; } }

@media (min-width: 768.02px) {
  .offset-md-2 {
    margin-left: 16.66667%; } }

@media (min-width: 768.02px) {
  .offset-md-3 {
    margin-left: 25%; } }

@media (min-width: 768.02px) {
  .offset-md-4 {
    margin-left: 33.33333%; } }

@media (min-width: 768.02px) {
  .offset-md-5 {
    margin-left: 41.66667%; } }

@media (min-width: 768.02px) {
  .offset-md-6 {
    margin-left: 50%; } }

@media (min-width: 768.02px) {
  .offset-md-7 {
    margin-left: 58.33333%; } }

@media (min-width: 768.02px) {
  .offset-md-8 {
    margin-left: 66.66667%; } }

@media (min-width: 768.02px) {
  .offset-md-9 {
    margin-left: 75%; } }

@media (min-width: 768.02px) {
  .offset-md-10 {
    margin-left: 83.33333%; } }

@media (min-width: 768.02px) {
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768.02px) {
  .offset-md-12 {
    margin-left: 100%; } }

@media (min-width: 992.02px) {
  .offset-lg-1 {
    margin-left: 8.33333%; } }

@media (min-width: 992.02px) {
  .offset-lg-2 {
    margin-left: 16.66667%; } }

@media (min-width: 992.02px) {
  .offset-lg-3 {
    margin-left: 25%; } }

@media (min-width: 992.02px) {
  .offset-lg-4 {
    margin-left: 33.33333%; } }

@media (min-width: 992.02px) {
  .offset-lg-5 {
    margin-left: 41.66667%; } }

@media (min-width: 992.02px) {
  .offset-lg-6 {
    margin-left: 50%; } }

@media (min-width: 992.02px) {
  .offset-lg-7 {
    margin-left: 58.33333%; } }

@media (min-width: 992.02px) {
  .offset-lg-8 {
    margin-left: 66.66667%; } }

@media (min-width: 992.02px) {
  .offset-lg-9 {
    margin-left: 75%; } }

@media (min-width: 992.02px) {
  .offset-lg-10 {
    margin-left: 83.33333%; } }

@media (min-width: 992.02px) {
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992.02px) {
  .offset-lg-12 {
    margin-left: 100%; } }

@media (min-width: 1200.02px) {
  .offset-xl-1 {
    margin-left: 8.33333%; } }

@media (min-width: 1200.02px) {
  .offset-xl-2 {
    margin-left: 16.66667%; } }

@media (min-width: 1200.02px) {
  .offset-xl-3 {
    margin-left: 25%; } }

@media (min-width: 1200.02px) {
  .offset-xl-4 {
    margin-left: 33.33333%; } }

@media (min-width: 1200.02px) {
  .offset-xl-5 {
    margin-left: 41.66667%; } }

@media (min-width: 1200.02px) {
  .offset-xl-6 {
    margin-left: 50%; } }

@media (min-width: 1200.02px) {
  .offset-xl-7 {
    margin-left: 58.33333%; } }

@media (min-width: 1200.02px) {
  .offset-xl-8 {
    margin-left: 66.66667%; } }

@media (min-width: 1200.02px) {
  .offset-xl-9 {
    margin-left: 75%; } }

@media (min-width: 1200.02px) {
  .offset-xl-10 {
    margin-left: 83.33333%; } }

@media (min-width: 1200.02px) {
  .offset-xl-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200.02px) {
  .offset-xl-12 {
    margin-left: 100%; } }

.clearfix::after {
  content: "";
  display: block;
  clear: both; }

@-webkit-keyframes bounce {
  0% {
    opacity: 0.5;
    transform: scale(0.95) translate3d(0, 0, 0); }
  66% {
    opacity: 1;
    transform: scale(1.04) translate3d(0, 0, 0); }
  100% {
    opacity: 1;
    transform: scale(1) translate3d(0, 0, 0); } }

@keyframes bounce {
  0% {
    opacity: 0.5;
    transform: scale(0.95) translate3d(0, 0, 0); }
  66% {
    opacity: 1;
    transform: scale(1.04) translate3d(0, 0, 0); }
  100% {
    opacity: 1;
    transform: scale(1) translate3d(0, 0, 0); } }

html {
  font-size: 62.5%;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  margin: 0;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.7rem;
  font-weight: normal;
  line-height: 1.7;
  color: #000; }

button,
input,
optgroup,
select,
textarea {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #000; }

a {
  color: #000;
  text-decoration: none; }
  a:hover, a:focus, a:active {
    color: #222; }

.mt0 {
  margin-top: 0; }

.mt1 {
  margin-top: 1.4rem; }

.mt2 {
  margin-top: 2.8rem; }

.mt3 {
  margin-top: 4.2rem; }

.mt4 {
  margin-top: 5.6rem; }

.mt5 {
  margin-top: 7rem; }

.mt6 {
  margin-top: 8.4rem; }

.mt7 {
  margin-top: 9.8rem; }

.mt8 {
  margin-top: 11.2rem; }

.mt9 {
  margin-top: 12.6rem; }

.mt10 {
  margin-top: 14rem; }

.mt11 {
  margin-top: 15.4rem; }

.mt12 {
  margin-top: 16.8rem; }

.mt13 {
  margin-top: 18.2rem; }

.mt14 {
  margin-top: 19.6rem; }

.mb0 {
  margin-bottom: 0; }

.mb1 {
  margin-bottom: 1.4rem; }

.mb2 {
  margin-bottom: 2.8rem; }

.mb3 {
  margin-bottom: 4.2rem; }

.mb4 {
  margin-bottom: 5.6rem; }

.mb5 {
  margin-bottom: 7rem; }

.mb6 {
  margin-bottom: 8.4rem; }

.mb7 {
  margin-bottom: 9.8rem; }

.mb8 {
  margin-bottom: 11.2rem; }

.mb9 {
  margin-bottom: 12.6rem; }

.mb10 {
  margin-bottom: 14rem; }

.mb11 {
  margin-bottom: 15.4rem; }

.mb12 {
  margin-bottom: 16.8rem; }

.mb13 {
  margin-bottom: 18.2rem; }

.mb14 {
  margin-bottom: 19.6rem; }

.resetm {
  margin: 0;
  padding: 0; }
  .resetm * {
    margin: 0;
    padding: 0; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.form-inline form input.h1,
.h2,
.form-inline form input.h2,
.ant-modal-content .ant-modal-header .ant-modal-title,
.h3,
.form-inline form input.h3,
.h4,
.form-inline form input.h4,
.h5,
.form-inline form input.h5,
.h6,
.form-inline form input.h6 {
  max-width: 850px;
  margin: 0 auto;
  border: 1px solid transparent;
  color: #000;
  font-weight: 900;
  font-family: "Playfair Display", serif; }
  h1 *,
  h2 *,
  h3 *,
  h4 *,
  h5 *,
  h6 *,
  .h1 *,
  .form-inline form input.h1 *,
  .h2 *,
  .form-inline form input.h2 *,
  .ant-modal-content .ant-modal-header .ant-modal-title *,
  .h3 *,
  .form-inline form input.h3 *,
  .h4 *,
  .form-inline form input.h4 *,
  .h5 *,
  .form-inline form input.h5 *,
  .h6 *,
  .form-inline form input.h6 * {
    font-weight: 900; }

h1,
.h1,
.form-inline form input.h1 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 6rem;
  line-height: 8rem;
  letter-spacing: -1px; }
  @media (max-width: 768px) {
    h1,
    .h1,
    .form-inline form input.h1 {
      font-size: 3.5rem;
      line-height: 3.5rem; } }

h2,
.h2,
.form-inline form input.h2,
.ant-modal-content .ant-modal-header .ant-modal-title {
  max-width: 850px;
  margin-top: 1.7rem;
  margin-bottom: 0.5rem;
  font-size: 4.4rem;
  line-height: 4.8rem; }
  @media (max-width: 768px) {
    h2,
    .h2,
    .form-inline form input.h2,
    .ant-modal-content .ant-modal-header .ant-modal-title {
      font-size: 3rem;
      line-height: 3rem; } }

h3,
.h3,
.form-inline form input.h3,
h4,
.h4,
.form-inline form input.h4,
h5,
.h5,
.form-inline form input.h5,
h6,
.h6,
.form-inline form input.h6 {
  margin-top: 1.7rem;
  margin-bottom: 0.5rem;
  font-size: 22px;
  line-height: 34px; }

.section-title {
  padding: 6rem 0 5rem;
  font-size: 2.5rem;
  line-height: 2.5rem;
  text-align: center; }
  @media (max-width: 768px) {
    .section-title {
      padding: 4rem 0 2rem; } }

img {
  max-width: 100%; }

figure {
  margin: 0; }

b,
strong {
  font-weight: 700;
  color: #000; }

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

.align-right {
  text-align: right; }
  @media (max-width: 768px) {
    .align-right {
      text-align: left; } }

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

blockquote {
  margin: 2rem 0;
  padding-left: 2rem;
  border-left: 4px solid #ebebeb; }

p {
  margin: 0.5rem 0;
  padding: 0; }

iframe {
  width: 100%;
  margin: 2rem 0;
  background: #000; }

.caption {
  font-size: 1.4rem;
  text-align: center; }
  .caption p {
    margin: 0;
    padding: 0; }

hr {
  display: block;
  width: 100%;
  height: 1px;
  border: none;
  background: #ebebeb; }

.inlineblock {
  display: inline-block; }

.flex-align {
  display: flex;
  align-items: center; }

.flex-align-space-between {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.colorlight {
  color: rgba(55, 53, 47, 0.5); }

.tag {
  display: inline-block;
  margin: 0 8px 8px 0;
  padding: 5px 30px;
  border-radius: 3px;
  background: #ececec; }

html {
  box-sizing: border-box; }

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

.body {
  max-width: 100%;
  overflow-x: hidden;
  background: #FFF; }
  .body.fixed {
    overflow: hidden; }

.errorpage {
  text-align: center; }
  .errorpage .errorpage-icon {
    display: inline-block;
    width: 100px;
    height: 100px;
    background: url("/static/watch.svg") no-repeat center;
    background-size: contain; }

.node {
  background: linear-gradient(#eeeeee 300px, white 100%); }
  .node .wrapper {
    max-width: 900px;
    margin: 40px auto;
    padding: 30px 50px;
    border-radius: 0;
    background: #FFF;
    box-shadow: #eeeeee 0px 4px 4px; }
  .node .title {
    margin-bottom: 2rem;
    font-size: 3rem;
    line-height: 4rem; }

.form-inline {
  position: absolute; }
  .form-inline form {
    position: relative;
    margin: 0; }
    .form-inline form input {
      display: inline-block;
      position: absolute;
      z-index: 1;
      min-width: 200px;
      top: 0;
      left: -10px;
      height: 40px;
      padding: 0 10px;
      border: none;
      border-radius: 4px;
      box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2) !important;
      outline: none;
      font-weight: 500; }
      .form-inline form input.h1 {
        top: 1px; }
      .form-inline form input.h2, .form-inline form .ant-modal-content .ant-modal-header input.ant-modal-title, .ant-modal-content .ant-modal-header .form-inline form input.ant-modal-title {
        top: 1px; }
      .form-inline form input.h3 {
        top: 1px; }
      .form-inline form input.h4 {
        top: 1px; }
      .form-inline form input.h5 {
        top: 1px; }
      .form-inline form input.h6 {
        top: 1px; }
    .form-inline form button {
      display: none; }

.list.horizontal .form-inline form input {
  top: -5px; }

.list.vertical .form-inline form input {
  top: -19px; }

.react-tabs .react-tabs__tab-list {
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #ebebeb; }

.react-tabs .react-tabs__tab {
  display: inline-block;
  margin-right: 4px;
  padding: 0 14px;
  height: 38px;
  line-height: 38px;
  border-radius: 38px;
  background: #EEEEEE;
  font-weight: 700;
  cursor: pointer; }

.react-tabs .react-tabs__tab--selected {
  color: #000;
  background: rgba(0, 0, 0, 0.1); }

.p .react-tabs .react-tabs__tab-list {
  position: -webkit-sticky;
  position: sticky;
  z-index: 1;
  top: 0;
  padding: 10px 20px;
  background: #FFF; }

.p .react-tabs .react-tabs__tab-panel--selected {
  padding: 0; }

.handleWrapper {
  position: relative; }
  .handleWrapper .handle {
    position: absolute;
    top: 22px;
    left: -35px; }
  .handleWrapper button {
    opacity: 0;
    transition: opacity ease 300ms; }
  .handleWrapper:hover button {
    opacity: 1; }

.slick-slider {
  position: relative;
  overflow: hidden;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  margin-left: -15px;
  margin-right: -15px; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  height: 100%;
  min-height: 1px; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-arrow {
  position: absolute;
  z-index: 10;
  top: 200px;
  width: 70px;
  height: 70px;
  border: none;
  border-radius: 35px;
  background: #FFF url("/static/arrow.svg") no-repeat center;
  background-size: 12px;
  text-indent: -9999rem;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer; }
  .slick-arrow.slick-disabled {
    opacity: 0;
    cursor: default; }
  .slick-arrow.slick-prev {
    left: -200px;
    transform: rotate(180deg); }
  .slick-arrow.slick-next {
    right: -200px; }

.slick-events .slick-arrow {
  top: 115px; }
  .slick-events .slick-arrow.slick-prev {
    left: 20px; }
  .slick-events .slick-arrow.slick-next {
    right: 20px; }

.slick-dots {
  margin: 4rem 0 0 0;
  padding: 0;
  list-style: none;
  text-align: center; }
  .slick-dots li {
    display: inline-block;
    margin: 0 2px; }
  .slick-dots button {
    width: 25px;
    height: 4px;
    border: none;
    background: rgba(0, 0, 0, 0.5);
    text-indent: -9999rem;
    outline: none;
    cursor: pointer; }
    .slick-dots button:hover {
      background: #000; }
  .slick-dots .slick-active button {
    background: #000; }

.slick-image {
  height: 400px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat; }

.paragraph {
  position: relative;
  margin: 0;
  padding: 5rem 0 8rem; }
  @media (max-width: 768px) {
    .paragraph {
      padding: 3rem 0 5rem; } }
  .paragraph.blue {
    background: #C7D7E6; }
  .paragraph.green {
    background: #D8EACC; }
  .paragraph.white {
    background: #FFF; }
  .paragraph.lightblue {
    background: #EEFAFA; }
  .paragraph.orange {
    background: #F4D5B9; }
  .paragraph.hero {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    height: 85vh;
    padding: 0;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    @media (max-width: 768px) {
      .paragraph.hero {
        height: auto;
        padding: 30rem 0 5rem; } }
    .paragraph.hero:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: rgba(0, 0, 0, 0.4); }
    .paragraph.hero h1 {
      position: relative;
      z-index: 1;
      margin: 0;
      text-align: left;
      color: #FFF; }
  .paragraph.centered {
    text-align: center; }
    .paragraph.centered .text {
      -webkit-column-count: 2;
              column-count: 2;
      -webkit-column-gap: 30px;
              column-gap: 30px;
      text-align: left; }
      @media (max-width: 768px) {
        .paragraph.centered .text {
          -webkit-column-count: 1;
                  column-count: 1; } }
    .paragraph.centered p {
      display: inline-block; }
  .paragraph img {
    width: 100%;
    max-width: 450px; }
  @media (max-width: 768px) {
    .paragraph.rightimage .col-first {
      order: 2; }
    .paragraph.rightimage .col-last {
      order: 1; } }

.ant-popover .ant-popover-arrow {
  display: none; }

.ant-popover.ant-popover-placement-left {
  max-width: 200px; }
  .ant-popover.ant-popover-placement-left .ant-popover-inner-content {
    padding: 10px 0; }
  .ant-popover.ant-popover-placement-left .ant-btn-link, .ant-popover.ant-popover-placement-left .ant-btn-dashed {
    display: block;
    width: 100%;
    height: 30px;
    padding: 0 15px;
    border-radius: 0;
    text-align: left; }
    .ant-popover.ant-popover-placement-left .ant-btn-link:hover, .ant-popover.ant-popover-placement-left .ant-btn-dashed:hover, .ant-popover.ant-popover-placement-left .ant-btn-link:focus, .ant-popover.ant-popover-placement-left .ant-btn-dashed:focus {
      background: #EEEEEE;
      color: #000; }
  .ant-popover.ant-popover-placement-left .text {
    display: block;
    padding: 5px 15px;
    font-size: 1.2rem;
    line-height: 1.8rem;
    color: rgba(55, 53, 47, 0.5); }
  .ant-popover.ant-popover-placement-left hr {
    margin: 5px 0; }

.ant-popover.ant-popover-placement-bottom {
  width: 230px;
  padding-top: 0; }
  .ant-popover.ant-popover-placement-bottom .ant-popover-inner-content {
    padding: 10px 0; }
    .ant-popover.ant-popover-placement-bottom .ant-popover-inner-content a, .ant-popover.ant-popover-placement-bottom .ant-popover-inner-content .ant-btn, .ant-popover.ant-popover-placement-bottom .ant-popover-inner-content a[type="primary"],
    .ant-popover.ant-popover-placement-bottom .ant-popover-inner-content .ant-btn-primary, .ant-popover.ant-popover-placement-bottom .ant-popover-inner-content a[type="link"],
    .ant-popover.ant-popover-placement-bottom .ant-popover-inner-content .ant-btn-link, .ant-popover.ant-popover-placement-bottom .ant-popover-inner-content .ant-btn-dashed {
      display: block;
      height: 40px;
      line-height: 40px;
      padding: 0 20px;
      width: 100%;
      text-align: left;
      font-weight: 500; }
      .ant-popover.ant-popover-placement-bottom .ant-popover-inner-content a:hover, .ant-popover.ant-popover-placement-bottom .ant-popover-inner-content a:focus, .ant-popover.ant-popover-placement-bottom .ant-popover-inner-content a.active, .ant-popover.ant-popover-placement-bottom .ant-popover-inner-content .ant-btn:hover, .ant-popover.ant-popover-placement-bottom .ant-popover-inner-content a:hover[type="primary"],
      .ant-popover.ant-popover-placement-bottom .ant-popover-inner-content .ant-btn-primary:hover, .ant-popover.ant-popover-placement-bottom .ant-popover-inner-content a:hover[type="link"],
      .ant-popover.ant-popover-placement-bottom .ant-popover-inner-content .ant-btn-link:hover, .ant-popover.ant-popover-placement-bottom .ant-popover-inner-content .ant-btn-dashed:hover, .ant-popover.ant-popover-placement-bottom .ant-popover-inner-content .ant-btn:focus, .ant-popover.ant-popover-placement-bottom .ant-popover-inner-content a:focus[type="primary"],
      .ant-popover.ant-popover-placement-bottom .ant-popover-inner-content .ant-btn-primary:focus, .ant-popover.ant-popover-placement-bottom .ant-popover-inner-content a:focus[type="link"],
      .ant-popover.ant-popover-placement-bottom .ant-popover-inner-content .ant-btn-link:focus, .ant-popover.ant-popover-placement-bottom .ant-popover-inner-content .ant-btn-dashed:focus, .ant-popover.ant-popover-placement-bottom .ant-popover-inner-content .ant-btn.active, .ant-popover.ant-popover-placement-bottom .ant-popover-inner-content a.active[type="primary"],
      .ant-popover.ant-popover-placement-bottom .ant-popover-inner-content .active.ant-btn-primary, .ant-popover.ant-popover-placement-bottom .ant-popover-inner-content a.active[type="link"],
      .ant-popover.ant-popover-placement-bottom .ant-popover-inner-content .active.ant-btn-link, .ant-popover.ant-popover-placement-bottom .ant-popover-inner-content .active.ant-btn-dashed {
        background: #EEEEEE; }

.ant-btn, a[type="primary"],
.ant-btn-primary, a[type="link"],
.ant-btn-link, .ant-btn-dashed {
  height: 50px;
  line-height: 50px;
  padding: 0 25px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: #000;
  color: #FFF;
  font-size: 2rem;
  font-weight: 700; }
  .ant-btn:hover, a:hover[type="primary"],
  .ant-btn-primary:hover, a:hover[type="link"],
  .ant-btn-link:hover, .ant-btn-dashed:hover, .ant-btn:focus, a:focus[type="primary"],
  .ant-btn-primary:focus, a:focus[type="link"],
  .ant-btn-link:focus, .ant-btn-dashed:focus {
    border-color: #222;
    background: none;
    color: #222; }
  .ant-btn svg, a[type="primary"] svg, .ant-btn-primary svg, a[type="link"] svg, .ant-btn-link svg, .ant-btn-dashed svg {
    position: relative;
    top: 4px;
    left: -2px;
    height: 1.9rem;
    stroke-width: 2; }

a[type="primary"],
.ant-btn-primary,
a[type="link"],
.ant-btn-link,
.ant-btn-dashed {
  display: inline-block;
  background: #000;
  color: #FFF;
  font-family: "Playfair Display", serif; }
  a[type="primary"]:hover, a[type="primary"]:focus,
  .ant-btn-primary:hover,
  a:hover[type="link"],
  .ant-btn-link:hover,
  .ant-btn-dashed:hover,
  .ant-btn-primary:focus,
  a:focus[type="link"],
  .ant-btn-link:focus,
  .ant-btn-dashed:focus {
    border-color: transparent;
    background: #222;
    color: #FFF; }
  a[type="primary"][disabled],
  .ant-btn-primary[disabled],
  a[disabled][type="link"],
  .ant-btn-link[disabled],
  .ant-btn-dashed[disabled] {
    background: #000;
    color: #FFF;
    opacity: 0.7; }
    a[type="primary"][disabled]:hover, a[type="primary"][disabled]:focus,
    .ant-btn-primary[disabled]:hover,
    a[disabled]:hover[type="link"],
    .ant-btn-link[disabled]:hover,
    .ant-btn-dashed[disabled]:hover,
    .ant-btn-primary[disabled]:focus,
    a[disabled]:focus[type="link"],
    .ant-btn-link[disabled]:focus,
    .ant-btn-dashed[disabled]:focus {
      background: #000;
      color: #FFF;
      opacity: 0.7; }

a[type="link"],
.ant-btn-link,
.ant-btn-dashed {
  height: auto;
  line-height: 1.6;
  padding: 0 0 2px 0;
  background: none;
  border-radius: 0;
  border-bottom: 1px solid #000;
  color: #000;
  font-size: 1.7rem;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400; }
  a[type="link"]:hover, a[type="link"]:focus,
  .ant-btn-link:hover,
  .ant-btn-dashed:hover,
  .ant-btn-link:focus,
  .ant-btn-dashed:focus {
    background: none;
    color: #000;
    border-color: #000; }

a[type="link"] {
  display: inline-block; }

.ant-btn-dashed {
  color: rgba(55, 53, 47, 0.5); }
  .ant-btn-dashed:hover, .ant-btn-dashed:focus {
    color: rgba(55, 53, 47, 0.5); }

.ant-btn-lg {
  height: 40px;
  line-height: 40px;
  padding: 0 24px; }

.back {
  width: 50px;
  height: 50px; }
  .back svg {
    height: 30px;
    width: 30px; }
  .back:hover, .back:focus {
    background: none; }

.ant-menu {
  border: none;
  background: none !important; }
  .ant-menu .emoticon {
    width: 30px;
    margin-right: 4px; }
  .ant-menu .ant-menu-item {
    width: 100%;
    height: 35px;
    line-height: 35px;
    margin: 0 !important;
    padding: 0 !important;
    font-weight: 500;
    background: none;
    font-size: 1.5rem; }
    .ant-menu .ant-menu-item:before, .ant-menu .ant-menu-item:after {
      display: none; }
    .ant-menu .ant-menu-item.ant-menu-item-selected {
      background: rgba(55, 53, 47, 0.08);
      color: #000; }
    .ant-menu .ant-menu-item a {
      padding: 0 20px; }
      .ant-menu .ant-menu-item a:hover, .ant-menu .ant-menu-item a:focus, .ant-menu .ant-menu-item a.active {
        background: rgba(55, 53, 47, 0.08);
        color: #000; }
  .ant-menu .ant-menu-submenu .ant-menu-submenu-title {
    width: 100%;
    height: 35px;
    line-height: 35px;
    margin: 0;
    padding: 0 20px;
    font-weight: 500;
    font-size: 1.5rem; }
    .ant-menu .ant-menu-submenu .ant-menu-submenu-title:hover, .ant-menu .ant-menu-submenu .ant-menu-submenu-title:focus, .ant-menu .ant-menu-submenu .ant-menu-submenu-title.active {
      background: rgba(55, 53, 47, 0.08);
      color: #000; }
  .ant-menu .ant-menu-submenu .ant-menu-submenu-arrow:before, .ant-menu .ant-menu-submenu .ant-menu-submenu-arrow:after {
    background: #000 !important; }
  .ant-menu .ant-menu-submenu.ant-menu-submenu-open .ant-menu-submenu-title {
    background: rgba(55, 53, 47, 0.08);
    color: #000; }
  .ant-menu .ant-menu-submenu .ant-menu-item {
    height: 35px;
    line-height: 35px; }
    .ant-menu .ant-menu-submenu .ant-menu-item a {
      padding-left: 40px; }

.ant-modal-content {
  border-radius: 0; }
  .ant-modal-content .ant-modal-close, .ant-modal-content .ant-btn, .ant-modal-content a[type="primary"],
  .ant-modal-content .ant-btn-primary, .ant-modal-content a[type="link"],
  .ant-modal-content .ant-btn-link, .ant-modal-content .ant-btn-dashed {
    display: none; }
  .ant-modal-content .ant-btn-primary, .ant-modal-content a[type="link"],
  .ant-modal-content .ant-btn-link, .ant-modal-content .ant-btn-dashed {
    display: inline-block; }
  .ant-modal-content .ant-modal-header {
    border: none; }
  .ant-modal-content .ant-modal-body {
    padding: 15px 30px; }
  .ant-modal-content .ant-modal-footer {
    padding: 15px 30px 30px 30px;
    border: none; }

.ant-form-item {
  margin-bottom: 1rem; }
  .ant-form-item .ant-form-item-label {
    line-height: 1; }

.ant-input {
  height: 50px;
  line-height: 50px;
  padding: 4px 20px;
  border-radius: 0;
  border: 1px solid #000;
  font-size: 1.7rem; }
  .ant-input.error {
    border-color: red; }

.error {
  color: red;
  font-weight: 500;
  line-height: 1.6rem; }

.ant-input:hover {
  border-color: #000; }

.ant-input:focus {
  border-color: #000;
  box-shadow: 0 0 0 2px #000; }

.ant-select {
  width: 100% !important; }

.ant-select-selection {
  height: 50px;
  border: none;
  border-radius: 0;
  border: 1px solid #000;
  background: #FFF;
  font-size: 1.7rem; }

.ant-select-selection__rendered {
  line-height: 50px; }

.ant-select-selection__placeholder, .ant-select-search__field__placeholder {
  color: #000; }

.ant-select-selection__rendered {
  margin-right: 20px;
  margin-left: 20px; }

.ant-select-selection--single .ant-select-selection__rendered {
  margin-right: 30px; }

.ant-select-arrow {
  top: 19px;
  right: 20px; }

.ant-select-selection:hover {
  border-color: #000; }

.ant-select-focused .ant-select-selection, .ant-select-selection:focus, .ant-select-selection:active {
  box-shadow: #000 0px 0px 0px 2px;
  border-color: #000; }

.ant-select-dropdown-menu-item:first-child,
.ant-select-dropdown-menu-item:last-child {
  border-radius: 0; }

.ant-select-dropdown-menu-item {
  padding: 10px 20px; }

.ant-select-dropdown {
  border-radius: 0;
  font-size: 1.7rem; }

.ant-select-dropdown-menu-item:hover:not(.ant-select-dropdown-menu-item-disabled),
.ant-select-dropdown-menu-item-active:not(.ant-select-dropdown-menu-item-disabled),
.ant-select-dropdown-menu-item-selected {
  background-color: rgba(0, 0, 0, 0.2); }

.ant-calendar-range-picker-separator {
  display: none; }

.ant-calendar-today .ant-calendar-date {
  color: #000;
  border-color: #000; }

.ant-calendar-range .ant-calendar-selected-start-date .ant-calendar-date:hover,
.ant-calendar-range .ant-calendar-selected-end-date .ant-calendar-date:hover {
  background: #000; }

.ant-calendar-range .ant-calendar-in-range-cell::before {
  background: rgba(0, 0, 0, 0.2); }

.ant-calendar-range .ant-calendar-selected-start-date .ant-calendar-date, .ant-calendar-range .ant-calendar-selected-end-date .ant-calendar-date {
  background: #000; }

.ant-calendar-header a:hover {
  color: #000; }

.ant-calendar-date:hover {
  background: rgba(0, 0, 0, 0.2); }

.ant-calendar-picker:hover .ant-calendar-picker-input:not(.ant-input-disabled) {
  border-color: #000; }

.ant-calendar-range-picker-input {
  font-size: 1.4rem; }

.ant-calendar-picker-input .ant-input {
  padding: 0; }

.header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  padding: 0; }

.logo {
  display: inline-block;
  width: 120px;
  height: 80px;
  background: url("/static/logo-white.svg") no-repeat center;
  background-size: contain;
  text-indent: -9999rem; }
  @media (max-width: 768px) {
    .logo {
      width: 80px;
      height: 80px; } }

.ant-dropdown-link {
  display: inline-block;
  height: 35px;
  line-height: 35px;
  color: #FFF;
  font-weight: 500; }
  .ant-dropdown-link:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 17px;
    background: url("/static/arrow.svg") no-repeat center;
    background-size: contain;
    transition: all ease 300ms; }
  .ant-dropdown-link:hover, .ant-dropdown-link:focus {
    color: #FFF; }
    .ant-dropdown-link:hover:after, .ant-dropdown-link:focus:after {
      transform: rotate(180deg); }

.ant-dropdown {
  width: 120px;
  text-align: center; }

.ant-dropdown-menu {
  border-radius: 3px;
  text-align: center; }

.ant-dropdown-menu-item {
  padding: 8px;
  font-weight: 500;
  font-size: 16px; }

.footer {
  text-align: center; }
  .footer .mail,
  .footer .tel {
    position: relative;
    display: inline-block;
    background: #fff;
    padding: 10px 30px;
    border-radius: 40px;
    transition: all ease 300ms; }
    .footer .mail:after,
    .footer .tel:after {
      content: "";
      position: absolute;
      display: inline-block;
      top: 16px;
      right: 20px;
      width: 17px;
      height: 17px;
      background: url("/static/open.svg") no-repeat center;
      background-size: contain;
      transform: rotate(135deg);
      opacity: 0;
      transition: all ease 300ms; }
    .footer .mail:hover, .footer .mail:focus,
    .footer .tel:hover,
    .footer .tel:focus {
      padding-right: 60px;
      background: #fff; }
      .footer .mail:hover:after, .footer .mail:focus:after,
      .footer .tel:hover:after,
      .footer .tel:focus:after {
        opacity: 1; }

.footer-top {
  padding: 4rem 0 6rem;
  text-align: center;
  background: #EEEEEE; }

.footer-bottom {
  padding: 10px 0;
  font-size: 1.2rem; }

.footer-logos {
  margin: 5rem 0;
  text-align: center; }

.footer-logo {
  display: inline-block;
  width: 120px;
  height: 70px;
  margin: 0 1rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }
  .footer-logo.logo1 {
    background-image: url("/static/astti_logo.png"); }
  .footer-logo.logo2 {
    background-image: url("/static/logo_swiss_label.png"); }
  .footer-logo.logo3 {
    background-image: url("/static/met-logo.png"); }

.about img {
  max-width: 200px;
  border-radius: 30px; }

.about .linkedin {
  position: relative;
  display: inline-block;
  position: relative;
  display: inline-block;
  background: #F2F2F2;
  padding: 10px 30px 10px 60px;
  border-radius: 40px;
  transition: all ease 300ms;
  margin-top: 2rem;
  font-weight: 700;
  color: #007AB9; }
  .about .linkedin:before {
    content: "";
    position: absolute;
    top: 9px;
    left: 12px;
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url("/static/linkedin.svg") no-repeat center;
    background-size: contain; }
  .about .linkedin:after {
    content: "";
    position: absolute;
    display: inline-block;
    top: 16px;
    right: 20px;
    width: 17px;
    height: 17px;
    background: url("/static/open.svg") no-repeat center;
    background-size: contain;
    transform: rotate(135deg);
    opacity: 0;
    transition: all ease 300ms; }
  .about .linkedin:hover, .about .linkedin:focus {
    padding-right: 60px; }
    .about .linkedin:hover:after, .about .linkedin:focus:after {
      opacity: 1; }

