@charset "UTF-8";
/*
This .scss loop will create "margin helpers" and "padding helpers" for use in your web projects.
It will generate several classes such as:
.m-r-10 which gives margin-right 10 pixels.
.m-r-15 gives MARGIN to the RIGHT 15 pixels.
.m-t-15 gives MARGIN to the TOP 15 pixels and so on.
.p-b-5 gives PADDING to the BOTTOM of 5 pixels
.p-l-40 gives PADDING to the LEFT of 40 pixels
The first letter is "m" or "p" for MARGIN or PADDING
Second letter is "t", "b", "l", or "r" for TOP, BOTTOM, LEFT, or RIGHT
Third letter is the number of spacing in pixels. Adjust the amounts generated by editing the $spaceamounts variable below.
*/
.m-t-0 {
  margin-top: 0px !important; }

.p-t-0 {
  padding-top: 0px !important; }

.m-b-0 {
  margin-bottom: 0px !important; }

.p-b-0 {
  padding-bottom: 0px !important; }

.m-l-0 {
  margin-left: 0px !important; }

.p-l-0 {
  padding-left: 0px !important; }

.m-r-0 {
  margin-right: 0px !important; }

.p-r-0 {
  padding-right: 0px !important; }

.m-t-5 {
  margin-top: 5px !important; }

.p-t-5 {
  padding-top: 5px !important; }

.m-b-5 {
  margin-bottom: 5px !important; }

.p-b-5 {
  padding-bottom: 5px !important; }

.m-l-5 {
  margin-left: 5px !important; }

.p-l-5 {
  padding-left: 5px !important; }

.m-r-5 {
  margin-right: 5px !important; }

.p-r-5 {
  padding-right: 5px !important; }

.m-t-10 {
  margin-top: 10px !important; }

.p-t-10 {
  padding-top: 10px !important; }

.m-b-10 {
  margin-bottom: 10px !important; }

.p-b-10 {
  padding-bottom: 10px !important; }

.m-l-10 {
  margin-left: 10px !important; }

.p-l-10 {
  padding-left: 10px !important; }

.m-r-10 {
  margin-right: 10px !important; }

.p-r-10 {
  padding-right: 10px !important; }

.m-t-15 {
  margin-top: 15px !important; }

.p-t-15 {
  padding-top: 15px !important; }

.m-b-15 {
  margin-bottom: 15px !important; }

.p-b-15 {
  padding-bottom: 15px !important; }

.m-l-15 {
  margin-left: 15px !important; }

.p-l-15 {
  padding-left: 15px !important; }

.m-r-15 {
  margin-right: 15px !important; }

.p-r-15 {
  padding-right: 15px !important; }

.m-t-20 {
  margin-top: 20px !important; }

.p-t-20 {
  padding-top: 20px !important; }

.m-b-20 {
  margin-bottom: 20px !important; }

.p-b-20 {
  padding-bottom: 20px !important; }

.m-l-20 {
  margin-left: 20px !important; }

.p-l-20 {
  padding-left: 20px !important; }

.m-r-20 {
  margin-right: 20px !important; }

.p-r-20 {
  padding-right: 20px !important; }

.m-t-25 {
  margin-top: 25px !important; }

.p-t-25 {
  padding-top: 25px !important; }

.m-b-25 {
  margin-bottom: 25px !important; }

.p-b-25 {
  padding-bottom: 25px !important; }

.m-l-25 {
  margin-left: 25px !important; }

.p-l-25 {
  padding-left: 25px !important; }

.m-r-25 {
  margin-right: 25px !important; }

.p-r-25 {
  padding-right: 25px !important; }

.m-t-30 {
  margin-top: 30px !important; }

.p-t-30 {
  padding-top: 30px !important; }

.m-b-30 {
  margin-bottom: 30px !important; }

.p-b-30 {
  padding-bottom: 30px !important; }

.m-l-30 {
  margin-left: 30px !important; }

.p-l-30 {
  padding-left: 30px !important; }

.m-r-30 {
  margin-right: 30px !important; }

.p-r-30 {
  padding-right: 30px !important; }

.m-t-35 {
  margin-top: 35px !important; }

.p-t-35 {
  padding-top: 35px !important; }

.m-b-35 {
  margin-bottom: 35px !important; }

.p-b-35 {
  padding-bottom: 35px !important; }

.m-l-35 {
  margin-left: 35px !important; }

.p-l-35 {
  padding-left: 35px !important; }

.m-r-35 {
  margin-right: 35px !important; }

.p-r-35 {
  padding-right: 35px !important; }

.m-t-40 {
  margin-top: 40px !important; }

.p-t-40 {
  padding-top: 40px !important; }

.m-b-40 {
  margin-bottom: 40px !important; }

.p-b-40 {
  padding-bottom: 40px !important; }

.m-l-40 {
  margin-left: 40px !important; }

.p-l-40 {
  padding-left: 40px !important; }

.m-r-40 {
  margin-right: 40px !important; }

.p-r-40 {
  padding-right: 40px !important; }

.m-t-45 {
  margin-top: 45px !important; }

.p-t-45 {
  padding-top: 45px !important; }

.m-b-45 {
  margin-bottom: 45px !important; }

.p-b-45 {
  padding-bottom: 45px !important; }

.m-l-45 {
  margin-left: 45px !important; }

.p-l-45 {
  padding-left: 45px !important; }

.m-r-45 {
  margin-right: 45px !important; }

.p-r-45 {
  padding-right: 45px !important; }

.m-t-50 {
  margin-top: 50px !important; }

.p-t-50 {
  padding-top: 50px !important; }

.m-b-50 {
  margin-bottom: 50px !important; }

.p-b-50 {
  padding-bottom: 50px !important; }

.m-l-50 {
  margin-left: 50px !important; }

.p-l-50 {
  padding-left: 50px !important; }

.m-r-50 {
  margin-right: 50px !important; }

.p-r-50 {
  padding-right: 50px !important; }

.m-t-75 {
  margin-top: 75px !important; }

.p-t-75 {
  padding-top: 75px !important; }

.m-b-75 {
  margin-bottom: 75px !important; }

.p-b-75 {
  padding-bottom: 75px !important; }

.m-l-75 {
  margin-left: 75px !important; }

.p-l-75 {
  padding-left: 75px !important; }

.m-r-75 {
  margin-right: 75px !important; }

.p-r-75 {
  padding-right: 75px !important; }

.m-t-100 {
  margin-top: 100px !important; }

.p-t-100 {
  padding-top: 100px !important; }

.m-b-100 {
  margin-bottom: 100px !important; }

.p-b-100 {
  padding-bottom: 100px !important; }

.m-l-100 {
  margin-left: 100px !important; }

.p-l-100 {
  padding-left: 100px !important; }

.m-r-100 {
  margin-right: 100px !important; }

.p-r-100 {
  padding-right: 100px !important; }

.m-t-150 {
  margin-top: 150px !important; }

.p-t-150 {
  padding-top: 150px !important; }

.m-b-150 {
  margin-bottom: 150px !important; }

.p-b-150 {
  padding-bottom: 150px !important; }

.m-l-150 {
  margin-left: 150px !important; }

.p-l-150 {
  padding-left: 150px !important; }

.m-r-150 {
  margin-right: 150px !important; }

.p-r-150 {
  padding-right: 150px !important; }

.m-t-250 {
  margin-top: 250px !important; }

.p-t-250 {
  padding-top: 250px !important; }

.m-b-250 {
  margin-bottom: 250px !important; }

.p-b-250 {
  padding-bottom: 250px !important; }

.m-l-250 {
  margin-left: 250px !important; }

.p-l-250 {
  padding-left: 250px !important; }

.m-r-250 {
  margin-right: 250px !important; }

.p-r-250 {
  padding-right: 250px !important; }

.color-gr-1 {
  color: #66BB6A !important; }

.bg-gr-1 {
  background-color: #66BB6A !important; }

.color-yw-1 {
  color: #FFB90C !important; }

.bg-yw-1 {
  background-color: #FFB90C !important; }

.color-wh-1 {
  color: #ffffff !important; }

.bg-wh-1 {
  background-color: #ffffff !important; }

.color-wh-2 {
  color: #F7FAFB !important; }

.bg-wh-2 {
  background-color: #F7FAFB !important; }

.color-wh-3 {
  color: #F8FAFC !important; }

.bg-wh-3 {
  background-color: #F8FAFC !important; }

.color-gy-1 {
  color: #869096 !important; }

.bg-gy-1 {
  background-color: #869096 !important; }

.color-gy-2 {
  color: #929597 !important; }

.bg-gy-2 {
  background-color: #929597 !important; }

.color-bk-1 {
  color: #272E33 !important; }

.bg-bk-1 {
  background-color: #272E33 !important; }

.color-bk-2 {
  color: #3A4A52 !important; }

.bg-bk-2 {
  background-color: #3A4A52 !important; }

.color-bk-3 {
  color: #4A5B63 !important; }

.bg-bk-3 {
  background-color: #4A5B63 !important; }

.color-bk-4 {
  color: #3d4347 !important; }

.bg-bk-4 {
  background-color: #3d4347 !important; }

.color-bk-5 {
  color: #3F464C !important; }

.bg-bk-5 {
  background-color: #3F464C !important; }

.color-bk-6 {
  color: #252c30 !important; }

.bg-bk-6 {
  background-color: #252c30 !important; }

.color-bk-7 {
  color: #3a4044 !important; }

.bg-bk-7 {
  background-color: #3a4044 !important; }

.color-rd-1 {
  color: #EA5C5C !important; }

.bg-rd-1 {
  background-color: #EA5C5C !important; }

.color-rd-2 {
  color: #FF2C33 !important; }

.bg-rd-2 {
  background-color: #FF2C33 !important; }

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/* Grouping content
   ========================================================================== */
/**
 * 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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

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

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

/**
 * 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 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 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; }
  button:focus, button:active,
  input:focus,
  input:active {
    outline: none;
    box-shadow: none; }

/**
 * 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; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * 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 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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 in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

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

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  line-height: 1;
  /* Browsers have different default form fonts */
  font-size: 13px;
  font-family: Arial; }

/* Remove the stupid outer glow in Webkit */
input:focus {
  outline: 0; }

/* Box Sizing Reset
-----------------------------------------------*/
/* All of our custom controls should be what we expect them to be */
input,
textarea {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

/* These elements are usually rendered a certain way by the browser */
button,
input[type=reset],
input[type=button],
input[type=submit],
input[type=checkbox],
input[type=radio],
select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* Text Inputs
-----------------------------------------------*/
/* Button Controls
-----------------------------------------------*/
input[type=checkbox],
input[type=radio] {
  width: 13px;
  height: 13px; }

/* File Uploads
-----------------------------------------------*/
/* Search Input
-----------------------------------------------*/
/* Make webkit render the search input like a normal text field */
input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box; }

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
  display: none; }

/* Buttons
-----------------------------------------------*/
button,
input[type="reset"],
input[type="button"],
input[type="submit"] {
  /* Fix IE7 display bug */
  overflow: visible;
  width: auto; }

/* IE8 and FF freak out if this rule is within another selector */
::-webkit-file-upload-button {
  padding: 0;
  border: 0;
  background: none; }

/* Textarea
-----------------------------------------------*/
textarea {
  /* Move the label to the top */
  vertical-align: top;
  /* Turn off scroll bars in IE unless needed */
  overflow: auto; }

/* Selects
-----------------------------------------------*/
select[multiple] {
  /* Move the label to the top */
  vertical-align: top; }

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

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  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; }

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@keyframes bounce {
  0%, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  0%, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

@keyframes flash {
  0%, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes shake {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

@keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

.bounceIn {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

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

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

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

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

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

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

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

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

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

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

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

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0; } }

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0; } }

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge; }

@-webkit-keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox; }

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

@-webkit-keyframes rollOut {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg); } }

@keyframes rollOut {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s; }

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s; }

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s; }

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s; }

.animated.fast {
  -webkit-animation-duration: .8s;
  animation-duration: .8s; }

.animated.faster {
  -webkit-animation-duration: .5s;
  animation-duration: .5s; }

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s; }

@media (prefers-reduced-motion: reduce), (print) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important; } }

/**
 * ++++++++++++++++++++++
 * Add-to-Calendar Button
 * ++++++++++++++++++++++
 *
 * Version: 1.7.2
 * Creator: Jens Kuerschner (https://jenskuerschner.de)
 * Project: https://github.com/jekuer/add-to-calendar-button
 * License: MIT with “Commons Clause” License Condition v1.0
 *
 */
.atcb {
  display: none; }

.atcb_button_wrapper {
  display: inline-block;
  padding: 5px;
  position: relative; }

.atcb_button {
  align-items: center;
  background: whitesmoke;
  border: 1px solid #d2d2d2;
  border-radius: 6px;
  -webkit-box-shadow: 1px 2px 10px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 2px 10px 0px rgba(0, 0, 0, 0.4);
  color: #333333;
  cursor: pointer;
  display: flex;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  max-width: 300px;
  min-width: 150px;
  padding: 10px 16px 11px 16px;
  position: relative;
  text-align: center;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  width: auto; }

.atcb_button:focus,
.atcb_button:hover {
  background: white; }

@media only screen and (max-width: 575px) {
  .atcb_button {
    font-size: 14px; } }

.atcb_button.atcb_active {
  background: white;
  border-radius: 6px 6px 3px 3px;
  -webkit-box-shadow: 1px 5px 15px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 5px 15px 0px rgba(0, 0, 0, 0.5);
  margin: -2px -4px;
  padding: 12px 20px 13px 20px;
  z-index: 90; }

.atcb_icon {
  height: 16px;
  display: inline-block;
  margin-bottom: 4px;
  margin-right: 10px; }

.atcb_icon svg {
  height: 100%;
  color: #333333;
  width: auto; }

.atcb_list {
  box-sizing: border-box;
  color: #333333;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  max-width: 100%;
  position: absolute;
  padding: 0 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  min-width: 10em;
  z-index: 80; }

.atcb_list.atcb_modal {
  position: fixed;
  width: 16em;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%); }

.atcb_list_item {
  align-items: center;
  background: #fafafa;
  border: 1px solid #d2d2d2;
  border-top: 0;
  -webkit-box-shadow: 1px 2px 8px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 2px 8px 0px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  left: 50%;
  position: relative;
  padding: 12px 18px;
  text-align: left;
  transform: translate(-50%);
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent; }

.atcb_list_item:focus,
.atcb_list_item:hover {
  background: white;
  -webkit-box-shadow: 1px 2px 10px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 2px 10px 0px rgba(0, 0, 0, 0.4);
  color: black; }

@media only screen and (max-width: 575px) {
  .atcb_list_item {
    font-size: 14px; } }

.atcb_list.atcb_generated_button .atcb_list_item:first-child {
  padding-top: 20px; }

.atcb_list:not(.atcb_generated_button) .atcb_list_item:first-child {
  border-radius: 6px 6px 0 0; }

.atcb_list_item:last-child {
  border-radius: 0 0 6px 6px; }

.atcb_list_item .atcb_icon {
  margin-right: 8px;
  width: 18px; }

.atcb_bgoverlay {
  background: rgba(20, 20, 20, 0.2);
  backdrop-filter: blur(2px);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 70; }

.atcb_bgoverlay.atcb_click:hover {
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath fill-rule='evenodd' d='M11.991.69a2.35 2.35 0 0 1 3.318-.009c.918.911.922 2.392.009 3.307l-4.009 4.014 4.013 4.018c.906.909.893 2.38-.027 3.287a2.35 2.35 0 0 1-3.307-.004l-3.985-3.99-3.993 3.997a2.35 2.35 0 0 1-3.318.009c-.918-.911-.922-2.392-.009-3.307l4.009-4.014L.678 3.98C-.228 3.072-.215 1.6.706.693a2.35 2.35 0 0 1 3.307.004l3.985 3.99z'/%3E%3C/svg%3E") 32 32, pointer; }

[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms; }

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms; }

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  transition-duration: .1s; }

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: .1s; }

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  transition-duration: .15s; }

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: .15s; }

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  transition-duration: .2s; }

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: .2s; }

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  transition-duration: .25s; }

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: .25s; }

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  transition-duration: .3s; }

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: .3s; }

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  transition-duration: .35s; }

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: .35s; }

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: .4s; }

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: .4s; }

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  transition-duration: .45s; }

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: .45s; }

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  transition-duration: .5s; }

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: .5s; }

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  transition-duration: .55s; }

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: .55s; }

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  transition-duration: .6s; }

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: .6s; }

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  transition-duration: .65s; }

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: .65s; }

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  transition-duration: .7s; }

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: .7s; }

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  transition-duration: .75s; }

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: .75s; }

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  transition-duration: .8s; }

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: .8s; }

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  transition-duration: .85s; }

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: .85s; }

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  transition-duration: .9s; }

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: .9s; }

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  transition-duration: .95s; }

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: .95s; }

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s; }

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s; }

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s; }

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s; }

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s; }

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s; }

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s; }

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s; }

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s; }

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s; }

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s; }

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s; }

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s; }

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s; }

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s; }

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s; }

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s; }

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s; }

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s; }

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s; }

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s; }

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s; }

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s; }

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s; }

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s; }

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s; }

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s; }

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s; }

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s; }

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s; }

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s; }

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s; }

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s; }

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s; }

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s; }

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s; }

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s; }

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s; }

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s; }

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s; }

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s; }

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s; }

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s; }

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s; }

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s; }

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s; }

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s; }

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s; }

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s; }

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s; }

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s; }

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s; }

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s; }

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s; }

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s; }

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s; }

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s; }

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s; }

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s; }

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s; }

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s; }

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s; }

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s; }

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s; }

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s; }

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s; }

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s; }

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s; }

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s; }

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s; }

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s; }

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s; }

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s; }

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s; }

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s; }

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s; }

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s; }

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s; }

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s; }

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s; }

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s; }

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s; }

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75); }

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease; }

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in; }

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out; }

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out; }

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045); }

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); }

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715); }

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1); }

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95); }

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity,transform; }

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translateZ(0); }

[data-aos=fade-up] {
  transform: translate3d(0, 100px, 0); }

[data-aos=fade-down] {
  transform: translate3d(0, -100px, 0); }

[data-aos=fade-right] {
  transform: translate3d(-100px, 0, 0); }

[data-aos=fade-left] {
  transform: translate3d(100px, 0, 0); }

[data-aos=fade-up-right] {
  transform: translate3d(-100px, 100px, 0); }

[data-aos=fade-up-left] {
  transform: translate3d(100px, 100px, 0); }

[data-aos=fade-down-right] {
  transform: translate3d(-100px, -100px, 0); }

[data-aos=fade-down-left] {
  transform: translate3d(100px, -100px, 0); }

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity,transform; }

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1); }

[data-aos=zoom-in] {
  transform: scale(0.6); }

[data-aos=zoom-in-up] {
  transform: translate3d(0, 100px, 0) scale(0.6); }

[data-aos=zoom-in-down] {
  transform: translate3d(0, -100px, 0) scale(0.6); }

[data-aos=zoom-in-right] {
  transform: translate3d(-100px, 0, 0) scale(0.6); }

[data-aos=zoom-in-left] {
  transform: translate3d(100px, 0, 0) scale(0.6); }

[data-aos=zoom-out] {
  transform: scale(1.2); }

[data-aos=zoom-out-up] {
  transform: translate3d(0, 100px, 0) scale(1.2); }

[data-aos=zoom-out-down] {
  transform: translate3d(0, -100px, 0) scale(1.2); }

[data-aos=zoom-out-right] {
  transform: translate3d(-100px, 0, 0) scale(1.2); }

[data-aos=zoom-out-left] {
  transform: translate3d(100px, 0, 0) scale(1.2); }

[data-aos^=slide][data-aos^=slide] {
  transition-property: transform; }

[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translateZ(0); }

[data-aos=slide-up] {
  transform: translate3d(0, 100%, 0); }

[data-aos=slide-down] {
  transform: translate3d(0, -100%, 0); }

[data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0); }

[data-aos=slide-left] {
  transform: translate3d(100%, 0, 0); }

[data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform; }

[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg); }

[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0); }

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg); }

[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0); }

[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg); }

[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0); }

[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg); }

[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0); }

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; }

.alignwide {
  max-width: 1305px;
  margin-right: auto;
  margin-left: auto; }

.alignfull {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto; }

@media only screen and (max-width: 860px) {
  .mastcontent > h1, .mastcontent > h2, .mastcontent > h3, .mastcontent > h4, .mastcontent > h5, .mastcontent > h6, .mastcontent > p {
    padding-right: 15px;
    padding-left: 15px; } }

.mastcontent p, .mastcontent .wp-block-heading {
  max-width: 978px;
  margin-left: auto;
  margin-right: auto; }

.mastcontent > [class*="wp-block-"] {
  width: 100%;
  max-width: 978px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0px;
  padding-right: 0px; }
  @media screen and (max-width: 979px) {
    .mastcontent > [class*="wp-block-"] {
      padding-left: 15px;
      padding-right: 15px; } }
  .mastcontent > [class*="wp-block-"].wp-block-heading {
    padding-left: 0px;
    padding-right: 0px;
    max-width: 978px; }
    @media screen and (max-width: 979px) {
      .mastcontent > [class*="wp-block-"].wp-block-heading {
        padding-left: 15px;
        padding-right: 15px; } }
  .mastcontent > [class*="wp-block-"].alignfull.wp-block-image {
    padding-left: 0px !important;
    padding-right: 0px !important; }
  .mastcontent > [class*="wp-block-"].alignwide {
    max-width: 1305px; }
  .mastcontent > [class*="wp-block-"].wp-block-media-text.alignfull {
    padding: 0 !important; }
  .mastcontent > [class*="wp-block-"].alignfull {
    max-width: 100%; }

.mastcontent > .wp-block-image {
  margin-left: auto;
  margin-right: auto; }

@media screen and (max-width: 789px) {
  .mb-mobile-16 {
    margin-bottom: 16px; } }

* {
  box-sizing: border-box; }

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

html {
  scroll-behavior: smooth; }

html {
  font-size: 18px;
  line-height: 32px; }
  @media screen and (max-width: 789px) {
    html {
      font-size: 15px; } }

body {
  background-color: #fff;
  line-height: 1.8;
  color: #000;
  font-size: 16px; }

a {
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

h1.has-background, h2.has-background, h3.has-background, h4.has-background, h5.has-background {
  padding: 0; }

h1 {
  font-weight: 500;
  font-size: 54px;
  line-height: 58px;
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: "HelveticaNeueLTStd-Bd"; }
  @media screen and (max-width: 599px) {
    h1 {
      font-size: 40px;
      line-height: 50px;
      font-weight: 500; } }

h2 {
  font-size: 34px;
  line-height: 40px;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 24px;
  font-family: "HelveticaNeueLTStd-Md"; }
  @media screen and (max-width: 599px) {
    h2 {
      font-size: 26px;
      line-height: 32px;
      font-weight: 500; } }

h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: "HelveticaNeueLTStd-Bd"; }
  @media screen and (max-width: 599px) {
    h3 {
      font-size: 24px;
      line-height: 32px; } }

h4 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: "HelveticaNeueLTStd-Roman"; }

h5 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 12px;
  font-family: "HelveticaNeueLTStd-Bd"; }

h6 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 12px;
  font-family: "HelveticaNeueLTStd-Bd"; }

a {
  color: #536663;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

.excerpt {
  line-height: 16px; }

.page-template-page-green p {
  color: #FFFFFF; }

.page-template-page-green h1, .page-template-page-green h2, .page-template-page-green h3, .page-template-page-green h4, .page-template-page-green h5 {
  color: #FFFFFF; }
  .page-template-page-green h1.has-background, .page-template-page-green h2.has-background, .page-template-page-green h3.has-background, .page-template-page-green h4.has-background, .page-template-page-green h5.has-background {
    padding: 0; }

p {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 12px; }
  p strong {
    font-weight: 700; }
  p.has-background {
    padding: 5px; }
    p.has-background a {
      color: #bde0dc; }

.text__sm {
  font-size: 15px !important;
  line-height: 25px; }

.text__xs {
  font-size: 13px !important; }

.text__14 {
  font-size: 14px !important; }

.text__center {
  text-align: center; }

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

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

.has-headline-3-font-size {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  word-break: break-word; }
  @media screen and (max-width: 599px) {
    .has-headline-3-font-size {
      font-size: 18px !important;
      line-height: 30px !important;
      font-weight: 400; } }

.hidden {
  display: none !important; }

.font-size-18 {
  font-size: 18px !important; }

.font-size-24 {
  font-size: 24px !important; }

.mb-24 {
  margin-bottom: 24px; }

.mb-14 {
  margin-bottom: 14px; }

.m-b-5 {
  margin-bottom: 5px; }

.mb-30 {
  margin-bottom: 30px; }

.font-bold {
  font-weight: bold !important; }

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

.-m-t-10 {
  margin-top: -5px; }

.no-pseudo-element:before, .no-pseudo-element:after {
  content: none !important;
  display: none !important; }

.HelveticaNeueLTStdUltLt {
  font-family: "HelveticaNeueLTStd-UltLt"; }

.HelveticaNeueLTStdUltLtIt {
  font-family: "HelveticaNeueLTStd-UltLtIt"; }

.HelveticaNeueLTStdTh {
  font-family: "HelveticaNeueLTStd-Th"; }

.HelveticaNeueLTStdThIt {
  font-family: "HelveticaNeueLTStd-ThIt"; }

.HelveticaNeueLTStdLt {
  font-family: "HelveticaNeueLTStd-Lt"; }

.HelveticaNeueLTStdLtIt {
  font-family: "HelveticaNeueLTStd-LtIt"; }

.HelveticaNeueLTStdRoman {
  font-family: "HelveticaNeueLTStd-Roman"; }

.HelveticaNeueLTStdIt {
  font-family: "HelveticaNeueLTStd-It"; }

.HelveticaNeueLTStdMd {
  font-family: "HelveticaNeueLTStd-Md"; }

.HelveticaNeueLTStdMdIt {
  font-family: "HelveticaNeueLTStd-MdIt"; }

.HelveticaNeueLTStdBd {
  font-family: "HelveticaNeueLTStd-Bd"; }

.HelveticaNeueLTStdBdIt {
  font-family: "HelveticaNeueLTStd-BdIt"; }

.HelveticaNeueLTStdHv {
  font-family: "HelveticaNeueLTStd-Hv"; }

.HelveticaNeueLTStdHvIt {
  font-family: "HelveticaNeueLTStd-HvIt"; }

.HelveticaNeueLTStdBlk {
  font-family: "HelveticaNeueLTStd-Blk"; }

.HelveticaNeueLTStdBlkIt {
  font-family: "HelveticaNeueLTStd-BlkIt"; }

@font-face {
  font-family: "HelveticaNeueLTStd-UltLt";
  src: url("webFonts/HelveticaNeueLTStdUltLt/font.woff2") format("woff2"), url("webFonts/HelveticaNeueLTStdUltLt/font.woff") format("woff"); }

@font-face {
  font-family: "HelveticaNeueLTStd-BlkIt";
  src: url("webFonts/HelveticaNeueLTStdBlkIt/font.woff2") format("woff2"), url("webFonts/HelveticaNeueLTStdBlkIt/font.woff") format("woff"); }

@font-face {
  font-family: "HelveticaNeueLTStd-Md";
  src: url("webFonts/HelveticaNeueLTStdMd/font.woff2") format("woff2"), url("webFonts/HelveticaNeueLTStdMd/font.woff") format("woff"); }

@font-face {
  font-family: "HelveticaNeueLTStd-MdIt";
  src: url("webFonts/HelveticaNeueLTStdMdIt/font.woff2") format("woff2"), url("webFonts/HelveticaNeueLTStdMdIt/font.woff") format("woff"); }

@font-face {
  font-family: "HelveticaNeueLTStd-Blk";
  src: url("webFonts/HelveticaNeueLTStdBlk/font.woff2") format("woff2"), url("webFonts/HelveticaNeueLTStdBlk/font.woff") format("woff"); }

@font-face {
  font-family: "HelveticaNeueLTStd-It";
  src: url("webFonts/HelveticaNeueLTStdIt/font.woff2") format("woff2"), url("webFonts/HelveticaNeueLTStdIt/font.woff") format("woff"); }

@font-face {
  font-family: "HelveticaNeueLTStd-LtIt";
  src: url("webFonts/HelveticaNeueLTStdLtIt/font.woff2") format("woff2"), url("webFonts/HelveticaNeueLTStdLtIt/font.woff") format("woff"); }

@font-face {
  font-family: "HelveticaNeueLTStd-UltLtIt";
  src: url("webFonts/HelveticaNeueLTStdUltLtIt/font.woff2") format("woff2"), url("webFonts/HelveticaNeueLTStdUltLtIt/font.woff") format("woff"); }

@font-face {
  font-family: "HelveticaNeueLTStd-ThIt";
  src: url("webFonts/HelveticaNeueLTStdThIt/font.woff2") format("woff2"), url("webFonts/HelveticaNeueLTStdThIt/font.woff") format("woff"); }

@font-face {
  font-family: "HelveticaNeueLTStd-Bd";
  src: url("webFonts/HelveticaNeueLTStdBd/font.woff2") format("woff2"), url("webFonts/HelveticaNeueLTStdBd/font.woff") format("woff"); }

@font-face {
  font-family: "HelveticaNeueLTStd-HvIt";
  src: url("webFonts/HelveticaNeueLTStdHvIt/font.woff2") format("woff2"), url("webFonts/HelveticaNeueLTStdHvIt/font.woff") format("woff"); }

@font-face {
  font-family: "HelveticaNeueLTStd-Th";
  src: url("webFonts/HelveticaNeueLTStdTh/font.woff2") format("woff2"), url("webFonts/HelveticaNeueLTStdTh/font.woff") format("woff"); }

@font-face {
  font-family: "HelveticaNeueLTStd-Roman";
  src: url("webFonts/HelveticaNeueLTStdRoman/font.woff2") format("woff2"), url("webFonts/HelveticaNeueLTStdRoman/font.woff") format("woff"); }

@font-face {
  font-family: "HelveticaNeueLTStd-Lt";
  src: url("webFonts/HelveticaNeueLTStdLt/font.woff2") format("woff2"), url("webFonts/HelveticaNeueLTStdLt/font.woff") format("woff"); }

@font-face {
  font-family: "HelveticaNeueLTStd-Hv";
  src: url("webFonts/HelveticaNeueLTStdHv/font.woff2") format("woff2"), url("webFonts/HelveticaNeueLTStdHv/font.woff") format("woff"); }

@font-face {
  font-family: "HelveticaNeueLTStd-BdIt";
  src: url("webFonts/HelveticaNeueLTStdBdIt/font.woff2") format("woff2"), url("webFonts/HelveticaNeueLTStdBdIt/font.woff") format("woff"); }

.container {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 600px) {
    .container {
      max-width: 1298px; } }
  @media (min-width: 790px) {
    .container {
      max-width: 1298px; } }
  @media (min-width: 980px) {
    .container {
      max-width: 1298px; } }
  @media (min-width: 1298px) {
    .container {
      max-width: 1298px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

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

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs,
.col-xs-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

@media (min-width: 600px) {
  .col-xs {
    max-width: 100%; }
  .col-xs-auto {
    width: auto;
    max-width: none; }
  .col-xs-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xs-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xs-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xs-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xs-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xs-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xs-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xs-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xs-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xs-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .offset-xs-0 {
    margin-left: 0; }
  .offset-xs-1 {
    margin-left: 8.33333%; }
  .offset-xs-2 {
    margin-left: 16.66667%; }
  .offset-xs-3 {
    margin-left: 25%; }
  .offset-xs-4 {
    margin-left: 33.33333%; }
  .offset-xs-5 {
    margin-left: 41.66667%; }
  .offset-xs-6 {
    margin-left: 50%; }
  .offset-xs-7 {
    margin-left: 58.33333%; }
  .offset-xs-8 {
    margin-left: 66.66667%; }
  .offset-xs-9 {
    margin-left: 75%; }
  .offset-xs-10 {
    margin-left: 83.33333%; }
  .offset-xs-11 {
    margin-left: 91.66667%; } }

@media (min-width: 790px) {
  .col-sm {
    max-width: 100%; }
  .col-sm-auto {
    width: auto;
    max-width: none; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 980px) {
  .col-md {
    max-width: 100%; }
  .col-md-auto {
    width: auto;
    max-width: none; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1298px) {
  .col-lg {
    max-width: 100%; }
  .col-lg-auto {
    width: auto;
    max-width: none; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

[class*="__container"] {
  width: 100%;
  padding-right: false/2;
  padding-left: false/2;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 600px) {
    [class*="__container"] {
      max-width: 1298px; } }
  @media (min-width: 790px) {
    [class*="__container"] {
      max-width: 1298px; } }
  @media (min-width: 980px) {
    [class*="__container"] {
      max-width: 1298px; } }
  @media (min-width: 1298px) {
    [class*="__container"] {
      max-width: 1298px; } }

.mastheader {
  position: fixed;
  left: 0;
  width: 100%;
  right: 0;
  z-index: 99;
  padding: 15px 35px;
  transition: .3s;
  top: 0; }
  @media screen and (max-width: 789px) {
    .mastheader {
      padding: 15px 0; } }
  .mastheader.scrolled {
    background: #fff;
    padding: 15px 35px; }
    @media screen and (max-width: 789px) {
      .mastheader.scrolled {
        padding: 15px 0; } }
    .mastheader.scrolled .mastheader__logo {
      max-width: 98px; }
      .mastheader.scrolled .mastheader__logo .dark {
        display: block;
        opacity: 1; }
      .mastheader.scrolled .mastheader__logo .light {
        display: none;
        opacity: 0; }
    .mastheader.scrolled .mastheader__toggle span {
      background: #000; }
  @media screen and (max-width: 789px) {
    .mastheader__logo {
      z-index: 12;
      position: relative; } }
  .mastheader__logo img {
    transition: .3s;
    width: 98px;
    height: 50px; }
  .mastheader__logo .dark {
    opacity: 1; }
  .mastheader__logo .light {
    opacity: 0;
    display: none; }
  .mastheader__inner {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .mastheader .current-menu-item [aria-current="page"] {
    color: #536663; }
  .mastheader__toggle {
    width: 28px;
    height: 21px;
    position: relative;
    transform: rotate(0deg);
    transition: .3s ease-in-out;
    cursor: pointer;
    background: none;
    border: none;
    z-index: 111; }
    .mastheader__toggle span {
      display: block;
      position: absolute;
      height: 2px;
      width: 28px;
      background: #000;
      opacity: 1;
      right: 0;
      transform: rotate(0deg);
      transition: .2s ease-in-out; }
      .mastheader__toggle span:nth-child(1) {
        top: 0; }
      .mastheader__toggle span:nth-child(2), .mastheader__toggle span:nth-child(3) {
        top: 7px; }
      .mastheader__toggle span:nth-child(4) {
        top: 14px;
        width: 18px; }
    .mastheader__toggle.is-opened span {
      background: #FFF !important; }
      .mastheader__toggle.is-opened span:nth-child(1) {
        top: 8px;
        width: 0%;
        left: 50%;
        display: none; }
      .mastheader__toggle.is-opened span:nth-child(2) {
        transform: rotate(45deg); }
      .mastheader__toggle.is-opened span:nth-child(3) {
        transform: rotate(-45deg); }
      .mastheader__toggle.is-opened span:nth-child(4) {
        display: none; }
    .mastheader__toggle:hover span:nth-child(4) {
      width: 28px;
      transition: 0.3s all ease; }
  .mastheader__nav {
    background: #000000;
    position: fixed;
    width: 40%;
    right: 0;
    top: 0;
    bottom: 0;
    transition: 0.3s all ease;
    transform: translateX(100%);
    padding: 70px 40px 70px 90px;
    justify-content: space-between;
    flex-direction: column; }
    @media screen and (max-width: 789px) {
      .mastheader__nav {
        width: 100%;
        padding: 100px 30px 30px 30px; } }
    .mastheader__nav--main {
      margin: 0;
      padding: 0; }
      .mastheader__nav--main li {
        list-style: none;
        padding: 5px 0;
        position: relative;
        margin-bottom: 10px; }
        .mastheader__nav--main li a {
          display: block;
          font-weight: 700;
          font-size: 30px;
          line-height: 49px;
          color: #FFFFFF;
          font-weight: 700;
          transition: 0.3s all ease;
          top: -10px;
          position: relative; }
          @media screen and (max-width: 789px) {
            .mastheader__nav--main li a {
              font-size: 24px;
              line-height: 28px; } }
          .mastheader__nav--main li a:hover {
            text-decoration: none;
            color: #bde0dc; }
    .mastheader__nav--secondary {
      padding: 0;
      margin: 15px 0; }
      .mastheader__nav--secondary li {
        list-style: none;
        padding: 5px 0;
        display: inline-block;
        margin-right: 50px; }
        .mastheader__nav--secondary li:last-of-type {
          margin-right: 0; }
        .mastheader__nav--secondary li a {
          font-size: 20px;
          color: #fff;
          display: flex;
          align-items: center;
          position: relative; }
          .mastheader__nav--secondary li a:before {
            content: "";
            background: #bde0dc;
            position: absolute;
            left: -15px;
            width: 0px;
            height: 1px;
            margin-right: 5px;
            transition: 0.3s all ease; }
          .mastheader__nav--secondary li a:hover {
            text-decoration: none;
            color: #bde0dc; }
            .mastheader__nav--secondary li a:hover:before {
              width: 12px; }
    .mastheader__nav .copyright {
      margin: 0;
      font-size: 14px;
      color: rgba(255, 255, 255, 0.5); }
  .mastheader.is-opened .mastheader__nav {
    transition: 0.3s all ease;
    transform: translateX(0%);
    z-index: 11;
    display: flex; }
  .mastheader .menu-item-has-children .sub-menu {
    padding-left: 15px;
    margin-top: 15px;
    margin-bottom: 15px; }
    .mastheader .menu-item-has-children .sub-menu li {
      margin-bottom: 0px;
      padding: 5px 0; }
      .mastheader .menu-item-has-children .sub-menu li a {
        font-weight: 400;
        font-size: 24px;
        line-height: 29px;
        padding: 0;
        top: 0px;
        position: relative; }
  .mastheader .menu-item-has-children .custom-down {
    visibility: hidden;
    position: absolute;
    top: 5px;
    right: -15px;
    width: 40px;
    height: 40px; }
  .mastheader .menu-item-has-children .custom-down:after {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../img/svg/plus.svg);
    background-size: 22px;
    background-position: center;
    background-repeat: no-repeat;
    visibility: visible;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0; }
    @media screen and (max-width: 979px) {
      .mastheader .menu-item-has-children .custom-down:after {
        top: -12px; } }
  .mastheader .menu-item-has-children.collapsed > .custom-down:after {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../img/svg/minus.svg);
    background-size: 22px;
    background-position: center;
    background-repeat: no-repeat;
    visibility: visible;
    color: #fff;
    position: absolute;
    top: -1px;
    right: 0; }
    @media screen and (max-width: 979px) {
      .mastheader .menu-item-has-children.collapsed > .custom-down:after {
        top: -12px; } }
  .mastheader .menu-item-has-children > .sub-menu {
    /* Styles for the submenu */
    display: none;
    left: 100%;
    top: 0;
    z-index: 9999; }
    .mastheader .menu-item-has-children > .sub-menu .menu-item-has-children {
      position: relative; }
      .mastheader .menu-item-has-children > .sub-menu .menu-item-has-children.collapsed > .sub-menu {
        display: none; }
    .mastheader .menu-item-has-children > .sub-menu .sub-menu {
      left: 100%;
      top: 0; }

.page-template-page-green {
  background: #536663; }
  .page-template-page-green .mastcontent {
    margin-top: 80px; }

.page-template-page-black .mastcontent {
  margin-top: 80px; }

.page-template-page-normal-without-top-image .mastcontent {
  margin-top: 80px; }

.home .mastheader__logo .light, .page-template-page-green .mastheader__logo .light, .page-template-default .mastheader__logo .light, .page-template-page-corporate-governance-full .mastheader__logo .light, .page-template-page-normal-top-image .mastheader__logo .light {
  opacity: 1;
  display: flex; }

.home .mastheader__logo .dark, .page-template-page-green .mastheader__logo .dark, .page-template-default .mastheader__logo .dark, .page-template-page-corporate-governance-full .mastheader__logo .dark, .page-template-page-normal-top-image .mastheader__logo .dark {
  opacity: 0;
  display: none; }

.home .mastheader .mastheader__toggle span, .page-template-page-green .mastheader .mastheader__toggle span, .page-template-default .mastheader .mastheader__toggle span, .page-template-page-corporate-governance-full .mastheader .mastheader__toggle span, .page-template-page-normal-top-image .mastheader .mastheader__toggle span {
  background: #FFF; }

.home .mastheader.scrolled .mastheader__toggle span, .page-template-page-green .mastheader.scrolled .mastheader__toggle span, .page-template-default .mastheader.scrolled .mastheader__toggle span, .page-template-page-corporate-governance-full .mastheader.scrolled .mastheader__toggle span, .page-template-page-normal-top-image .mastheader.scrolled .mastheader__toggle span {
  background: #000; }

.mastfooter {
  padding: 70px 0 85px;
  background: #070707; }
  @media screen and (max-width: 599px) {
    .mastfooter {
      padding: 35px 0px 35px 0px; } }
  .mastfooter .wp-block-columns.has-background {
    padding: 0; }
  .mastfooter .wp-block-columns p {
    margin-bottom: 20px;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500; }
    .mastfooter .wp-block-columns p:first-of-type {
      margin-bottom: 20px; }
    .mastfooter .wp-block-columns p a {
      font-size: 16px;
      color: #fff;
      display: flex;
      align-items: center;
      position: relative;
      left: -5px; }
      .mastfooter .wp-block-columns p a:before {
        content: "";
        background: #bde0dc;
        position: relative;
        width: 0px;
        height: 1px;
        margin-right: 5px;
        transition: 0.3s all ease; }
      .mastfooter .wp-block-columns p a.email-href {
        position: relative;
        left: 0px; }
        .mastfooter .wp-block-columns p a.email-href:before {
          content: none; }
      .mastfooter .wp-block-columns p a:hover {
        text-decoration: none;
        color: #bde0dc; }
        .mastfooter .wp-block-columns p a:hover:before {
          width: 12px; }
  .mastfooter .wp-block-columns .menu {
    padding: 0;
    margin: 15px 0; }
    .mastfooter .wp-block-columns .menu li {
      list-style: none; }
    .mastfooter .wp-block-columns .menu a {
      font-size: 16px;
      color: #fff;
      display: flex;
      align-items: center;
      position: relative;
      left: -5px;
      font-weight: bold; }
      .mastfooter .wp-block-columns .menu a:before {
        content: "";
        background: #bde0dc;
        position: relative;
        width: 0px;
        height: 1px;
        margin-right: 5px;
        transition: 0.3s all ease; }
      .mastfooter .wp-block-columns .menu a:hover {
        text-decoration: none;
        color: #bde0dc; }
        .mastfooter .wp-block-columns .menu a:hover:before {
          width: 12px; }
  .mastfooter .scroll_to_top {
    position: fixed;
    bottom: -50px;
    right: 15px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
    border: 1px solid #dedede;
    transition: 0.3s all ease-in-out; }
    .mastfooter .scroll_to_top svg {
      fill: #dedede; }
    .mastfooter .scroll_to_top.active {
      transition: 0.3s all ease-in-out;
      bottom: 50px; }

@media screen and (max-width: 789px) {
  .sidebar__content .wp-block-columns .wp-block-column {
    margin-bottom: 1.75em; } }

@media screen and (max-width: 789px) {
  .sidebar__content .wp-block-columns .wp-block-column:last-of-type {
    margin-bottom: 0; } }

.home .is-style-columns-card.wp-block-columns .wp-block-column {
  margin: 0;
  padding: 0 80px; }
  .home .is-style-columns-card.wp-block-columns .wp-block-column:first-of-type {
    padding-right: 80px;
    padding-left: 0px; }
  .home .is-style-columns-card.wp-block-columns .wp-block-column:last-of-type {
    padding-left: 80px;
    padding-right: 0px; }
    @media screen and (max-width: 789px) {
      .home .is-style-columns-card.wp-block-columns .wp-block-column:last-of-type {
        padding-left: 0; } }

.mastcontent div[class*="__inner-container"] {
  width: 100% !important;
  max-width: 1305px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: 15px;
  padding-left: 15px; }
  @media screen and (max-width: 789px) {
    .mastcontent div[class*="__inner-container"] {
      padding-right: 0;
      padding-left: 0; } }

.mastcontent .people-columns .wp-block-cover .wp-block-cover__inner-container h3 {
  color: #fff;
  font-size: 20px !important;
  font-weight: 600;
  line-height: 19px;
  margin-bottom: 4px; }

.mastcontent .people-columns .wp-block-cover .wp-block-cover__inner-container p:first-of-type {
  font-size: 12px !important;
  margin-bottom: 10px !important;
  letter-spacing: -0.02em !important;
  line-height: 14px; }

.mastcontent .people-columns .wp-block-cover .wp-block-cover__inner-container p:last-of-type {
  line-height: 12px;
  margin-bottom: 5px; }

.mastcontent .people-columns .wp-block-cover .wp-block-cover__inner-container p a {
  color: #29bd90;
  display: inline-block;
  opacity: 0.8;
  transition: all 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  font-size: 12px;
  margin-bottom: 8px; }

.mastcontent .wp-block-media-text .wp-block-media-text__content {
  padding: 0 35px; }

.mastcontent .full-width-spacing.wp-block-media-text .wp-block-media-text__content {
  padding: 0 134px; }
  @media screen and (max-width: 789px) {
    .mastcontent .full-width-spacing.wp-block-media-text .wp-block-media-text__content {
      padding: 15px; } }

@media screen and (max-width: 789px) {
  .mastcontent .wp-block-group .wp-block-columns {
    padding: 0 !important; } }

.mastcontent .wp-block-group.has-background {
  padding: inherit; }

.mastcontent .wp-block-columns.has-background {
  padding: inherit; }

.mastcontent .wp-block-media-text .wp-block-media-text__content {
  padding-top: 35px;
  padding-bottom: 35px; }
  @media screen and (max-width: 599px) {
    .mastcontent .wp-block-media-text .wp-block-media-text__content {
      padding-top: 35px;
      padding-bottom: 35px; } }

.mastcontent .wp-block-image figcaption {
  font-weight: 900;
  font-size: 14px;
  line-height: 18px;
  color: #000; }

.mastcontent .wp-block-column.is-style-column-bordered {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc; }
  @media screen and (max-width: 979px) {
    .mastcontent .wp-block-column.is-style-column-bordered {
      margin: 0 !important;
      border: 0; } }
  @media screen and (max-width: 979px) {
    .mastcontent .wp-block-column.is-style-column-bordered .latest__block {
      padding: 0 !important; } }

.mastcontent .wp-block-cover {
  position: relative; }

.mastcontent .wp-block-separator {
  margin-bottom: 43px;
  height: 3px !important; }
  .mastcontent .wp-block-separator.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    width: 70px; }
  .mastcontent .wp-block-separator.is-style-left {
    margin-left: 0; }

.mastcontent .wp-block-buttons .wp-block-button.is-style-btn-with-arrow a {
  padding: 10px 0;
  padding-right: 40px;
  color: transparent;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  letter-spacing: -0.02em;
  font-size: 16px !important;
  font-weight: 500;
  transition: 0.3s all ease;
  position: relative; }
  .mastcontent .wp-block-buttons .wp-block-button.is-style-btn-with-arrow a.has-white-color:after, .mastcontent .wp-block-buttons .wp-block-button.is-style-btn-with-arrow a.has-white-color:before {
    background-image: url(../img/svg/col-arrow-white.svg); }
  .mastcontent .wp-block-buttons .wp-block-button.is-style-btn-with-arrow a:hover {
    text-decoration: none; }
    .mastcontent .wp-block-buttons .wp-block-button.is-style-btn-with-arrow a:hover:after {
      right: -5px;
      opacity: 0; }
    .mastcontent .wp-block-buttons .wp-block-button.is-style-btn-with-arrow a:hover:before {
      right: 10px;
      opacity: 1; }
  .mastcontent .wp-block-buttons .wp-block-button.is-style-btn-with-arrow a:after {
    transition: 0.3s all ease;
    content: "";
    width: 15px;
    height: 15px;
    background-image: url(../img/svg/col-arrow.svg);
    background-size: 15px;
    background-position: center;
    background-repeat: no-repeat;
    top: 17px;
    position: absolute;
    right: 10px;
    opacity: 1; }
  .mastcontent .wp-block-buttons .wp-block-button.is-style-btn-with-arrow a:before {
    content: "";
    width: 15px;
    height: 15px;
    background-image: url(../img/svg/col-arrow.svg);
    background-size: 15px;
    background-position: center;
    top: 17px;
    background-repeat: no-repeat;
    position: absolute;
    right: 25px;
    transition: 0.3s all ease;
    opacity: 0; }

.mastcontent .slider {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: 0px; }
  .mastcontent .slider .item {
    position: relative;
    min-height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    transition: 5s all ease;
    background-size: cover; }
    @media screen and (max-width: 979px) {
      .mastcontent .slider .item {
        background-size: cover; } }
    .mastcontent .slider .item:hover {
      transition: 5s all ease; }
      @media screen and (max-width: 979px) {
        .mastcontent .slider .item:hover {
          background-size: cover; } }
  .mastcontent .slider .item-text {
    font-weight: 600;
    font-size: 27px;
    line-height: 34px;
    margin-bottom: 50px;
    color: #FFF;
    max-width: 580px; }
    .mastcontent .slider .item-text p {
      font-size: 27px;
      line-height: 34px;
      color: #FFF; }
      @media screen and (max-width: 979px) {
        .mastcontent .slider .item-text p {
          font-size: 22px;
          line-height: 24px; } }
  .mastcontent .slider .item-name {
    line-height: 26px;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    color: #FFF; }
    .mastcontent .slider .item-name gr {
      color: #bde0dc; }
  .mastcontent .slider .slick-dots {
    position: absolute;
    bottom: 14px;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    z-index: 9;
    padding: 0;
    margin: 0; }
    @media screen and (max-width: 789px) {
      .mastcontent .slider .slick-dots {
        bottom: 188px; } }
    .mastcontent .slider .slick-dots button {
      font-size: 0;
      line-height: 0;
      width: 15px;
      height: 15px;
      border-radius: 50%;
      margin: 0 10px;
      background: #fff;
      border: 1px solid #E4DDDD;
      transition: .2s; }
    .mastcontent .slider .slick-dots .slick-active button {
      background: #B09999; }
  .mastcontent .slider .slick-arrow {
    position: absolute;
    top: 24px;
    left: 0;
    background: none;
    border: none;
    box-shadow: none;
    z-index: 9;
    cursor: pointer;
    display: flex;
    transition: .1s;
    padding: 0;
    width: 22px;
    height: 22px; }
    .mastcontent .slider .slick-arrow.slick-disabled {
      opacity: .3; }
    .mastcontent .slider .slick-arrow.slick-prev {
      left: -99px;
      justify-content: flex-end; }
    .mastcontent .slider .slick-arrow.slick-next {
      left: -59px;
      justify-content: flex-start; }

.mastcontent .post-archive-block {
  padding: 75px 0; }
  .mastcontent .post-archive-block .page-title {
    text-align: center;
    font-weight: bold;
    margin-bottom: 35px; }
  .mastcontent .post-archive-block__wrapper {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    border-top: 1px solid rgba(0, 0, 0, 0.06); }
  .mastcontent .post-archive-block__article {
    padding: 45px;
    width: calc(100% / 4);
    border-right: 1px solid rgba(0, 0, 0, 0.06);
    border-bottom: 1px solid rgba(0, 0, 0, 0.06); }
    @media screen and (max-width: 979px) {
      .mastcontent .post-archive-block__article {
        padding: 30px;
        width: calc(100% / 3); } }
    @media screen and (max-width: 789px) {
      .mastcontent .post-archive-block__article {
        padding: 15px;
        width: calc(100% / 1); } }
    .mastcontent .post-archive-block__article .article-content {
      display: flex;
      justify-content: space-between;
      flex-direction: column;
      height: 100%; }
      .mastcontent .post-archive-block__article .article-content h3 {
        font-size: 28px;
        line-height: 1.3; }
        .mastcontent .post-archive-block__article .article-content h3 a {
          text-decoration: none; }
      .mastcontent .post-archive-block__article .article-content .date {
        text-align: left;
        font-size: 13px;
        letter-spacing: -0.02em;
        text-transform: none;
        font-weight: 400; }
  .mastcontent .post-archive-block .js-loadmore-post {
    background: #000000;
    color: #FFFFFF;
    letter-spacing: -0.03em;
    font-size: 14px;
    font-weight: 600;
    padding: 20px 30px;
    display: flex;
    margin: 0 auto;
    margin-top: 50px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.3s all ease-in-out; }
    .mastcontent .post-archive-block .js-loadmore-post:hover {
      transition: 0.3s all ease-in-out;
      background: rgba(0, 0, 0, 0.8); }

.mastcontent .wpcf7-response-output {
  font-size: 16px;
  color: #FFFFFF; }

.mastcontent .contact__form {
  width: 100%;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 25px;
  border-top: 2px solid #FFF; }
  .mastcontent .contact__form p {
    width: 100%; }
  .mastcontent .contact__form .wpcf7-not-valid-tip {
    display: none; }
  .mastcontent .contact__form label {
    display: block;
    clear: left;
    font-size: 18px;
    color: #FFFFFF;
    margin: 0 0 10px;
    font-weight: 400; }
  .mastcontent .contact__form input[type='email'],
  .mastcontent .contact__form input[type='text'] {
    background: transparent;
    height: 40px;
    margin: 10px 0;
    box-sizing: border-box;
    padding: 0 10px;
    font-family: "HelveticaNeueLTStd-UltLt";
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #FFF;
    transition: 0.3s all ease-in-out; }
    .mastcontent .contact__form input[type='email']:hover,
    .mastcontent .contact__form input[type='text']:hover {
      transition: 0.3s all ease-in-out;
      border-bottom: 1px solid white; }
    .mastcontent .contact__form input[type='email']:focus,
    .mastcontent .contact__form input[type='text']:focus {
      transition: 0.3s all ease-in-out;
      border-bottom: 1px solid white; }
    .mastcontent .contact__form input[type='email'].wpcf7-not-valid,
    .mastcontent .contact__form input[type='text'].wpcf7-not-valid {
      border-bottom: 1px solid #dc3232; }
  .mastcontent .contact__form textarea {
    box-sizing: border-box;
    font-family: "HelveticaNeueLTStd-UltLt";
    width: 100%;
    min-height: 162px;
    background-image: repeating-linear-gradient(to bottom, transparent, transparent 38px, rgba(0, 0, 0, 0.15) 39px);
    line-height: 40px;
    resize: none;
    border: 0;
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #FFF;
    outline: none;
    height: 234px;
    transition: 0.3s all ease-in-out; }
    .mastcontent .contact__form textarea:hover {
      transition: 0.3s all ease-in-out;
      border-bottom: 1px solid white; }
    .mastcontent .contact__form textarea:focus {
      transition: 0.3s all ease-in-out;
      border-bottom: 1px solid white; }
  .mastcontent .contact__form input[type='submit'] {
    padding: 15px 30px;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.07em;
    display: inline-block;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
    border-radius: 30px;
    background: #AFE0DD;
    transition-duration: 0.15s;
    transition-timing-function: cubic-bezier(0.26, 0.75, 0, 0.97);
    font-size: 14px;
    line-height: 17px;
    color: #536663;
    font-weight: bold; }

.mastcontent .is-style-default .wp-block-columns {
  margin-bottom: 0px; }

.mastcontent .is-style-columns-flip-card {
  max-width: 1305px;
  margin: 0 auto; }
  .mastcontent .is-style-columns-flip-card.wp-block-columns {
    margin-bottom: 0px; }
    @media screen and (max-width: 789px) {
      .mastcontent .is-style-columns-flip-card.wp-block-columns {
        justify-content: space-between; } }
  .mastcontent .is-style-columns-flip-card .wp-block-column {
    height: 250px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 15px;
    margin-left: 15px; }
    @media screen and (max-width: 789px) {
      .mastcontent .is-style-columns-flip-card .wp-block-column {
        margin-left: 0px; } }
    .mastcontent .is-style-columns-flip-card .wp-block-column:after {
      width: 100%;
      height: calc(100% - 10px);
      content: "";
      position: absolute;
      left: -5px;
      right: -5px;
      top: 0;
      bottom: 0;
      border: 5px solid transparent;
      border-radius: 10px; }
    .mastcontent .is-style-columns-flip-card .wp-block-column .wp-block-cover {
      transition: 0.3s all ease-in-out;
      padding: 0;
      background: none;
      height: 250px;
      min-height: 250px;
      border-radius: 10px;
      position: absolute;
      top: 0; }
    .mastcontent .is-style-columns-flip-card .wp-block-column .wp-block-group {
      height: 100%;
      flex-direction: column;
      transition: 0.3s all ease-in-out;
      top: 100%;
      position: relative;
      z-index: 1; }
      .mastcontent .is-style-columns-flip-card .wp-block-column .wp-block-group a {
        position: absolute;
        bottom: 10px;
        left: 50%;
        transform: translate(-50%, 0%); }
        .mastcontent .is-style-columns-flip-card .wp-block-column .wp-block-group a:after {
          transition: 0.3s all ease;
          content: "";
          width: 15px;
          height: 15px;
          background-image: url(../img/svg/col-arrow.svg);
          background-size: 15px;
          background-position: center;
          background-repeat: no-repeat;
          top: 8px;
          position: absolute;
          right: -25px;
          opacity: 1; }
    .mastcontent .is-style-columns-flip-card .wp-block-column:hover {
      transition: 0.3s all ease-in-out; }
      .mastcontent .is-style-columns-flip-card .wp-block-column:hover .wp-block-cover {
        transition: 0.3s all ease-in-out;
        top: -100%; }
      .mastcontent .is-style-columns-flip-card .wp-block-column:hover .wp-block-group {
        transition: 0.3s all ease-in-out;
        top: 0; }

.mastcontent .is-style-group-fullwith-container.alignfull .wp-block-columns {
  max-width: 1305px;
  margin: 0 auto;
  padding: 0 15px; }

@media screen and (max-width: 979px) {
  .mastcontent .is-style-group-team .wp-block-column {
    margin: 10px; } }

.mastcontent .wp-block-latest-posts__list.is-grid li {
  position: relative;
  min-height: 375px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #EFEFEF;
  transition: 0.3s all ease-in-out; }
  @media screen and (max-width: 789px) {
    .mastcontent .wp-block-latest-posts__list.is-grid li {
      margin-right: 0; } }
  .mastcontent .wp-block-latest-posts__list.is-grid li .wp-block-latest-posts__featured-image {
    order: 1;
    transition: 0.3s all ease-in-out;
    width: 100%; }
    .mastcontent .wp-block-latest-posts__list.is-grid li .wp-block-latest-posts__featured-image img {
      min-height: 300px;
      max-height: 300px;
      width: 100%; }
  .mastcontent .wp-block-latest-posts__list.is-grid li .wp-block-latest-posts__post-excerpt {
    order: 4;
    padding: 0 30px; }
  .mastcontent .wp-block-latest-posts__list.is-grid li a:first-of-type {
    order: 3;
    font-weight: 500;
    display: block;
    padding: 0 30px;
    padding-bottom: 30px;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #000000; }
    .mastcontent .wp-block-latest-posts__list.is-grid li a:first-of-type:hover {
      text-decoration: none; }
  .mastcontent .wp-block-latest-posts__list.is-grid li a:last-of-type {
    margin: 0 30px; }
  .mastcontent .wp-block-latest-posts__list.is-grid li time {
    order: 2;
    padding: 0 30px;
    padding-bottom: 25px;
    padding-top: 40px;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #536663; }

.mastcontent .wp-block-social-links {
  margin: 0; }

.mastcontent .wp-block-social-links .wp-block-social-link {
  padding: 0; }
  .mastcontent .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor {
    padding: 0; }

.post__navigation {
  padding: 30px 50px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1305px;
  margin: 0 auto;
  background: #FFF;
  position: relative;
  z-index: 9; }
  @media screen and (max-width: 789px) {
    .post__navigation {
      padding: 30px 50px;
      align-items: center; } }
  .post__navigation--left {
    width: 45%;
    display: flex;
    flex-direction: column; }
    .post__navigation--left a img {
      left: 0; }
    .post__navigation--left span {
      display: block;
      font-size: 11px;
      text-transform: uppercase;
      opacity: 0.4;
      margin-bottom: 1px;
      color: #1f1f1f;
      text-align: left;
      font-weight: bold; }
    .post__navigation--left svg {
      fill: #1f1f1f;
      opacity: 0.2;
      position: absolute;
      top: 50%;
      left: -40px;
      width: 20px;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
  .post__navigation--center {
    width: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px; }
    @media screen and (max-width: 789px) {
      .post__navigation--center {
        padding-top: 0; } }
    .post__navigation--center svg {
      overflow: visible;
      transition: all 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
      opacity: 0.2;
      fill: #1f1f1f; }
      .post__navigation--center svg:hover {
        opacity: 1;
        transform: scale(1.2); }
  .post__navigation--right {
    width: 45%;
    display: flex;
    flex-direction: column;
    text-align: right; }
    .post__navigation--right a img {
      right: 0; }
    .post__navigation--right span {
      display: block;
      font-size: 11px;
      text-transform: uppercase;
      opacity: 0.4;
      margin-bottom: 1px;
      color: #1f1f1f;
      text-align: right;
      font-weight: bold; }
    .post__navigation--right svg {
      fill: #1f1f1f;
      opacity: 0.2;
      position: absolute;
      top: 50%;
      right: -40px;
      width: 20px;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
  .post__navigation a {
    position: relative; }
    @media screen and (max-width: 789px) {
      .post__navigation a {
        display: flex; } }
    .post__navigation a img {
      position: absolute;
      top: 0px;
      z-index: -1;
      opacity: 0;
      transition: 0.3s all ease-in-out;
      height: 0px; }
    .post__navigation a:hover {
      text-decoration: none; }
      .post__navigation a:hover img {
        transition: 0.3s all ease-in-out;
        top: -180px;
        z-index: 1;
        opacity: 1;
        height: 150px; }
    .post__navigation a .title {
      margin: 0;
      font-size: 14px;
      color: #1f1f1f;
      position: relative;
      line-height: 16px; }
      @media screen and (max-width: 789px) {
        .post__navigation a .title {
          display: none; } }

.error_page {
  margin-top: -50px;
  min-height: calc(100vh - 50px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .error_page h1 {
    margin-bottom: 10px;
    font-weight: 700;
    color: #FFF;
    text-align: center; }
  .error_page p {
    margin: 0;
    margin-bottom: 30px;
    font-size: 25px;
    color: #FFF;
    text-align: center; }
  .error_page a {
    letter-spacing: -0.03em;
    height: 52px;
    font-weight: 600;
    transition: 0.3s all ease-in-out;
    display: inline-flex;
    align-items: center;
    background: #fff;
    color: #2b2b2b;
    padding: 0 40px;
    max-width: 100%;
    font-size: 14px;
    border: 0;
    outline: 0;
    cursor: pointer;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-transform: uppercase; }
    .error_page a:hover {
      transition: 0.3s all ease-in-out;
      background-color: #2b2b2b;
      color: #fff;
      text-decoration: none; }

.block_archive_simple {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 50px;
  width: 100%;
  max-width: 978px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0px;
  padding-right: 0px; }
  @media screen and (max-width: 789px) {
    .block_archive_simple {
      margin-bottom: 0; } }
  .block_archive_simple .c {
    height: 100%;
    background: #EFEFEF; }
  .block_archive_simple--item .image {
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
  .block_archive_simple--item .content {
    padding: 40px 35px 45px 35px;
    height: calc(100% - 300px);
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .block_archive_simple--item .content time {
      font-style: normal;
      font-weight: 500;
      font-size: 14px;
      line-height: 17px;
      text-transform: uppercase;
      color: #536663;
      margin-bottom: 25px; }
    .block_archive_simple--item .content .name_title {
      font-weight: 500;
      font-size: 24px;
      line-height: 29px;
      color: #000000;
      margin-bottom: 40px;
      display: block; }

.portfolio__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap; }
  .portfolio__wrapper--item {
    padding-right: 10px;
    padding-left: 10px;
    height: 305px;
    width: 305px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 20px;
    transition: 0.3s all ease; }
    @media screen and (max-width: 789px) {
      .portfolio__wrapper--item {
        width: 100% !important;
        padding-right: 15px;
        padding-left: 15px; } }
    .portfolio__wrapper--item .card {
      width: 100%;
      height: 100%;
      overflow: hidden;
      position: relative;
      border-radius: 5px; }
    .portfolio__wrapper--item .badge {
      display: inline-block;
      background: #000;
      text-align: center;
      position: relative;
      z-index: 9;
      left: 10px;
      top: 5px;
      font-size: 12px;
      line-height: 16px;
      color: #52f7d2 !important;
      font-weight: 400;
      padding: 5px 10px;
      border-width: 1px;
      border-radius: 4px; }
    .portfolio__wrapper--item .top {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      width: 100%;
      height: 100%;
      border-radius: 5px;
      transition: 0.3s all ease;
      position: absolute;
      top: 0; }
    .portfolio__wrapper--item .bottom {
      background: #bde0dc;
      width: 100%;
      height: 100%;
      transition: 0.3s all ease;
      position: absolute;
      top: 100%;
      padding: 15px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      border-radius: 10px; }
      .portfolio__wrapper--item .bottom h2 {
        font-size: 29px !important;
        line-height: 24px;
        color: #000000 !important;
        font-weight: 600;
        display: block;
        margin: 0 30px 5px; }
      .portfolio__wrapper--item .bottom p {
        margin: 0;
        margin: 18px 30px 5px;
        color: #000; }
    .portfolio__wrapper--item .btn {
      position: absolute;
      bottom: 10px;
      font-weight: bold;
      color: #000; }
    .portfolio__wrapper--item:hover .top {
      top: -100%; }
    .portfolio__wrapper--item:hover .bottom {
      top: 0; }

.financial-calendar .past--title {
  font-weight: 700;
  font-size: 30px;
  line-height: 37px;
  color: #000000;
  margin: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  margin-bottom: 30px; }

.financial-calendar .year, .financial-calendar hr {
  display: none; }

.financial-calendar .block__post .post__item--l {
  width: 180px; }

.financial-calendar .block__post .post__item--r {
  width: calc(100% - 180px); }

.financial-calendar .block__post .post__item {
  padding: 0;
  margin: 0;
  margin-bottom: 20px; }

.financial-calendar .post__item--r .btn--primary {
  padding: 5px 0;
  padding-right: 40px; }
  .financial-calendar .post__item--r .btn--primary:before, .financial-calendar .post__item--r .btn--primary:after {
    top: 6px; }

.block__financial_calendar {
  background: #EFEFEF;
  border-radius: 1px;
  padding: 32px; }
  .block__financial_calendar h3 {
    line-height: 20px; }
  .block__financial_calendar .link {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #536663; }
  .block__financial_calendar .block__post .post__item {
    padding: 0;
    margin: 0;
    margin-bottom: 20px; }
    .block__financial_calendar .block__post .post__item .btn--primary {
      font-weight: 500 !important; }
  .block__financial_calendar .block__post .post__item--l {
    width: 168px; }
  .block__financial_calendar .block__post .post__item--r {
    width: calc(100% - 140px);
    position: relative;
    top: 7px; }

.slider2 {
  display: none; }
  .slider2 .container {
    padding: 0px !important; }
  @media screen and (max-width: 979px) {
    .slider2.show {
      display: block !important; } }
  .slider2 .card {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    margin: 15px; }
  .slider2--item {
    height: 305px !important;
    position: relative;
    border-radius: 5px;
    transition: 0.3s all ease; }
    .slider2--item .badge {
      display: inline-block;
      background: #000;
      text-align: center;
      position: relative;
      z-index: 9;
      left: 10px;
      top: 5px;
      font-size: 12px;
      line-height: 16px;
      color: #52f7d2 !important;
      font-weight: 400;
      padding: 5px 10px;
      border-width: 1px;
      border-radius: 4px; }
    .slider2--item .top {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      width: 100%;
      height: 100%;
      border-radius: 5px;
      transition: 0.3s all ease;
      position: absolute;
      top: 0; }
    .slider2--item .bottom {
      background: #bde0dc;
      width: 100%;
      height: 100%;
      transition: 0.3s all ease;
      position: absolute;
      top: 100%;
      padding: 15px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      border-radius: 10px; }
      .slider2--item .bottom h2 {
        font-size: 29px !important;
        line-height: 24px;
        color: #000000 !important;
        font-weight: 600;
        display: block;
        margin: 0 30px 5px; }
      .slider2--item .bottom p {
        margin: 0;
        margin: 18px 30px 5px;
        color: #000; }
    .slider2--item .btn {
      position: absolute;
      bottom: 10px;
      font-weight: bold;
      color: #000; }
    .slider2--item:hover .top {
      top: -100%; }
    .slider2--item:hover .bottom {
      top: 0; }

.portfolio_slider .slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 15px 0;
  list-style-type: none;
  overflow: hidden;
  width: calc(100% - 30px);
  margin: 0 auto; }
  .portfolio_slider .slick-dots li {
    margin: 0 0.25rem; }
  .portfolio_slider .slick-dots button {
    display: block;
    width: 12px;
    height: 12px;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0.3);
    text-indent: -9999px; }
  .portfolio_slider .slick-dots li.slick-active button {
    background-color: #fff; }

@media screen and (max-width: 979px) {
  .hide_mobile {
    display: none !important; } }

.cross .title {
  font-size: 34px;
  line-height: 40px;
  text-align: center;
  color: #000000;
  margin-bottom: 0; }

.cross__wrapper {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-top: 50px; }
  @media screen and (max-width: 979px) {
    .cross__wrapper {
      display: block; } }
  .cross__wrapper img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 120px;
    height: auto; }
    @media screen and (max-width: 979px) {
      .cross__wrapper img {
        position: relative !important;
        top: inherit;
        left: inherit;
        transform: none;
        max-width: 100px;
        height: auto;
        margin: 0 auto; } }
  .cross__wrapper--item {
    width: calc(50% - 120px); }
    @media screen and (max-width: 979px) {
      .cross__wrapper--item {
        width: 100% !important;
        margin: 0 !important;
        border: none !important;
        padding: 20px !important;
        text-align: center; }
        .cross__wrapper--item:after {
          content: none !important; } }
    .cross__wrapper--item h3 {
      font-size: 24px;
      line-height: 30px;
      color: #536663;
      margin-bottom: 18px;
      padding-top: 25px; }
    .cross__wrapper--item p {
      font-weight: 400;
      font-size: 16px;
      line-height: 22px;
      color: #000000;
      margin-bottom: 0; }
    .cross__wrapper--item.item-1 {
      margin-right: 120px;
      border-bottom: 2px solid #536663;
      padding-bottom: 100px;
      position: relative; }
      .cross__wrapper--item.item-1:after {
        content: "";
        position: absolute;
        right: -120px;
        background: #536663;
        top: 0;
        width: 2px;
        height: calc(100% - 120px); }
    .cross__wrapper--item.item-3 {
      margin-right: 120px;
      padding-top: 120px;
      position: relative; }
      .cross__wrapper--item.item-3 h3 {
        padding-top: 0 !important; }
      .cross__wrapper--item.item-3:after {
        content: "";
        position: absolute;
        right: -120px;
        background: #536663;
        bottom: 0;
        width: 2px;
        height: calc(100% - 120px); }
    .cross__wrapper--item.item-2 {
      margin-left: 120px;
      border-bottom: 2px solid #536663;
      padding-bottom: 120px;
      position: relative; }
    .cross__wrapper--item.item-4 {
      padding-top: 120px;
      margin-left: 120px; }
      .cross__wrapper--item.item-4 h3 {
        padding-top: 0 !important; }

.single .single-post-header {
  margin-top: 80px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 150px 0 100px 0; }
  @media screen and (max-width: 979px) {
    .single .single-post-header {
      padding: 75px 0 50px 0; } }
  .single .single-post-header:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(31, 31, 31, 0.3); }
  .single .single-post-header h1 {
    color: #FFF;
    max-width: 90%;
    margin: 0 auto;
    font-weight: 500;
    text-align: center;
    font-size: 54px;
    line-height: 72px;
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 979px) {
      .single .single-post-header h1 {
        font-size: 30px;
        line-height: 36px; } }
  .single .single-post-header .date {
    text-align: center;
    color: #FFF;
    text-transform: uppercase;
    margin-top: 65px;
    position: relative;
    z-index: 1;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px; }
    .single .single-post-header .date span {
      font-weight: 400;
      font-size: 16px;
      line-height: 19px;
      color: #FFFFFF; }
    .single .single-post-header .date a {
      color: #FFF; }
      .single .single-post-header .date a:hover {
        text-decoration: none; }

.single .content {
  padding: 55px 0; }

.block {
  margin-bottom: 0px;
  padding-bottom: 30px;
  position: relative; }
  .block #graph {
    margin: 30px 0 54px; }
  .block .mf-table {
    width: 100%;
    border-collapse: collapse; }
    .block .mf-table tr:nth-child(even) {
      background-color: #d0d5d4; }
    .block .mf-table th {
      font-weight: 400; }
    .block .mf-table td, .block .mf-table th {
      padding: 15px 15px;
      font-size: 14px; }
      .block .mf-table td:first-child, .block .mf-table th:first-child {
        text-align: left; }
      .block .mf-table td:last-child, .block .mf-table th:last-child {
        text-align: right; }
    .block .mf-table thead {
      background-color: #536663;
      color: #FFF; }
  .block__the_share #mf_stockChart .highcharts-container {
    background: #fff; }
  @media only screen and (max-width: 560px) {
    .block__the_share #mf_stockChart .buttons.selector {
      margin-bottom: 10px !important; } }
  .block__the_share #mf_stockChart .rangeSelector {
    height: 30px; }
    @media only screen and (max-width: 560px) {
      .block__the_share #mf_stockChart .rangeSelector {
        height: 40px; } }
    .block__the_share #mf_stockChart .rangeSelector .fa-calendar-alt {
      width: 30px !important;
      height: 30px !important;
      font-size: 22px;
      padding-top: 4px !important; }
  .block__the_share #mf_stockChart .buttons {
    background-color: #edebe2;
    color: #776e64;
    box-shadow: none; }
    @media only screen and (max-width: 560px) {
      .block__the_share #mf_stockChart .buttons {
        margin-bottom: 10px; } }
    .block__the_share #mf_stockChart .buttons:hover {
      box-shadow: none; }
  .block__the_share #mf_stockChart .buttons.checkable.checked {
    background-color: #536663; }
  .block__the_share #mf_stockChart .buttons.checkable.rangeSelectorButton {
    padding: 5px 10px; }
  .block__the_share #mf_stockChart .buttons {
    height: 30px; }
  @media only screen and (max-width: 767px) {
    .block__pdmr .tabs-content-mf > div, .block__owners .tabs-content-mf > div {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch; } }
  @media only screen and (max-width: 767px) {
    .block__pdmr .tabs-content-mf .mf-table, .block__owners .tabs-content-mf .mf-table {
      width: 100%; } }
  .block__owners .mf-table thead th:nth-child(2) {
    text-align: right !important; }
  .block__owners .mf-table tbody td:nth-child(2) {
    text-align: right !important; }
  .block__owners .mf-table th, .block__owners .mf-table td {
    text-align: center; }
    .block__owners .mf-table th:first-child, .block__owners .mf-table td:first-child {
      text-align: left !important; }
    .block__owners .mf-table th:last-child, .block__owners .mf-table td:last-child {
      text-align: right !important; }
  .block__owners .mf-table th {
    text-align: center !important; }
  .block .tabs-mf {
    list-style: none;
    display: flex;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 0;
    align-items: flex-end; }
    @media only screen and (max-width: 767px) {
      .block .tabs-mf {
        flex-wrap: wrap; } }
    .block .tabs-mf li {
      flex: 1; }
      @media only screen and (max-width: 767px) {
        .block .tabs-mf li {
          flex: none;
          width: 100%;
          margin-bottom: 10px; } }
      .block .tabs-mf li:not(:first-child) {
        margin-left: 10px; }
        @media only screen and (max-width: 767px) {
          .block .tabs-mf li:not(:first-child) {
            margin-left: 0; } }
      .block .tabs-mf li.active a {
        background: #536663;
        color: #fff;
        padding-top: 25px;
        min-width: 220px; }
    .block .tabs-mf a {
      display: block;
      padding: 10px;
      background-color: #d0d5d4;
      font-size: 14px;
      text-align: center;
      transition: .2s;
      font-weight: 600; }
      .block .tabs-mf a:hover {
        background: #536663;
        color: #fff;
        text-decoration: none; }

table.tablepress {
  width: 100%;
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse; }
  table.tablepress caption {
    display: none; }
  table.tablepress td {
    background-color: transparent !important; }
  table.tablepress thead th {
    text-align: left;
    vertical-align: bottom;
    border-bottom: 1px solid #d6d1ca;
    padding: .75em;
    background-color: transparent; }
  table.tablepress td {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #d6d1ca; }
  table.tablepress tr:nth-child(even) {
    background-color: #d0d5d4; }

.tablepress .sorting:hover, .tablepress .sorting_asc, .tablepress .sorting_desc {
  background-color: #536663 !important; }

.wp-block-file a:first-of-type {
  display: none; }

.wp-block-file a:last-of-type {
  padding: 10px 0;
  padding-right: 40px;
  background: transparent;
  display: inline-block;
  border-radius: 0;
  letter-spacing: -0.02em;
  transition: 0.3s all ease;
  position: relative;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  color: #536663;
  margin-left: 0; }
  .wp-block-file a:last-of-type:hover, .wp-block-file a:last-of-type:focus, .wp-block-file a:last-of-type:active, .wp-block-file a:last-of-type:visited {
    text-decoration: none;
    color: #536663; }
    .wp-block-file a:last-of-type:hover:after, .wp-block-file a:last-of-type:focus:after, .wp-block-file a:last-of-type:active:after, .wp-block-file a:last-of-type:visited:after {
      right: -5px;
      opacity: 0; }
    .wp-block-file a:last-of-type:hover:before, .wp-block-file a:last-of-type:focus:before, .wp-block-file a:last-of-type:active:before, .wp-block-file a:last-of-type:visited:before {
      right: 10px;
      opacity: 1; }
  .wp-block-file a:last-of-type:after {
    transition: 0.3s all ease;
    content: "";
    width: 15px;
    height: 15px;
    background-image: url(../img/svg/col-arrow.svg);
    background-size: 15px;
    background-position: center;
    background-repeat: no-repeat;
    top: 11px;
    position: absolute;
    right: 10px;
    opacity: 1; }
  .wp-block-file a:last-of-type:before {
    content: "";
    width: 15px;
    height: 15px;
    background-image: url(../img/svg/col-arrow.svg);
    background-size: 15px;
    background-position: center;
    top: 11px;
    background-repeat: no-repeat;
    position: absolute;
    right: 25px;
    transition: 0.3s all ease;
    opacity: 0; }

.btn--primary {
  padding: 10px 0;
  padding-right: 40px;
  background: transparent;
  display: inline-block;
  border-radius: 0;
  letter-spacing: -0.02em;
  transition: 0.3s all ease;
  position: relative;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  color: #536663; }
  .btn--primary:hover {
    text-decoration: none; }
    .btn--primary:hover:after {
      right: -5px;
      opacity: 0; }
    .btn--primary:hover:before {
      right: 10px;
      opacity: 1; }
  .btn--primary:after {
    transition: 0.3s all ease;
    content: "";
    width: 15px;
    height: 15px;
    background-image: url(../img/svg/col-arrow.svg);
    background-size: 15px;
    background-position: center;
    background-repeat: no-repeat;
    top: 11px;
    position: absolute;
    right: 10px;
    opacity: 1; }
  .btn--primary:before {
    content: "";
    width: 15px;
    height: 15px;
    background-image: url(../img/svg/col-arrow.svg);
    background-size: 15px;
    background-position: center;
    top: 11px;
    background-repeat: no-repeat;
    position: absolute;
    right: 25px;
    transition: 0.3s all ease;
    opacity: 0; }

.btn--light {
  padding: 10px 0;
  padding-right: 40px;
  background: transparent;
  display: inline-block;
  border-radius: 0;
  letter-spacing: -0.02em;
  transition: 0.3s all ease;
  position: relative;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  color: #AFE0DD; }
  .btn--light:hover {
    text-decoration: none; }
    .btn--light:hover:after {
      right: -5px;
      opacity: 0; }
    .btn--light:hover:before {
      right: 10px;
      opacity: 1; }
  .btn--light:after {
    transition: 0.3s all ease;
    content: "";
    width: 15px;
    height: 15px;
    background-image: url(../img/svg/col-arrow-light.svg);
    background-size: 15px;
    background-position: center;
    background-repeat: no-repeat;
    top: 11px;
    position: absolute;
    right: 10px;
    opacity: 1; }
  .btn--light:before {
    content: "";
    width: 15px;
    height: 15px;
    background-image: url(../img/svg/col-arrow-light.svg);
    background-size: 15px;
    background-position: center;
    top: 11px;
    background-repeat: no-repeat;
    position: absolute;
    right: 25px;
    transition: 0.3s all ease;
    opacity: 0; }

.loader {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(241, 241, 239, 0.9); }

.loader:after {
  content: " ";
  display: block;
  width: 100px;
  height: 100px;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid #fff;
  border-color: #536663 transparent #536663 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.title-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 978px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 789px) {
    .title-link {
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start; } }
  .title-link h2 {
    margin: 0;
    padding: 24px 0; }
    @media screen and (max-width: 789px) {
      .title-link h2 {
        padding-bottom: 22px; } }
  @media screen and (max-width: 789px) {
    .title-link a {
      padding: 5px; } }

.portfolio-block .title-link h2 {
  color: #FFF !important; }
  @media screen and (max-width: 789px) {
    .portfolio-block .title-link h2 {
      margin-left: 20px;
      padding-bottom: 22px; } }

@media screen and (max-width: 789px) {
  .portfolio-block a {
    margin-left: 20px; } }

.page-with-sidebar .sidebar {
  padding-top: 80px;
  padding-bottom: 75px; }
  @media screen and (max-width: 789px) {
    .page-with-sidebar .sidebar {
      padding-top: 80px;
      padding-bottom: 30px; } }
  .page-with-sidebar .sidebar__wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start; }
    @media screen and (max-width: 789px) {
      .page-with-sidebar .sidebar__wrapper {
        flex-direction: column; } }
    .page-with-sidebar .sidebar__wrapper.full {
      width: 100%;
      max-width: 978px;
      margin-left: auto;
      margin-right: auto; }
      .page-with-sidebar .sidebar__wrapper.full .sidebar__content {
        width: 100%;
        padding-left: 0; }
  .page-with-sidebar .sidebar__menu {
    width: 240px;
    padding-right: 20px; }
    @media screen and (max-width: 789px) {
      .page-with-sidebar .sidebar__menu {
        width: 100%;
        padding-right: 0; } }
    .page-with-sidebar .sidebar__menu--title {
      font-weight: 500;
      margin-bottom: 20px;
      letter-spacing: -0.03em;
      margin-top: 0;
      font-size: 16px;
      line-height: 30px;
      text-transform: uppercase;
      color: #000000;
      font-weight: bold; }
    .page-with-sidebar .sidebar__menu ul {
      margin: 0;
      padding: 0; }
      .page-with-sidebar .sidebar__menu ul li {
        list-style: none;
        line-height: 26px;
        position: relative; }
        .page-with-sidebar .sidebar__menu ul li a {
          font-size: 16px;
          font-weight: 600;
          color: #000;
          display: block;
          cursor: pointer;
          line-height: 24px; }
        .page-with-sidebar .sidebar__menu ul li:hover a {
          text-decoration: none; }
        .page-with-sidebar .sidebar__menu ul li .sub-menu {
          margin: 4px 0; }
          .page-with-sidebar .sidebar__menu ul li .sub-menu li {
            padding-left: 15px;
            display: block; }
            .page-with-sidebar .sidebar__menu ul li .sub-menu li a {
              font-weight: 400; }
  .page-with-sidebar .sidebar__content {
    width: calc(100% - 240px);
    min-height: 66vh;
    padding-left: 50px;
    padding-right: 0px; }
    @media screen and (max-width: 789px) {
      .page-with-sidebar .sidebar__content {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
        border: 0;
        padding-top: 30px; } }

.page-template-page-investor {
  background: #FFFFFF; }

.investor {
  padding-top: 150px;
  padding-bottom: 75px; }
  @media screen and (max-width: 789px) {
    .investor {
      padding-top: 75px;
      padding-bottom: 30px; } }
  .investor.fullwidth .investor__content {
    width: 100%;
    border: none; }
  .investor__wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start; }
    @media screen and (max-width: 789px) {
      .investor__wrapper {
        flex-direction: column; } }
  .investor__menu {
    width: 240px;
    padding-right: 20px; }
    @media screen and (max-width: 789px) {
      .investor__menu {
        width: 100%;
        padding-right: 0; } }
    .investor__menu--title {
      font-weight: 500;
      font-size: 34px;
      line-height: 1.3;
      margin-bottom: 20px;
      letter-spacing: -0.03em;
      margin-top: 0; }
    .investor__menu ul {
      margin: 0;
      padding: 0; }
      .investor__menu ul li {
        list-style: none;
        line-height: 26px;
        position: relative; }
        .investor__menu ul li.parent-item:after {
          content: "";
          position: absolute;
          right: 15px;
          background-image: url(../img/svg/line-angle-down.svg);
          background-position: center;
          background-repeat: no-repeat;
          background-size: 13px;
          width: 20px;
          height: 20px;
          top: 0; }
        .investor__menu ul li a {
          font-size: 16px;
          font-weight: 700;
          color: #000;
          display: block;
          cursor: pointer;
          line-height: 24px; }
        .investor__menu ul li:hover a {
          text-decoration: none; }
        .investor__menu ul li .sub-menu {
          display: none;
          padding-left: 15px;
          padding-top: 15px;
          padding-bottom: 15px; }
          .investor__menu ul li .sub-menu li {
            display: block; }
  .investor__content {
    width: calc(100% - 270px);
    border-left: 1px solid #282828;
    min-height: 66vh;
    padding-left: 50px;
    padding-right: 15px; }
    @media screen and (max-width: 789px) {
      .investor__content {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        border: 0;
        padding-top: 30px; } }

p {
  margin-bottom: 36px; }

li {
  margin-bottom: 8px; }

.page-template-page-green .mastcontent {
  margin-top: 112px; }

.page-template-page-news .mastcontent {
  margin-top: 32px; }

.page-template-page-investor .mastcontent {
  margin-top: 32px; }

.mastcontent .full-width-spacing.wp-block-media-text .wp-block-media-text__content {
  padding: 134px; }

@media screen and (max-width: 1180px) {
  .mastcontent .full-width-spacing.wp-block-media-text .wp-block-media-text__content {
    padding: 32px; } }

.home .mastcontent {
  overflow: hidden; }

.wp-block-columns p {
  margin-bottom: 8px; }

.mastcontent .contact__form label {
  margin: 0px; }

input {
  font-size: 16px; }

.mastcontent .contact__form input[type='email'],
.mastcontent .contact__form input[type='text'] {
  height: 32px;
  margin: 0px; }

textarea {
  font-size: 16px; }

.mastcontent .contact__form textarea {
  height: 170px; }

span.your-file {
  position: relative; }

span.your-file:before {
  content: "Upload file";
  position: absolute;
  left: 96px;
  top: -26px;
  padding: 10px;
  background: #000;
  font-size: 14px;
  color: #fff;
  width: 96px;
  text-align: center;
  border-radius: 30px;
  cursor: pointer; }

span.your-file > input {
  visibility: hidden; }

.border-horizontal-cross {
  padding-top: 46px;
  border-top: 2px solid #536663;
  margin-top: -24px; }

@media screen and (max-width: 788px) {
  .border-horizontal-cross {
    padding-top: 0px;
    border-top: none;
    margin-top: 16px; } }

@media screen and (min-width: 789px) {
  .wp-block-column.border-vertical-cross {
    border-left: 2px solid #536663;
    padding-left: 56px;
    margin-left: 56px !important;
    margin-top: 6px;
    margin-bottom: 50px; } }

@media screen and (max-width: 788px) {
  .border-vertical-cross {
    border-left: none;
    padding-left: 0px;
    margin-left: 0px !important;
    margin-top: 0px;
    margin-bottom: 0px; } }

.cross-header-top-margin {
  padding-top: 24px; }

.eco-cross-left-top {
  margin-top: 6px; }

@media screen and (max-width: 788px) {
  .eco-cross-left-top {
    margin-top: 6px; } }

.eco-cross-left-bottom {
  margin-top: 0px; }

@media screen and (max-width: 788px) {
  .eco-cross-left-bottom {
    margin-top: 0px;
    margin-bottom: 00px; } }

@media screen and (max-width: 788px) {
  .top-margin-cross {
    margin-top: 0px; } }

.block__group {
  display: flex;
  align-items: center; }
  @media screen and (max-width: 789px) {
    .block__group {
      flex-direction: column; } }

.block__select, .block__select_tag {
  position: relative;
  width: 245px;
  margin-bottom: 30px;
  margin-top: 30px;
  margin-right: 30px;
  height: 25px;
  display: flex;
  align-items: center; }
  @media screen and (max-width: 789px) {
    .block__select, .block__select_tag {
      margin-right: 0px;
      width: fit-content;
      margin-bottom: 10px;
      margin-top: 10px; } }
  .block__select .arrow, .block__select_tag .arrow {
    position: absolute;
    background-image: url(../img/svg/arrow-green-down.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 10px;
    width: 17px;
    height: 10px;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition-duration: 0.15s;
    transition-timing-function: cubic-bezier(0.26, 0.75, 0, 0.97); }
  .block__select .select, .block__select_tag .select {
    background: #AFE0DD;
    padding: 6.5px 15px;
    transition-duration: 0.15s;
    transition-timing-function: cubic-bezier(0.26, 0.75, 0, 0.97);
    cursor: pointer;
    border-radius: 20px;
    width: 245px;
    height: 25px;
    display: flex;
    align-items: center; }
    .block__select .select span, .block__select_tag .select span {
      font-size: 14px;
      line-height: 17px;
      color: #536663; }
      .block__select .select span.year, .block__select_tag .select span.year {
        color: #536663;
        font-weight: 500;
        font-size: 14px;
        line-height: 17px; }
  .block__select ul, .block__select_tag ul {
    visibility: hidden;
    opacity: 0;
    padding: 0;
    list-style-type: none;
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 25px;
    border-bottom: 1px solid #d6d1ca;
    transition-duration: 0.35s;
    transition-timing-function: cubic-bezier(0.26, 0.75, 0, 0.97);
    transform: translateY(10px);
    pointer-events: none;
    max-width: 215px;
    margin: 0 auto; }
    .block__select ul li, .block__select_tag ul li {
      font-size: 17px;
      padding: 10px;
      border: 1px solid #d6d1ca;
      border-bottom: 0px;
      cursor: pointer;
      transition-duration: 0.15s;
      transition-timing-function: cubic-bezier(0.26, 0.75, 0, 0.97); }
      .block__select ul li:hover, .block__select ul li.is--active, .block__select_tag ul li:hover, .block__select_tag ul li.is--active {
        color: #ffffff;
        background-color: #AFE0DD; }
      .block__select ul li.is--active, .block__select_tag ul li.is--active {
        color: #776e64;
        pointer-events: none;
        background-color: #e7e4e1; }
  .block__select:hover .arrow, .block__select_tag:hover .arrow {
    transform: rotate(-180deg); }
  .block__select:hover ul, .block__select_tag:hover ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    pointer-events: auto; }
  @media only screen and (max-width: 1024px) {
    .block__select:hover ul, .block__select_tag:hover ul {
      opacity: 0;
      visibility: hidden;
      transform: translateY(10px);
      pointer-events: none; } }
  @media only screen and (max-width: 1024px) {
    .block__select:hover .arrow, .block__select_tag:hover .arrow {
      transform: none; } }
  @media only screen and (max-width: 1024px) {
    .block__select.is--visible .arrow, .block__select_tag.is--visible .arrow {
      transform: rotate(-90deg); } }
  @media only screen and (max-width: 1024px) {
    .block__select.is--visible ul, .block__select_tag.is--visible ul {
      opacity: 1;
      visibility: visible;
      transform: translateY(0px);
      pointer-events: auto; } }

.share__large {
  padding: 36px;
  background: #536663; }
  @media screen and (max-width: 789px) {
    .share__large {
      padding: 16px; } }
  .share__large__wrapper {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 789px) {
      .share__large__wrapper {
        flex-direction: column; } }
    .share__large__wrapper--left {
      width: calc(50% - 15px); }
      @media screen and (max-width: 789px) {
        .share__large__wrapper--left {
          width: 100%; } }
      .share__large__wrapper--left h3 {
        font-weight: bold;
        font-size: 16px;
        line-height: 22px;
        color: #FFFFFF;
        margin-bottom: 25px; }
        @media screen and (max-width: 789px) {
          .share__large__wrapper--left h3 {
            margin-top: 10px;
            margin-bottom: 20px; } }
      .share__large__wrapper--left .share__group--top {
        display: flex;
        justify-content: space-between;
        align-items: flex-end; }
        .share__large__wrapper--left .share__group--top--l {
          display: flex;
          justify-content: space-between;
          flex-direction: column; }
          .share__large__wrapper--left .share__group--top--l h3 {
            font-weight: bold;
            font-size: 18px;
            line-height: 22px;
            color: #FFFFFF;
            margin-bottom: 5px;
            margin-top: 0; }
            @media screen and (max-width: 789px) {
              .share__large__wrapper--left .share__group--top--l h3 {
                font-size: 16px; } }
          .share__large__wrapper--left .share__group--top--l span:first-of-type {
            font-weight: bold;
            font-size: 18px;
            line-height: 22px;
            color: #FFFFFF;
            display: block;
            margin-bottom: 10px; }
          .share__large__wrapper--left .share__group--top--l text {
            font-weight: normal;
            font-size: 14px;
            line-height: 17px;
            color: #FFFFFF;
            display: block; }
        .share__large__wrapper--left .share__group--top--r {
          font-size: 24px;
          line-height: 24px;
          color: #FFFFFF;
          text-align: right; }
          .share__large__wrapper--left .share__group--top--r span {
            font-weight: bold;
            font-size: 70px;
            line-height: 63px;
            color: #FFFFFF;
            display: inline-block; }
          .share__large__wrapper--left .share__group--top--r .bg-black {
            height: 37px;
            width: 100%;
            background: #000;
            display: flex;
            align-items: center;
            justify-content: flex-start;
            padding: 5px 10px;
            margin-top: 10px; }
            .share__large__wrapper--left .share__group--top--r .bg-black span {
              font-size: 22px;
              line-height: 26px;
              color: #FFFFFF;
              font-weight: normal;
              display: inline-block; }
              @media screen and (max-width: 789px) {
                .share__large__wrapper--left .share__group--top--r .bg-black span {
                  font-size: 22px; } }
              .share__large__wrapper--left .share__group--top--r .bg-black span:first-of-type {
                margin-right: 10px; }
      .share__large__wrapper--left .share__group--box {
        padding: 20px;
        background: #000;
        display: flex;
        justify-content: space-between;
        margin-top: 55px; }
        @media screen and (max-width: 789px) {
          .share__large__wrapper--left .share__group--box {
            margin-bottom: 24px;
            padding: 16px; } }
        .share__large__wrapper--left .share__group--box .box-row {
          margin-bottom: 15px; }
          .share__large__wrapper--left .share__group--box .box-row:last-of-type {
            margin-bottom: 0; }
          .share__large__wrapper--left .share__group--box .box-row span {
            font-size: 14px;
            line-height: 17px;
            text-transform: uppercase;
            color: #FFFFFF;
            display: block; }
            @media screen and (max-width: 789px) {
              .share__large__wrapper--left .share__group--box .box-row span {
                font-size: 12px; } }
            .share__large__wrapper--left .share__group--box .box-row span:first-of-type {
              text-align: left;
              float: left; }
            .share__large__wrapper--left .share__group--box .box-row span:last-of-type {
              text-align: right; }
        .share__large__wrapper--left .share__group--box--l {
          width: 50%;
          padding-right: 25px;
          border-right: 1px solid #FFF; }
          @media screen and (max-width: 789px) {
            .share__large__wrapper--left .share__group--box--l {
              padding-right: 16px; } }
        .share__large__wrapper--left .share__group--box--r {
          width: 50%;
          padding-left: 25px; }
          @media screen and (max-width: 789px) {
            .share__large__wrapper--left .share__group--box--r {
              padding-left: 16px; } }
      .share__large__wrapper--left p {
        margin: 0;
        text-transform: uppercase;
        font-weight: normal;
        font-size: 12px;
        line-height: 14px;
        color: #FFFFFF;
        margin-top: 15px; }
    .share__large__wrapper--right {
      width: calc(50% - 15px); }
      @media screen and (max-width: 789px) {
        .share__large__wrapper--right {
          width: 100%; } }
      .share__large__wrapper--right h3 {
        font-weight: bold;
        font-size: 16px;
        line-height: 22px;
        color: #FFFFFF;
        margin-bottom: 25px; }
        @media screen and (max-width: 789px) {
          .share__large__wrapper--right h3 {
            margin-top: 10px;
            margin-bottom: 20px; } }
      .share__large__wrapper--right #graph {
        background: #FFF; }

.share__small {
  background: #536663; }
  .share__small__wrapper .title {
    font-weight: bold;
    font-size: 16px;
    line-height: 17px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 30px; }
  .share__small__wrapper .date {
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 25px; }
  .share__small__wrapper .sek {
    font-size: 58px;
    line-height: 60px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 15px;
    font-weight: bold; }
  .share__small__wrapper .bg-black {
    height: 37px;
    width: fit-content;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 5px 10px;
    margin-bottom: 22px; }
    .share__small__wrapper .bg-black span {
      font-size: 22px;
      line-height: 26px;
      color: #FFFFFF;
      font-weight: normal;
      display: inline-block; }
      .share__small__wrapper .bg-black span:first-of-type {
        margin-right: 10px; }
  .share__small__wrapper .btn--primary {
    color: #AFE0DD; }

.block__post .year {
  font-weight: bold;
  font-size: 30px;
  line-height: 37px;
  color: #536663;
  font-weight: bold; }

.block__post .post__item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 25px;
  margin: 25px 0; }
  @media screen and (max-width: 789px) {
    .block__post .post__item {
      flex-wrap: wrap;
      flex-direction: column; } }
  .block__post .post__item--l {
    width: 250px; }
    @media screen and (max-width: 789px) {
      .block__post .post__item--l {
        width: 100%; } }
    .block__post .post__item--l .date {
      font-weight: normal;
      font-size: 16px;
      line-height: 17px;
      color: #536663; }
      .block__post .post__item--l .date span:first-of-type {
        font-weight: bold; }
  .block__post .post__item--r {
    width: calc(100% - 280px); }
    @media screen and (max-width: 789px) {
      .block__post .post__item--r {
        width: 100%; } }
    .block__post .post__item--r .title {
      font-weight: 500;
      font-size: 24px;
      line-height: 26px;
      color: #000000;
      margin-bottom: 15px; }
    .block__post .post__item--r .excerpt {
      padding-top: 9px;
      margin-bottom: 14px;
      line-height: 22px; }

.latest__block_main {
  height: 100%;
  display: flex;
  width: 100%;
  max-width: 978px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 789px) {
    .latest__block_main {
      display: block;
      margin-left: 0; } }
  @media screen and (max-width: 789px) {
    .latest__block_main .latest__block {
      margin-bottom: 15px; } }

@media screen and (max-width: 789px) {
  .home .latest__block_main {
    margin-left: -80px;
    padding: 36px 0;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff; } }

.latest__block {
  height: 100%;
  width: 100%; }
  .latest__block.large {
    height: auto;
    padding: 0 10px; }
    @media screen and (max-width: 789px) {
      .latest__block.large {
        padding: 0; } }
  .latest__block__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%; }
    .latest__block__wrapper .title-post {
      font-weight: 500;
      font-size: 20px;
      line-height: 26px;
      color: #FFFFFF;
      margin-bottom: 15px; }
    .latest__block__wrapper.large {
      padding: 35px;
      background: #536663; }
    .latest__block__wrapper .title {
      font-weight: bold;
      font-size: 16px;
      line-height: 17px;
      text-transform: uppercase;
      color: #FFFFFF;
      margin-bottom: 30px; }
    .latest__block__wrapper .date {
      font-size: 14px;
      line-height: 17px;
      text-transform: uppercase;
      color: #FFFFFF;
      margin-bottom: 15px; }
    .latest__block__wrapper .excerpt p {
      font-weight: 500;
      font-size: 16px;
      line-height: 22px;
      color: #FFFFFF; }
    .latest__block__wrapper a {
      width: fit-content; }

.show-desktop {
  display: block; }
  @media screen and (max-width: 789px) {
    .show-desktop {
      display: none; } }

.show-mobile {
  display: block; }
  @media (min-width: 790px) {
    .show-mobile {
      display: none; } }

/*# sourceMappingURL=style.css.map */
