@charset "UTF-8";
/**
 * ----- Basic
 */
@font-face {
  font-family: Mabry Pro;
  src: url(../fonts/MabryPro-Bold.eot);
  src: url(../fonts/MabryPro-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/MabryPro-Bold.woff2) format("woff2"), url(../fonts/MabryPro-Bold.woff) format("woff"), url(../fonts/MabryPro-Bold.ttf) format("truetype"), url(../fonts/MabryPro-Bold.svg#MabryPro-Bold) format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Mabry Pro;
  src: url(../fonts/MabryPro-BoldItalic.eot);
  src: url(../fonts/MabryPro-BoldItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/MabryPro-BoldItalic.woff2) format("woff2"), url(../fonts/MabryPro-BoldItalic.woff) format("woff"), url(../fonts/MabryPro-BoldItalic.ttf) format("truetype"), url(../fonts/MabryPro-BoldItalic.svg#MabryPro-BoldItalic) format("svg");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Mabry Pro;
  src: url(../fonts/MabryPro-Medium.eot);
  src: url(../fonts/MabryPro-Medium.eot?#iefix) format("embedded-opentype"), url(../fonts/MabryPro-Medium.woff2) format("woff2"), url(../fonts/MabryPro-Medium.woff) format("woff"), url(../fonts/MabryPro-Medium.ttf) format("truetype"), url(../fonts/MabryPro-Medium.svg#MabryPro-Medium) format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Mabry Pro;
  src: url(../fonts/MabryPro-MediumItalic.eot);
  src: url(../fonts/MabryPro-MediumItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/MabryPro-MediumItalic.woff2) format("woff2"), url(../fonts/MabryPro-MediumItalic.woff) format("woff"), url(../fonts/MabryPro-MediumItalic.ttf) format("truetype"), url(../fonts/MabryPro-MediumItalic.svg#MabryPro-MediumItalic) format("svg");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Mabry Pro;
  src: url(../fonts/MabryPro-Regular.eot);
  src: url(../fonts/MabryPro-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/MabryPro-Regular.woff2) format("woff2"), url(../fonts/MabryPro-Regular.woff) format("woff"), url(../fonts/MabryPro-Regular.ttf) format("truetype"), url(../fonts/MabryPro-Regular.svg#MabryPro-Regular) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Mabry Pro;
  src: url(../fonts/MabryPro-Italic.eot);
  src: url(../fonts/MabryPro-Italic.eot?#iefix) format("embedded-opentype"), url(../fonts/MabryPro-Italic.woff2) format("woff2"), url(../fonts/MabryPro-Italic.woff) format("woff"), url(../fonts/MabryPro-Italic.ttf) format("truetype"), url(../fonts/MabryPro-Italic.svg#MabryPro-Italic) format("svg");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Averta;
  src: url(../fonts/AvertaStd-Extrabold/AvertaStd-Extrabold.eot);
  src: url(../fonts/AvertaStd-Extrabold/AvertaStd-Extrabold.eot?#iefix) format("embedded-opentype"), url(../fonts/AvertaStd-Extrabold/AvertaStd-Extrabold.woff2) format("woff2"), url(../fonts/AvertaStd-Extrabold/AvertaStd-Extrabold.woff) format("woff"), url(../fonts/AvertaStd-Extrabold/AvertaStd-Extrabold.ttf) format("truetype"), url(../fonts/AvertaStd-Extrabold/AvertaStd-Extrabold.svg#Averta) format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  outline: 0;
  box-sizing: border-box;
}

:root {
  --foxpush-primary: #38B574;
  --foxpush-primary-rgb: 56, 181, 116;
  --foxpush-primary-text: #212e44;
  --foxpush-secondary: #6B758A;
  --foxpush-secondary-text: #494F54;
  --foxpush-content-bg: #fff;
  --foxpush-subtext: #646f79;
}

.txt-color-primary {
  color: var(--foxpush-primary);
}
.txt-color-primary a {
  color: var(--foxpush-primary);
}

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

/**::-webkit-scrollbar {
  width: 12px;
}

*::-webkit-scrollbar-track {
  background: #FAFBFB;
}

*::-webkit-scrollbar-thumb {
  background-color: var(--foxpush-primary);
  border-radius: 20px;
  border: 3px solid #FAFBFB;
}*/
html {
  overflow-x: hidden;
}

:root {
  -moz-tab-size: 4;
  tab-size: 4;
}

html {
  line-height: 1.15;
}

body {
  margin: 0;
  padding: 0;
  min-width: 320px;
  overflow-x: hidden;
  font-family: Mabry Pro, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
  font-size: 18px;
  color: var(--foxpush-primary-text);
}

img {
  height: auto;
  display: inline-block;
  vertical-align: middle;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

nav ol, nav ul {
  list-style: none outside none;
}

/*!
 * ress.css • v3.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
}

details,
main {
  display: block;
  /* Render the `main` element consistently in IE. */
}

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

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

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

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

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

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

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

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

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

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

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

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }

  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

.btn {
  display: inline-block;
  padding: 1.1rem 1.85rem;
  background: var(--foxpush-primary);
  border: 1px solid transparent;
  outline: 0 transparent !important;
  outline-offset: 0 !important;
  border-radius: 4px;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none !important;
  color: #fff;
  user-select: none;
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn:focus, .btn:visited, .btn:link {
  text-decoration: none !important;
  outline: 0 transparent !important;
  outline-offset: 0 !important;
}

.btn--small {
  padding: 14px 20px;
  font-size: 14px;
}

.btn--dark {
  background: var(--foxpush-primary-text);
}

.btn--color {
  background: var(--foxpush-primary);
}

.btn--dark.is-outline,
.btn--color.is-outline,
.btn--color:hover {
  background: transparent;
}

.btn--dark.is-outline {
  border-color: var(--foxpush-primary-text);
  color: var(--foxpush-primary-text);
}
.btn--dark.is-outline:hover {
  background: var(--foxpush-primary-text);
  color: #FFF;
}

.btn--color.is-outline,
.btn--color:hover {
  border-color: rgba(var(--foxpush-primary-rgb), 0.2);
  color: var(--foxpush-primary);
}

.btn--color.is-outline:hover {
  background: var(--foxpush-primary);
  color: #fff;
}

.btn--nocolor {
  background: transparent;
  border-color: transparent;
  color: var(--foxpush-primary);
}

.btn--nocolor img {
  margin-left: 5px;
  transition: all 0.2s;
}

.btn--nocolor:hover img {
  margin-left: 10px;
}

.btn__color_white {
  background: #FFF;
  color: var(--foxpush-primary);
}
.btn__color_white:hover {
  background: var(--foxpush-primary-text);
  color: #FFF;
}

.btn__white_is_outline {
  background: transparent none;
  border-color: #FFF;
  color: #FFF;
}
.btn__white_is_outline:hover {
  background: #FFF;
  color: var(--foxpush-primary);
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

.col-md-4,
.col-sm-6,
.col-lg-3,
.col-lg-4,
.col-lg-6,
.col-12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

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

  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (min-width: 576px) {
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

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

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.clearfix {
  clear: both;
  display: block;
  overflow: hidden;
}

.m-b60 {
  margin-bottom: 60px !important;
}

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

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

.m-b120 {
  margin-bottom: 120px !important;
}

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

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

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

.wrapper {
  min-height: 100vh;
  position: relative;
  z-index: 1;
}

.foxpush_container {
  max-width: 1340px;
  padding: 0 30px;
  margin: 0 auto;
}

span.thumb {
  padding: 20px;
  border-radius: 100px;
  background-color: #FFF;
  box-shadow: 0 12px 20px -10px rgba(33, 47, 68, 0.2), 0 0 0 4px rgba(33, 47, 68, 0.05);
}

.section__bg11 {
  position: relative;
  background-color: rgba(var(--foxpush-primary-rgb), 0.08);
}

.iti {
  position: relative;
  display: block;
}
.iti * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.iti input {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}
.iti input[type=text] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}
.iti input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}

.iti__hide {
  display: none;
}

.iti__v-hide {
  visibility: hidden;
}

.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}

.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 6px 0 8px;
}

.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}

.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}

.iti__country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #CCC;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.iti__country-list--dropup {
  bottom: 100%;
  margin-bottom: -1px;
}

.iti__flag-box {
  display: inline-block;
  width: 20px;
  vertical-align: middle;
  margin-right: 6px;
}

.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #CCC;
}

.iti__country {
  padding: 5px 10px;
  outline: none;
}

.iti__dial-code {
  color: #999;
  vertical-align: middle;
}

.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 0.05);
}

.iti__country-name {
  vertical-align: middle;
  margin-right: 6px;
}

.iti--allow-dropdown input {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
.iti--allow-dropdown input[type=text] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
.iti--allow-dropdown input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
.iti--allow-dropdown .iti__flag-container {
  right: auto;
  left: 0;
}
.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover {
  cursor: default;
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent;
}
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
  cursor: default;
}
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent;
}

.iti--separate-dial-code input {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
.iti--separate-dial-code input[type=text] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
.iti--separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
.iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}
.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 6px;
}

.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}
.iti--container:hover {
  cursor: pointer;
}

.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}
.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%;
}
.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}

.iti__flag {
  width: 20px;
  height: 15px;
  box-shadow: 0 0 1px 0 #888;
  background-image: url("../intl-tel-input/flags.png");
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0;
}

.iti__flag.iti__be {
  width: 18px;
  height: 15px;
  background-position: -440px 0px;
}

.iti__flag.iti__ch {
  width: 15px;
  height: 15px;
  background-position: -944px 0px;
}

.iti__flag.iti__mc {
  width: 19px;
  height: 15px;
  background-position: -3139px 0px;
}

.iti__flag.iti__ne {
  width: 18px;
  height: 15px;
  background-position: -3666px 0px;
}

.iti__flag.iti__np {
  width: 13px;
  height: 15px;
  background-position: -3796px 0px;
  background-color: transparent;
}

.iti__flag.iti__va {
  width: 15px;
  height: 15px;
  background-position: -5329px 0px;
}

.iti__flag.iti__ac {
  height: 10px;
  background-position: 0 0;
}

.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0px;
}

.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0px;
}

.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0px;
}

.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0px;
}

.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0px;
}

.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0px;
}

.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0px;
}

.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0px;
}

.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0px;
}

.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0px;
}

.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0px;
}

.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0px;
}

.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0px;
}

.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0px;
}

.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0px;
}

.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0px;
}

.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0px;
}

.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0px;
}

.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0px;
}

.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0px;
}

.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0px;
}

.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0px;
}

.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0px;
}

.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0px;
}

.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0px;
}

.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0px;
}

.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0px;
}

.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0px;
}

.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0px;
}

.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0px;
}

.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0px;
}

.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0px;
}

.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0px;
}

.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0px;
}

.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0px;
}

.iti__flag.iti__bz {
  height: 14px;
  background-position: -812px 0px;
}

.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0px;
}

.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0px;
}

.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0px;
}

.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0px;
}

.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0px;
}

.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0px;
}

.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0px;
}

.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0px;
}

.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0px;
}

.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0px;
}

.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0px;
}

.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0px;
}

.iti__flag.iti__cr {
  height: 12px;
  background-position: -1115px 0px;
}

.iti__flag.iti__cu {
  height: 10px;
  background-position: -1137px 0px;
}

.iti__flag.iti__cv {
  height: 12px;
  background-position: -1159px 0px;
}

.iti__flag.iti__cw {
  height: 14px;
  background-position: -1181px 0px;
}

.iti__flag.iti__cx {
  height: 10px;
  background-position: -1203px 0px;
}

.iti__flag.iti__cy {
  height: 14px;
  background-position: -1225px 0px;
}

.iti__flag.iti__cz {
  height: 14px;
  background-position: -1247px 0px;
}

.iti__flag.iti__de {
  height: 12px;
  background-position: -1269px 0px;
}

.iti__flag.iti__dg {
  height: 10px;
  background-position: -1291px 0px;
}

.iti__flag.iti__dj {
  height: 14px;
  background-position: -1313px 0px;
}

.iti__flag.iti__dk {
  height: 15px;
  background-position: -1335px 0px;
}

.iti__flag.iti__dm {
  height: 10px;
  background-position: -1357px 0px;
}

.iti__flag.iti__do {
  height: 14px;
  background-position: -1379px 0px;
}

.iti__flag.iti__dz {
  height: 14px;
  background-position: -1401px 0px;
}

.iti__flag.iti__ea {
  height: 14px;
  background-position: -1423px 0px;
}

.iti__flag.iti__ec {
  height: 14px;
  background-position: -1445px 0px;
}

.iti__flag.iti__ee {
  height: 13px;
  background-position: -1467px 0px;
}

.iti__flag.iti__eg {
  height: 14px;
  background-position: -1489px 0px;
}

.iti__flag.iti__eh {
  height: 10px;
  background-position: -1511px 0px;
}

.iti__flag.iti__er {
  height: 10px;
  background-position: -1533px 0px;
}

.iti__flag.iti__es {
  height: 14px;
  background-position: -1555px 0px;
}

.iti__flag.iti__et {
  height: 10px;
  background-position: -1577px 0px;
}

.iti__flag.iti__eu {
  height: 14px;
  background-position: -1599px 0px;
}

.iti__flag.iti__fi {
  height: 12px;
  background-position: -1621px 0px;
}

.iti__flag.iti__fj {
  height: 10px;
  background-position: -1643px 0px;
}

.iti__flag.iti__fk {
  height: 10px;
  background-position: -1665px 0px;
}

.iti__flag.iti__fm {
  height: 11px;
  background-position: -1687px 0px;
}

.iti__flag.iti__fo {
  height: 15px;
  background-position: -1709px 0px;
}

.iti__flag.iti__fr {
  height: 14px;
  background-position: -1731px 0px;
}

.iti__flag.iti__ga {
  height: 15px;
  background-position: -1753px 0px;
}

.iti__flag.iti__gb {
  height: 10px;
  background-position: -1775px 0px;
}

.iti__flag.iti__gd {
  height: 12px;
  background-position: -1797px 0px;
}

.iti__flag.iti__ge {
  height: 14px;
  background-position: -1819px 0px;
}

.iti__flag.iti__gf {
  height: 14px;
  background-position: -1841px 0px;
}

.iti__flag.iti__gg {
  height: 14px;
  background-position: -1863px 0px;
}

.iti__flag.iti__gh {
  height: 14px;
  background-position: -1885px 0px;
}

.iti__flag.iti__gi {
  height: 10px;
  background-position: -1907px 0px;
}

.iti__flag.iti__gl {
  height: 14px;
  background-position: -1929px 0px;
}

.iti__flag.iti__gm {
  height: 14px;
  background-position: -1951px 0px;
}

.iti__flag.iti__gn {
  height: 14px;
  background-position: -1973px 0px;
}

.iti__flag.iti__gp {
  height: 14px;
  background-position: -1995px 0px;
}

.iti__flag.iti__gq {
  height: 14px;
  background-position: -2017px 0px;
}

.iti__flag.iti__gr {
  height: 14px;
  background-position: -2039px 0px;
}

.iti__flag.iti__gs {
  height: 10px;
  background-position: -2061px 0px;
}

.iti__flag.iti__gt {
  height: 13px;
  background-position: -2083px 0px;
}

.iti__flag.iti__gu {
  height: 11px;
  background-position: -2105px 0px;
}

.iti__flag.iti__gw {
  height: 10px;
  background-position: -2127px 0px;
}

.iti__flag.iti__gy {
  height: 12px;
  background-position: -2149px 0px;
}

.iti__flag.iti__hk {
  height: 14px;
  background-position: -2171px 0px;
}

.iti__flag.iti__hm {
  height: 10px;
  background-position: -2193px 0px;
}

.iti__flag.iti__hn {
  height: 10px;
  background-position: -2215px 0px;
}

.iti__flag.iti__hr {
  height: 10px;
  background-position: -2237px 0px;
}

.iti__flag.iti__ht {
  height: 12px;
  background-position: -2259px 0px;
}

.iti__flag.iti__hu {
  height: 10px;
  background-position: -2281px 0px;
}

.iti__flag.iti__ic {
  height: 14px;
  background-position: -2303px 0px;
}

.iti__flag.iti__id {
  height: 14px;
  background-position: -2325px 0px;
}

.iti__flag.iti__ie {
  height: 10px;
  background-position: -2347px 0px;
}

.iti__flag.iti__il {
  height: 15px;
  background-position: -2369px 0px;
}

.iti__flag.iti__im {
  height: 10px;
  background-position: -2391px 0px;
}

.iti__flag.iti__in {
  height: 14px;
  background-position: -2413px 0px;
}

.iti__flag.iti__io {
  height: 10px;
  background-position: -2435px 0px;
}

.iti__flag.iti__iq {
  height: 14px;
  background-position: -2457px 0px;
}

.iti__flag.iti__ir {
  height: 12px;
  background-position: -2479px 0px;
}

.iti__flag.iti__is {
  height: 15px;
  background-position: -2501px 0px;
}

.iti__flag.iti__it {
  height: 14px;
  background-position: -2523px 0px;
}

.iti__flag.iti__je {
  height: 12px;
  background-position: -2545px 0px;
}

.iti__flag.iti__jm {
  height: 10px;
  background-position: -2567px 0px;
}

.iti__flag.iti__jo {
  height: 10px;
  background-position: -2589px 0px;
}

.iti__flag.iti__jp {
  height: 14px;
  background-position: -2611px 0px;
}

.iti__flag.iti__ke {
  height: 14px;
  background-position: -2633px 0px;
}

.iti__flag.iti__kg {
  height: 12px;
  background-position: -2655px 0px;
}

.iti__flag.iti__kh {
  height: 13px;
  background-position: -2677px 0px;
}

.iti__flag.iti__ki {
  height: 10px;
  background-position: -2699px 0px;
}

.iti__flag.iti__km {
  height: 12px;
  background-position: -2721px 0px;
}

.iti__flag.iti__kn {
  height: 14px;
  background-position: -2743px 0px;
}

.iti__flag.iti__kp {
  height: 10px;
  background-position: -2765px 0px;
}

.iti__flag.iti__kr {
  height: 14px;
  background-position: -2787px 0px;
}

.iti__flag.iti__kw {
  height: 10px;
  background-position: -2809px 0px;
}

.iti__flag.iti__ky {
  height: 10px;
  background-position: -2831px 0px;
}

.iti__flag.iti__kz {
  height: 10px;
  background-position: -2853px 0px;
}

.iti__flag.iti__la {
  height: 14px;
  background-position: -2875px 0px;
}

.iti__flag.iti__lb {
  height: 14px;
  background-position: -2897px 0px;
}

.iti__flag.iti__lc {
  height: 10px;
  background-position: -2919px 0px;
}

.iti__flag.iti__li {
  height: 12px;
  background-position: -2941px 0px;
}

.iti__flag.iti__lk {
  height: 10px;
  background-position: -2963px 0px;
}

.iti__flag.iti__lr {
  height: 11px;
  background-position: -2985px 0px;
}

.iti__flag.iti__ls {
  height: 14px;
  background-position: -3007px 0px;
}

.iti__flag.iti__lt {
  height: 12px;
  background-position: -3029px 0px;
}

.iti__flag.iti__lu {
  height: 12px;
  background-position: -3051px 0px;
}

.iti__flag.iti__lv {
  height: 10px;
  background-position: -3073px 0px;
}

.iti__flag.iti__ly {
  height: 10px;
  background-position: -3095px 0px;
}

.iti__flag.iti__ma {
  height: 14px;
  background-position: -3117px 0px;
}

.iti__flag.iti__md {
  height: 10px;
  background-position: -3160px 0px;
}

.iti__flag.iti__me {
  height: 10px;
  background-position: -3182px 0px;
}

.iti__flag.iti__mf {
  height: 14px;
  background-position: -3204px 0px;
}

.iti__flag.iti__mg {
  height: 14px;
  background-position: -3226px 0px;
}

.iti__flag.iti__mh {
  height: 11px;
  background-position: -3248px 0px;
}

.iti__flag.iti__mk {
  height: 10px;
  background-position: -3270px 0px;
}

.iti__flag.iti__ml {
  height: 14px;
  background-position: -3292px 0px;
}

.iti__flag.iti__mm {
  height: 14px;
  background-position: -3314px 0px;
}

.iti__flag.iti__mn {
  height: 10px;
  background-position: -3336px 0px;
}

.iti__flag.iti__mo {
  height: 14px;
  background-position: -3358px 0px;
}

.iti__flag.iti__mp {
  height: 10px;
  background-position: -3380px 0px;
}

.iti__flag.iti__mq {
  height: 14px;
  background-position: -3402px 0px;
}

.iti__flag.iti__mr {
  height: 14px;
  background-position: -3424px 0px;
}

.iti__flag.iti__ms {
  height: 10px;
  background-position: -3446px 0px;
}

.iti__flag.iti__mt {
  height: 14px;
  background-position: -3468px 0px;
}

.iti__flag.iti__mu {
  height: 14px;
  background-position: -3490px 0px;
}

.iti__flag.iti__mv {
  height: 14px;
  background-position: -3512px 0px;
}

.iti__flag.iti__mw {
  height: 14px;
  background-position: -3534px 0px;
}

.iti__flag.iti__mx {
  height: 12px;
  background-position: -3556px 0px;
}

.iti__flag.iti__my {
  height: 10px;
  background-position: -3578px 0px;
}

.iti__flag.iti__mz {
  height: 14px;
  background-position: -3600px 0px;
}

.iti__flag.iti__na {
  height: 14px;
  background-position: -3622px 0px;
}

.iti__flag.iti__nc {
  height: 10px;
  background-position: -3644px 0px;
}

.iti__flag.iti__nf {
  height: 10px;
  background-position: -3686px 0px;
}

.iti__flag.iti__ng {
  height: 10px;
  background-position: -3708px 0px;
}

.iti__flag.iti__ni {
  height: 12px;
  background-position: -3730px 0px;
}

.iti__flag.iti__nl {
  height: 14px;
  background-position: -3752px 0px;
}

.iti__flag.iti__no {
  height: 15px;
  background-position: -3774px 0px;
}

.iti__flag.iti__nr {
  height: 10px;
  background-position: -3811px 0px;
}

.iti__flag.iti__nu {
  height: 10px;
  background-position: -3833px 0px;
}

.iti__flag.iti__nz {
  height: 10px;
  background-position: -3855px 0px;
}

.iti__flag.iti__om {
  height: 10px;
  background-position: -3877px 0px;
}

.iti__flag.iti__pa {
  height: 14px;
  background-position: -3899px 0px;
}

.iti__flag.iti__pe {
  height: 14px;
  background-position: -3921px 0px;
}

.iti__flag.iti__pf {
  height: 14px;
  background-position: -3943px 0px;
}

.iti__flag.iti__pg {
  height: 15px;
  background-position: -3965px 0px;
}

.iti__flag.iti__ph {
  height: 10px;
  background-position: -3987px 0px;
}

.iti__flag.iti__pk {
  height: 14px;
  background-position: -4009px 0px;
}

.iti__flag.iti__pl {
  height: 13px;
  background-position: -4031px 0px;
}

.iti__flag.iti__pm {
  height: 14px;
  background-position: -4053px 0px;
}

.iti__flag.iti__pn {
  height: 10px;
  background-position: -4075px 0px;
}

.iti__flag.iti__pr {
  height: 14px;
  background-position: -4097px 0px;
}

.iti__flag.iti__ps {
  height: 10px;
  background-position: -4119px 0px;
}

.iti__flag.iti__pt {
  height: 14px;
  background-position: -4141px 0px;
}

.iti__flag.iti__pw {
  height: 13px;
  background-position: -4163px 0px;
}

.iti__flag.iti__py {
  height: 11px;
  background-position: -4185px 0px;
}

.iti__flag.iti__qa {
  height: 8px;
  background-position: -4207px 0px;
}

.iti__flag.iti__re {
  height: 14px;
  background-position: -4229px 0px;
}

.iti__flag.iti__ro {
  height: 14px;
  background-position: -4251px 0px;
}

.iti__flag.iti__rs {
  height: 14px;
  background-position: -4273px 0px;
}

.iti__flag.iti__ru {
  height: 14px;
  background-position: -4295px 0px;
}

.iti__flag.iti__rw {
  height: 14px;
  background-position: -4317px 0px;
}

.iti__flag.iti__sa {
  height: 14px;
  background-position: -4339px 0px;
}

.iti__flag.iti__sb {
  height: 10px;
  background-position: -4361px 0px;
}

.iti__flag.iti__sc {
  height: 10px;
  background-position: -4383px 0px;
}

.iti__flag.iti__sd {
  height: 10px;
  background-position: -4405px 0px;
}

.iti__flag.iti__se {
  height: 13px;
  background-position: -4427px 0px;
}

.iti__flag.iti__sg {
  height: 14px;
  background-position: -4449px 0px;
}

.iti__flag.iti__sh {
  height: 10px;
  background-position: -4471px 0px;
}

.iti__flag.iti__si {
  height: 10px;
  background-position: -4493px 0px;
}

.iti__flag.iti__sj {
  height: 15px;
  background-position: -4515px 0px;
}

.iti__flag.iti__sk {
  height: 14px;
  background-position: -4537px 0px;
}

.iti__flag.iti__sl {
  height: 14px;
  background-position: -4559px 0px;
}

.iti__flag.iti__sm {
  height: 15px;
  background-position: -4581px 0px;
}

.iti__flag.iti__sn {
  height: 14px;
  background-position: -4603px 0px;
}

.iti__flag.iti__so {
  height: 14px;
  background-position: -4625px 0px;
}

.iti__flag.iti__sr {
  height: 14px;
  background-position: -4647px 0px;
}

.iti__flag.iti__ss {
  height: 10px;
  background-position: -4669px 0px;
}

.iti__flag.iti__st {
  height: 10px;
  background-position: -4691px 0px;
}

.iti__flag.iti__sv {
  height: 12px;
  background-position: -4713px 0px;
}

.iti__flag.iti__sx {
  height: 14px;
  background-position: -4735px 0px;
}

.iti__flag.iti__sy {
  height: 14px;
  background-position: -4757px 0px;
}

.iti__flag.iti__sz {
  height: 14px;
  background-position: -4779px 0px;
}

.iti__flag.iti__ta {
  height: 10px;
  background-position: -4801px 0px;
}

.iti__flag.iti__tc {
  height: 10px;
  background-position: -4823px 0px;
}

.iti__flag.iti__td {
  height: 14px;
  background-position: -4845px 0px;
}

.iti__flag.iti__tf {
  height: 14px;
  background-position: -4867px 0px;
}

.iti__flag.iti__tg {
  height: 13px;
  background-position: -4889px 0px;
}

.iti__flag.iti__th {
  height: 14px;
  background-position: -4911px 0px;
}

.iti__flag.iti__tj {
  height: 10px;
  background-position: -4933px 0px;
}

.iti__flag.iti__tk {
  height: 10px;
  background-position: -4955px 0px;
}

.iti__flag.iti__tl {
  height: 10px;
  background-position: -4977px 0px;
}

.iti__flag.iti__tm {
  height: 14px;
  background-position: -4999px 0px;
}

.iti__flag.iti__tn {
  height: 14px;
  background-position: -5021px 0px;
}

.iti__flag.iti__to {
  height: 10px;
  background-position: -5043px 0px;
}

.iti__flag.iti__tr {
  height: 14px;
  background-position: -5065px 0px;
}

.iti__flag.iti__tt {
  height: 12px;
  background-position: -5087px 0px;
}

.iti__flag.iti__tv {
  height: 10px;
  background-position: -5109px 0px;
}

.iti__flag.iti__tw {
  height: 14px;
  background-position: -5131px 0px;
}

.iti__flag.iti__tz {
  height: 14px;
  background-position: -5153px 0px;
}

.iti__flag.iti__ua {
  height: 14px;
  background-position: -5175px 0px;
}

.iti__flag.iti__ug {
  height: 14px;
  background-position: -5197px 0px;
}

.iti__flag.iti__um {
  height: 11px;
  background-position: -5219px 0px;
}

.iti__flag.iti__un {
  height: 14px;
  background-position: -5241px 0px;
}

.iti__flag.iti__us {
  height: 11px;
  background-position: -5263px 0px;
}

.iti__flag.iti__uy {
  height: 14px;
  background-position: -5285px 0px;
}

.iti__flag.iti__uz {
  height: 10px;
  background-position: -5307px 0px;
}

.iti__flag.iti__vc {
  height: 14px;
  background-position: -5346px 0px;
}

.iti__flag.iti__ve {
  height: 14px;
  background-position: -5368px 0px;
}

.iti__flag.iti__vg {
  height: 10px;
  background-position: -5390px 0px;
}

.iti__flag.iti__vi {
  height: 14px;
  background-position: -5412px 0px;
}

.iti__flag.iti__vn {
  height: 14px;
  background-position: -5434px 0px;
}

.iti__flag.iti__vu {
  height: 12px;
  background-position: -5456px 0px;
}

.iti__flag.iti__wf {
  height: 14px;
  background-position: -5478px 0px;
}

.iti__flag.iti__ws {
  height: 10px;
  background-position: -5500px 0px;
}

.iti__flag.iti__xk {
  height: 15px;
  background-position: -5522px 0px;
}

.iti__flag.iti__ye {
  height: 14px;
  background-position: -5544px 0px;
}

.iti__flag.iti__yt {
  height: 14px;
  background-position: -5566px 0px;
}

.iti__flag.iti__za {
  height: 14px;
  background-position: -5588px 0px;
}

.iti__flag.iti__zm {
  height: 14px;
  background-position: -5610px 0px;
}

.iti__flag.iti__zw {
  height: 10px;
  background-position: -5632px 0px;
}

@media (max-width: 500px) {
  .iti__country-list {
    white-space: normal;
  }
}
@media (-webkit-min-device-pixel-ratio: 2) {
  .iti__flag {
    background-size: 5652px 15px;
    background-image: url("../intl-tel-input/flags@2x.png");
  }
}
@media (min-resolution: 192dpi) {
  .iti__flag {
    background-size: 5652px 15px;
    background-image: url("../intl-tel-input/flags@2x.png");
  }
}
.d-flex {
  display: flex !important;
}

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

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

.mb-5 {
  margin-bottom: 1.25rem !important;
}

.w-100 {
  width: 100% !important;
}

.mb-10 {
  margin-bottom: 2.5rem !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.pe-3 {
  padding-right: 0.75rem !important;
}

.fs-6 {
  font-size: 1.005rem !important;
}

.fw-normal {
  font-weight: normal !important;
}

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

.text-gray-400 {
  color: #b5b5c3 !important;
}

.text-gray-800 {
  color: var(--foxpush-secondary) !important;
}

.text-dark {
  color: var(--foxpush-primary-text) !important;
}

.fs-3x {
  font-size: calc(1.425rem + 2.1vw) !important;
}
@media (min-width: 1200px) {
  .fs-3x {
    font-size: 3rem !important;
  }
}

.fs-2x {
  font-size: calc(1.425rem + 1.8vw) !important;
}
@media (min-width: 1200px) {
  .fs-2x {
    font-size: 2rem !important;
  }
}

.fw-bolder {
  font-weight: 600 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.fs-7 {
  font-size: 0.95rem !important;
}

.svg-icon {
  line-height: 1;
}

.svg-icon svg {
  height: 1.15rem;
  width: 1.15rem;
}

.svg-icon.svg-icon-1 svg {
  height: 1.35rem !important;
  width: 1.35rem !important;
}

.svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #b5b5c3 !important;
}

.svg-icon.svg-icon-success svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #50cd89 !important;
}

.rounded {
  border-radius: 0.475rem !important;
}

.bg__noshape::after {
  background: none transparent !important;
}

.bg-color-FAFBFB {
  background-color: #FAFBFB !important;
}

.overflow-hidden {
  overflow: hidden;
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

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

@-webkit-keyframes bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes flash {
  0%, 100%, 50% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 100%, 50% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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 zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    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 rubberBand {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  30% {
    -webkit-transform: scaleX(1.25) scaleY(0.75);
    transform: scaleX(1.25) scaleY(0.75);
  }
  40% {
    -webkit-transform: scaleX(0.75) scaleY(1.25);
    transform: scaleX(0.75) scaleY(1.25);
  }
  60% {
    -webkit-transform: scaleX(1.15) scaleY(0.85);
    transform: scaleX(1.15) scaleY(0.85);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  30% {
    -webkit-transform: scaleX(1.25) scaleY(0.75);
    -ms-transform: scaleX(1.25) scaleY(0.75);
    transform: scaleX(1.25) scaleY(0.75);
  }
  40% {
    -webkit-transform: scaleX(0.75) scaleY(1.25);
    -ms-transform: scaleX(0.75) scaleY(1.25);
    transform: scaleX(0.75) scaleY(1.25);
  }
  60% {
    -webkit-transform: scaleX(1.15) scaleY(0.85);
    -ms-transform: scaleX(1.15) scaleY(0.85);
    transform: scaleX(1.15) scaleY(0.85);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-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);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
}
@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes height {
  0% {
    opacity: 0;
    height: 0;
  }
  100% {
    opacity: 0.1;
    height: 50%;
  }
}
@keyframes height {
  0% {
    opacity: 0;
    height: 0;
    transition: all 0.6s linear;
  }
  100% {
    opacity: 0.3;
    height: 50%;
  }
}
.height {
  -webkit-animation-name: height;
  animation-name: height;
}

@-webkit-keyframes fadeInDown2 {
  0% {
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0.2;
  }
}
@keyframes fadeInDown2 {
  0% {
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 0.2;
  }
}
.fadeInDown2 {
  -webkit-animation-name: fadeInDown2;
  animation-name: fadeInDown2;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUp2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0.2;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0.2;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp2 {
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-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);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-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);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) 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 center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(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(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(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(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(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(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(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;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-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;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -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;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(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% {
    -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;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-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);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes rollIncustom {
  0% {
    opacity: 0;
    -webkit-transform: translateX(220%) translateY(220px);
    -ms-transform: translateX(220%) translateY(220px);
    transform: translateX(220%) translateY(220px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) translateY(0px);
    -ms-transform: translateX(0px) translateY(0px);
    transform: translateX(0px) translateY(0px);
  }
}
@keyframes rollIncustom {
  0% {
    opacity: 0;
    -webkit-transform: translateX(220%) translateY(220px);
    -ms-transform: translateX(220%) translateY(220px);
    transform: translateX(220%) translateY(220px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) translateY(0px);
    -ms-transform: translateX(0px) translateY(0px);
    transform: translateX(0px) translateY(0px);
  }
}
.rollIncustom {
  -webkit-animation-name: rollIncustom;
  animation-name: rollIncustom;
}

@-webkit-keyframes rollIncustom1 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(150%) translateY(150px);
    -ms-transform: translateX(150%) translateY(150px);
    transform: translateX(150%) translateY(150px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) translateY(0px);
    -ms-transform: translateX(0px) translateY(0px);
    transform: translateX(0px) translateY(0px);
  }
}
@keyframes rollIncustom1 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(150%) translateY(150px);
    -ms-transform: translateX(150%) translateY(150px);
    transform: translateX(150%) translateY(150px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) translateY(0px);
    -ms-transform: translateX(0px) translateY(0px);
    transform: translateX(0px) translateY(0px);
  }
}
.rollIncustom1 {
  -webkit-animation-name: rollIncustom1;
  animation-name: rollIncustom1;
}

@-webkit-keyframes rollIncustom3 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px) translateY(350px);
    -ms-transform: translateX(-20px) translateY(350px);
    transform: translateX(-20px) translateY(350px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) translateY(0px);
    -ms-transform: translateX(0px) translateY(0px);
    transform: translateX(0px) translateY(0px);
  }
}
@keyframes rollIncustom3 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px) translateY(350px);
    -ms-transform: translateX(-20px) translateY(350px);
    transform: translateX(-20px) translateY(350px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) translateY(0px);
    -ms-transform: translateX(0px) translateY(0px);
    transform: translateX(0px) translateY(0px);
  }
}
.rollIncustom3 {
  -webkit-animation-name: rollIncustom3;
  animation-name: rollIncustom3;
}

@-webkit-keyframes rollIncustom4 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-90px) translateY(70px);
    -ms-transform: translateX(-90px) translateY(70px);
    transform: translateX(-90px) translateY(70px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) translateY(0px);
    -ms-transform: translateX(0px) translateY(0px);
    transform: translateX(0px) translateY(0px);
  }
}
@keyframes rollIncustom4 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-90px) translateY(70px);
    -ms-transform: translateX(-90px) translateY(70px);
    transform: translateX(-90px) translateY(70px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) translateY(0px);
    -ms-transform: translateX(0px) translateY(0px);
    transform: translateX(0px) translateY(0px);
  }
}
.rollIncustom4 {
  -webkit-animation-name: rollIncustom4;
  animation-name: rollIncustom4;
}

@-webkit-keyframes rollIncustom5 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-500px) translateY(-50px);
    -ms-transform: translateX(-500px) translateY(-50px);
    transform: translateX(-500px) translateY(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) translateY(0px);
    -ms-transform: translateX(0px) translateY(0px);
    transform: translateX(0px) translateY(0px);
  }
}
@keyframes rollIncustom5 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-500px) translateY(-50px);
    -ms-transform: translateX(-500px) translateY(-50px);
    transform: translateX(-500px) translateY(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) translateY(0px);
    -ms-transform: translateX(0px) translateY(0px);
    transform: translateX(0px) translateY(0px);
  }
}
.rollIncustom5 {
  -webkit-animation-name: rollIncustom5;
  animation-name: rollIncustom5;
}

@-webkit-keyframes rollIncustom6 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px) translateY(-150px);
    -ms-transform: translateX(30px) translateY(-150px);
    transform: translateX(30px) translateY(-150px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) translateY(0px);
    -ms-transform: translateX(0px) translateY(0px);
    transform: translateX(0px) translateY(0px);
  }
}
@keyframes rollIncustom6 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px) translateY(-150px);
    -ms-transform: translateX(30px) translateY(-150px);
    transform: translateX(30px) translateY(-150px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) translateY(0px);
    -ms-transform: translateX(0px) translateY(0px);
    transform: translateX(0px) translateY(0px);
  }
}
.rollIncustom6 {
  -webkit-animation-name: rollIncustom6;
  animation-name: rollIncustom6;
}

@-webkit-keyframes rollIncustom7 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-150px) translateY(-150px);
    -ms-transform: translateX(-150px) translateY(-150px);
    transform: translateX(-150px) translateY(-150px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) translateY(0px);
    -ms-transform: translateX(0px) translateY(0px);
    transform: translateX(0px) translateY(0px);
  }
}
@keyframes rollIncustom7 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-150px) translateY(-150px);
    -ms-transform: translateX(-150px) translateY(-150px);
    transform: translateX(-150px) translateY(-150px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) translateY(0px);
    -ms-transform: translateX(0px) translateY(0px);
    transform: translateX(0px) translateY(0px);
  }
}
.rollIncustom7 {
  -webkit-animation-name: rollIncustom7;
  animation-name: rollIncustom7;
}

@-webkit-keyframes rollIncustom8 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(0px) translateY(-200px);
    -ms-transform: translateX(0px) translateY(-200px);
    transform: translateX(0px) translateY(-200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) translateY(0px);
    -ms-transform: translateX(0px) translateY(0px);
    transform: translateX(0px) translateY(0px);
  }
}
@keyframes rollIncustom8 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(0px) translateY(-200px);
    -ms-transform: translateX(0px) translateY(-200px);
    transform: translateX(0px) translateY(-200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) translateY(0px);
    -ms-transform: translateX(0px) translateY(0px);
    transform: translateX(0px) translateY(0px);
  }
}
.rollIncustom8 {
  -webkit-animation-name: rollIncustom8;
  animation-name: rollIncustom8;
}

@-webkit-keyframes rollIncustom9 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(200px) translateY(-150px);
    -ms-transform: translateX(200px) translateY(-150px);
    transform: translateX(200px) translateY(-150px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) translateY(0px);
    -ms-transform: translateX(0px) translateY(0px);
    transform: translateX(0px) translateY(0px);
  }
}
@keyframes rollIncustom9 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(500px) translateY(-150px);
    -ms-transform: translateX(200px) translateY(-150px);
    transform: translateX(200px) translateY(-150px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) translateY(0px);
    -ms-transform: translateX(0px) translateY(0px);
    transform: translateX(0px) translateY(0px);
  }
}
.rollIncustom9 {
  -webkit-animation-name: rollIncustom9;
  animation-name: rollIncustom9;
}

@-webkit-keyframes slideInnew {
  0% {
    opacity: 0;
    -webkit-transform: translate(-10px, -80px);
    -ms-transform: translate(-10px, -80px);
    transform: translate(0px, -50px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes slideInnew {
  0% {
    opacity: 0;
    -webkit-transform: translate(-10px, -80px);
    -ms-transform: translate(-10px, -80px);
    transform: translate(-10px, -80px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.slideInnew {
  -webkit-animation-name: slideInnew;
  animation-name: slideInnew;
}

@-webkit-keyframes slideInnew3 {
  0% {
    opacity: 0;
    -webkit-transform: translate(80px, -80px);
    -ms-transform: translate(80px, -80px);
    transform: translate(80px, -80px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes slideInnew3 {
  0% {
    opacity: 0;
    -webkit-transform: translate(80px, -80px);
    -ms-transform: translate(80px, -80px);
    transform: translate(80px, -80px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.slideInnew3 {
  -webkit-animation-name: slideInnew3;
  animation-name: slideInnew3;
}

@-webkit-keyframes slideInnew2 {
  0% {
    opacity: 0;
    -webkit-transform: matrix(0.97029, 0.34192, -0.84486, 0.9425, 0, 0) translate(-10px, 80px);
    -ms-transform: matrix(0.97029, 0.34192, -0.84486, 0.9425, 0, 0) translate(-10px, 80px);
    transform: matrix(0.97029, 0.34192, -0.84486, 0.9425, 0, 0) translate(-10px, 80px);
  }
  100% {
    -webkit-transform: matrix(0.97029, 0.34192, -0.84486, 0.9425, 0, 0) translate(0px, 0px);
    -ms-transform: matrix(0.97029, 0.34192, -0.84486, 0.9425, 0, 0) translate(0px, 0px);
    transform: matrix(0.97029, 0.34192, -0.84486, 0.9425, 0, 0) translate(0px, 0px);
  }
}
@keyframes slideInnew2 {
  0% {
    opacity: 0;
    -webkit-transform: matrix(0.97029, 0.34192, -0.84486, 0.9425, 0, 0) translate(-10px, 80px);
    -ms-transform: matrix(0.97029, 0.34192, -0.84486, 0.9425, 0, 0) translate(-10px, 80px);
    transform: matrix(0.97029, 0.34192, -0.84486, 0.9425, 0, 0) translate(-10px, 80px);
  }
  100% {
    -webkit-transform: matrix(0.97029, 0.34192, -0.84486, 0.9425, 0, 0) translate(0px, 0px);
    -ms-transform: matrix(0.97029, 0.34192, -0.84486, 0.9425, 0, 0) translate(0px, 0px);
    transform: matrix(0.97029, 0.34192, -0.84486, 0.9425, 0, 0) translate(0px, 0px);
  }
}
.slideInnew2 {
  -webkit-animation-name: slideInnew2;
  animation-name: slideInnew2;
}

@-webkit-keyframes spinnerRotateone {
  0% {
    -webkit-transform: rotate(0deg) translateY(30px);
    transform: rotate(0deg) translateY(30px);
  }
  100% {
    -webkit-transform: rotate(160deg) translateY(30px);
    transform: rotate(160deg) translateY(30px);
  }
}
@keyframes spinnerRotateone {
  0% {
    -webkit-transform: rotate(0deg) translateY(30px);
    transform: rotate(0deg) translateY(30px);
  }
  100% {
    -webkit-transform: rotate(160deg) translateY(30px);
    transform: rotate(160deg) translateY(30px);
  }
}
.spinnerRotateone {
  -webkit-animation-name: spinnerRotateone;
  animation-name: spinnerRotateone;
}

/*
.slideInnew2{
    -webkit-animation-name:slideInnew2;
    animation-name:slideInnew2;
}

@-webkit-keyframes spinnerRotateone {
    0% {
        -webkit-transform: rotate(0deg) translateY(30px);
        transform: rotate(0deg) translateY(30px);
    }

    100% {
        -webkit-transform: rotate(160deg) translateY(30px);
        transform: rotate(160deg) translateY(30px);
    }
}

@keyframes spinnerRotateone {
    0% {
        -webkit-transform: rotate(0deg) translateY(30px);
        transform: rotate(0deg) translateY(30px);
    }

    100% {
        -webkit-transform: rotate(160deg) translateY(30px);
        transform: rotate(160deg) translateY(30px);
    }
}
.spinnerRotateone{
    -webkit-animation-name:spinnerRotateone;
    animation-name:spinnerRotateone;
}*/
@-webkit-keyframes slideInnew5 {
  0% {
    opacity: 0;
    -webkit-transform: translate(80px, -100px);
    -ms-transform: translate(80px, -100px);
    transform: translate(80px, -100px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes slideInnew5 {
  0% {
    opacity: 0;
    -webkit-transform: translate(80px, -100px);
    -ms-transform: translate(80px, -100px);
    transform: translate(80px, -100px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.slideInnew5 {
  -webkit-animation-name: slideInnew5;
  animation-name: slideInnew5;
}

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

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(10dg);
    transform: rotate(10dg);
  }
  25% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  75% {
    -webkit-transform: rotate(140deg);
    transform: rotate(140deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(10dg);
    transform: rotate(10dg);
  }
  25% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  75% {
    -webkit-transform: rotate(140deg);
    transform: rotate(140deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*===========================================         keyframes             ===============================================*/
@keyframes circle_animation {
  0%, 100% {
    border-radius: 42% 58% 70% 30%/45% 45% 55% 55%;
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }
  34% {
    border-radius: 70% 30% 46% 54%/30% 29% 71% 70%;
    transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
  }
  50% {
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }
  67% {
    border-radius: 100% 60% 60% 100%/100% 100% 60% 60%;
    transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
  }
}
@keyframes circle_pulse {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(0.2);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(2);
  }
}
@keyframes round_circle {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes pulsate {
  0% {
    opacity: 1;
    -webkit-transform: translate(0) scale(0.5);
    transform: translate(0) scale(0.5);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0) scale(1.3);
    transform: translate(0) scale(1.3);
  }
}
@keyframes pulsates {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(0.3);
    transform: translate(-50%, -50%) scale(0.3);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
  }
}
@keyframes jump {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes map_jump {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes cloud {
  0% {
    transform: translate3d(-10px, -20px, 0);
  }
  50% {
    transform: translate3d(-20px, 0px, 0);
  }
  100% {
    transform: translate3d(0px, 20px, 0);
  }
}
@keyframes upDown {
  0% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(20px);
  }
}
@keyframes upDownRound {
  0% {
    transform: rotate(0deg) translate(-50px) rotate(0deg);
  }
  100% {
    transform: rotate(360deg) translate(0) rotate(-360deg);
  }
}
@keyframes slide {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -39px 0;
  }
}
@keyframes v_play {
  0% {
    opacity: 1;
    width: 0;
    height: 0;
    transform: translate(-50%, -50%);
  }
  100% {
    transform: translate(-50%, -50%);
    opacity: 0;
    width: 300%;
    height: 300%;
  }
}
@keyframes youTube {
  0% {
    transform: translate(-50%, -50%) scale(0);
  }
  100% {
    transform: translate(-50%, -50%) scale(3);
    opacity: 0;
  }
}
@keyframes wFull {
  0% {
    width: 0%;
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  100% {
    width: 100%;
    opacity: 1;
  }
}
@keyframes map_pin {
  0% {
    transform: scale(0);
    border-radius: 50%;
  }
  100% {
    transform: scale(2);
    opacity: 0;
    border-radius: 50%;
  }
}
@keyframes hide {
  from {
    transform: translate(0);
  }
  to {
    transform: translate(-120vw);
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    padding: 0;
  }
}
.hide {
  animation: hide 0.3s forwards ease-in-out;
  animation-fill-mode: both;
}

@keyframes show {
  from {
    transform: translate(120vw);
    width: 0;
    height: 0;
    min-height: 292px;
    line-height: 0;
    font-size: 0;
    padding: 0;
    transition: all 0s !important;
  }
  to {
    transform: translate(0);
    min-height: 292px;
  }
}
.show {
  animation: show 0.3s forwards ease-in-out;
  animation-fill-mode: both;
}

/*===========================================         keyframes             ===============================================*/
/*width: 0;
height: 0;
line-height: 0;
font-size: 0;
padding: 0;*/
/**
 * ----- Header
 */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 28px 0;
  transition: all 0.3s;
}
.header #logo-white {
  display: none;
}
.header.header_sticky {
  background: #fff;
  padding: 18px 0;
  box-shadow: 34px 34px 74px 0 rgba(28, 35, 41, 0.05);
}
.header.header_sticky #logo-white {
  display: none !important;
}
.header.header_sticky #logo {
  display: block;
}

.header__container {
  max-width: 1340px;
  padding: 0 30px;
  margin: 0 auto;
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  min-height: 40px;
}

.header__logo {
  position: relative;
  top: 1px;
  line-height: 0;
  align-self: flex-start;
  z-index: 2;
}

.header__logo.is-beta:after {
  content: "beta";
  position: absolute;
  top: 0;
  left: 100%;
  padding: 3px 4px 4px;
  border-radius: 5px;
  margin-left: 5px;
  border: 1px solid var(--foxpush-secondary);
  font-size: 11px;
  line-height: 1;
  font-weight: 600;
  text-decoration: none;
  color: var(--foxpush-primary-text);
  transform: rotate(-8deg);
}

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

.header__actions .btn + .btn {
  margin-left: 3px;
}

.header__nav {
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
}

.nav > ul {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}

.nav > ul > li + li {
  margin-left: 34px;
}

.nav > ul > li > a {
  position: relative;
  text-decoration: none;
  color: var(--foxpush-primary-text);
}
.nav > ul > li > a:hover {
  color: var(--foxpush-primary);
}

.nav > ul > li > a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 2px;
  background: currentColor;
  transition: width 0.2s;
}

.nav > ul > li > a:hover:before {
  width: 100%;
}

.nav > ul > li > a::after {
  display: none;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 11px;
  height: 6px;
  background-image: url(../images/angle-down.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.2s;
}

.nav .has__dropdown {
  position: relative;
  cursor: pointer;
}

.nav .has__dropdown > a {
  padding-right: 23px;
}

.nav .has__dropdown > a:after {
  display: block;
}

.nav .dropdown {
  position: absolute;
  left: -30px;
  top: 100%;
  width: 100%;
  min-width: 370px;
  padding-top: 17px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s, visibility 0.2s;
}

.nav .dropdown:after, .nav .dropdown:before {
  content: "";
  position: absolute;
  left: 40px;
  top: 7px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #cbcbcb;
}

.nav .dropdown:before {
  z-index: 5;
}

.nav .dropdown:after {
  z-index: 5;
  top: 8px;
  border-bottom-color: #fff;
}

.dropdown__nav {
  padding: 15px 0;
  background: #fff;
  border: 1px solid rgba(203, 203, 203, 0.7);
  border-radius: 5px;
  box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.08);
}

.dropdown__nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.dropdown__nav a {
  display: block;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  color: inherit;
  padding: 8px 30px;
  transition: padding 0.2s;
}

.nav .has__dropdown:hover .dropdown {
  visibility: visible;
  opacity: 1;
}

.header.header_tranperant:not(.header_sticky) {
  background: transparent none !important;
}
.header.header_tranperant:not(.header_sticky) .nav > ul > li > a {
  color: #FFF;
}
.header.header_tranperant:not(.header_sticky) .header__logo.is-beta:after {
  background-color: #FFF;
  border: 0 none;
  color: var(--foxpush-secondary);
}
.header.header_tranperant #logo-white {
  display: block;
}
.header.header_tranperant #logo {
  display: none;
}
.header.header_tranperant.header_sticky #logo-white {
  display: none !important;
}
.header.header_tranperant.header_sticky #logo {
  display: block;
}
.header.header_tranperant.header_sticky .btn__white_is_outline {
  background: transparent;
  border-color: rgba(var(--foxpush-primary-rgb), 0.2);
  color: var(--foxpush-primary);
}
.header.header_tranperant.header_sticky .btn__white_is_outline:hover {
  background: var(--foxpush-primary);
  color: #FFF;
}
.header.header_tranperant.header_sticky .btn__color_white:not(:hover) {
  background: var(--foxpush-primary);
  color: #FFF;
}
@media (max-width: 1018px) {
  .header.header_tranperant #logo-white {
    display: none;
  }
  .header.header_tranperant #logo {
    display: block;
  }
}

.feature_item_bg2:not(:hover) {
  background: #EBF8F1 !important;
  box-shadow: none !important;
}

.section__bg_img {
  background-size: cover;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  position: relative;
  background-position: center center;
}
.section__bg_img .hero__headline_2 {
  color: #FFF;
}
.section__bg_img .hero__headline_3 {
  color: rgba(255, 255, 255, 0.8);
}
.section__bg_img .hero__body {
  position: relative;
  z-index: 3;
}
.section__bg_img.bg__color_1 {
  background-color: var(--foxpush-secondary);
}
.section__bg_img.bg__color_2 {
  background-color: var(--foxpush-primary);
}

.bg-overlay {
  background-color: rgba(60, 72, 88, 0.85);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.bg-overlay.bg__color_2 {
  background-color: rgba(56, 181, 116, 0.85);
}

.video-overlay {
  /*background-color: rgba(60, 72, 88, 0.85);*/
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  /*  &.bg__color_2 {
      background-color: rgba(56, 181, 116, 0.85);
    }*/
}
.video-overlay::before, .video-overlay::after {
  content: " ";
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
}
.video-overlay::before {
  background-color: #38b574;
}
.video-overlay::after {
  /*background-color: rgba(56, 181, 116, 1);*/
  background-color: rgba(60, 72, 88, 0.85);
  opacity: 0.5;
  z-index: 3;
}
.video-overlay video {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
}
@media (max-width: 1018px) {
  .video-overlay video {
    width: auto !important;
    height: 100% !important;
  }
}

/**
 * ----- Footer
 */
#footer {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #131a1e;
}
#footer .footer__container {
  max-width: 1340px;
  padding: 0 30px;
  margin: 0 auto;
}
#footer h4 {
  margin-bottom: 20px;
  color: var(--foxpush-secondary);
}
#footer ul,
#footer ul li {
  margin: 0;
  padding: 0;
}
#footer ul li {
  margin-bottom: 12px;
}
#footer ul li:last-child {
  margin-bottom: 0;
}
#footer ul a {
  outline: 0 none;
  text-decoration: none;
  font-size: 15px;
  line-height: 1;
  color: #FFF;
}
#footer ul a:hover {
  opacity: 0.6;
}

#footer__bottom {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: var(--foxpush-primary-text);
  color: var(--foxpush-secondary);
}
#footer__bottom .row {
  align-items: center;
  justify-content: flex-end;
}
#footer__bottom span {
  font-size: 15px;
  line-height: 1.35;
  padding-left: 40px;
}
#footer__bottom .footer__container {
  max-width: 1340px;
  padding: 0 30px;
  margin: 0 auto;
}

.footer__menu {
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: 0;
}
.footer__menu,
.footer__menu li {
  margin: 0;
  padding: 0;
}
.footer__menu li {
  margin-left: 40px;
  font-size: 14px;
}
.footer__menu a {
  outline: 0 none;
  text-decoration: none;
  color: #FFF;
}
.footer__menu a:hover {
  opacity: 0.6;
}

.btn__with_icon {
  display: flex;
  /*justify-content  : center;*/
  align-items: center;
  text-align: initial;
  padding: 16px 15px;
  border-radius: 2px;
  text-decoration: none;
  outline: 0 none;
  background: var(--foxpush-primary-text);
  color: var(--foxpush-secondary);
  box-shadow: 0 10px 100px 0 rgba(28, 35, 41, 0.07);
}
.btn__with_icon:hover h5.__tilte {
  text-decoration: underline;
}
.btn__with_icon span.__icon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-left: -15px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.btn__with_icon span.__icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: -6px;
  width: 6px;
  height: 100%;
  background-color: transparent;
}
.btn__with_icon div.__content {
  padding-left: 20px;
}
.btn__with_icon div.__content h5.__tilte {
  margin: 0 auto 5px;
  color: #0C61FF;
}
.btn__with_icon div.__content p {
  font-size: 15px;
  line-height: 1.35;
}
.btn__with_icon.publishers__solutions_btn span.__icon {
  background-color: #EAF1FE;
}
.btn__with_icon.publishers__solutions_btn span.__icon::before {
  background-color: #0C61FF;
}
.btn__with_icon.publishers__solutions_btn div.__content h5.__tilte {
  color: #EAF1FE;
}
.btn__with_icon.ecommerce__solutions_btn span.__icon {
  background-color: #FFF1F1;
}
.btn__with_icon.ecommerce__solutions_btn span.__icon::before {
  background-color: #EC6837;
}
.btn__with_icon.ecommerce__solutions_btn div.__content h5.__tilte {
  color: #FFF1F1;
}

/**
 * ----- Sections
 */
.hero {
  padding: 35px 0 0;
  position: relative;
}
@media (min-width: 1019px) {
  .hero {
    padding: 164px 0 0;
  }
}
.hero .btn--color {
  box-shadow: 0 15px 35px 0 rgba(60, 178, 125, 0.3);
}
.hero .btn--nocolor svg {
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  margin-left: 10px;
}
.hero .btn--nocolor .__right__arrow {
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.hero .btn--nocolor:hover {
  color: var(--foxpush-primary-text);
}
.hero .btn--nocolor:hover svg {
  margin-left: 15px;
}
.hero .btn--nocolor:hover .__right__arrow {
  fill: var(--foxpush-primary-text);
}

.hero__container,
.foxpush_container {
  max-width: 1340px;
  padding: 0 30px;
  margin: 0 auto;
}

@media (min-width: 1019px) {
  .hero:not(.hero__full) .hero__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .hero:not(.hero__full) .hero__content {
    max-width: 520px;
    flex: 1 1 520px;
    margin-right: 80px;
  }
  .hero:not(.hero__full) .hero__media {
    max-width: 640px;
    flex: 1 1 640px;
    position: relative;
  }
}

@media (min-width: 1019px) {
  .hero__full .hero__content {
    max-width: 740px;
    margin: 0 auto;
  }
  .hero__full .hero__headline_3 {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}

.hero__media__img {
  position: relative;
  z-index: 1;
}

.hero__media__img1 {
  position: absolute;
  top: 397px;
  right: -60px;
  z-index: 2;
  height: 80px;
  width: 184px;
  background-image: url(../images/foxpush-hero-1.svg);
  background-position: center;
  visibility: inherit !important;
}

.hero__media__img2 {
  position: absolute;
  top: 292px;
  left: 103px;
  z-index: 3;
  visibility: inherit !important;
}

.hero__media__img3 {
  position: absolute;
  top: 340px;
  left: 21px;
  z-index: 4;
  visibility: visible !important;
  animation: cloud 3s linear infinite alternate;
}

.hero__media__img4 {
  position: absolute;
  top: 430px;
  left: 210px;
  z-index: 5;
  visibility: inherit !important;
}

.hero__headline_1 {
  font-size: 28px;
  font-weight: 500;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.37px;
  color: var(--foxpush-primary);
  margin-bottom: 10px;
}

.hero__headline_2 {
  position: relative;
  font-family: Averta, Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 54px;
  line-height: 1;
  letter-spacing: -0.01em;
  margin-top: 20px;
  color: var(--foxpush-primary-text);
  margin-bottom: 40px;
}
.hero__headline_2 span {
  position: relative;
  color: var(--foxpush-primary);
  text-transform: capitalize;
}
.hero__headline_2 span::after {
  content: "";
  height: 15px;
  width: 100%;
  position: absolute;
  bottom: -3px;
  left: 0;
  background-image: url(../images/hero__line.svg);
  z-index: -1;
}

.hero__headline_3 {
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: var(--foxpush-secondary);
  margin-bottom: 40px;
}

@media (min-width: 1019px) {
  body.whyus_page .hero__full .hero__headline_3,
body.contactus_page .hero__full .hero__headline_3,
body.foxpush__push_notification_page .hero__full .hero__headline_3 {
    max-width: 600px;
  }
}

.section__1 {
  position: relative;
  background-image: linear-gradient(153deg, #3CB27D 55%, #02D208 100%);
  padding-bottom: 60px;
}
.section__1::before {
  content: " ";
  background-repeat: no-repeat;
  height: 100%;
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  top: 0;
  background-size: 100%;
  background-position: center top;
  background-image: url(../images/top.svg);
  z-index: 1;
}
.section__1::after {
  content: " ";
  background-repeat: no-repeat;
  height: 100%;
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  background-size: 100%;
  background-position: center bottom;
  background-image: url(../images/bottom.svg);
  z-index: 1;
}

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

.section__1_container {
  max-width: 1340px;
  padding: 0 30px;
  margin: 0 auto;
}

.section__1_head {
  max-width: 900px;
  margin: 120px auto 45px;
  text-align: center;
}
.section__1_head h6 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.section__1_head h6 span {
  position: relative;
  padding-bottom: 5px;
  color: var(--foxpush-primary);
  /*&::before {
    content: " ";
    background-repeat: no-repeat;
    height: .6rem;
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    top: 100%;
    background-image: url(../images/underline-black.svg);
  }*/
}
.section__1_head h2 {
  font-size: 42px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: -0.5px;
  text-align: center;
  color: var(--foxpush-primary-text);
  margin-bottom: 5px;
}
.section__1_head p {
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.35;
  color: var(--foxpush-secondary);
  margin: 0 auto 0;
}

.section__1_feature_item {
  margin: 0 auto 30px;
  padding: 39px;
  border-radius: 3px;
  /*box-shadow: 0 15px 55px -5px rgba(28, 35, 41, 0.1);*/
  box-shadow: 4px 4px 16px 2px rgba(28, 35, 41, 0.1);
  background-color: #ffffff;
  text-align: center;
  overflow: hidden;
  transition: 0.3s ease;
  position: relative;
}
.section__1_feature_item:hover {
  background-color: #f9fafb;
}
.section__1_feature_item img {
  width: auto;
  height: 140px;
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  margin-bottom: 30px;
  visibility: visible !important;
}
.section__1_feature_item > a {
  text-align: center;
  outline: 0 transparent;
  text-decoration: none;
  color: var(--foxpush-primary-text);
}
.section__1_feature_item h3 {
  align-items: center;
  font-size: 21px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: -0.5px;
  outline: 0 transparent;
  text-decoration: none;
  width: 100%;
  margin: 0 auto 12px;
  transition: all 0.5s;
}
.section__1_feature_item > p {
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.5px;
  color: var(--foxpush-secondary);
  margin: 0 auto 0;
}
@media (min-width: 768px) {
  .section__1_feature_item > p {
    min-height: 102px;
  }
}
.section__1_feature_item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 12px;
  transform-origin: bottom center;
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  background-color: rgba(var(--foxpush-primary-rgb), 0.4);
}
.section__1_feature_item:hover {
  box-shadow: 0 15px 95px -5px rgba(28, 35, 41, 0.15);
  -moz-transform: translateY(-12px);
  -o-transform: translateY(-12px);
  -ms-transform: translateY(-12px);
  -webkit-transform: translateY(-12px);
  transform: translateY(-12px);
}
.section__1_feature_item:hover a h3 {
  color: var(--foxpush-primary);
}
.section__1_feature_item:hover::after {
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.foxpush__lead_page .section__1_feature_item {
  text-align: inherit;
}

.section__2 {
  position: relative;
  padding-bottom: 59px;
  padding-top: 0;
}
.section__2 .row {
  align-items: center;
  justify-content: space-between;
}
.section__2 .section__2__media {
  position: relative;
}
.section__2 .section__2__media .section__2__img {
  position: relative;
  z-index: 1;
}
.section__2 .section__2__media .section__2__img2 {
  position: absolute;
  top: 131px;
  left: 231px;
  z-index: 2;
  visibility: inherit !important;
  animation: cloud 3s linear infinite alternate;
  box-shadow: 0 20px 40px 0 rgba(28, 35, 41, 0.15);
}
.section__2 .section__2__media .section__2__img3 {
  position: absolute;
  top: 367px;
  left: 63px;
  z-index: 3;
  box-shadow: 0 20px 40px 0 rgba(28, 35, 41, 0.15);
}
.section__2 .lead__generation {
  direction: ltr !important;
  text-align: left !important;
}
.section__2 .lead__generation .section__2__img12 {
  position: relative;
  z-index: 1;
  left: 160px;
  top: 60px;
}
.section__2 .lead__generation .section__2__img13 {
  position: absolute;
  top: -30px;
  left: 0;
  z-index: 3;
  border-radius: 7px;
  visibility: inherit !important;
  box-shadow: 0 20px 40px 0 rgba(28, 35, 41, 0.2);
}
.section__2 .web__push__notification {
  direction: rtl !important;
  text-align: right !important;
}
.section__2 .web__push__notification svg {
  display: none;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.section__2 .web__push__notification .section__2__img7 {
  position: relative;
  z-index: 1;
  right: -20px;
}
.section__2 .web__push__notification .section__2__img8 {
  position: relative;
  z-index: 2;
}
.section__2 .web__push__notification .section__2__img9 {
  position: absolute;
  z-index: 3;
  right: 257px;
  top: 100px;
  box-shadow: 0 20px 40px 0 rgba(28, 35, 41, 0.2);
}
.section__2 .web__push__notification .section__2__img10 {
  position: absolute;
  z-index: 3;
  right: 3px;
  bottom: 4px;
  box-shadow: 0 20px 40px 0 rgba(28, 35, 41, 0.2);
  border-bottom-left-radius: 22px;
  border-bottom-right-radius: 22px;
}
.section__2 .web__push__notification .section__2__img11 {
  position: absolute;
  z-index: 8;
  right: 189px;
  top: 51px;
  visibility: inherit !important;
  animation: circle_animation 2s linear infinite;
  background: #EE6513;
  box-shadow: 0 0 0 10px rgba(238, 101, 19, 0.1);
  width: 64px;
  height: 64px;
  border-radius: 100px;
}
.section__2::after {
  content: " ";
  background-repeat: no-repeat;
  height: 100%;
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  bottom: 35%;
  background-size: 100%;
  background-position: center bottom;
  background-image: url(../images/bottom.svg);
  z-index: 1;
}
.section__2 .btn--color {
  box-shadow: 0 15px 35px 0 rgba(60, 178, 125, 0.3);
}
.section__2 .btn--color svg {
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  margin-left: 10px;
}
.section__2 .btn--color .__right__arrow {
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.section__2 .btn--color:hover svg {
  margin-left: 15px;
}
.section__2 .btn--color:hover .__right__arrow {
  fill: var(--foxpush-primary);
}

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

.section__2_container {
  max-width: 1340px;
  padding: 0 30px;
  margin: 0 auto;
}

.section__2_head {
  max-width: 900px;
  margin: 0 auto 45px;
  text-align: center;
}
.section__2_head h6 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.section__2_head h6 span {
  position: relative;
  padding-bottom: 5px;
  color: var(--foxpush-primary);
  /*&::before {
    content: " ";
    background-repeat: no-repeat;
    height: .6rem;
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    top: 100%;
    background-image: url(../images/underline-38B574.svg);
  }*/
}
.section__2_head h2 {
  font-size: 42px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: -0.5px;
  text-align: center;
  color: var(--foxpush-primary-text);
  margin-bottom: 5px;
}
.section__2_head p {
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.35;
  color: var(--foxpush-secondary);
  margin: 0 auto 0;
}
@media (min-width: 768px) {
  .section__2_head p {
    max-width: 620px;
  }
}

.section__2__content {
  position: relative;
  max-width: 520px;
}
.section__2__content h3 {
  font-family: Averta, Helvetica, Arial, sans-serif;
  outline: 0 transparent;
  text-decoration: none;
  color: var(--foxpush-primary-text);
  align-items: center;
  font-size: 42px;
  font-weight: 900;
  font-style: normal;
  line-height: 1.1;
  width: 100%;
  margin: 0 auto 15px;
  transition: all 0.5s;
}
.section__2__content > p {
  font-size: 19px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0;
  color: var(--foxpush-secondary);
  margin: 0 auto 35px;
}

.web__push__notification__title {
  position: relative;
}
.web__push__notification__title svg {
  position: relative;
  top: -8px;
  left: -2px;
  visibility: inherit !important;
  animation: pulsate 0.8s linear infinite;
}

.section__3 {
  position: relative;
  background: #FAFBFB;
  z-index: 3;
}
.section__3 svg {
  position: absolute;
  width: 100%;
  bottom: -90px;
}
.section__3 svg g,
.section__3 svg path {
  width: 100%;
  height: auto;
}
.section__3 a {
  outline: 0 transparent !important;
  text-decoration: none !important;
}
.section__3 .row {
  align-items: center;
  justify-content: space-between;
}

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

.section__3_container {
  max-width: 1340px;
  padding: 0 30px;
  margin: 0 auto;
}

.section__3_head {
  max-width: 780px;
  margin: 0 auto 45px;
  text-align: center;
}
.section__3_head h6 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.section__3_head h6 span {
  position: relative;
  padding-bottom: 5px;
  color: var(--foxpush-primary);
  /*&::before {
    content: " ";
    background-repeat: no-repeat;
    height: .6rem;
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    top: 100%;
    background-image: url(../images/underline-38B574.svg);
  }*/
}
.section__3_head h2 {
  font-size: 42px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: -0.5px;
  text-align: center;
  color: var(--foxpush-primary-text);
  margin-bottom: 5px;
}
.section__3_head p {
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.35;
  color: var(--foxpush-secondary);
  margin: 0 auto 0;
}

.section__3__content {
  position: relative;
  text-align: center;
}
.section__3__content h3 {
  outline: 0 transparent;
  text-decoration: none;
  color: var(--foxpush-primary-text);
  align-items: center;
  font-size: 25px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.1;
  width: 100%;
  margin: 0 auto 10px;
  transition: all 0.5s;
}
.section__3__content img {
  margin: 0 auto 25px;
}
.section__3__content p {
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.5px;
  color: var(--foxpush-secondary);
  margin: 0;
}
@media (min-width: 768px) {
  .section__3__content p {
    min-height: 110px;
  }
}
.section__3__content .row > div {
  margin-bottom: 40px;
}

.section__4 {
  position: relative;
  padding-top: 175px;
  padding-bottom: 90px;
  background-color: #3CB27D;
  z-index: 1;
}
.section__4 svg {
  position: absolute;
  width: 100%;
  bottom: -90px;
}
.section__4 svg g,
.section__4 svg path {
  width: 100%;
  height: auto;
}
.section__4 .section__4__container {
  max-width: 1340px;
  padding: 0 30px;
  margin: 0 auto;
}

.section__divider {
  position: absolute;
  left: 0;
  background-repeat: no-repeat;
  width: 100%;
  z-index: 99;
  pointer-events: none;
  background-position: center;
}

.divider__top {
  top: -1px;
  height: 128px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMjhweCIgdmlld0JveD0iMCAwIDEyODAgMTI4IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIHNsaWNlIj4KICAgICAgICAgICAgICAgIDxnIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgICAgICAgICAgICAgIDxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAtMTkyLjAwMDAwMCkiIGZpbGw9InJnYmEoMjUwLDI1MSwyNTEsMSkiPgogICAgICAgICAgICAgICAgICAgICAgICA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMi4wMDAwMDAsIDE5MS4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIuMDAwMDAwLCAxLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDY0MC4wMDAwMDAsIDY0LjAwMDAwMCkgc2NhbGUoLTEsIC0xKSB0cmFuc2xhdGUoLTY0MC4wMDAwMDAsIC02NC4wMDAwMDApICI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwb2x5Z29uIGZpbGw9InJnYmEoMjUwLDI1MSwyNTEsMSkiIG9wYWNpdHk9IjAuMyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNjQwLjAwMDAwMCwgNjQuMDAwMDAwKSBzY2FsZSgtMSwgMSkgdHJhbnNsYXRlKC02NDAuMDAwMDAwLCAtNjQuMDAwMDAwKSAiIHBvaW50cz0iMCA1Ny4wMzg5NTc1IDM2MS40MjEyNTkgMTA0LjYxMzQ3OSA5NDMuMTU4NDc1IDAgMTI4MCA1Ni42MTcwOTg4IDEyODAgMTI4IDAgMTI4Ij48L3BvbHlnb24+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwb2x5Z29uICBwb2ludHM9IjAgODIuNzcxNjE3NyAzNjEuNDIxMjU5IDExNS4wMDI0MDMgOTQzLjE1ODQ3NSAzOSAxMjgwIDgyLjc1MjczOTIgMTI4MCAxMjggMCAxMjgiPjwvcG9seWdvbj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvc3ZnPg==);
  background-size: 100% 128px;
  transform: rotateY(-180deg);
  background-size: contain;
  background-repeat: repeat no-repeat;
  background-position-x: center;
  background-position-y: top;
}
.divider__top.divider__top_white {
  background-image: url("../images/divi-white.svg");
}

.divider__bottom {
  bottom: -1px;
  height: 128px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMjhweCIgdmlld0JveD0iMCAwIDEyODAgMTI4IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIHNsaWNlIj4KICAgICAgICAgICAgICAgIDxnIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgICAgICAgICAgICAgIDxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAtMTkyLjAwMDAwMCkiIGZpbGw9InJnYmEoMjUwLDI1MSwyNTEsMSkiPgogICAgICAgICAgICAgICAgICAgICAgICA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMi4wMDAwMDAsIDE5MS4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIuMDAwMDAwLCAxLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDY0MC4wMDAwMDAsIDY0LjAwMDAwMCkgc2NhbGUoLTEsIC0xKSB0cmFuc2xhdGUoLTY0MC4wMDAwMDAsIC02NC4wMDAwMDApICI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwb2x5Z29uIGZpbGw9InJnYmEoMjUwLDI1MSwyNTEsMSkiIG9wYWNpdHk9IjAuMyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNjQwLjAwMDAwMCwgNjQuMDAwMDAwKSBzY2FsZSgtMSwgMSkgdHJhbnNsYXRlKC02NDAuMDAwMDAwLCAtNjQuMDAwMDAwKSAiIHBvaW50cz0iMCA1Ny4wMzg5NTc1IDM2MS40MjEyNTkgMTA0LjYxMzQ3OSA5NDMuMTU4NDc1IDAgMTI4MCA1Ni42MTcwOTg4IDEyODAgMTI4IDAgMTI4Ij48L3BvbHlnb24+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwb2x5Z29uICBwb2ludHM9IjAgODIuNzcxNjE3NyAzNjEuNDIxMjU5IDExNS4wMDI0MDMgOTQzLjE1ODQ3NSAzOSAxMjgwIDgyLjc1MjczOTIgMTI4MCAxMjggMCAxMjgiPjwvcG9seWdvbj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvc3ZnPg==);
  background-size: 100% 128px;
  transform: rotate(180deg);
  background-size: contain;
  background-repeat: repeat no-repeat;
  background-position-x: center;
  background-position-y: bottom;
}

.call__to__action {
  max-width: 550px;
  margin: 0 auto;
  color: #FFF;
}
.call__to__action h3 {
  outline: 0 transparent;
  text-decoration: none;
  align-items: center;
  font-size: 40px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  width: 100%;
  margin: 0 auto 15px;
  transition: all 0.5s;
}
.call__to__action p {
  font-size: 21px;
  line-height: 30px;
  font-weight: 400;
  margin: 0 auto 25px;
}
.call__to__action .btn {
  margin-left: 10px;
  margin-right: 10px;
}
.call__to__action .btn.btn__color_white {
  box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.1);
}

.section__5 {
  position: relative;
  padding-top: 90px;
  padding-bottom: 90px;
  z-index: 1;
}
.section__5 .section__5__container {
  max-width: 1340px;
  padding: 0 30px;
  margin: 0 auto;
}
.section__5 img {
  margin-bottom: 25px;
}
.section__5 h3 {
  margin-bottom: 12px;
  font-size: 2.1rem;
  line-height: 1.08;
  letter-spacing: -2px;
}
.section__5 p {
  color: rgba(255, 255, 255, 0.6);
}
.section__5 p a {
  color: #FFF;
  text-decoration: none;
}
.section__5 p a:hover {
  text-decoration: underline;
}

figure {
  position: relative;
  overflow: hidden;
  border-radius: 0 !important;
  margin: 0 auto !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  background: transparent none !important;
}

figcaption {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  color: #fff;
}

video {
  width: 100%;
}
video source {
  height: 700px;
}

.video_responsive_padding {
  padding: 56.25% 0 0 0;
  position: relative;
  overflow: hidden;
}

/* controls */
.controls, .controls > * {
  padding: 0;
  margin: 0;
}

.controls {
  overflow: hidden;
  background: transparent;
  width: 100%;
  height: 100%;
  /* of figure's height */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}

.controls[data-state=hidden] {
  display: none;
}

.controls[data-state=visible] {
  display: block;
}

.controls > * {
  float: left;
  width: 3.90625%;
  height: 100%;
  margin-left: 0.1953125%;
  display: block;
}

.controls > *:first-child {
  margin-left: 0;
}

.controls div.progress {
  cursor: pointer;
  width: 100%;
  height: 5px;
  position: absolute;
  top: initial !important;
  bottom: -1px;
  left: 0;
  border-radius: 0 !important;
  margin: 0 auto !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  background: transparent none !important;
}
.controls div.progress progress#progress {
  border-radius: 0 !important;
  margin: 0 auto !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  background: transparent none !important;
}
.controls div.progress progress#progress span {
  background: var(--foxpush-primary) !important;
}

.controls button {
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border: none;
  cursor: pointer;
  text-indent: -99999px;
  background: transparent;
  background-size: contain;
  background-repeat: no-repeat;
}

.controls button:hover, .controls button:focus {
  opacity: 0.5;
}

.controls button[data-state=play] {
  background-image: url("../images/foxpush_play.svg");
}

.controls button[data-state=pause] {
  background-image: url("../images/foxpush_pause.svg");
}

.controls button[data-state=mute] {
  background-image: url("../images/foxpush_volume_up.svg");
  opacity: 0.7 !important;
}

.controls button[data-state=unmute] {
  background-image: url("../images/foxpush_volume_off.svg");
  opacity: 0.7 !important;
}

.controls button[data-state=volup] {
  background-image: url("../images/foxpush_volume_up.svg");
  opacity: 0.7 !important;
}

.controls button[data-state=voldown] {
  background-image: url("../images/foxpush_volume_up.svg");
  opacity: 0.7 !important;
}

.controls button[data-state=go-fullscreen] {
  background-image: url("../images/foxpush_fullscreen.svg");
  opacity: 0.7 !important;
}

.controls button[data-state=cancel-fullscreen] {
  background-image: url("../images/foxpush_fullscreen_exit.svg");
  opacity: 0.7 !important;
}

.controls progress {
  display: block;
  width: 100%;
  height: 81%;
  margin-top: 2px;
  margin-top: 0.125rem;
  border: none;
  overflow: hidden;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: var(--foxpush-primary) !important;
}

.controls progress[data-state=fake] {
  background: #e6e6e6;
  height: 65%;
}

.controls progress span {
  width: 0%;
  height: 100%;
  display: inline-block;
  background: var(--foxpush-primary) !important;
}

.controls progress::-moz-progress-bar {
  background: var(--foxpush-primary) !important;
}

/* Chrome requires its own rule for this, otherwise it ignores it */
.controls progress::-webkit-progress-value {
  background: var(--foxpush-primary) !important;
}

/* fullscreen */
html:-ms-fullscreen {
  width: 100%;
}

:-webkit-full-screen {
  background-color: transparent;
}

video:-webkit-full-screen + .controls {
  background: #ccc;
  /* required for Chrome which doesn't heed the transparent value set above */
}

video:-webkit-full-screen + .controls progress {
  margin-top: 0.5rem;
}

/* hide controls on fullscreen with WebKit */
figure[data-fullscreen=true] video::-webkit-media-controls {
  display: none !important;
}

figure[data-fullscreen=true] {
  max-width: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  max-height: 100%;
}

figure[data-fullscreen=true] video {
  height: auto;
}

figure[data-fullscreen=true] figcaption {
  display: none;
}

figure[data-fullscreen=true] .controls {
  position: absolute;
  bottom: 2%;
  width: 100%;
  z-index: 2147483647;
}

figure[data-fullscreen=true] .controls li {
  width: 5%;
}

figure[data-fullscreen=true] .controls .progress {
  width: 100%;
}

button#playpause {
  position: absolute !important;
  -webkit-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
  top: 50% !important;
  left: 50% !important;
  display: inline-block !important;
  width: 70px !important;
  height: 70px !important;
  font-size: 0 !important;
  line-height: 0 !important;
  opacity: 0 !important;
  transition: 0.3s;
}
@media (max-width: 767px) {
  button#playpause {
    width: 48px !important;
    height: 48px !important;
  }
}

#video-controls:hover button#playpause,
#videoContainer:hover button#playpause {
  opacity: 0.9 !important;
}

button#mute {
  position: absolute !important;
  right: 20px !important;
  bottom: 20px !important;
  display: inline-block !important;
  width: 32px !important;
  height: 32px !important;
  font-size: 0 !important;
  line-height: 0 !important;
}
@media (max-width: 767px) {
  button#mute {
    right: 7px !important;
    bottom: 10px !important;
    width: 25px !important;
    height: 25px !important;
  }
}

button#fs {
  position: absolute !important;
  right: 20px !important;
  top: 20px !important;
  display: inline-block !important;
  width: 32px !important;
  height: 32px !important;
  font-size: 0 !important;
  line-height: 0 !important;
}
@media (max-width: 767px) {
  button#fs {
    right: 7px !important;
    top: 7px !important;
    width: 25px !important;
    height: 25px !important;
  }
}

.foxpush__video_page .hero__media {
  max-width: 100%;
}

.foxpush_section_page {
  padding: 0 15px 40px;
}
@media (min-width: 600px) {
  .foxpush_section_page {
    max-width: 950px;
    width: 70%;
    padding: 0 5% 5%;
    margin: 0 auto;
  }
}
.foxpush_section_page .foxpush_section_page_content {
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 13px;
  background-color: #FFF;
  padding: 40px 45px;
  -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15) !important;
  box-shadow: 0 0 3px rgba(60, 72, 88, 0.15) !important;
  color: var(--foxpush-secondary);
}
.foxpush_section_page .foxpush_section_page_content > *:first-child {
  padding-top: 0;
  margin-top: 0;
}
.foxpush_section_page .foxpush_section_page_content p, .foxpush_section_page .foxpush_section_page_content > div, .foxpush_section_page .foxpush_section_page_content li {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  margin: 13px 0;
}
.foxpush_section_page .foxpush_section_page_content h2 {
  clear: both;
  margin: 1.6em 0 0.7em 0;
  line-height: 1.35;
  color: var(--foxpush-primary-text);
}
@media (min-width: 600px) {
  .foxpush_section_page .foxpush_section_page_content h2 {
    font-size: 24px;
    margin: 58px 0 0;
  }
}

.foxpush_page .section__head h2 {
  font-family: Mabry Pro, sans-serif;
  font-weight: 500;
}
.foxpush_page .foxpush_section_page_content a:not(.btn) {
  text-decoration: none;
  color: var(--foxpush-primary);
}
.foxpush_page .foxpush_section_page_content a:not(.btn):hover {
  color: var(--foxpush-secondary);
  text-decoration: underline;
}
.foxpush_page .foxpush_section_page_content:last-child div.toggl__head.accordion {
  margin-bottom: 0 !important;
}
.foxpush_page .foxpush_section_page_content ul {
  list-style: decimal;
  margin-left: 50px;
}

.hero__headline_3 a {
  text-decoration: none;
  color: var(--foxpush-primary);
}
.hero__headline_3 a:hover {
  text-decoration: underline;
}

.toggl__head {
  background-color: #f8f9fc;
  padding: 1rem;
  border-radius: 4px;
  cursor: pointer;
  overflow-anchor: none;
}
.toggl__head:last-child {
  margin-bottom: 0 !important;
}
.toggl__head.active h3:after {
  content: "➖";
  /* Unicode character for "minus" sign (-) */
}
.toggl__head h3 {
  font-size: 16px;
  line-height: 1.1;
  color: #3c4858;
}
.toggl__head h3::after {
  content: "➕";
  /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  float: right;
  position: relative;
  top: 3px;
}

section.foxpush_section_page div.foxpush_section_page_content div.toggl__content {
  margin-bottom: 50px !important;
  clear: both;
}
section.foxpush_section_page div.foxpush_section_page_content div.toggl__content:last-child {
  margin-bottom: 0 !important;
}
section.foxpush_section_page div.foxpush_section_page_content div.toggl__content:last-child p {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
section.foxpush_section_page div.foxpush_section_page_content div.toggl__content.panel {
  display: none;
}

fieldset {
  background: none transparent !important;
  border: 0 none !important;
  outline: 0 none !important;
}

.foxpush__form input[type=number], .foxpush__form input[type=text], .foxpush__form input[type=email], .foxpush__form input[type=password], .foxpush__form input[type=tel], .foxpush__form select {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 48px;
  padding: 8px 16px;
  border: 1px solid #e9e9e9;
  border-radius: 3px;
  outline: 0;
  background-clip: padding-box;
  background-color: #fff;
  background-image: none;
  color: #242424;
  font-weight: 400;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  font-size: 16px;
  line-height: 24px;
}
.foxpush__form input[type=number]:focus, .foxpush__form input[type=text]:focus, .foxpush__form input[type=email]:focus, .foxpush__form input[type=password]:focus, .foxpush__form input[type=tel]:focus, .foxpush__form select:focus {
  border-color: var(--foxpush-primary);
  box-shadow: 0 0 0 1px var(--foxpush-primary) inset;
}
.foxpush__form select {
  overflow: hidden;
  background: url("../images/select-arrow.svg") no-repeat 95%;
}
.foxpush__form fieldset:not(:last-child) {
  margin-bottom: 16px;
}
.foxpush__form textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 8px 16px;
  border: 1px solid #e9e9e9;
  border-radius: 3px;
  outline: 0;
  background-clip: padding-box;
  background-color: #fff;
  background-image: none;
  color: #242424;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  font-size: 16px;
  line-height: 24px;
  min-height: 160px;
}
.foxpush__form textarea:focus {
  border-color: var(--foxpush-primary);
  box-shadow: 0 0 0 1px var(--foxpush-primary) inset;
}
.foxpush__form .btn:hover {
  /*transform: translateY(-4px);*/
  background: var(--foxpush-primary-text);
  border-color: var(--foxpush-primary-text);
  color: #FFF;
}

.foxpush__video__page a.btn__color_white:not(:hover),
.foxpush__video__page a.btn__white_is_outline:hover {
  color: #1F2839;
}
div.foxpush__signup {
  position: relative;
  display: block;
}
div.foxpush__signup::after {
  content: "";
  position: fixed;
  left: -70%;
  top: -112px;
  z-index: -1;
  width: 106%;
  height: 106%;
  background-color: #ecfaf5;
  transform: skewx(127deg);
  -webkit-transform: skewx(127deg);
  -moz-transform: skewx(127deg);
  -ms-transform: skewx(127deg);
  -o-transform: skewx(127deg);
}

.foxpush__card_center {
  background-size: cover;
  align-self: center;
  position: relative;
  background-position: center center;
  display: table;
  width: 600px;
  padding: 90px 17px;
  margin: 0 auto;
  /*flex-wrap: wrap;*/
}
@media (max-width: 767px) {
  .foxpush__card_center {
    width: 100%;
  }
}

.foxpush__card_center__inner {
  width: 100%;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.05);
  border-radius: 7px;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin: 0 auto;
}

.foxpush__card_center__header {
  text-align: center;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin: 0 auto 25px auto;
}

.foxpush__card_container {
  width: 100%;
}

.foxpush__card_center__body {
  padding: 50px;
}
@media (max-width: 767px) {
  .foxpush__card_center__body {
    padding: 25px;
  }
}
.foxpush__card_center__body p a {
  text-decoration: none;
  color: var(--foxpush-primary);
}
.foxpush__card_center__body p a:hover {
  color: var(--foxpush-secondary-text);
}
.foxpush__card_center__body .foxpush__form span {
  font-size: 13px;
}

ul.foxpush__card_center__nav {
  margin: 0 -6px 0;
  opacity: 1;
}
ul.foxpush__card_center__nav,
ul.foxpush__card_center__nav li {
  list-style: none;
}
ul.foxpush__card_center__nav li:not(.__li_spacer) {
  padding: 0 0 10px;
  /*&.__li_active {
    a {
      background: rgb(60 178 126 / 5%);
      -webkit-box-shadow: inset 0 0 0 2px rgb(60 178 126 / 60%);
      box-shadow: inset 0 0 0 2px rgb(60 178 126 / 60%);
      color: var(--foxpush-primary);
    }
  }*/
}
ul.foxpush__card_center__nav li:not(.__li_spacer).__li_spacer {
  -ms-flex: 0 0 10px;
  flex: 0 0 10px;
  max-width: 10px;
  width: 10px;
}
ul.foxpush__card_center__nav li:not(.__li_spacer) a {
  background: #fff;
  box-shadow: 0 0 0 1px rgba(28, 35, 41, 0.1);
  padding: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: var(--foxpush-secondary-text);
  font-weight: bold;
  font-size: 16px;
  border-radius: 4px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
ul.foxpush__card_center__nav li:not(.__li_spacer) a img,
ul.foxpush__card_center__nav li:not(.__li_spacer) a > svg {
  width: auto;
  height: 32px;
  padding-right: 20px;
}
ul.foxpush__card_center__nav li:not(.__li_spacer) a > span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 33;
}
ul.foxpush__card_center__nav li:not(.__li_spacer) a > span::before {
  content: "";
  height: 8px;
  width: 60%;
  display: block;
  position: absolute;
  bottom: 3px;
  left: 0;
  background: var(--foxpush-primary);
  opacity: 0.1;
  display: none;
}
ul.foxpush__card_center__nav li:not(.__li_spacer) a > span svg {
  display: none;
  transition: 0.3s ease;
  margin-left: 10px;
  height: 17px;
  width: auto;
}
ul.foxpush__card_center__nav li:not(.__li_spacer) a > span svg polygon {
  transition: fill 0.3s ease;
  fill: var(--foxpush-primary);
}
ul.foxpush__card_center__nav li:not(.__li_spacer) a > svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: var(--foxpush-secondary);
}
ul.foxpush__card_center__nav li:not(.__li_spacer):hover a, ul.foxpush__card_center__nav li:not(.__li_spacer).__li_active a {
  background: var(--foxpush-primary);
  /*-webkit-box-shadow: inset 0 0 0 2px rgb(60 178 126 / 60%);
  box-shadow: inset 0 0 0 2px rgb(60 178 126 / 60%);*/
  color: #FFF;
}
ul.foxpush__card_center__nav li:not(.__li_spacer):hover a > span svg, ul.foxpush__card_center__nav li:not(.__li_spacer).__li_active a > span svg {
  margin-left: 15px;
}
ul.foxpush__card_center__nav li:not(.__li_spacer):hover a > span svg polygon, ul.foxpush__card_center__nav li:not(.__li_spacer).__li_active a > span svg polygon {
  fill: #FFFFFF;
}
ul.foxpush__card_center__nav li:not(.__li_spacer):hover a > span::before, ul.foxpush__card_center__nav li:not(.__li_spacer).__li_active a > span::before {
  background: #FFF;
  width: 80%;
  opacity: 0.2;
}
ul.foxpush__card_center__nav li:not(.__li_spacer):hover a > svg [fill]:not(.permanent):not(g), ul.foxpush__card_center__nav li:not(.__li_spacer).__li_active a > svg [fill]:not(.permanent):not(g) {
  fill: #FFF;
}

.box-lightbox {
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  min-height: 100%;
  height: auto;
  padding: 70px 0;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: -1;
  transition: all 0.3s;
}
@media (max-width: 700px) {
  .box-lightbox {
    padding: 0;
  }
  .box-lightbox div.section__head {
    display: block !important;
  }
}
.box-lightbox .bt-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 66px;
  height: 70px;
  background-color: #fcfcfc;
  cursor: pointer;
  z-index: 1;
  transition: all 0.1s ease-in-out;
}
@media (max-width: 700px) {
  .box-lightbox .bt-close {
    background-color: #f4f7f6;
  }
}
.box-lightbox .bt-close::before, .box-lightbox .bt-close::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background-color: var(--foxpush-secondary);
}
.box-lightbox .bt-close::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.box-lightbox .bt-close::after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.box-lightbox .bt-close:hover {
  background: var(--foxpush-primary);
}
.box-lightbox .bt-close:hover::before, .box-lightbox .bt-close:hover::after {
  background: #FFF;
}
.box-lightbox .box-content {
  display: inline-block;
  max-width: 100%;
  padding: 50px;
  background-color: #f4f7f6;
  margin: auto 0;
  width: 650px;
  overflow: hidden;
}
@media (max-width: 700px) {
  .box-lightbox .box-content {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 100%;
    padding: 70px 20px 50px 20px;
  }
}

body.signup-box-lightbox-active .box-lightbox {
  visibility: visible;
  opacity: 1;
  z-index: 999;
}

.fp-signup-form,
.fp-signin-form,
#foxpush__forgot_password__form,
#foxpush__signin__form {
  display: none;
  opacity: 0;
}

#FormNav.PublishersFormActive ul:not(.iti__country-list), #FormNav.NotificationsFormActive ul:not(.iti__country-list), #FormNav.AdvertisersFormActive ul:not(.iti__country-list), #FormNav.SignInPublishersFormActive ul:not(.iti__country-list), #FormNav.SignInNotificationsFormActive ul:not(.iti__country-list), #FormNav.SignInAdvertisersFormActive ul:not(.iti__country-list), #FormNav.ForgotPasswordActive ul:not(.iti__country-list) {
  /*display: none;
  opacity: 0;*/
}
#FormNav #PublishersForm {
  position: relative;
  z-index: 3;
}
#FormNav.PublishersFormActive #PublishersForm {
  display: block;
  opacity: 1;
}
#FormNav.NotificationsFormActive #NotificationsForm {
  display: block;
  opacity: 1;
}
#FormNav.AdvertisersFormActive #AdvertisersForm {
  display: block;
  opacity: 1;
}
#FormNav.SignInPublishersFormActive #SignInPublishersForm {
  display: block;
  opacity: 1;
}
#FormNav.SignInNotificationsFormActive #SignInNotificationsForm {
  display: block;
  opacity: 1;
}
#FormNav.SigInAdvertisersFormActive #SigninAdvertisersForm {
  display: block;
  opacity: 1;
}
#FormNav.SignInFormActive #foxpush__signin__form {
  display: block;
  opacity: 1;
}
#FormNav.SignInFormActive #foxpush__signup__form,
#FormNav.SignInFormActive #foxpush__forgot_password__form {
  display: none;
  opacity: 0;
}
#FormNav.SignUpFormActive #foxpush__signup__form {
  display: block;
  opacity: 1;
}
#FormNav.SignUpFormActive #foxpush__signin__form,
#FormNav.SignUpFormActive #foxpush__forgot_password__form {
  display: none;
  opacity: 0;
}
#FormNav.ForgotPasswordActive #foxpush__forgot_password__form {
  display: block;
  opacity: 1;
}
#FormNav.ForgotPasswordActive #foxpush__signin__form,
#FormNav.ForgotPasswordActive #foxpush__signup__form {
  display: none;
  opacity: 0;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  opacity: 0;
  -webkit-animation: slideInLeft 0.4s forwards 1;
  animation: slideInLeft 0.4s forwards 1;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 5%, 0);
    transform: translate3d(0, 5%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 5%, 0);
    transform: translate3d(0, 5%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  opacity: 0;
  -webkit-animation: slideInUp 0.4s forwards 1;
  animation: slideInUp 0.4s forwards 1;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  opacity: 0;
  -webkit-animation: slideInRight 0.4s forwards 1;
  animation: slideInRight 0.4s forwards 1;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  opacity: 0;
  -webkit-animation: fadeIn 0.4s forwards 1;
  animation: fadeIn 0.4s forwards 1;
}

.pr-section .row {
  margin-right: -6px;
  margin-left: -6px;
}
.pr-section .col-md-4,
.pr-section .col-sm-6,
.pr-section .col-lg-3,
.pr-section .col-lg-4,
.pr-section .col-lg-6,
.pr-section .col-12 {
  padding-right: 6px;
  padding-left: 6px;
}

@media (max-width: 700px) {
  .pr-box {
    margin-bottom: 20px;
  }
}

.pr-box-inner {
  -webkit-transition: all 350ms linear;
  -o-transition: all 350ms linear;
  transition: all 350ms linear;
  background: #fff;
  border: 1px solid #eeefef;
  border-radius: 7px;
  padding: 32px 23px;
  background: linear-gradient(180deg, #eeefef 6px, #fff 7px);
}
.pr-box-inner h2 {
  -webkit-transition: all 350ms linear;
  -o-transition: all 350ms linear;
  transition: all 350ms linear;
}
.pr-box-inner .btn.btn--small.btn--dark.is-outline {
  margin-top: 15px;
}
.pr-box-inner:hover, .pr-box-inner.pr-box-active {
  box-shadow: 0 8px 42px -5px rgba(36, 42, 53, 0.18);
  background: linear-gradient(180deg, var(--foxpush-primary) 6px, #fff 7px);
}
.pr-box-inner:hover h2, .pr-box-inner.pr-box-active h2 {
  color: var(--foxpush-primary);
}
.pr-box-inner:hover .btn--dark:not(.is-outline), .pr-box-inner.pr-box-active .btn--dark:not(.is-outline) {
  background: var(--foxpush-primary);
  border-color: var(--foxpush-primary);
}

.sub-title {
  position: relative;
  text-align: center;
  overflow: hidden;
  display: block;
  margin: 20px auto 10px;
  opacity: 0.5;
}
.sub-title .sub-title-inner {
  display: inline-block;
  position: relative;
  text-align: center;
  padding: 0 30px;
}
.sub-title .sub-title-inner h5 {
  display: inline-block;
  height: 40px;
  line-height: 40px;
}
.sub-title .sub-title-inner::before, .sub-title .sub-title-inner::after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -2px;
  display: block;
  height: 5px;
  border-top: 1px solid var(--foxpush-secondary);
  /*border-bottom: 1px dotted rgba(10,10,10,.3);*/
  width: 500%;
  pointer-events: none;
}
.sub-title .sub-title-inner::before {
  left: 100%;
}
.sub-title .sub-title-inner::after {
  right: 100%;
}

.table-pricing {
  line-height: 1.375;
  width: 100%;
  border-collapse: collapse;
  /*table-layout: fixed;*/
}
.table-pricing thead th {
  vertical-align: top;
}
.table-pricing td,
.table-pricing th {
  width: 25%;
  padding: 0;
  empty-cells: show;
  border-top: none;
  text-align: initial;
}
@media (min-width: 1024px) {
  .table-pricing td,
.table-pricing th {
    width: 33.999%;
    padding: 0 0.75rem;
    text-align: left;
    border-right: none;
  }
}
@media (min-width: 1180px) {
  .table-pricing td,
.table-pricing th {
    width: 33.999%;
  }
}
.table-pricing td,
.table-pricing th[scope=col] {
  width: 25%;
  padding: 0 0.625rem;
}
@media (min-width: 1024px) {
  .table-pricing td,
.table-pricing th[scope=col] {
    width: 16.5%;
  }
}
.table-pricing td,
.table-pricing th[scope=col] {
  min-width: 210px;
}
.table-pricing th[scope=row] {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 20px;
  min-width: 210px;
  font-size: 15px;
}
.table-pricing tr:nth-of-type(even) {
  background: #F8FAFB;
}

.table-pricing-sticky-inner.sss {
  overflow: hidden;
  display: block;
  position: fixed;
  top: 80px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 101;
  background: #FFF;
  box-shadow: 0 10px 9px 0 rgba(82, 63, 105, 0.03);
  padding-top: 15px;
  padding-bottom: 15px;
}
.table-pricing-sticky-inner.sss div.txt-center {
  margin-bottom: 0 !important;
}
.table-pricing-sticky-inner.sss::before {
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
}

.form-note-or {
  position: relative;
  margin: 20px auto;
  text-align: center;
  color: #969ca0;
  z-index: 1;
}
.form-note-or::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  z-index: -1;
  width: 100%;
  border-bottom: 1px solid rgba(28, 35, 41, 0.1);
}
.form-note-or span {
  background: #fff;
  padding: 0 17px;
  font-size: 13px;
  font-weight: bold;
}

.foxpush-device {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0;
  display: inline-block;
  width: 300px;
  height: 680px;
  margin: 0 auto -180px;
  padding: 38px 15px 40px 17px;
  float: none;
  border-radius: 0;
  background-color: transparent;
  background-image: url(../images/mockup-static-generic.svg);
  background-position: 50% top;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
  -o-object-fit: contain;
  object-fit: contain;
}

.fp-list-1 {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  margin-top: 40px;
}
.fp-list-1 li {
  width: 50%;
  padding: 15px;
  flex-direction: column;
  display: inline-flex;
}
.fp-list-1 li a {
  display: flex;
  width: 100%;
  text-align: left;
  padding: 20px;
  border-radius: 8px;
  background-color: #FFF;
  box-shadow: 0 12px 20px -10px rgba(33, 47, 68, 0.2), 0 0 0 4px rgba(33, 47, 68, 0.05);
  user-select: none;
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.fp-list-1 li a img {
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  margin-left: 0;
}
.fp-list-1 li a:hover {
  box-shadow: 0 12px 20px -10px rgba(56, 181, 116, 0.2), 0 0 0 4px rgba(56, 181, 116, 0.05);
}
.fp-list-1 li a:hover img {
  margin-left: 15px;
}

body.foxpush__inventory_page .toggl__head {
  padding: 8px 0;
  border-radius: 0 !important;
  background: none transparent !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
body.foxpush__inventory_page .toggl__head h3 {
  color: var(--foxpush-primary);
}
body.foxpush__inventory_page .toggl__head h3::after {
  color: #FFF;
}
body.foxpush__inventory_page .toggl__content {
  display: none;
}

@media (max-width: 767px) {
  body.foxpush__buyers_page #buers-section1 div.hero__media,
body.foxpush__buyers_page #buers-section1 img {
    margin: 0 auto !important;
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
  }
  body.foxpush__buyers_page #buers-section1 img {
    -webkit-transform: scale(2) !important;
    transform: scale(2) !important;
    position: relative;
    top: 40px;
  }
  body.foxpush__buyers_page #buers-section2 {
    overflow: initial !important;
    padding-bottom: 0 !important;
  }
  body.foxpush__buyers_page #buers-section2 div.foxpush_container {
    padding: 0 14px !important;
  }
  body.foxpush__buyers_page #buers-section2 div.foxpush_container div.section__1_feature_item {
    padding-bottom: 10px !important;
  }
  body.foxpush__buyers_page #Omnichannel div.foxpush-gap.gap-30 {
    height: 0 !important;
  }
  body.foxpush__buyers_page #Omnichannel div.row div.col-md-4 {
    padding: 0 !important;
  }
  body.foxpush__buyers_page #Omnichannel div.row div.col-md-4:not(:last-child) {
    margin: 0 auto 25px !important;
  }
  body.foxpush__buyers_page #inventory div.foxpush-gap.gap-130 {
    height: 30px !important;
  }
  body.foxpush__buyers_page #inventory img {
    -webkit-transform: scale(1.3) !important;
    transform: scale(1.3) !important;
    position: relative;
    top: -20px;
  }
  body.foxpush__buyers_page #inventory .section__head h2 {
    font-size: 24px !important;
    margin-bottom: 20px !important;
  }
  body.foxpush__buyers_page #inventory .section__3_head {
    margin-top: 0 !important;
    padding-top: 0 !important;
    margin-bottom: 20px !important;
  }
  body.foxpush__buyers_page #inventory div.section__3__content {
    padding: 20px 14px 0 !important;
  }
  body.foxpush__buyers_page #inventory div.section__3__content img {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
  }
  body.foxpush__buyers_page #inventory .btn {
    width: 100% !important;
  }
  body.foxpush__buyers_page #buers-section7 .fp-list-1 {
    margin: 30px -8px 0 !important;
  }
  body.foxpush__buyers_page #buers-section7 .fp-list-1 li {
    width: 100% !important;
    padding: 8px !important;
  }
  body.foxpush__buyers_page #buers-section8 div.col-md-6 {
    padding: 0 !important;
  }
  body.foxpush__buyers_page #buers-section8 div.col-md-6:not(:last-child) {
    margin-bottom: 30px !important;
  }
  body.foxpush__buyers_page #buers-section8 div.section__1_feature_item {
    padding: 26px !important;
  }
  body.foxpush__buyers_page #buers-section8 div.section__1_feature_item p {
    padding: 0 !important;
  }
}

/**
 * ----- Pages
 */
@media (min-width: 1019px) {
  body.foxpush__publishers_page .hero__content {
    max-width: 50%;
    flex: 1 1 50%;
    margin-right: 0;
  }
}
body.foxpush__publishers_page .section__1 {
  padding-bottom: 0;
}

.foxpush-gap {
  height: 90px;
  clear: both;
  line-height: 0;
}
.foxpush-gap.gap-130 {
  height: 130px;
}
.foxpush-gap.gap-90 {
  height: 90px;
}
.foxpush-gap.gap-45 {
  height: 45px;
}
.foxpush-gap.gap-30 {
  height: 30px;
}
.foxpush-gap.gap-50 {
  height: 50px;
}
.foxpush-gap.gap-60 {
  height: 60px;
}

.section__head h6 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.section__head h6 span {
  position: relative;
  padding-bottom: 5px;
}
.section__head h2 {
  font-family: Averta, Helvetica, Arial, sans-serif;
  font-size: 50px;
  font-weight: 900;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: -0.5px;
  color: var(--foxpush-primary-text);
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .section__head h2 {
    font-size: 36px;
  }
}
.section__head h2 span {
  font-weight: 400;
}
.section__head p {
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.25;
  color: var(--foxpush-secondary);
  margin: 0 auto 0;
}

ul.section__check_list,
ul.section__check_list li {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.section__check_list li {
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.35;
  color: var(--foxpush-secondary);
  margin: 0 0 25px 0;
}
ul.section__check_list li:last-child {
  margin: 0;
}
ul.section__check_list li span {
  float: left;
  left: 0;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  line-height: 27px;
  margin-right: 15px;
  background-color: rgba(var(--foxpush-primary-rgb), 0.1);
}
ul.section__check_list li span svg {
  width: 15px;
  height: auto;
}

.section__6 {
  position: relative;
}
.section__6 .section__6_item_inner {
  position: relative;
  z-index: 30;
}
.section__6 .section__head {
  padding: 0 15%;
}
.section__6::after {
  content: "";
  background-image: url(../images/bg-10.svg);
  background-size: cover;
  background-position: 50% 50%;
  opacity: 0.09;
  mix-blend-mode: luminosity;
  inset: 0;
  position: absolute;
  z-index: 0;
}

.section__7 .section__7_item_inner {
  position: relative;
}
.section__7 .section__7_item_inner.section__7_item_inner_content {
  max-width: 100%;
}
@media (min-width: 1019px) {
  .section__7 .section__7_item_inner.section__7_item_inner_content {
    max-width: 70%;
  }
}
@media (max-width: 767px) {
  .section__7 .section__7_item_inner.section__7_item_inner_content {
    max-width: 100% !important;
  }
}

.foxpush__faster_technology {
  position: relative;
}
.foxpush__faster_technology .section__head p {
  color: #FFF;
}
.foxpush__faster_technology svg,
.foxpush__faster_technology img {
  width: 80%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
  position: relative;
}
@media (min-width: 992px) {
  .foxpush__faster_technology svg,
.foxpush__faster_technology img {
    left: 15px;
  }
}
.foxpush__faster_technology::before {
  content: " ";
  height: calc(100% + 40px);
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  top: 0;
  background-color: #293E40;
  z-index: 1;
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}
@media (min-width: 992px) {
  .foxpush__faster_technology::before {
    left: 15px;
  }
}

.small_title {
  font-size: 13px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: 1px;
  color: var(--foxpush-secondary);
  margin: 0;
  padding: 0;
}

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

.foxpush__more_revenue {
  position: relative;
}
.foxpush__more_revenue svg,
.foxpush__more_revenue img {
  width: 70%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
  position: relative;
}
@media (min-width: 992px) {
  .foxpush__more_revenue svg,
.foxpush__more_revenue img {
    left: 15px;
  }
}

.section__bg10 {
  position: relative;
  background-color: var(--foxpush-primary-text);
}
.section__bg10 .section__head h6 span {
  color: var(--foxpush-primary);
}
.section__bg10 .section__head h2 {
  color: #FFF;
}
.section__bg10 .section__head p {
  color: rgba(255, 255, 255, 0.63);
}

.section__bg2 {
  background: transparent no-repeat;
}
.section__bg2::before, .section__bg2::after {
  display: none;
}

.section__bg3 {
  position: relative;
}
.section__bg3::after {
  content: " ";
  background-repeat: no-repeat;
  height: 100%;
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  background-size: 100%;
  background-position: center bottom;
  background-image: url(../images/bottom.svg);
  z-index: -1;
}

.foxpush__clients_inner {
  max-width: 770px;
  margin: 0 auto;
  padding-top: 10px;
  position: relative;
  text-align: center;
}
.foxpush__clients_inner .round_circle {
  width: 650px;
  height: 650px;
  border-radius: 50%;
  background-image: -moz-linear-gradient(90deg, rgba(226, 231, 241, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-linear-gradient(90deg, rgba(226, 231, 241, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(90deg, rgba(226, 231, 241, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  transform: translateX(-50%);
  left: 50%;
  z-index: -1;
}
.foxpush__clients_inner .round_circle.r_two, .foxpush__clients_inner .round_circle.r_three {
  height: calc(100% - 180px);
  width: calc(100% - 180px);
  border-radius: 50%;
  bottom: 90px;
}
.foxpush__clients_inner .c_logo {
  position: absolute;
}
.foxpush__clients_inner .foxpush__clients_logo {
  height: 380px;
  position: relative;
}
.foxpush__clients_inner .foxpush__clients_logo img {
  max-width: 72px;
}
.foxpush__clients_inner .foxpush__clients_logo img.one {
  max-width: 90px;
  position: relative;
  top: -30px;
}
.foxpush__clients_inner .foxpush__clients_logo .two {
  left: 20px;
  top: 15px;
}
.foxpush__clients_inner .foxpush__clients_logo .three {
  left: 56px;
  top: 170px;
}
.foxpush__clients_inner .foxpush__clients_logo .four {
  left: 168px;
  bottom: 10px;
}
.foxpush__clients_inner .foxpush__clients_logo .five {
  left: 46%;
  bottom: -45px;
}
.foxpush__clients_inner .foxpush__clients_logo .six {
  right: 168px;
  bottom: 10px;
}
.foxpush__clients_inner .foxpush__clients_logo .seven {
  right: 56px;
  top: 170px;
}
.foxpush__clients_inner .foxpush__clients_logo .eight {
  right: 20px;
  top: 15px;
}

@media (max-width: 1018px) {
  .foxpush__clients_inner .round_circle {
    width: 320px;
    height: 320px;
  }
  .foxpush__clients_inner .foxpush__clients_logo {
    height: 296px;
  }
  .foxpush__clients_inner .foxpush__clients_logo .one {
    width: 100px;
  }
  .foxpush__clients_inner .foxpush__clients_logo .eight {
    right: -6px;
  }
  .foxpush__clients_inner .foxpush__clients_logo .two {
    right: -6px;
  }
  .foxpush__clients_inner .foxpush__clients_logo .three {
    left: initial;
    right: 18px;
    top: 125px;
  }
  .foxpush__clients_inner .foxpush__clients_logo .seven {
    left: 18px;
    top: 125px;
  }
  .foxpush__clients_inner .foxpush__clients_logo .six {
    left: initial;
    right: 17px;
    bottom: -20px;
  }
  .foxpush__clients_inner .foxpush__clients_logo .four {
    right: initial;
    left: 17px;
    bottom: -20px;
  }
  .foxpush__clients_inner .foxpush__clients_logo .five {
    left: 38%;
    right: initial;
    bottom: -20px;
  }
}
.foxpush__benefits_imgs_inner {
  display: flex;
  justify-content: center;
  align-items: center;
}

.foxpush__benefits_imgs {
  display: flex;
  position: relative;
  z-index: auto;
  padding: 14px;
  margin: 7px;
  background: #FFF;
  border-radius: 4px;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.07);
  line-height: 0;
}
.foxpush__benefits_imgs::after {
  background: 0 0;
  border-radius: 4px;
  box-shadow: 60px 40px 120px 0 rgba(0, 0, 0, 0.03), 30px 20px 60px 0 rgba(0, 0, 0, 0.03), -25px 0 30px 0 rgba(0, 0, 0, 0.03);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.foxpush__benefits_imgs img {
  margin: 0 auto;
  outline: 0 none;
  border: 0 none;
  padding: 0;
}

._ixo {
  position: absolute;
  overflow: hidden;
  bottom: -56px;
  width: 72px;
  height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #fff;
  box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.07);
  border-radius: 150px;
  transform: translateX(-50%);
  left: 50%;
}
._ixo img {
  /*    position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) scale(2);
      transform: translate(-50%, -50%) scale(2);*/
  display: inline-flex;
  position: absolute;
  transition: all 0.3s;
}
._ixo ._dollar {
  height: 15px;
  z-index: 1;
}
._ixo ._xx {
  z-index: 2;
}
.foxpush__push_notification_page .section__3__content h3 {
  font-size: 15px;
  line-height: 1.4;
  font-weight: 400;
  text-align: initial;
  color: var(--foxpush-secondary);
  margin: 0;
  padding: 0;
}
.foxpush__push_notification_page .section__3__content .row > div {
  display: flex;
  align-items: center;
}
.foxpush__push_notification_page .section__3__content span.thumb {
  margin: 0 25px 0 auto;
}
.foxpush__push_notification_page .section__3__content span.thumb img {
  margin: 0;
  height: 32px;
}
@media (min-width: 1019px) {
  .foxpush__push_notification_page .section__7 .section__7_item_inner.section__7_item_inner_content {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

html.signin-page {
  padding: 0;
  margin: 0;
  height: 100%;
}
html.signin-page body {
  display: flex;
  flex-direction: column;
  height: 100%;
}

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

.flex-column {
  flex-direction: column !important;
}

.flex-root {
  flex: 1;
}

.flex-column-fluid {
  flex: 1 0 auto;
}

.h-100 {
  height: 100% !important;
}

.flex-column {
  flex-direction: column !important;
}

@media (min-width: 1200px) {
  .w-xl-600px {
    width: 600px !important;
  }
}
.flex-center {
  justify-content: center;
  align-items: center;
}

@media (min-width: 992px) {
  .flex-lg-row-auto {
    flex: 0 0 auto;
  }
}
@media (min-width: 1200px) {
  .w-xl-600px {
    width: 600px !important;
  }
}
.p-10 {
  padding: 2.5rem !important;
}

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

@media (min-width: 992px) {
  .pt-lg-20 {
    padding-top: 5rem !important;
  }
}
.text-white {
  color: #fff !important;
}

.flex-row-fluid {
  flex: 1 auto;
  min-width: 0;
}

.py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.w-lg-500px {
  width: 100% !important;
}

@media (min-width: 992px) {
  .w-lg-500px {
    width: 500px !important;
  }
}
@media (min-width: 992px) {
  .p-lg-15 {
    padding: 3.75rem !important;
  }
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.p-5 {
  padding: 1.25rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

@media (min-width: 992px) {
  .flex-lg-row-fluid {
    flex: 1 auto;
    min-width: 0;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
}
.opacity-85 {
  opacity: 0.85;
}

/**
 * ----- Media
 */
a.toggle__offcanvas {
  display: none;
  position: absolute;
  top: 4px;
  right: -5px;
  font-size: 0;
  width: 34px;
  height: 34px;
  cursor: pointer;
}
@media (max-width: 1018px) {
  a.toggle__offcanvas {
    display: block;
  }
}
a.toggle__offcanvas::before, a.toggle__offcanvas::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: var(--foxpush-primary-text);
  transition: transform 0.3s;
  margin-top: -4px;
}
a.toggle__offcanvas::after {
  margin-top: 4px;
}

aside.offcanvas {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: fixed;
  top: 72px;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #FFFFFF;
  overflow-y: auto;
  z-index: -1;
  opacity: 0;
  transform: translateX(-100%) !important;
  transition: all 0.3s ease-in-out !important;
}
aside.offcanvas .offcanvas__inner {
  padding: 30px;
}
aside.offcanvas .offcanvas__inner ul {
  margin: 10px auto 40px;
  padding: 0;
}
aside.offcanvas .offcanvas__inner ul li {
  margin: 0 0 13px 0;
  padding: 0 0 13px 0;
  border-bottom: 1px solid #ddd;
}
aside.offcanvas .offcanvas__inner ul li a {
  text-decoration: none;
  outline: 0 none;
  color: var(--foxpush-primary-text);
  font-size: 19px;
  line-height: 1.3;
  font-weight: 700;
}
aside.offcanvas .offcanvas__inner ul li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
aside.offcanvas .offcanvas__inner .btn {
  width: 100%;
}
aside.offcanvas .offcanvas__inner .btn:first-child {
  margin-bottom: 10px;
}
aside.offcanvas .offcanvas__inner a.btn__with_icon {
  box-shadow: none;
  margin-bottom: 10px;
  padding: 16px 25px;
  background: #EAF1FE;
}
aside.offcanvas .offcanvas__inner a.btn__with_icon:last-child {
  margin-bottom: 0;
  background: #FFF1F1;
}
aside.offcanvas .offcanvas__inner a.btn__with_icon span.__icon {
  width: auto;
  height: initial;
  margin-left: 0;
  border-radius: 7px;
}
aside.offcanvas .offcanvas__inner a.btn__with_icon span.__icon::before {
  display: none;
}
aside.offcanvas .offcanvas__inner a.btn__with_icon span.__icon img {
  width: auto;
  max-width: 100%;
  height: 50px;
}
aside.offcanvas .offcanvas__inner a.btn__with_icon div.__content h5.__tilte {
  margin-bottom: 0;
}

body.offcanvas__active {
  overflow: hidden !important;
  position: relative !important;
  transform: initial !important;
  zoom: 1;
}
body.offcanvas__active .header {
  z-index: 301;
}
@media (max-width: 1018px) {
  body.offcanvas__active aside.offcanvas {
    z-index: 301;
    opacity: 1 !important;
    transform: translateX(0) !important;
  }
}
body.offcanvas__active a.toggle__offcanvas::before, body.offcanvas__active a.toggle__offcanvas::after {
  margin-top: -1px;
}
body.offcanvas__active a.toggle__offcanvas::before {
  transform: rotate(45deg);
}
body.offcanvas__active a.toggle__offcanvas::after {
  transform: rotate(-45deg);
}

@media (min-width: 1019px) and (max-width: 1340px) {
  .header {
    padding: 16px 0;
    box-shadow: none;
  }

  .header__actions .btn {
    padding: 13px 20px;
  }

  .header__logo.is-beta:after {
    display: none;
  }

  .hero__container,
.foxpush_container {
    max-width: 980px;
  }

  .header__nav {
    left: -60px;
  }

  .hero__media {
    max-width: 440px;
    flex: 1 1 440px;
  }

  .hero__content {
    max-width: 620px;
    flex: 1 1 620px;
    margin-right: 60px;
  }

  .hero__headline_2 {
    font-size: 42px;
  }

  .hero__headline_3 {
    font-size: 18px;
  }

  .hero__headline_2 span::after {
    width: 100%;
  }

  .hero .btn--color {
    padding: 15px 20px;
  }

  .section__1_feature_item {
    padding: 35px;
  }
  .section__1_feature_item > img {
    height: 120px;
  }
  .section__1_feature_item > p {
    font-size: 14px;
  }
  .section__1_feature_item br {
    display: none !important;
  }

  .section__1_head h2,
.section__2_head h2 {
    margin-bottom: 0;
  }

  .section__2 .section__2__media .section__2__img {
    max-width: 100%;
    width: auto;
  }

  .section__2 .section__2__media .section__2__img2 {
    left: 121px;
  }

  .section__2__content {
    margin-left: 50px;
  }

  .section__2 .web__push__notification .section__2__img9 {
    right: 157px;
  }

  .section__2 .lead__generation .section__2__img12,
.web__push__notification__title svg,
.section__2 .web__push__notification .section__2__img7 {
    display: none;
  }

  .section__2 .lead__generation .section__2__img13 {
    position: relative;
    top: 0;
    left: 0;
  }

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

  .section__2 {
    padding-bottom: 20px;
  }

  .section__3 {
    padding-top: 60px;
  }

  .section__4 {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .call__to__action h3 {
    font-size: 36px;
    line-height: 1.3;
    margin: 0;
  }

  .section__5 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  #footer__bottom {
    padding: 25px 0;
  }
  #footer__bottom aside {
    display: block;
    text-align: center;
  }
  #footer__bottom aside a {
    display: inline-block;
  }
  #footer__bottom aside span {
    display: initial;
    margin: 0 0 0 20px;
    padding: 0;
    font-size: 13px;
  }
  #footer__bottom .footer__menu {
    display: block;
  }
  #footer__bottom .footer__menu li {
    display: inline-block;
    margin: 5px;
  }
  #footer__bottom .footer__menu li a {
    font-size: 15px;
    line-height: 1.35;
  }

  #footer__bottom aside {
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%;
    margin: 0 auto;
  }

  .section__3 {
    padding-bottom: 30px;
  }

  .section__3__content p {
    font-size: 15px;
  }

  .section__3__content .row > div {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .hero__container,
.foxpush_container {
    max-width: 740px;
  }
}
@media (max-width: 1018px) {
  * {
    animation-delay: initial !important;
    animation-name: initial !important;
    visibility: initial !important;
    -webkit-animation-duration: initial !important;
    animation-duration: initial !important;
    -webkit-animation-fill-mode: initial !important;
    animation-fill-mode: initial !important;
    -webkit-transform: none !important;
    transform: none !important;
  }

  .foxpush-gap,
.foxpush-gap.gap-130,
.foxpush-gap.gap-90,
.foxpush-gap.gap-60 {
    height: 35px;
  }

  .foxpush-gap.gap-45 {
    height: 25px;
  }

  .header__nav,
.header__logo.is-beta:after {
    display: none;
  }

  .header .btn {
    display: none;
  }

  .header {
    position: relative;
    padding-top: 30px;
    padding-bottom: 15px;
    box-shadow: 0 2px 20px -16px rgba(0, 0, 0, 0.1);
  }
  .header .btn {
    padding: 13px 20px;
  }

  .hero .btn {
    padding: 15px 22px;
  }
  .hero .btn:first-child {
    margin-bottom: 10px;
  }
  .hero .hero__headline_1,
.hero .hero__headline_2 {
    margin-bottom: 8px;
    line-height: 1.1;
  }
  .hero .hero__headline_1 {
    font-size: 21px;
  }
  .hero .hero__headline_2 {
    font-size: 36px;
  }
  .hero .hero__headline_2 br {
    display: none;
  }
  .hero .hero__headline_2 span::after {
    display: none;
  }
  .hero .hero__headline_3 {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .header__logo img {
    max-height: 42px;
    width: auto;
  }

  .hero__content {
    text-align: center;
    margin-bottom: 50px;
  }

  .hero__media {
    position: relative;
  }
  .hero__media .hero__media__img {
    max-width: 100%;
    width: auto;
    height: initial;
  }

  .section__1_head,
.section__2_head,
.section__3_head {
    margin: 50px auto 30px;
  }
  .section__1_head h2,
.section__2_head h2,
.section__3_head h2 {
    font-size: 32px;
    line-height: 1.1;
    margin-bottom: 8px;
  }
  .section__1_head br,
.section__2_head br,
.section__3_head br {
    display: none;
  }
  .section__1_head p,
.section__2_head p,
.section__3_head p {
    font-size: 16px;
    line-height: 1.4;
  }

  /*ff*/
  .hero__content {
    margin-bottom: 30px;
  }

  .hero__media {
    max-width: 260px;
    min-height: 217px;
    margin: 0 auto;
  }
  .hero__media .hero__media__img {
    display: none;
  }

  .hero__media__img1 {
    display: none;
  }

  .hero__media__img2 {
    position: relative;
    top: initial;
    left: initial;
    margin: 0 auto;
    display: block;
  }

  .hero__media__img3 {
    top: 98px;
    left: 0;
  }

  .hero__media__img4 {
    top: initial;
    left: initial;
    right: 0;
    bottom: 0;
  }

  .section__1_feature_item {
    padding: 40px;
    margin-bottom: 0;
  }

  .section__2__media img {
    max-height: 190px;
  }

  section.section__2 br {
    display: none !important;
  }
  section.section__2 .row.row__2 div:first-child, section.section__2 .row.row__4 div:first-child {
    order: 2;
  }

  .section__1_head h2 {
    color: #FFF;
  }
  .section__1_head h6 span {
    color: #FFF;
  }
  .section__1_head h6 span::before {
    background-image: url(../images/underline-white.svg);
  }
  .section__1_head p {
    color: #FFF;
  }
  .section__1_head p br {
    display: none;
  }

  .section__1_feature_item > p br {
    display: none;
  }

  .section__1 {
    margin-top: 50px;
  }
  .section__1::before {
    display: none;
  }

  .section__3_container,
.section__2_container,
.section__1_container {
    padding: 0 20px;
  }

  .section__3,
.section__1 {
    margin-top: 50px;
    padding-bottom: 50px;
    padding-top: 0;
    overflow: hidden;
  }
  .section__3 .row > div,
.section__1 .row > div {
    margin-bottom: 30px;
  }
  .section__3 .row > div:last-child,
.section__1 .row > div:last-child {
    margin-bottom: 0;
  }

  .section__2 .lead__generation .section__2__img12 {
    display: none;
  }

  .section__2 .lead__generation .section__2__img13 {
    position: relative;
    top: initial;
    left: initial;
    right: initial;
    bottom: initial;
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width: auto;
    height: auto;
    box-shadow: 0 4px 80px 0 rgba(28, 35, 41, 0.08);
  }

  .section__4 {
    padding-top: 70px;
    padding-bottom: 50px;
  }

  .call__to__action h3 {
    font-size: 32px;
    line-height: 1.25;
    margin-bottom: 5px;
  }
  .call__to__action p {
    font-size: 20px;
    line-height: 1.35;
  }
  .call__to__action .btn {
    min-width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .call__to__action .btn:first-child {
    margin-bottom: 10px;
  }

  .section__5 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section__5 .row > div {
    margin-bottom: 30px;
  }
  .section__5 .row > div:last-child {
    margin-bottom: 0;
  }

  .section__2 {
    padding: 0;
  }
  .section__2 .section__2__content {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
  }
  .section__2 .section__2__content h3 {
    font-size: 28px;
  }
  .section__2 .section__2__content > p {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .section__2 .section__2__media {
    position: relative;
    text-align: center;
    margin-bottom: 40px;
  }
  .section__2 .section__2__media img.section__2__img {
    max-width: 100%;
    width: auto;
    height: initial;
  }
  .section__2 .section__2__media img.section__2__img2 {
    max-width: 100%;
    width: auto;
    height: initial;
    display: none;
  }
  .section__2 .section__2__media img.section__2__img3 {
    top: initial;
    left: 0;
    bottom: 0;
    display: none;
  }
  .section__2 .section__2__media img.section__2__img8 {
    margin: 0 auto;
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .section__2 .section__2__media img.section__2__img9 {
    left: 50%;
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
    right: initial;
    top: 50%;
    max-width: 100%;
    width: 256px;
    height: initial;
    max-height: initial !important;
  }
  .section__2 .section__2__media img.section__2__img7,
.section__2 .section__2__media img.section__2__img10,
.section__2 .section__2__media img.section__2__img11 {
    display: none;
  }

  .m-b120 {
    margin-bottom: 50px;
  }

  .web__push__notification__title svg {
    display: none;
  }

  .web__push__notification {
    margin-top: 50px;
  }

  #footer {
    padding-top: 50px;
    padding-bottom: 25px;
  }
  #footer aside {
    margin-bottom: 50px;
    text-align: center;
  }
  #footer aside .clearfix.m-b25 {
    margin-bottom: 10px;
  }
  #footer aside:last-child {
    margin-bottom: 0;
  }

  #footer__bottom {
    padding: 25px 0;
  }
  #footer__bottom aside {
    display: block;
    text-align: center;
  }
  #footer__bottom aside a {
    display: inline-block;
  }
  #footer__bottom aside span {
    display: block;
    margin: 15px auto 0;
    padding: 0;
  }
  #footer__bottom .footer__menu {
    display: block;
  }
  #footer__bottom .footer__menu li {
    display: inline-block;
    margin: 5px;
  }
  #footer__bottom .footer__menu li a {
    font-size: 15px;
    line-height: 1.35;
  }

  section.foxpush_section_page {
    margin-top: 30px !important;
  }

  body.foxpush_pricing_page .pr-box {
    margin: 0 auto 20px !important;
  }
  body.foxpush_pricing_page .pr-box .pr-box-inner {
    padding: 32px 23px !important;
  }

  .fadeIn {
    opacity: 1 !important;
  }
}
@media (max-width: 767px) {
  .hero__container,
.foxpush_container {
    max-width: 100%;
  }

  .foxpush__benefits_img1,
.foxpush__benefits_img2,
.foxpush__benefits_img3,
._ixo ._dollar {
    display: none;
  }

  ._ixo ._dollar {
    transform: translateX(-50%) !important;
  }

  #advanced_user_targeting .section__head p {
    margin-bottom: 45px;
  }

  body.foxpush_pricing_page .wrapper section.foxpush_section_page {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
  body.foxpush_pricing_page .wrapper .section__head p {
    font-size: 16px !important;
    line-height: 1.3 !important;
    padding: 0 10% !important;
  }
  body.foxpush_pricing_page .wrapper .section__head h2 {
    font-size: 32px !important;
    padding: 0 15% !important;
    line-height: 1.1 !important;
    font-weight: bold !important;
    margin-bottom: 10px !important;
  }
}

/*# sourceMappingURL=style.css.map */
