/* vietnamese */
@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Barlow Condensed Regular"), local("BarlowCondensed-Regular"), url(https://fonts.gstatic.com/s/barlowcondensed/v4/HTx3L3I-JCGChYJ8VI-L6OO_au7B6x7T2kn3.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Barlow Condensed Regular"), local("BarlowCondensed-Regular"), url(https://fonts.gstatic.com/s/barlowcondensed/v4/HTx3L3I-JCGChYJ8VI-L6OO_au7B6x_T2kn3.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Barlow Condensed Regular"), local("BarlowCondensed-Regular"), url(https://fonts.gstatic.com/s/barlowcondensed/v4/HTx3L3I-JCGChYJ8VI-L6OO_au7B6xHT2g.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Barlow Condensed Medium"), local("BarlowCondensed-Medium"), url(https://fonts.gstatic.com/s/barlowcondensed/v4/HTxwL3I-JCGChYJ8VI-L6OO_au7B4-Lwz3nWuZEC.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Barlow Condensed Medium"), local("BarlowCondensed-Medium"), url(https://fonts.gstatic.com/s/barlowcondensed/v4/HTxwL3I-JCGChYJ8VI-L6OO_au7B4-Lwz3jWuZEC.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Barlow Condensed Medium"), local("BarlowCondensed-Medium"), url(https://fonts.gstatic.com/s/barlowcondensed/v4/HTxwL3I-JCGChYJ8VI-L6OO_au7B4-Lwz3bWuQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Barlow Condensed Regular"), local("BarlowCondensed-Regular"), url(https://fonts.gstatic.com/s/barlowcondensed/v4/HTx3L3I-JCGChYJ8VI-L6OO_au7B6x_T3A.woff) format("woff");
}
@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Barlow Condensed Medium"), local("BarlowCondensed-Medium"), url(https://fonts.gstatic.com/s/barlowcondensed/v4/HTxwL3I-JCGChYJ8VI-L6OO_au7B4-Lwz3jWvw.woff) format("woff");
}
#Body {
  background-color: #fff;
}

body,
.Normal {
  color: #8f8f8f;
  font: 1rem/1.3 Arial;
}

.fa {
  font-family: FontAwesome;
}

a:link, a:active, a:visited {
  text-decoration: none;
  color: #1795d5;
  transition: color 0.3s linear;
}
a:link:hover, a:active:hover, a:visited:hover {
  color: #434343;
}

.eds_underlinedLink {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.eds_underlinedLink::after {
  width: 0;
  opacity: 0;
  display: inline-block;
  position: absolute;
  right: 50%;
  bottom: 0;
  left: 50%;
  transition: all 300ms;
  border-bottom: solid 1px #002e45;
  content: "";
}
.eds_underlinedLink:hover::after {
  opacity: 1;
  right: 0;
  left: 0;
  width: 100%;
}

.EasyDNNSkin_Ozone2 {
  background-color: #fff;
  overflow-x: hidden;
}

.eds_clearFix::before, .eds_clearFix::after {
  display: table;
  content: "";
}
.eds_clearFix::after {
  clear: both;
}

.DNNEmptyPane {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
  min-height: 0 !important;
}
.DNNEmptyPane.dnnModuleManager {
  min-height: 115px !important;
}
.DNNEmptyPane.EditBarEmptyPane {
  display: block !important;
  width: auto !important;
  min-width: 115px;
}

.eds_content2 {
  background-color: #f3f3f3;
}

.eds_content6 {
  background-color: #e7e7e7;
}

.eds_pBackground1,
.eds_pBackground2 {
  color: #fff;
}
.eds_pBackground1 .Normal,
.eds_pBackground2 .Normal {
  color: #fff;
}

.eds_paralaxBackground {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
  z-index: 0;
}
.eds_paralaxBackground::before, .eds_paralaxBackground::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  z-index: 1;
}
.eds_paralaxBackground::after {
  animation: eds_skinAnimatedBackground 40s linear infinite;
  -webkit-animation: eds_skinAnimatedBackground 40s linear infinite;
}
.eds_paralaxBackground > div {
  position: relative;
  z-index: 2;
}
.eds_paralaxBackground.eds_pBackground1 {
  background-color: #0a0a0a;
  background-image: url("../../common/images/odjel-za-web-internet.jpg");
}
.eds_paralaxBackground.eds_pBackground1::before {
  background-color: rgba(0, 0, 0, 0.47);
}
.eds_paralaxBackground.eds_pBackground2 {
  background-image: url("../../common/images/zasto-odabrati-nas.jpg");
}
.eds_paralaxBackground.eds_pBackground2::before {
  background-color: rgba(0, 0, 0, 0.79);
}

.eds_footer {
  background-color: #111;
  color: #ffffff;
  font: 1.4rem/1 "Barlow Condensed", sans-serif;
}
.eds_footer a:link, .eds_footer a:active, .eds_footer a:visited {
  color: #30b8fd;
}
.eds_footer a:link:hover, .eds_footer a:active:hover, .eds_footer a:visited:hover {
  color: #fff;
}

.eds_footerLeft {
  background-color: #181818;
}

.eds_bottomBannerBg {
  background-color: #f5f5f5;
}

.input-group {
  margin-bottom: 15px;
}

.edsCopyrightBg {
  background-color: #1795d5;
}
.edsCopyrightBg .edsCopyright {
  text-align: center;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  color: #fff;
  font: 300 1rem/1 "Barlow Condensed", sans-serif;
}
.edsCopyrightBg .edsCopyright > a {
  color: #fff;
  text-decoration: none;
  margin-left: 15px;
}
.edsCopyrightBg .edsCopyright > a:hover {
  color: #002e45;
  text-decoration: none;
}

div.dnnRegistrationForm {
  min-width: 0;
  width: auto;
}
div.dnnRegistrationForm .dnnForm {
  width: auto;
  float: none;
}
@media (max-width: 576px) {
  div.dnnRegistrationForm .dnnFormItem input[type=text],
div.dnnRegistrationForm .dnnFormItem input[type=password],
div.dnnRegistrationForm .dnnFormItem input[type=email],
div.dnnRegistrationForm .dnnFormItem input[type=tel],
div.dnnRegistrationForm .dnnFormItem select,
div.dnnRegistrationForm .dnnFormItem textarea {
    width: 100%;
  }
}
@media (max-width: 576px) {
  div.dnnRegistrationForm .dnnFormItem .dnnLabel,
div.dnnRegistrationForm .dnnFormItem label {
    width: auto;
  }
}
@media (max-width: 576px) {
  div.dnnRegistrationForm .dnnFormItem .password-strength-container {
    width: 100%;
  }
}

.dnnLogin .LoginPanel {
  max-width: 100%;
}
@media (max-width: 576px) {
  .dnnLogin .dnnFormItem .dnnLabel,
.dnnLogin .dnnFormItem label {
    width: auto;
  }
}

.eds_backToTop {
  visibility: hidden;
  opacity: 0;
  display: inline-block;
  cursor: pointer;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999;
  width: 55px;
  height: 55px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.22);
  border-radius: 5px;
  border: solid 2px #848484;
  text-decoration: none;
  transition: all 1s ease;
}
.eds_backToTop:hover {
  background-color: #848484;
  text-decoration: none;
}
.eds_backToTop::before {
  content: "\f077";
  color: #fff;
  font-size: 23px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 49px;
  text-decoration: none;
}
.eds_backToTop > span {
  display: none;
}
.eds_backToTop.eds_backToTopVisible {
  visibility: visible;
  opacity: 1;
}
.eds_backToTop.eds_backToTopFadeOut {
  opacity: 0.6;
}

#ControlBar_ControlPanel *,
.actionMenu *,
.dnnDropDownList * {
  box-sizing: content-box;
}

@keyframes eds_skinAnimatedBackground {
  from {
    background-position: 0 100%;
  }
  to {
    background-position: 0 0;
  }
}
@-webkit-keyframes eds_skinAnimatedBackground {
  from {
    background-position: 0 100%;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes eds_rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes eds_rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes eds_scaleAnimation {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(1.2, 1.2);
  }
  20% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes eds_scaleAnimation {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(1.2, 1.2);
  }
  20% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes eds_scaleAnimation3 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(1.2, 1.2);
  }
  20% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes eds_scaleAnimation3 {
  0% {
    transform: scale(1, 1);
  }
  16% {
    transform: scale(1.2, 1.2);
  }
  33% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
.eds_fixedHeader {
  position: fixed;
  width: 100%;
  z-index: 999;
}

.eds_headerBackground {
  width: 100%;
  background-color: #fff;
}

.eds_header,
.eds_topBar > .container-fluid {
  max-width: 1600px;
}

.eds_header {
  position: relative;
}

.eds_topBar {
  background-color: #30b8fd;
}

.eds_topBar,
.eds_topBar * {
  color: #fff;
}

.eds_topMenu {
  margin: 0;
  padding: 0.5rem 0;
}
.eds_topMenu li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-family: "Barlow Condensed", sans-serif;
}
.eds_topMenu li + li {
  margin-left: 2rem;
}
.eds_topMenu li i {
  margin-right: 0.3rem;
  transition: color 300ms;
}
.eds_topMenu li a {
  color: inherit;
  text-decoration: none;
}
@media (max-width: 576px) {
  .eds_topMenu li a i {
    margin-right: 0;
  }
}
.eds_topMenu li a:hover {
  text-decoration: none;
  color: inherit;
}
.eds_topMenu li a:hover i {
  color: #002e45;
}
@media (max-width: 768px) {
  .eds_topMenu li span {
    display: none;
  }
}
@media (max-width: 576px) {
  .eds_topMenu .eds_underlinedLink::after {
    display: none;
  }
}

.eds_headerContainer {
  position: relative;
}
.eds_headerContainer .eds_headerHeight ~ .eds_headerHeightHolder {
  display: none;
}
.eds_headerContainer .eds_headerHeight ~ .eds_headerHeightHolder ~ .eds_headerHeightHolder {
  display: none;
}
.eds_headerContainer .eds_headerHeight ~ .DNNEmptyPane + .eds_headerHeightHolder {
  display: block;
}
.eds_headerContainer .eds_logoMenuSearchContainer {
  position: relative;
}

.eds_logo {
  max-height: 101px;
  height: 101px;
  text-align: center;
  padding: 22px;
  padding-left: 0;
  max-width: 100%;
  transition: max-height 0.5s linear;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .eds_logo {
    max-height: 60px;
    height: auto;
    padding: 5px;
    padding-left: 0;
  }
}
.eds_logo > a {
  display: inline-block;
  max-width: 100%;
}
.eds_logo > a > img {
  max-height: 60px;
  max-width: 300px;
  transition: max-height 0.5s linear;
}
@media (max-width: 1200px) {
  .eds_logo > a > img {
    max-height: 48px;
    max-width: 200px;
  }
}

.eds_searchContainer {
  left: auto;
  top: 0;
  right: 0;
  position: absolute;
  box-shadow: none;
  border: solid 1px #1795d5;
  border-radius: 2px;
  padding: 28px;
  visibility: hidden;
  background-color: #fff;
  z-index: 1000;
  min-width: 280px;
  transition: top 0.3s linear;
}
.eds_searchContainer .eds_searchClose {
  position: absolute;
  top: 10px;
  right: 5px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #ddd;
  line-height: 0;
  cursor: pointer;
}
.eds_searchContainer .eds_searchClose:hover {
  color: #1795d5;
}
.eds_searchContainer #dnn_dnnSearch_ClassicSearch {
  border: solid 1px #1795d5;
  border-radius: 4px;
  display: block;
}
.eds_searchContainer #dnn_dnnSearch_ClassicSearch .searchInputContainer > input {
  border: none;
  font: 1rem/27px Arial;
  height: 27px;
  padding: 0 10px;
  background: none transparent;
  color: #c1c1c1;
  box-shadow: none;
  width: 170px;
  box-sizing: content-box;
}
.eds_searchContainer #dnn_dnnSearch_ClassicSearch .searchInputContainer > input:hover, .eds_searchContainer #dnn_dnnSearch_ClassicSearch .searchInputContainer > input:focus {
  box-shadow: none;
}
.eds_searchContainer #dnn_dnnSearch_ClassicSearch .SearchButton {
  background-color: #1795d5;
  height: 27px;
  width: 33px;
  font-size: 0;
  line-height: 0;
  float: right;
  border-radius: 0 2px 2px 0;
  text-align: center;
  color: #fff;
}
.eds_searchContainer #dnn_dnnSearch_ClassicSearch .SearchButton::before {
  content: "\f002";
  font: 900 1rem/27px "Font Awesome 5 Free";
}
.eds_searchContainer #dnn_dnnSearch_ClassicSearch .SearchButton:hover::before {
  color: #434343;
}
.eds_searchContainer.eds_searchVisible {
  visibility: visible;
  top: 50px;
}

.eds_headerContent {
  position: relative;
  z-index: 1;
}
.eds_headerContent #EDSadmin {
  padding-top: 150px;
}

.DNNEmptyPane + .eds_headerHeightHolder {
  display: none;
}

.raMenuWrapper > ol {
  margin: 0;
  padding: 0;
}
.raMenuWrapper > ol .edsmm_menuItem {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.raMenuWrapper > ol .edsmm_menuItem.edsmm_megaMenu > div {
  overflow-y: auto;
  overflow-x: hidden;
}
.raMenuWrapper > ol .edsmm_menuItem.edsmm_megaMenu > div .edsmm_menuItem > div {
  background: none transparent !important;
  box-shadow: none !important;
  border: none !important;
  min-width: 0;
}
.raMenuWrapper > ol .edsmm_menuItem.edsmm_megaMenu.edsmm_pageWidth, .raMenuWrapper > ol .edsmm_menuItem.edsmm_megaMenu.edsmm_fullWidth {
  position: static;
}
.raMenuWrapper > ol .edsmm_menuItem.edsmm_megaMenu.edsmm_pageWidth > div, .raMenuWrapper > ol .edsmm_menuItem.edsmm_megaMenu.edsmm_fullWidth > div {
  left: 0;
  right: 0;
}
.raMenuWrapper > ol .edsmm_menuItem.edsmm_megaMenu.edsmm_pageWidth > div {
  width: 1250px;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(100% - 30px);
}
.raMenuWrapper > ol .edsmm_menuItem.edsmm_megaMenu.edsmm_fullWidth > div {
  top: auto;
  width: 100%;
  position: fixed;
}
.raMenuWrapper > ol .edsmm_menuItem > div {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 250px;
  z-index: 1100;
}
.raMenuWrapper > ol .edsmm_menuItem > div > * {
  display: none !important;
}
.raMenuWrapper > ol .edsmm_menuItem > div .edsmm_menuItem > div {
  top: 0;
  left: 100%;
}
.raMenuWrapper > ol .edsmm_menuItem:hover > div {
  opacity: 1;
  visibility: visible;
}
.raMenuWrapper > ol .edsmm_menuItem:hover > div > * {
  display: block !important;
}
.raMenuWrapper > ol .edsmm_menuItem .edsmm_childIndicator {
  display: none;
}
.raMenuWrapper > ol > .edsmm_menuItem {
  display: inline-block;
}
.raMenuWrapper .edsmm_menuListsContainer ol .edsmm_menuItem > span .edsmm_itemContainer {
  display: block;
  white-space: nowrap;
}

.edsmm_megaMenu.edsmm_multiColumn > div > div {
  float: left;
}
.edsmm_megaMenu.edsmm_multiColumn > div > .edsmm_menuListsContainer {
  width: 100%;
}
.edsmm_megaMenu.edsmm_multiColumn > div .edsmm_menuListsContainer > ol > .edsmm_menuItem > div {
  position: static;
  opacity: 1 !important;
  visibility: visible !important;
}
.edsmm_megaMenu.edsmm_multiColumn > div .edsmm_menuListsContainer > ol > .edsmm_menuItem > div > * {
  display: block !important;
}
.edsmm_megaMenu.edsmm_multiColumn > div .edsmm_menuListsContainer ol .edsmm_menuItem > span .edsmm_itemContainer {
  white-space: normal;
}
.edsmm_megaMenu.edsmm_multiColumn > div > div > ol:after {
  content: "";
  width: 100%;
  clear: both;
  display: table;
}
.edsmm_megaMenu.edsmm_multiColumn > div > div > ol > li {
  display: block;
  float: left;
}
.edsmm_megaMenu.edsmm_multiColumn > div > div > ol > li > span .edsmm_itemContainer {
  white-space: nowrap;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_2Column > div > .edsmm_leftContainer,
.edsmm_megaMenu.edsmm_multiColumn.edsmm_2Column > div > .edsmm_rightContainer {
  width: 50%;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_2Column > div > .edsmm_menuListsContainer > ol > li {
  width: 50%;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_2Column > div > .edsmm_menuListsContainer > ol > li:nth-child(2n+1) {
  clear: left;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_2Column.edsmm_htmlContentLeft > div > .edsmm_menuListsContainer, .edsmm_megaMenu.edsmm_multiColumn.edsmm_2Column.edsmm_htmlContentRight > div > .edsmm_menuListsContainer {
  width: 50%;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_2Column.edsmm_htmlContentLeft > div > .edsmm_menuListsContainer > ol > li, .edsmm_megaMenu.edsmm_multiColumn.edsmm_2Column.edsmm_htmlContentRight > div > .edsmm_menuListsContainer > ol > li {
  width: 100%;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_2Column.edsmm_htmlContentLeft > div > .edsmm_menuListsContainer > ol > li:nth-child(2n+1), .edsmm_megaMenu.edsmm_multiColumn.edsmm_2Column.edsmm_htmlContentRight > div > .edsmm_menuListsContainer > ol > li:nth-child(2n+1) {
  clear: none;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_3Column > div > .edsmm_leftContainer,
.edsmm_megaMenu.edsmm_multiColumn.edsmm_3Column > div > .edsmm_rightContainer {
  width: 33%;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_3Column > div > .edsmm_menuListsContainer > ol > li {
  width: 33%;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_3Column > div > .edsmm_menuListsContainer > ol > li:nth-child(3n) {
  width: 34%;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_3Column > div > .edsmm_menuListsContainer > ol > li:nth-child(3n+1) {
  clear: left;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_3Column.edsmm_htmlContentLeft > div > .edsmm_menuListsContainer, .edsmm_megaMenu.edsmm_multiColumn.edsmm_3Column.edsmm_htmlContentRight > div > .edsmm_menuListsContainer {
  width: 67%;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_3Column.edsmm_htmlContentLeft > div > .edsmm_menuListsContainer > ol > li, .edsmm_megaMenu.edsmm_multiColumn.edsmm_3Column.edsmm_htmlContentRight > div > .edsmm_menuListsContainer > ol > li {
  width: 50%;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_3Column.edsmm_htmlContentLeft > div > .edsmm_menuListsContainer > ol > li:nth-child(3n+1), .edsmm_megaMenu.edsmm_multiColumn.edsmm_3Column.edsmm_htmlContentRight > div > .edsmm_menuListsContainer > ol > li:nth-child(3n+1) {
  clear: none;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_3Column.edsmm_htmlContentLeft > div > .edsmm_menuListsContainer > ol > li:nth-child(2n+1), .edsmm_megaMenu.edsmm_multiColumn.edsmm_3Column.edsmm_htmlContentRight > div > .edsmm_menuListsContainer > ol > li:nth-child(2n+1) {
  clear: left;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_3Column.edsmm_htmlContentLeft.edsmm_htmlContentRight > div > .edsmm_menuListsContainer {
  width: 34%;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_3Column.edsmm_htmlContentLeft.edsmm_htmlContentRight > div > .edsmm_menuListsContainer > ol > li {
  width: 100%;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_3Column.edsmm_htmlContentLeft.edsmm_htmlContentRight > div > .edsmm_menuListsContainer > ol > li:nth-child(2n+1) {
  clear: none;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_4Column > div > .edsmm_leftContainer,
.edsmm_megaMenu.edsmm_multiColumn.edsmm_4Column > div > .edsmm_rightContainer {
  width: 25%;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_4Column > div > .edsmm_menuListsContainer > ol > li {
  width: 25%;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_4Column > div > .edsmm_menuListsContainer > ol > li:nth-child(4n+1) {
  clear: left;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_4Column.edsmm_htmlContentLeft > div > .edsmm_menuListsContainer, .edsmm_megaMenu.edsmm_multiColumn.edsmm_4Column.edsmm_htmlContentRight > div > .edsmm_menuListsContainer {
  width: 75%;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_4Column.edsmm_htmlContentLeft > div > .edsmm_menuListsContainer > ol > li, .edsmm_megaMenu.edsmm_multiColumn.edsmm_4Column.edsmm_htmlContentRight > div > .edsmm_menuListsContainer > ol > li {
  width: 33%;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_4Column.edsmm_htmlContentLeft > div > .edsmm_menuListsContainer > ol > li:nth-child(3n), .edsmm_megaMenu.edsmm_multiColumn.edsmm_4Column.edsmm_htmlContentRight > div > .edsmm_menuListsContainer > ol > li:nth-child(3n) {
  width: 34%;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_4Column.edsmm_htmlContentLeft > div > .edsmm_menuListsContainer > ol > li:nth-child(4n+1), .edsmm_megaMenu.edsmm_multiColumn.edsmm_4Column.edsmm_htmlContentRight > div > .edsmm_menuListsContainer > ol > li:nth-child(4n+1) {
  clear: none;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_4Column.edsmm_htmlContentLeft > div > .edsmm_menuListsContainer > ol > li:nth-child(3n+1), .edsmm_megaMenu.edsmm_multiColumn.edsmm_4Column.edsmm_htmlContentRight > div > .edsmm_menuListsContainer > ol > li:nth-child(3n+1) {
  clear: left;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_4Column.edsmm_htmlContentLeft.edsmm_htmlContentRight > div > .edsmm_menuListsContainer {
  width: 50%;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_4Column.edsmm_htmlContentLeft.edsmm_htmlContentRight > div > .edsmm_menuListsContainer > ol > li {
  width: 50%;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_4Column.edsmm_htmlContentLeft.edsmm_htmlContentRight > div > .edsmm_menuListsContainer > ol > li:nth-child(3n+1) {
  clear: none;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_4Column.edsmm_htmlContentLeft.edsmm_htmlContentRight > div > .edsmm_menuListsContainer > ol > li:nth-child(2n+1) {
  clear: left;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_5Column > div > .edsmm_leftContainer,
.edsmm_megaMenu.edsmm_multiColumn.edsmm_5Column > div > .edsmm_rightContainer {
  width: 20%;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_5Column > div > .edsmm_menuListsContainer > ol > li {
  width: 20%;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_5Column > div > .edsmm_menuListsContainer > ol > li:nth-child(5n+1) {
  clear: left;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_5Column.edsmm_htmlContentLeft > div > .edsmm_menuListsContainer, .edsmm_megaMenu.edsmm_multiColumn.edsmm_5Column.edsmm_htmlContentRight > div > .edsmm_menuListsContainer {
  width: 80%;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_5Column.edsmm_htmlContentLeft > div > .edsmm_menuListsContainer > ol > li, .edsmm_megaMenu.edsmm_multiColumn.edsmm_5Column.edsmm_htmlContentRight > div > .edsmm_menuListsContainer > ol > li {
  width: 25%;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_5Column.edsmm_htmlContentLeft > div > .edsmm_menuListsContainer > ol > li:nth-child(5n+1), .edsmm_megaMenu.edsmm_multiColumn.edsmm_5Column.edsmm_htmlContentRight > div > .edsmm_menuListsContainer > ol > li:nth-child(5n+1) {
  clear: none;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_5Column.edsmm_htmlContentLeft > div > .edsmm_menuListsContainer > ol > li:nth-child(4n+1), .edsmm_megaMenu.edsmm_multiColumn.edsmm_5Column.edsmm_htmlContentRight > div > .edsmm_menuListsContainer > ol > li:nth-child(4n+1) {
  clear: left;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_5Column.edsmm_htmlContentLeft.edsmm_htmlContentRight > div > .edsmm_menuListsContainer {
  width: 60%;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_5Column.edsmm_htmlContentLeft.edsmm_htmlContentRight > div > .edsmm_menuListsContainer > ol > li {
  width: 33%;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_5Column.edsmm_htmlContentLeft.edsmm_htmlContentRight > div > .edsmm_menuListsContainer > ol > li:nth-child(3n) {
  width: 34%;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_5Column.edsmm_htmlContentLeft.edsmm_htmlContentRight > div > .edsmm_menuListsContainer > ol > li:nth-child(4n+1) {
  clear: none;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_5Column.edsmm_htmlContentLeft.edsmm_htmlContentRight > div > .edsmm_menuListsContainer > ol > li:nth-child(3n+1) {
  clear: left;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_6Column > div > .edsmm_leftContainer,
.edsmm_megaMenu.edsmm_multiColumn.edsmm_6Column > div > .edsmm_rightContainer {
  width: 16.6%;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_6Column > div > .edsmm_menuListsContainer > ol > li {
  width: 16.6%;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_6Column > div > .edsmm_menuListsContainer > ol > li:first-child {
  width: 17%;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_6Column > div > .edsmm_menuListsContainer > ol > li:nth-child(6n+1) {
  clear: left;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_6Column.edsmm_htmlContentLeft > div > .edsmm_menuListsContainer, .edsmm_megaMenu.edsmm_multiColumn.edsmm_6Column.edsmm_htmlContentRight > div > .edsmm_menuListsContainer {
  width: 83.4%;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_6Column.edsmm_htmlContentLeft > div > .edsmm_menuListsContainer > ol > li, .edsmm_megaMenu.edsmm_multiColumn.edsmm_6Column.edsmm_htmlContentRight > div > .edsmm_menuListsContainer > ol > li {
  width: 20%;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_6Column.edsmm_htmlContentLeft > div > .edsmm_menuListsContainer > ol > li:nth-child(6n+1), .edsmm_megaMenu.edsmm_multiColumn.edsmm_6Column.edsmm_htmlContentRight > div > .edsmm_menuListsContainer > ol > li:nth-child(6n+1) {
  clear: none;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_6Column.edsmm_htmlContentLeft > div > .edsmm_menuListsContainer > ol > li:nth-child(5n+1), .edsmm_megaMenu.edsmm_multiColumn.edsmm_6Column.edsmm_htmlContentRight > div > .edsmm_menuListsContainer > ol > li:nth-child(5n+1) {
  clear: left;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_6Column.edsmm_htmlContentLeft.edsmm_htmlContentRight > div > .edsmm_menuListsContainer {
  width: 66.8%;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_6Column.edsmm_htmlContentLeft.edsmm_htmlContentRight > div > .edsmm_menuListsContainer > ol > li {
  width: 25%;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_6Column.edsmm_htmlContentLeft.edsmm_htmlContentRight > div > .edsmm_menuListsContainer > ol > li:nth-child(5n+1) {
  clear: none;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_6Column.edsmm_htmlContentLeft.edsmm_htmlContentRight > div > .edsmm_menuListsContainer > ol > li:nth-child(4n+1) {
  clear: left;
}

.responsAbilityMenu.raMenuOpened .raMenuWrapper {
  display: block !important;
  overflow: auto;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
}
.responsAbilityMenu.raMenuOpened .raMenuWrapper > ol > .edsmm_menuItem {
  display: block;
}
.responsAbilityMenu.raMenuOpened .raMenuWrapper > ol .edsmm_menuItem.edsmm_hasChild > span > .edsmm_childIndicator, .responsAbilityMenu.raMenuOpened .raMenuWrapper > ol .edsmm_menuItem.edsmm_megaMenu > span > .edsmm_childIndicator {
  display: inline-block;
}
.responsAbilityMenu.raMenuOpened .raMenuWrapper > ol .edsmm_menuItem:hover > div {
  opacity: 0 !important;
  visibility: hidden !important;
}
.responsAbilityMenu.raMenuOpened .raMenuWrapper > ol .edsmm_menuItem:hover > div > * {
  display: none !important;
}
.responsAbilityMenu.raMenuOpened .raMenuWrapper > ol .edsmm_menuItem.edsmm_megaMenu .edsmm_menuItem.edsmm_hasChild .edsmm_childIndicator {
  display: none;
}
.responsAbilityMenu.raMenuOpened .raMenuWrapper > ol .edsmm_menuItem.edsmm_megaMenu > div > div {
  float: none;
  width: auto;
}
.responsAbilityMenu.raMenuOpened .raMenuWrapper > ol .edsmm_menuItem.edsmm_megaMenu > div > .edsmm_menuListsContainer > ol > li {
  float: none !important;
  display: block !important;
  width: auto !important;
}
.responsAbilityMenu.raMenuOpened .raMenuWrapper > ol .edsmm_menuItem.edsmm_megaMenu.raItemOpened .edsmm_menuItem > div {
  opacity: 1 !important;
  visibility: visible !important;
}
.responsAbilityMenu.raMenuOpened .raMenuWrapper > ol .edsmm_menuItem.edsmm_megaMenu.raItemOpened .edsmm_menuItem > div > * {
  display: block !important;
}
.responsAbilityMenu.raMenuOpened .raMenuWrapper > ol .edsmm_menuItem.raItemOpened > div {
  opacity: 1 !important;
  visibility: visible !important;
}
.responsAbilityMenu.raMenuOpened .raMenuWrapper > ol .edsmm_menuItem.raItemOpened > div > * {
  display: block !important;
}
.responsAbilityMenu.raMenuOpened .raMenuWrapper ol .edsmm_menuItem > div {
  position: static !important;
  min-width: 0;
  max-height: none !important;
  width: auto !important;
  max-width: none;
}

.edsmm_childIndicator {
  cursor: pointer;
}

.responsAbilityMenu {
  clear: right;
}
.responsAbilityMenu .raMenuTriggerWrapper {
  display: none;
  text-align: right;
}
.responsAbilityMenu .raMenuTriggerWrapper .raMenuTrigger {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.3rem;
  display: block;
  color: #434343;
  cursor: pointer;
  position: relative;
  line-height: 2.2;
}
.responsAbilityMenu .raMenuTriggerWrapper .raMenuTrigger:hover {
  color: #30b8fd;
}
.responsAbilityMenu .raMenuTriggerWrapper .raMenuTrigger::after {
  content: "\f0c9";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  right: 0;
  display: inline-block;
  margin-left: 10px;
}
.responsAbilityMenu .edsmm_menuItem {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative;
}
.responsAbilityMenu .raMenuWrapper ol {
  margin: 0;
  padding: 0;
}
.responsAbilityMenu .raMenuWrapper ol li > span {
  display: block;
  position: relative;
}
.responsAbilityMenu .raMenuWrapper ol li .edsmm_itemContainer {
  font-family: "Barlow Condensed", sans-serif;
  white-space: nowrap;
  text-decoration: none;
}
.responsAbilityMenu .raMenuWrapper ol li .edsmm_itemContainer:hover {
  text-decoration: none;
}
.responsAbilityMenu .raMenuWrapper ol li .edsmm_childIndicator {
  display: none;
}
.responsAbilityMenu .raMenuWrapper ol li:hover > div {
  opacity: 1;
  visibility: visible;
  min-width: 180px;
}
.responsAbilityMenu .raMenuWrapper ol li:hover > div .edsmm_menuListsContainer > ol > li {
  display: block;
}
.responsAbilityMenu .raMenuWrapper ol li .edsmm_childIndicator {
  display: none;
}
.responsAbilityMenu .raMenuWrapper ol li > div {
  background-color: #fff;
  left: 0;
  text-align: left;
  position: absolute;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-out;
}
@media (min-width: 992px) {
  .responsAbilityMenu .raMenuWrapper ol li > div {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  }
}
.responsAbilityMenu .raMenuWrapper ol li > div .edsmm_menuListsContainer > ol > li {
  display: none;
}
.responsAbilityMenu .raMenuWrapper ol li > div .edsmm_menuListsContainer > ol > li > span .edsmm_itemContainer {
  font-size: 1rem;
  line-height: 1.5;
  display: block;
  color: #fff;
  padding: 7px 18px;
  transition: padding 0.2s linear;
}
.responsAbilityMenu .raMenuWrapper ol li > div .edsmm_menuListsContainer > ol > li > span .edsmm_itemContainer:hover {
  padding-left: 21px;
  padding-right: 15px;
}
.responsAbilityMenu .raMenuWrapper ol li > div .edsmm_menuListsContainer > ol > li:hover > span .edsmm_itemContainer {
  background-color: #434343;
  padding-left: 21px;
  padding-right: 15px;
}
.responsAbilityMenu .raMenuWrapper ol li > div .edsmm_menuListsContainer > ol > li.edsmm_active > span .edsmm_itemContainer {
  color: #30b8fd;
}
.responsAbilityMenu .raMenuWrapper ol li > div .edsmm_menuListsContainer > ol li.edsmm_hasChild > span::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 0.6rem;
  font-size: 15px;
  color: #fff;
  line-height: 0;
}
.responsAbilityMenu .raMenuWrapper ol li > div .edsmm_menuListsContainer > ol li.edsmm_disabled .edsmm_itemContainer {
  padding: 7px 18px !important;
}
.responsAbilityMenu .raMenuWrapper ol li.edsmm_megaMenu .edsmm_menuListsContainer ol li.edsmm_hasChild > span::after {
  content: "\f078";
}
.responsAbilityMenu .raMenuWrapper ol li.edsmm_megaMenu .edsmm_level_2 .edsmm_menuListsContainer > ol {
  padding: 1rem;
}
.responsAbilityMenu .raMenuWrapper ol > li.edsmm_disabled > span .edsmm_itemContainer {
  cursor: default;
}
.responsAbilityMenu .raMenuWrapper > ol {
  text-align: right;
}
.responsAbilityMenu .raMenuWrapper > ol > li {
  display: inline-block;
  position: relative;
}
.responsAbilityMenu .raMenuWrapper > ol > li + li {
  margin-left: 1.1rem;
}
@media (max-width: 1200px) {
  .responsAbilityMenu .raMenuWrapper > ol > li + li {
    margin-left: 0.5rem;
  }
}
.responsAbilityMenu .raMenuWrapper > ol > li > span .edsmm_itemContainer {
  display: inline-block;
  font-size: 1.3rem;
  text-transform: uppercase;
  color: #434343;
  position: relative;
  font-weight: 500;
}
@media (max-width: 1200px) {
  .responsAbilityMenu .raMenuWrapper > ol > li > span .edsmm_itemContainer {
    font-size: 1.1rem;
  }
}
.responsAbilityMenu .raMenuWrapper > ol > li.edsmm_active > span .edsmm_itemContainer {
  color: #30b8fd;
}
.responsAbilityMenu .raMenuWrapper > ol > li:hover > span::after {
  content: "";
  display: block;
  height: 3rem;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
}
.responsAbilityMenu .raMenuWrapper > ol > li:hover > span .edsmm_itemContainer {
  color: #30b8fd;
}
.responsAbilityMenu.raMenuOpened .edsmm_menuItem {
  background: url("../images/mainMenuLiSeparator.png") repeat-x 0 bottom;
}
.responsAbilityMenu.raMenuOpened .raMenuWrapper {
  clear: both;
  position: absolute;
  background-color: #fff;
}
.responsAbilityMenu.raMenuOpened .raMenuWrapper ol li > div .edsmm_menuListsContainer > ol {
  padding: 0;
}
.responsAbilityMenu.raMenuOpened .raMenuWrapper ol li > div .edsmm_menuListsContainer > ol > li {
  display: block;
  padding: 0;
}
.responsAbilityMenu.raMenuOpened .raMenuWrapper ol li > div .edsmm_menuListsContainer > ol > li > span .edsmm_itemContainer {
  padding: 10px 12px;
}
.responsAbilityMenu.raMenuOpened .raMenuWrapper ol li > div .edsmm_menuListsContainer > ol li.edsmm_hasChild > div {
  left: auto !important;
  right: auto !important;
}
.responsAbilityMenu.raMenuOpened .raMenuWrapper ol li.edsmm_hasChild > span > .edsmm_childIndicator, .responsAbilityMenu.raMenuOpened .raMenuWrapper ol li.edsmm_multiColumn > span > .edsmm_childIndicator {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 6px;
  right: 10px;
  margin: 0;
  cursor: pointer;
  background-color: #fff;
  border: solid 1px #000;
  border-radius: 50%;
  padding: 0;
  line-height: 0;
  text-align: center;
  z-index: 10;
}
.responsAbilityMenu.raMenuOpened .raMenuWrapper ol li.edsmm_hasChild > span > .edsmm_childIndicator::after, .responsAbilityMenu.raMenuOpened .raMenuWrapper ol li.edsmm_multiColumn > span > .edsmm_childIndicator::after {
  color: #000;
  font-size: 15px;
  font-weight: bold;
  line-height: 30px;
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 38px;
  height: 38px;
  text-indent: -10px;
}
.responsAbilityMenu.raMenuOpened .raMenuWrapper ol li.edsmm_hasChild.raItemOpened > span > .edsmm_childIndicator::after, .responsAbilityMenu.raMenuOpened .raMenuWrapper ol li.edsmm_multiColumn.raItemOpened > span > .edsmm_childIndicator::after {
  content: "\f077";
  line-height: 22px;
}
.responsAbilityMenu.raMenuOpened .raMenuWrapper > ol {
  text-align: left;
  margin-right: 0;
}
.responsAbilityMenu.raMenuOpened .raMenuWrapper > ol > li {
  display: block;
  margin: 0;
}
.responsAbilityMenu.raMenuOpened .raMenuWrapper > ol > li > span .edsmm_itemContainer {
  display: block;
  margin-right: 50px;
  padding-left: 10px;
  line-height: 45px;
}
.responsAbilityMenu.raMenuOpened .raMenuWrapper > ol > li.edsmm_active > span .edsmm_itemContainer {
  border-width: 0 0 0 3px;
}
.responsAbilityMenu.raMenuOpened .raMenuTriggerWrapper .raMenuTrigger {
  color: #30b8fd;
}

.EasyDNNSkin_Ozone2 .eds_btn {
  display: inline-block;
  border: 3px solid #1795d5;
  background: none #1795d5;
  text-shadow: none;
  text-decoration: none;
  font: 500 1.3rem/1 "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  padding: 0.8rem 2rem;
  box-shadow: none;
  color: #fff;
  transition: all 200ms linear;
  text-align: center;
}
@media (max-width: 768px) {
  .EasyDNNSkin_Ozone2 .eds_btn {
    padding: 0.8rem 1rem;
  }
}
.EasyDNNSkin_Ozone2 .eds_btn.eds_small {
  padding: 0.5rem 1.5rem;
}
.EasyDNNSkin_Ozone2 .eds_btn.eds_large {
  padding: 1.1rem 3rem;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .EasyDNNSkin_Ozone2 .eds_btn.eds_large {
    padding: 1rem 0.6rem;
    font-size: 1.2rem;
  }
}
@media (max-width: 768px) {
  .EasyDNNSkin_Ozone2 .eds_btn.eds_large > i {
    margin-right: 0.4rem;
  }
}
.EasyDNNSkin_Ozone2 .eds_btn.eds_normalCase {
  text-transform: none;
}
.EasyDNNSkin_Ozone2 .eds_btn > i {
  margin-right: 1rem;
}
.EasyDNNSkin_Ozone2 .eds_btn:hover {
  color: #1795d5;
  background-color: #fff;
  text-decoration: none;
  box-shadow: none;
}
.EasyDNNSkin_Ozone2 .eds_btn.eds_outlined {
  color: #002e45;
  background-color: #fff;
}
.EasyDNNSkin_Ozone2 .eds_btn.eds_outlined > i {
  color: #1795d5;
}
.EasyDNNSkin_Ozone2 .eds_btn.eds_outlined:hover {
  background-color: #1795d5;
  color: #fff;
}
.EasyDNNSkin_Ozone2 .eds_btn.eds_outlined:hover > i {
  color: #002e45;
}
.EasyDNNSkin_Ozone2 .eds_btn.eds_outlined.eds_white {
  color: #fff;
  background-color: transparent;
  border-color: #1795d5;
}
.EasyDNNSkin_Ozone2 .eds_btn.eds_outlined.eds_white:hover {
  background-color: #1795d5;
  color: #fff;
}
.EasyDNNSkin_Ozone2 .eds_btn.eds_primaryDarker {
  border-color: #002e45;
  background-color: #002e45;
}
.EasyDNNSkin_Ozone2 .eds_btn.eds_primaryDarker:hover {
  color: #002e45;
  background-color: #fff;
}
.EasyDNNSkin_Ozone2 .eds_btn.eds_danger {
  border-color: #f17429;
  background-color: #f17429;
}
.EasyDNNSkin_Ozone2 .eds_btn.eds_danger:hover {
  color: #f17429;
  background-color: #fff;
}
.EasyDNNSkin_Ozone2 .eds_btn.eds_danger > i {
  color: #9b3a00;
}
.EasyDNNSkin_Ozone2 .eds_btn.eds_white {
  border-color: #fff;
  background-color: transparent;
}
.EasyDNNSkin_Ozone2 .eds_btn.eds_white:hover {
  background-color: #fff;
  color: #002e45;
}
.EasyDNNSkin_Ozone2 .eds_btn.eds_big {
  padding: 1rem 4rem;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .EasyDNNSkin_Ozone2 .eds_btn.eds_big {
    padding: 1rem 2rem;
  }
}
.EasyDNNSkin_Ozone2 .eds_btn.eds_halfWidth {
  display: block;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 768px) {
  .EasyDNNSkin_Ozone2 .eds_btn.eds_halfWidth {
    width: 80%;
  }
}

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

.eds_boxLink {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 0;
  display: block;
  z-index: 2;
}

.eds_overlayLink {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.EasyDNNSkin_Ozone2 .eds_thumbnailLink {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
  color: #fff;
  font: 1.2rem/3rem "Barlow Condensed", sans-serif;
  transition: all 400ms;
  padding-right: 1rem;
  height: 3rem;
}
@media (max-width: 768px) {
  .EasyDNNSkin_Ozone2 .eds_thumbnailLink {
    display: none;
  }
}
.EasyDNNSkin_Ozone2 .eds_thumbnailLink::before {
  display: inline-block;
  font: 900 1.5rem/3rem "Font Awesome 5 Free";
  content: "\f067";
  background-color: #1795d5;
  width: 3rem;
  height: 3rem;
  text-align: center;
  margin-right: 1rem;
  vertical-align: top;
}
.EasyDNNSkin_Ozone2 .eds_thumbnailLink:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}

.eds_imageMore::before, .eds_imageMore::after {
  position: absolute;
  display: inline-block;
}
.eds_imageMore::before {
  top: 50%;
  right: 0;
  bottom: 50%;
  left: 0;
  content: "";
  background-color: #1795d5;
  opacity: 0;
  transition: all 300ms;
}
.eds_imageMore::after {
  top: 50%;
  left: 50%;
  content: "+";
  font-size: 4rem;
  color: #fff;
  font-family: Lucida Sans Unicode;
  transform: translate(-50%, -50%);
  transition: all 400ms;
  opacity: 0;
}
.eds_imageMore:hover::before {
  top: 0;
  bottom: 0;
  opacity: 0.7;
}
.eds_imageMore:hover::after {
  opacity: 1;
}

.eds_readMore {
  display: inline-block;
}
.eds_readMore::before {
  content: "\f101";
  font: 900 1.3rem/1 "Font Awesome 5 Free";
  color: #1795d5;
  margin-right: 0.5rem;
  vertical-align: top;
}

.eds_readMore,
.eds_readMore:link,
.eds_readMore:active,
.eds_readMore:visited {
  color: #002e45;
  text-decoration: none;
  text-transform: uppercase;
  font: 500 1.5rem/1 "Barlow Condensed", sans-serif;
}

.eds_readMore:link:hover,
.eds_readMore:active:hover,
.eds_readMore:visited:hover {
  color: #002e45;
  text-decoration: none;
}

.eds_bottomBtn {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.eds_box1 {
  padding: 12rem 5rem 3rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
@media (max-width: 1200px) {
  .eds_box1 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (max-width: 768px) {
  .eds_box1 {
    padding-top: 10rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.eds_box1 > .eds_boxContent > .eds_boxTitle {
  width: 90%;
  background-color: rgba(0, 0, 0, 0.47);
  margin: auto;
}
.eds_box1 > .eds_boxContent > .eds_boxTitle + .eds_boxTitle {
  margin-top: 2rem;
}
.eds_box1 > .eds_boxContent > h1.eds_boxTitle {
  padding: 3rem 6rem;
}
@media (max-width: 768px) {
  .eds_box1 > .eds_boxContent > h1.eds_boxTitle {
    padding: 1rem;
  }
}
.eds_box1 > .eds_boxContent > h2.eds_boxTitle {
  padding: 0.5rem 6rem;
}
@media (max-width: 768px) {
  .eds_box1 > .eds_boxContent > h2.eds_boxTitle {
    padding: 0.5rem;
  }
}
.eds_box1::before, .eds_box1::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
}
.eds_box1::before {
  background-color: rgba(0, 137, 207, 0.84);
  top: 0;
}
.eds_box1::after {
  height: 8rem;
  background: url("../images/box1_bottom.png") no-repeat center top;
  background-size: cover;
  border-bottom: solid 8rem #fff;
  box-sizing: content-box;
}
.eds_box1.eds_boxSmall {
  padding-bottom: 6rem;
}
.eds_box1.eds_boxSmall::after {
  border-bottom: none;
  height: 6rem;
}

.eds_box2 {
  position: relative;
  text-align: center;
  padding: 2rem;
  padding-bottom: 4rem;
}
.eds_box2 .eds_boxIcon {
  max-width: 50px;
  max-height: 50px;
  margin-bottom: 1rem;
}
.eds_box2 .eds_boxTitle {
  color: #909090;
}
.eds_box2::before {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  left: 15px;
  content: "";
  background-color: #f3f3f3;
  border-radius: 1rem;
  transition: all 400ms;
}
.eds_box2 .fill1 {
  fill: #C2C2C2;
  transition: all 300ms;
}
.eds_box2 .fill2 {
  fill: #9B9A9A;
  transition: all 300ms ease 200ms;
}
.eds_box2:hover::before {
  background-color: #fff;
}
.eds_box2:hover .fill1 {
  fill: #1795d5;
}
.eds_box2:hover .fill2 {
  fill: #002e45;
}
.eds_box2 .eds_btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.eds_box3 {
  position: relative;
  margin-bottom: 5rem;
}
@media (max-width: 1200px) {
  .eds_box3 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@iclude md-device-width {
  .eds_box3 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 576px) {
  .eds_box3 {
    padding-left: 0;
    padding-right: 0;
  }
}
.eds_box3::before, .eds_box3::after {
  position: absolute;
  content: "";
  bottom: -2rem;
  display: block;
  width: 4rem;
  height: 4rem;
  border: solid 4px transparent;
  border-bottom-color: #30b8fd;
  border-top-width: 0;
}
@media (max-width: 576px) {
  .eds_box3::before, .eds_box3::after {
    bottom: -10px;
  }
}
.eds_box3::before {
  left: -2rem;
  border-left-color: #30b8fd;
  border-right-width: 0;
}
@media (max-width: 1200px) {
  .eds_box3::before {
    left: 0;
  }
}
@media (max-width: 576px) {
  .eds_box3::before {
    left: -25px;
  }
}
.eds_box3::after {
  right: -2rem;
  border-right-color: #30b8fd;
  border-left-width: 0;
}
@media (max-width: 1200px) {
  .eds_box3::after {
    right: 0;
  }
}
@media (max-width: 576px) {
  .eds_box3::after {
    right: -25px;
  }
}
.eds_box3.eds_white::before, .eds_box3.eds_white::after {
  border-bottom-color: #fff;
}
.eds_box3.eds_white::before {
  border-left-color: #fff;
}
.eds_box3.eds_white::after {
  border-right-color: #fff;
}
.eds_box3.eds_inside {
  padding-bottom: 5rem;
  margin-bottom: 0;
}
.eds_box3.eds_inside::before, .eds_box3.eds_inside::after {
  bottom: 2rem;
}
.eds_box3.eds_centerBlock {
  display: table;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  padding: 0 3rem;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .eds_box3.eds_centerBlock {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.eds_box3.eds_centerBlock::before, .eds_box3.eds_centerBlock::after {
  bottom: 0;
}
.eds_box3.eds_centerBlock::before {
  left: 1rem;
}
@media (max-width: 768px) {
  .eds_box3.eds_centerBlock::before {
    left: 0;
  }
}
.eds_box3.eds_centerBlock::after {
  right: 1rem;
}
@media (max-width: 768px) {
  .eds_box3.eds_centerBlock::after {
    right: 0;
  }
}
.eds_box3 > .eds_boxTitle {
  font-size: 3.5rem;
  margin-bottom: 0.7rem;
}
@media (max-width: 992px) {
  .eds_box3 > .eds_boxTitle {
    font-size: 2.5rem;
    margin-bottom: 1rem;
  }
}

@media (max-width: 768px) {
  .EasyDNNSkin_Ozone2 .eds_box3 .eds_largeText .h3 {
    font-size: 1.2rem !important;
  }
}
@media (max-width: 992px) {
  .EasyDNNSkin_Ozone2 .eds_box3 .eds_largeText > span {
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  .EasyDNNSkin_Ozone2 .eds_box3 .eds_largeText > span {
    font-size: 2.2rem;
  }
}

.eds_box4 {
  position: relative;
  transition: box-shadow 500ms;
  border-radius: 1rem;
  padding: 1rem;
}
.eds_box4 .eds_boxTitle {
  color: #002e45;
  overflow: hidden;
  text-transform: uppercase;
  margin: 0 0 0.2rem;
}
.eds_box4 p {
  margin: 0;
  padding: 0;
  overflow: hidden;
  font-size: 0.9rem;
}
@media (max-width: 768px) {
  .eds_box4 p {
    overflow: visible;
  }
}
.eds_box4 .eds_boxIcon {
  width: 50px;
  height: 50px;
  float: left;
  margin: 0.2rem 1rem 0 0;
}
.eds_box4:hover {
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
  color: #002e45;
}
.eds_box4:hover .eds_boxTitle {
  color: #1795d5;
}

.eds_box5 {
  border: solid 2px #fff;
  margin: 8rem 0;
  position: relative;
  padding: 4rem 2.5rem;
}
@media (max-width: 768px) {
  .eds_box5 {
    padding: 2rem 1rem;
    margin: 4rem 0;
  }
}

.eds_box6 {
  position: relative;
  color: #fff;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.eds_box6::before, .eds_box6::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
}
.eds_box6::before {
  right: 50%;
  left: 0;
}
.eds_box6::after {
  right: 0;
  left: 50%;
}
.eds_box6 .eds_leftSide {
  padding-right: 3rem;
}
.eds_box6 .eds_rightSide {
  padding-left: 3rem;
}
.eds_box6::before,
.eds_box6 .eds_leftSide {
  background-color: #1795d5;
}
.eds_box6::after,
.eds_box6 .eds_rightSide {
  background-color: #2a77cb;
}
.eds_box6 .eds_box3 {
  padding-top: 2rem;
}
.eds_box6 .eds_box3::before, .eds_box6 .eds_box3::after {
  z-index: 2;
}
@media (max-width: 1200px) {
  .eds_box6 .eds_box3::before {
    left: 15px;
  }
}
@media (max-width: 1200px) {
  .eds_box6 .eds_box3::after {
    right: 15px;
  }
}
.eds_box6 .eds_boxIcon {
  width: 100px;
  height: 100px;
  display: block;
}
.eds_box6.eds_rightGrey::after,
.eds_box6.eds_rightGrey .eds_rightSide {
  background-color: #f3f3f3;
}
.eds_box6.eds_rightGrey .eds_box3::after {
  display: none;
}
.eds_box6.eds_bgModules::after {
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/eds-modules.png");
  background-size: contain;
  z-index: 1;
}
@media (max-width: 1200px) {
  .eds_box6.eds_bgModules::after {
    background-size: 90%;
  }
}
@media (min-width: 1200px) {
  .eds_box6.eds_wide .eds_leftSide,
.eds_box6.eds_wide .eds_rightSide {
    padding-right: 10rem;
    padding-left: 10rem;
  }
}
@media (min-width: 1200px) {
  .eds_box6.eds_wide .eds_box3::before {
    left: 6rem;
  }
}
@media (min-width: 1200px) {
  .eds_box6.eds_wide .eds_box3::after {
    right: 6rem;
  }
}

@media (max-width: 768px) {
  [class*=col-md] .eds_box6 {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  [class*=col-md] .eds_box6::before, [class*=col-md] .eds_box6::after {
    display: none;
  }
}
@media (max-width: 768px) {
  [class*=col-md] .eds_box6 .eds_leftSide,
[class*=col-md] .eds_box6 .eds_rightSide {
    padding: 3rem 2rem;
  }
}
@media (max-width: 768px) {
  [class*=col-md] .eds_box6 .eds_box3 {
    max-width: none;
    background-color: #2a77cb;
  }
}
@media (max-width: 768px) {
  [class*=col-md] .eds_box6 .eds_box3::before {
    left: 1rem;
  }
}
@media (max-width: 768px) {
  [class*=col-md] .eds_box6 .eds_box3::after {
    right: 1rem;
  }
}
@media (max-width: 768px) {
  [class*=col-md] .eds_box6 .eds_box3.eds_inside {
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  [class*=col-md] .eds_box6.eds_rightGrey .eds_box3 {
    background-color: #f3f3f3;
  }
}
[class*=col-md] .eds_box6.eds_rightGrey .eds_box3.eds_white::before {
  border-left-color: #1795d5;
  border-bottom-color: #1795d5;
}

.eds_box7 {
  min-height: 14rem;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .eds_box7 {
    min-height: 7rem;
  }
}
.eds_box7 > div {
  position: relative;
}
.eds_box7::before, .eds_box7::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
}
.eds_box7::before {
  background-color: rgba(0, 137, 207, 0.84);
  top: 0;
}
.eds_box7::after {
  height: 25%;
  max-height: 112px;
  background: url("../images/box1_bottom.png") no-repeat center bottom;
  background-size: 100% 100%;
}

.eds_box7CenterBox {
  display: flex;
  align-items: center;
  color: #fff;
  margin: 5rem auto;
}
@media (max-width: 768px) {
  .eds_box7CenterBox {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 576px) {
  .eds_box7CenterBox {
    margin-top: 2rem;
    margin-bottom: 2rem;
    flex-flow: column;
    flex: 0 0 90%;
    align-items: initial;
  }
}
.eds_box7CenterBox > div {
  padding: 0 2rem;
}
@media (max-width: 768px) {
  .eds_box7CenterBox > div {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media (max-width: 576px) {
  .eds_box7CenterBox > div {
    padding: 0.5rem;
    text-align: center;
  }
}

.eds_box7Icon img {
  max-width: 80px;
  width: 80px;
}
@media (max-width: 576px) {
  .eds_box7Icon img {
    max-width: 50px;
    width: 50px;
  }
}
@media (max-width: 576px) {
  .eds_box7Icon + .eds_box7Content {
    border-left: none;
    border-top: solid 3px #002e45;
  }
}
@media (max-width: 768px) {
  .eds_box7Icon + .eds_box7Content .eds_box7Title {
    font-size: 2rem;
  }
}
@media (max-width: 576px) {
  .eds_box7Icon + .eds_box7Content .eds_box7Title {
    font-size: 1.6rem;
  }
}

.eds_box7Content {
  border-left: solid 3px #002e45;
}

.eds_breadCrumbsBox7 {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}
.eds_breadCrumbsBox7 li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  color: #002e45;
}
@media (max-width: 576px) {
  .eds_breadCrumbsBox7 li {
    font-size: 0.8rem;
  }
}
.eds_breadCrumbsBox7 li a:link, .eds_breadCrumbsBox7 li a:active, .eds_breadCrumbsBox7 li a:visited {
  color: #fff;
}
.eds_breadCrumbsBox7 li a:link:hover, .eds_breadCrumbsBox7 li a:active:hover, .eds_breadCrumbsBox7 li a:visited:hover {
  color: #002e45;
}
.eds_breadCrumbsBox7 li + li::before {
  content: "/";
  font-size: 1.1rem;
  color: #fff;
}

.eds_showBox {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  padding: 4rem 0;
}
@media (max-width: 1200px) {
  .eds_showBox {
    padding: 2.5rem 0;
  }
}
.eds_showBox::before {
  content: "";
  position: absolute;
  transition: all 800ms;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.eds_showBox .eds_boxContent {
  transition: all 400ms;
  color: #bfbfbf;
  margin: auto;
}
@media (max-width: 1200px) {
  .eds_showBox .eds_boxContent {
    max-width: 60%;
    padding: 1rem;
  }
}
.eds_showBox .eds_boxIcon {
  display: flex;
  justify-content: center;
}

.eds_box8 .eds_boxIcon img,
.eds_box9 .eds_boxIcon img {
  transition: all 2s;
  transform: scale(0.9, 0.9);
}
.eds_box8:hover .eds_boxIcon img,
.eds_box9:hover .eds_boxIcon img {
  transform: scale(1, 1);
}

.eds_box8 {
  background-color: #434343;
}
@media (max-width: 576px) {
  .eds_box8 {
    padding-top: 0;
    display: block !important;
  }
}
.eds_box8::before {
  background-color: rgba(0, 0, 0, 0.68);
}
.eds_box8 .eds_boxIcon {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #30b8fd;
  width: 145px;
  height: 145px;
  align-items: center;
}
@media (max-width: 1200px) {
  .eds_box8 .eds_boxIcon {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 576px) {
  .eds_box8 .eds_boxIcon {
    margin-bottom: 1rem;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}
.eds_box8 .eds_boxIcon img {
  width: 65px;
  height: 65px;
}
@media (max-width: 1200px) {
  .eds_box8 .eds_boxIcon img {
    width: 50px;
    height: 50px;
  }
}
.eds_box8 .eds_boxTitle {
  color: #fff;
}
.eds_box8 .eds_boxContent {
  margin: auto;
  padding: 2rem;
  max-width: 60%;
}
@media (max-width: 1200px) {
  .eds_box8 .eds_boxContent {
    padding: 1rem;
  }
}
@media (max-width: 576px) {
  .eds_box8 .eds_boxContent {
    max-width: 90%;
  }
}
.eds_box8:hover::before {
  opacity: 0;
}
.eds_box8:hover .eds_boxContent {
  background-color: rgba(0, 0, 0, 0.68);
}

@media (max-width: 992px) {
  [class*=col-lg].eds_box8 + .eds_box8 {
    margin-top: 1rem;
  }
}

.eds_box9::before {
  background-color: #fff;
  opacity: 1;
}
.eds_box9 .eds_boxIcon {
  margin-right: 1rem;
  margin-top: 0.5rem;
  width: 80px;
  height: 80px;
  float: left;
}
@media (max-width: 768px) {
  .eds_box9 .eds_boxIcon {
    width: 60px;
    height: 60px;
  }
}
.eds_box9 .eds_boxIcon img {
  width: 80px;
  height: 80px;
}
@media (max-width: 768px) {
  .eds_box9 .eds_boxIcon img {
    width: 60px;
    height: 60px;
  }
}
.eds_box9 .eds_boxContent {
  max-width: 70%;
  padding: 2rem;
  color: #828282;
}
@media (max-width: 1200px) {
  .eds_box9 .eds_boxContent {
    max-width: 60%;
    padding: 1rem;
  }
}
@media (max-width: 768px) {
  .eds_box9 .eds_boxContent {
    max-width: 90%;
    padding: 1rem;
  }
}
.eds_box9 .eds_boxContent > .eds_boxTitle,
.eds_box9 .eds_boxContent > p {
  overflow: hidden;
}
@media (max-width: 768px) {
  .eds_box9 .eds_boxContent > p {
    overflow: visible;
  }
}
.eds_box9:hover::before {
  opacity: 0.83;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.eds_box9:hover .eds_boxContent {
  background-color: #fbfbfb;
}

.eds_box10 {
  background-color: #f3f3f3;
  position: relative;
  padding: 6rem 0 8rem;
}
@media (max-width: 768px) {
  .eds_box10 {
    padding: 4rem 0 5rem;
  }
}
.eds_box10::before, .eds_box10::after {
  position: absolute;
  content: "";
}
.eds_box10::before {
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-color: #f3f3f3 transparent transparent;
  border-width: 1.5rem 1.2rem;
  bottom: 1rem;
  z-index: 1;
  display: inline-block;
}
@media (max-width: 768px) {
  .eds_box10::before {
    bottom: 0;
  }
}
.eds_box10::after {
  height: 4rem;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background: url("../images/bottom_bg.png") no-repeat center bottom;
  background-size: 100% 100%;
}
@media (max-width: 768px) {
  .eds_box10::after {
    height: 3rem;
  }
}

.eds_box11 {
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
  border-radius: 1rem;
  padding: 1rem 0.5rem;
  text-align: center;
  background-color: #fff;
  overflow: hidden;
}
.eds_box11 .eds_boxIcon {
  margin: 2rem auto;
  width: 50%;
}
@media (max-width: 992px) {
  .eds_box11 .eds_boxIcon {
    max-width: 100px;
  }
}
.eds_box11 .eds_boxIcon.eds_smallIcon {
  width: 60px;
}
.eds_box11 .eds_boxIcon.eds_animated5 {
  animation: eds_scaleAnimation 10s ease infinite;
  -webkit-animation: eds_scaleAnimation 10s ease infinite;
}
.eds_box11 .eds_boxIcon.eds_animated3 {
  animation: eds_scaleAnimation3 6s ease infinite;
  -webkit-animation: eds_scaleAnimation3 6s ease infinite;
}
.eds_box11 .eds_boxIcon.eds_num2 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.eds_box11 .eds_boxIcon.eds_num3 {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.eds_box11 .eds_boxIcon.eds_num4 {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
.eds_box11 .eds_boxIcon.eds_num5 {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}
.eds_box11.eds_borderBottomRadius {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  overflow: visible;
}
.eds_box11.eds_thumbnail {
  padding: 0 0 4rem;
}
@media (max-width: 992px) {
  .eds_box11.eds_thumbnail {
    padding-bottom: 2rem;
  }
}
.eds_box11.eds_thumbnail .eds_btn {
  opacity: 0;
  white-space: nowrap;
}
.eds_box11.eds_thumbnail img {
  width: 100%;
}
.eds_box11.eds_thumbnail .eds_boxContent::before {
  content: "";
  background-color: #1795d5;
  top: 0;
  right: 0;
  bottom: 100%;
  left: 0;
  transition: all 400ms;
  position: absolute;
  opacity: 0;
}
.eds_box11.eds_thumbnail .eds_boxTitle {
  border-top: solid 1px #f1f1f1;
  height: 4rem;
  margin: 0;
  padding: 0;
  display: flex;
  margin-bottom: -4rem;
}
@media (max-width: 992px) {
  .eds_box11.eds_thumbnail .eds_boxTitle {
    height: 2rem;
    margin-bottom: -2rem;
    font-size: 1rem;
    line-height: 1;
  }
}
@media (max-width: 768px) {
  .eds_box11.eds_thumbnail .eds_boxTitle {
    font-size: 0.7rem;
  }
}
.eds_box11.eds_thumbnail .eds_boxTitle > a {
  align-self: center;
  height: 100%;
  width: 100%;
  padding: 1rem;
}
@media (max-width: 992px) {
  .eds_box11.eds_thumbnail .eds_boxTitle > a {
    padding: 0.3rem 0.5rem;
  }
}
.eds_box11.eds_thumbnail .eds_boxTitle.edn_alignCenter {
  align-items: center;
}
.eds_box11.eds_thumbnail .eds_boxTitle.edn_alignCenter > a {
  height: auto;
}
@media (max-width: 992px) {
  .eds_box11.eds_thumbnail .eds_btn {
    font-size: 0.9rem;
    padding: 0.4rem 0.3rem;
    border-width: 2px;
  }
}
@media (max-width: 992px) {
  .eds_box11.eds_thumbnail .eds_btn {
    display: none;
  }
}
@media (max-width: 992px) {
  .eds_box11.eds_thumbnail .eds_btn .eds_btn > i {
    margin-right: 0.2rem;
  }
}
.eds_box11.eds_thumbnail .eds_thumbnailLink {
  opacity: 0;
  transition: all 600ms;
  z-index: 3;
  top: 45%;
}
.eds_box11.eds_thumbnail:hover .eds_boxContent::before {
  bottom: 0;
  opacity: 0.7;
}
.eds_box11.eds_thumbnail:hover .eds_btn,
.eds_box11.eds_thumbnail:hover .eds_thumbnailLink {
  opacity: 1;
}
.eds_box11.eds_thumbnail:hover .eds_thumbnailLink {
  top: 50%;
}
.eds_box11.eds_thumbnail:hover .eds_imageMore::after {
  opacity: 1;
}
.eds_box11.eds_thumbnail.eds_thumbnailDark .eds_boxContent::before {
  background-color: rgba(0, 0, 0, 0.76);
}
.eds_box11.eds_thumbnail.eds_biggerTitle {
  padding-bottom: 6rem;
}
@media (max-width: 992px) {
  .eds_box11.eds_thumbnail.eds_biggerTitle {
    padding-bottom: 3rem;
  }
}
.eds_box11.eds_thumbnail.eds_biggerTitle .eds_boxTitle {
  height: 6rem;
  margin-bottom: -6rem;
}
@media (max-width: 992px) {
  .eds_box11.eds_thumbnail.eds_biggerTitle .eds_boxTitle {
    height: 3rem;
    margin-bottom: -3rem;
    line-height: 1;
  }
}
.eds_box11.eds_thumbnail.eds_biggerTitle .eds_boxTitle > a {
  line-height: 1;
}

@media (max-width: 992px) {
  .eds_template_List_Article_Box2_2_in_row .eds_box11.eds_thumbnail .eds_boxTitle {
    font-size: 1.3rem;
  }
}
@media (max-width: 768px) {
  .eds_template_List_Article_Box2_2_in_row .eds_box11.eds_thumbnail .eds_boxTitle {
    font-size: 1rem;
  }
}

.eds_boxPrimary {
  background-color: #1795d5;
}

.eds_boxGrey {
  background-color: #e7e7e7;
}

.eds_boxGrey2 {
  background-color: #f3f3f3;
}

.eds_boxParalax::before {
  background-color: #0089cf;
  opacity: 0.84;
}

.eds_boxParalaxDark::before {
  background-color: #000;
  opacity: 0.47;
}
.eds_boxParalaxDark.eds_darker::before {
  opacity: 0.72;
}

.eds_bgBox {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.eds_bgBox::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  transition: all 2s;
}
.eds_bgBox.eds_bgWhite::before {
  opacity: 0.75;
  background-color: #fff;
}

.eds_bgHover:hover .eds_bgBox::before {
  opacity: 0;
}

.eds_box80 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.eds_header1 {
  padding: 0 0 0.5rem;
  margin: 0 0 0.8rem;
}
.eds_header1 * {
  margin: 0;
  line-height: 1;
}
.eds_header1::after {
  width: 3rem;
  height: 4px;
  background-color: #b6b6b6;
  content: "";
  display: inline-block;
}

.eds_header2 {
  padding: 0 0 0.2rem;
  margin: 0 0 0.8rem;
}
.eds_header2::after {
  width: 5rem;
  height: 3px;
  background-color: #30b8fd;
  content: "";
  display: block;
  margin-top: 0.3rem;
}

.eds_hidden {
  opacity: 0;
}
.eds_hidden.eds__boxImage {
  display: none;
}

.eds_visible {
  opacity: 1;
}

.eds_accordion .edsAccordion_section .edsAccordion_title {
  cursor: pointer;
  position: relative;
  margin: 0;
}
.eds_accordion .edsAccordion_section .edsAccordion_contentWrapper {
  height: 0;
  overflow: hidden;
}
.eds_accordion .edsAccordion_section.edsAccordion_active .edsAccordion_contentWrapper {
  height: auto;
}
.eds_accordion.eds_style1 .edsAccordion_section .edsAccordion_title {
  color: #002e45;
  transition: all 400ms;
  padding: 1rem 2rem;
  border: solid 3px #30b8fd;
  padding-right: 4rem;
}
.eds_accordion.eds_style1 .edsAccordion_section .edsAccordion_title::before {
  content: "\f067";
  font: 900 1.5rem/1 "Font Awesome 5 Free";
  width: 4rem;
  position: absolute;
  top: -3px;
  right: -3px;
  bottom: -3px;
  padding: 1.2rem 0;
  text-align: center;
  vertical-align: middle;
}
.eds_accordion.eds_style1 .edsAccordion_section .edsAccordion_title:hover {
  background-color: #f3f3f3;
}
.eds_accordion.eds_style1 .edsAccordion_section .edsAccordion_contentWrapper .edsAccordion_content {
  padding: 3rem;
  border: solid 3px #30b8fd;
  border-top: none;
}
@media (max-width: 768px) {
  .eds_accordion.eds_style1 .edsAccordion_section .edsAccordion_contentWrapper .edsAccordion_content {
    padding: 2rem;
  }
}
.eds_accordion.eds_style1 .edsAccordion_section.edsAccordion_active .edsAccordion_title {
  background-color: #30b8fd;
  color: #fff;
}
.eds_accordion.eds_style1 .edsAccordion_section.edsAccordion_active .edsAccordion_title::before {
  content: "\f068";
  background-color: #1795d5;
}
.eds_accordion.eds_style1 .edsAccordion_section.edsAccordion_section + .edsAccordion_section .edsAccordion_title {
  border-top: none;
}

.eds_worldAnimation {
  poaition: relative;
  padding: 2rem;
}
.eds_worldAnimation > img {
  position: absolute;
  height: 29%;
}
.eds_worldAnimation .eds_world {
  position: relative;
  width: 100%;
  height: auto;
  transform: none;
}
.eds_worldAnimation .eds_michael {
  top: 10%;
  left: 20%;
}
.eds_worldAnimation .eds_carlos {
  top: 41%;
  left: 28%;
}
.eds_worldAnimation .eds_martin {
  top: 5%;
  left: 55%;
}
.eds_worldAnimation .eds_wang {
  top: 14%;
  left: 67%;
}
.eds_worldAnimation .eds_jack {
  top: 46%;
  left: 82%;
}

.border-bottom-right-radius {
  overflow: hidden;
  border-bottom-right-radius: 1rem;
}
@media (max-width: 768px) {
  .border-bottom-right-radius {
    border-bottom-right-radius: 0.7rem;
  }
}

.eds_menu1,
.eds_menu2,
.eds_socialMenu {
  margin: 0;
  padding: 0;
}
.eds_menu1 li,
.eds_menu2 li,
.eds_socialMenu li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.eds_socialMenu li {
  display: inline-block;
  vertical-align: top;
}
.eds_socialMenu li > a {
  display: inline-block;
  font-size: 2rem;
  transition: all 500ms;
}
.eds_socialMenu li + li {
  margin-left: 1rem;
}

.eds_menu1 li {
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
}
.eds_menu1 li a {
  font-size: 1.6rem;
}
.eds_menu1 li a:link, .eds_menu1 li a:active, .eds_menu1 li a:visited {
  color: #fff;
}
.eds_menu1 li a:link:hover, .eds_menu1 li a:active:hover, .eds_menu1 li a:visited:hover {
  color: #30b8fd;
}

.eds_menu2 li {
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
}
.eds_menu2 li a {
  font-size: 1.3rem;
}
.eds_menu2.eds_newsMenu li + li {
  margin-top: 0.4rem;
}
.eds_menu2.eds_newsMenu li a {
  font-size: 1.2rem;
}

.eds_uslugeSmall .eds_box3 {
  margin-bottom: 1rem;
}
.eds_uslugeSmall .eds_box4 {
  padding: 0.3rem 1rem;
}
.eds_uslugeSmall .eds_box4 .eds_boxIcon {
  width: 30px;
  height: 30px;
}
.eds_uslugeSmall .eds_box3::before {
  left: 0;
}
.eds_uslugeSmall .eds_box3::after {
  right: 0;
}
.eds_uslugeSmall .eds_box3::before,
.eds_uslugeSmall .eds_box3::after {
  width: 2rem;
  height: 2rem;
  border-width: 2px;
  bottom: 0;
}

.eds_cfReference .EDN_cf_all_fields_container table tr {
  display: BLOCK;
}
.eds_cfReference .EDN_cf_all_fields_container table tr td {
  display: block;
  padding: 0.2rem 0;
}
.eds_cfReference .EDN_cf_all_fields_container table tr td.EDN_cf_all_fields_table_label {
  font-weight: bold;
  color: #1795d5;
}
.eds_cfReference .EDN_cf_all_fields_container table tr + tr {
  padding-top: 1rem;
}

.EasyDNNSkin_Ozone2 .eds_carouselPrev,
.EasyDNNSkin_Ozone2 .eds_carouselNext {
  width: 17px;
  height: 34px;
  background-size: 17px 34px;
  transition: all 600ms;
}
.EasyDNNSkin_Ozone2 .eds_carouselPrev {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' fill='%231795d5' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 410 825' style='enable-background:new 0 0 410 825;' xml:space='preserve' preserveAspectRatio='none'%3E%3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M136.03,411.74c0.34,12.85,8.13,22,13.46,31.8c56.94,104.75,114.17,209.35,171.32,313.98 c8.11,14.85,16.09,29.77,24.34,44.54c9.35,16.74,29.22,22.54,45.75,13.59c16.36-8.85,22.43-28.8,13.29-45.72 c-25.62-47.46-51.48-94.79-77.31-142.14c-38.49-70.56-77.06-141.08-115.39-211.73c-1.2-2.22-1.06-6.27,0.17-8.53 c51.53-94.74,103.27-189.37,154.95-284.03c12.54-22.97,25.08-45.95,37.39-69.04c9.12-17.11,3.48-36.88-12.76-45.93 c-16.85-9.4-36.58-3.82-46.25,13.78c-33.62,61.17-67.04,122.45-100.46,183.73c-34.06,62.44-68.1,124.89-101.93,187.46 C139.56,399.11,138.18,405.63,136.03,411.74z'/%3E%3Cpath class='st0' d='M273.36,785.41c-2.09-5.87-3.46-12.13-6.39-17.55c-32.87-60.65-65.98-121.17-99.01-181.74 c-30.51-55.93-60.95-111.9-91.57-167.78c-2.42-4.42-2.58-7.9-0.12-12.4c40.25-73.5,80.34-147.09,120.45-220.67 c23.53-43.15,47.24-86.2,70.47-129.52c12.43-23.18,1.3-45.91-24.37-51.19c-12.3-2.53-26.62,4.67-33.67,17.47 c-22.3,40.51-44.47,81.1-66.64,121.68c-43.95,80.48-87.5,161.17-132.08,241.3c-10.32,18.56-12.39,35.22-0.29,53.13 c3.98,5.89,6.98,12.44,10.4,18.7c37.47,68.67,74.92,137.36,112.41,206.02c25.33,46.39,50.66,92.78,76.13,139.1 c8.04,14.63,23.15,20.84,39,16.57C262.39,814.7,272.14,801.42,273.36,785.41z'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.EasyDNNSkin_Ozone2 .eds_carouselPrev:hover {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' fill='%23002e45' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 410 825' style='enable-background:new 0 0 410 825;' xml:space='preserve' preserveAspectRatio='none'%3E%3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M136.03,411.74c0.34,12.85,8.13,22,13.46,31.8c56.94,104.75,114.17,209.35,171.32,313.98 c8.11,14.85,16.09,29.77,24.34,44.54c9.35,16.74,29.22,22.54,45.75,13.59c16.36-8.85,22.43-28.8,13.29-45.72 c-25.62-47.46-51.48-94.79-77.31-142.14c-38.49-70.56-77.06-141.08-115.39-211.73c-1.2-2.22-1.06-6.27,0.17-8.53 c51.53-94.74,103.27-189.37,154.95-284.03c12.54-22.97,25.08-45.95,37.39-69.04c9.12-17.11,3.48-36.88-12.76-45.93 c-16.85-9.4-36.58-3.82-46.25,13.78c-33.62,61.17-67.04,122.45-100.46,183.73c-34.06,62.44-68.1,124.89-101.93,187.46 C139.56,399.11,138.18,405.63,136.03,411.74z'/%3E%3Cpath class='st0' d='M273.36,785.41c-2.09-5.87-3.46-12.13-6.39-17.55c-32.87-60.65-65.98-121.17-99.01-181.74 c-30.51-55.93-60.95-111.9-91.57-167.78c-2.42-4.42-2.58-7.9-0.12-12.4c40.25-73.5,80.34-147.09,120.45-220.67 c23.53-43.15,47.24-86.2,70.47-129.52c12.43-23.18,1.3-45.91-24.37-51.19c-12.3-2.53-26.62,4.67-33.67,17.47 c-22.3,40.51-44.47,81.1-66.64,121.68c-43.95,80.48-87.5,161.17-132.08,241.3c-10.32,18.56-12.39,35.22-0.29,53.13 c3.98,5.89,6.98,12.44,10.4,18.7c37.47,68.67,74.92,137.36,112.41,206.02c25.33,46.39,50.66,92.78,76.13,139.1 c8.04,14.63,23.15,20.84,39,16.57C262.39,814.7,272.14,801.42,273.36,785.41z'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.EasyDNNSkin_Ozone2 .eds_carouselNext {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' fill='%231795d5' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 410 825' style='enable-background:new 0 0 410 825;' xml:space='preserve' preserveAspectRatio='none'%3E%3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M274.28,411.74c-0.34,12.85-8.13,22-13.46,31.8C203.88,548.29,146.65,652.88,89.5,757.52 c-8.11,14.85-16.09,29.77-24.34,44.54c-9.35,16.74-29.22,22.54-45.75,13.59c-16.36-8.85-22.43-28.8-13.29-45.72 c25.62-47.46,51.48-94.79,77.31-142.14c38.49-70.56,77.06-141.08,115.39-211.73c1.2-2.22,1.06-6.27-0.17-8.53 C147.12,312.78,95.38,218.15,43.7,123.49C31.16,100.52,18.62,77.55,6.31,54.45C-2.82,37.35,2.83,17.58,19.07,8.52 C35.92-0.88,55.65,4.7,65.32,22.3c33.62,61.17,67.04,122.45,100.46,183.73c34.06,62.44,68.1,124.89,101.93,187.46 C270.75,399.11,272.13,405.63,274.28,411.74z'/%3E%3Cpath class='st0' d='M136.95,785.41c2.09-5.87,3.46-12.13,6.39-17.55c32.87-60.65,65.98-121.17,99.01-181.74 c30.51-55.93,60.95-111.9,91.57-167.78c2.42-4.42,2.58-7.9,0.12-12.4c-40.25-73.5-80.34-147.09-120.45-220.67 c-23.53-43.15-47.24-86.2-70.47-129.52c-12.43-23.18-1.3-45.91,24.37-51.19c12.3-2.53,26.62,4.67,33.67,17.47 c22.3,40.51,44.47,81.1,66.64,121.68c43.95,80.48,87.5,161.17,132.08,241.3c10.32,18.56,12.39,35.22,0.29,53.13 c-3.98,5.89-6.98,12.44-10.4,18.7c-37.47,68.67-74.92,137.36-112.41,206.02c-25.33,46.39-50.66,92.78-76.13,139.1 c-8.04,14.63-23.15,20.84-39,16.57C147.92,814.7,138.18,801.42,136.95,785.41z'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.EasyDNNSkin_Ozone2 .eds_carouselNext:hover {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' fill='%23002e45' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 410 825' style='enable-background:new 0 0 410 825;' xml:space='preserve' preserveAspectRatio='none'%3E%3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M274.28,411.74c-0.34,12.85-8.13,22-13.46,31.8C203.88,548.29,146.65,652.88,89.5,757.52 c-8.11,14.85-16.09,29.77-24.34,44.54c-9.35,16.74-29.22,22.54-45.75,13.59c-16.36-8.85-22.43-28.8-13.29-45.72 c25.62-47.46,51.48-94.79,77.31-142.14c38.49-70.56,77.06-141.08,115.39-211.73c1.2-2.22,1.06-6.27-0.17-8.53 C147.12,312.78,95.38,218.15,43.7,123.49C31.16,100.52,18.62,77.55,6.31,54.45C-2.82,37.35,2.83,17.58,19.07,8.52 C35.92-0.88,55.65,4.7,65.32,22.3c33.62,61.17,67.04,122.45,100.46,183.73c34.06,62.44,68.1,124.89,101.93,187.46 C270.75,399.11,272.13,405.63,274.28,411.74z'/%3E%3Cpath class='st0' d='M136.95,785.41c2.09-5.87,3.46-12.13,6.39-17.55c32.87-60.65,65.98-121.17,99.01-181.74 c30.51-55.93,60.95-111.9,91.57-167.78c2.42-4.42,2.58-7.9,0.12-12.4c-40.25-73.5-80.34-147.09-120.45-220.67 c-23.53-43.15-47.24-86.2-70.47-129.52c-12.43-23.18-1.3-45.91,24.37-51.19c12.3-2.53,26.62,4.67,33.67,17.47 c22.3,40.51,44.47,81.1,66.64,121.68c43.95,80.48,87.5,161.17,132.08,241.3c10.32,18.56,12.39,35.22,0.29,53.13 c-3.98,5.89-6.98,12.44-10.4,18.7c-37.47,68.67-74.92,137.36-112.41,206.02c-25.33,46.39-50.66,92.78-76.13,139.1 c-8.04,14.63-23.15,20.84-39,16.57C147.92,814.7,138.18,801.42,136.95,785.41z'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.eds_pageScrolled .eds_headerContainer .eds_headerBackground .eds_header .eds_logo {
  max-height: 72px;
  padding: 13px 22px;
  padding-left: 0;
}
@media (max-width: 576px) {
  .eds_pageScrolled .eds_headerContainer .eds_headerBackground .eds_header .eds_logo {
    max-height: 60px;
    padding: 5px;
    padding-left: 0;
  }
}
.eds_pageScrolled .eds_headerContainer .eds_headerBackground .eds_header .eds_logo > a > img {
  max-height: 48px;
}

.eds_primaryColor {
  color: #1795d5 !important;
}

.eds_primaryColorLight {
  color: #30b8fd !important;
}

.eds_primaryColorDarker {
  color: #002e45 !important;
}

.eds_secondaryColor {
  color: #2a77cb !important;
}

.eds_secondaryColorDarker {
  color: #003b8f !important;
}

.eds_lightText {
  color: #909090 !important;
}

.eds_whiteColor {
  color: #fff !important;
}

.eds_darkColor {
  color: #434343 !important;
}

.eds_primaryColor > a:link, .eds_primaryColor > a:active, .eds_primaryColor > a:visited,
.eds_primaryColorLight > a:link,
.eds_primaryColorLight > a:active,
.eds_primaryColorLight > a:visited,
.eds_primaryColorDarker > a:link,
.eds_primaryColorDarker > a:active,
.eds_primaryColorDarker > a:visited,
.eds_secondaryColor > a:link,
.eds_secondaryColor > a:active,
.eds_secondaryColor > a:visited,
.eds_secondaryColorDarker > a:link,
.eds_secondaryColorDarker > a:active,
.eds_secondaryColorDarker > a:visited,
.eds_lightText > a:link,
.eds_lightText > a:active,
.eds_lightText > a:visited,
.eds_whiteColor > a:link,
.eds_whiteColor > a:active,
.eds_whiteColor > a:visited {
  color: inherit;
}
.eds_primaryColor > a:link:hover, .eds_primaryColor > a:active:hover, .eds_primaryColor > a:visited:hover,
.eds_primaryColorLight > a:link:hover,
.eds_primaryColorLight > a:active:hover,
.eds_primaryColorLight > a:visited:hover,
.eds_primaryColorDarker > a:link:hover,
.eds_primaryColorDarker > a:active:hover,
.eds_primaryColorDarker > a:visited:hover,
.eds_secondaryColor > a:link:hover,
.eds_secondaryColor > a:active:hover,
.eds_secondaryColor > a:visited:hover,
.eds_secondaryColorDarker > a:link:hover,
.eds_secondaryColorDarker > a:active:hover,
.eds_secondaryColorDarker > a:visited:hover,
.eds_lightText > a:link:hover,
.eds_lightText > a:active:hover,
.eds_lightText > a:visited:hover,
.eds_whiteColor > a:link:hover,
.eds_whiteColor > a:active:hover,
.eds_whiteColor > a:visited:hover {
  color: #1795d5;
}

.eds_primaryColor > a:link:hover, .eds_primaryColor > a:active:hover, .eds_primaryColor > a:visited:hover {
  color: #002e45;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  letter-spacing: normal;
  color: #434343;
}

b, strong {
  font-weight: 700;
}

.eds_thinText {
  font-weight: 300 !important;
}

.eds_customFont {
  font-family: "Barlow Condensed", sans-serif !important;
}

.eds_largerText {
  font-size: 1.7rem !important;
  line-height: 1.2 !important;
}

.eds_largeText {
  font-size: 3.5rem !important;
  line-height: 1.1 !important;
}

.eds_mediumLargeText {
  font-size: 4.5rem !important;
  line-height: 1.1 !important;
}

.eds_extraLargeText {
  font-size: 6rem !important;
  line-height: 1.1 !important;
}

@media (max-width: 992px) {
  .EasyDNNSkin_Ozone2 .eds_largerText {
    font-size: 1.2rem !important;
  }
}
@media (max-width: 576px) {
  .EasyDNNSkin_Ozone2 .eds_largerText {
    font-size: 1.1rem !important;
  }
}
@media (max-width: 992px) {
  .EasyDNNSkin_Ozone2 .eds_largeText {
    font-size: 1.5rem !important;
  }
}
@media (max-width: 576px) {
  .EasyDNNSkin_Ozone2 .eds_largeText {
    font-size: 1.3rem !important;
  }
}
@media (max-width: 992px) {
  .EasyDNNSkin_Ozone2 .eds_mediumLargeText {
    font-size: 2rem !important;
  }
}
@media (max-width: 576px) {
  .EasyDNNSkin_Ozone2 .eds_mediumLargeText {
    font-size: 1.75rem !important;
  }
}
@media (max-width: 992px) {
  .EasyDNNSkin_Ozone2 .eds_extraLargeText {
    font-size: 2.5rem !important;
  }
}
@media (max-width: 576px) {
  .EasyDNNSkin_Ozone2 .eds_extraLargeText {
    font-size: 2rem !important;
  }
}

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

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

.bounceOnHover:hover {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

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

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

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

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

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

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

@-webkit-keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.swing {
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

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

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

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    transform: translateX(0%);
  }
  15% {
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes wobble {
  0% {
    transform: translateX(0%);
  }
  15% {
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    transform: translateX(0%);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

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

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

.bounceInOnHover:hover {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

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

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

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

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

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

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

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

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

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

.bounceOutOnHover:hover {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

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

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

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

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

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

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

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

.bounceOutUpOnHover:hover {
  -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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fadeInUpBigOnHover:hover {
  -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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes flip {
  0% {
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

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

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

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

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

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

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

.flipOutXOnHover:hover {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

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

.flipOutYOnHover:hover {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    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;
}

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

@-webkit-keyframes lightSpeedOut {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    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;
}

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

@-webkit-keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hingeOnHover:hover {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

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

.dnnEditState .eds_headerContainer .eds_fixedHeader {
  position: static;
}
.dnnEditState .eds_headerHeightHolder {
  display: none !important;
}

[class*=RadAjaxPanel] *,
[class*=Digital] * {
  box-sizing: content-box;
}

.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_animatedTumbnail .eds_thCaption > a {
  height: auto;
  position: relative;
  width: auto;
  font-size: 1rem;
  line-height: 1.3;
  opacity: 1;
  text-indent: 0;
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_animatedTumbnail.eds_style1 img {
  opacity: 0.8;
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_animatedTumbnail.eds_style1 .eds_thCaption > .eds_thTitle {
  color: #1795d5;
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_animatedTumbnail.eds_style1 .eds_thCaption > .eds_thTitle::after {
  top: 0;
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_animatedTumbnail.eds_style1 .eds_thCaption > .eds_thDescription {
  opacity: 1;
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_animatedTumbnail.eds_style2 img {
  transform: translate3d(0, -80px, 0);
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_animatedTumbnail.eds_style2 .eds_thCaption > .eds_thTitle {
  transform: translate3d(0, -100px, 0);
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_animatedTumbnail.eds_style2 .eds_thCaption > .eds_thDescription {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_animatedTumbnail.eds_style3::after {
  opacity: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_animatedTumbnail.eds_style3 .eds_thCaption > .eds_thTitle {
  transform: translate3d(0, 0, 0);
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_animatedTumbnail.eds_style3 .eds_thCaption > .eds_thTitle::after {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_animatedTumbnail.eds_style3 .eds_thCaption > .eds_thDescription {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_animatedTumbnail.eds_style4 img {
  opacity: 0.35;
  transform: scale(1);
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_animatedTumbnail.eds_style4 .eds_thCaption > .eds_thTitle {
  transform: translate3d(0, 0, 0);
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_animatedTumbnail.eds_style4 .eds_thCaption > .eds_thDescription {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_animatedTumbnail.eds_style5::before {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_animatedTumbnail.eds_style5 img {
  opacity: 0.6;
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_animatedTumbnail.eds_style5 .eds_thCaption > .eds_thTitle {
  transform: scale(0.9);
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_animatedTumbnail.eds_style5 .eds_thCaption > .eds_thDescription {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_animatedTumbnail.eds_style6 img {
  opacity: 0.35;
  transform: scale3d(2, 2, 1);
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_animatedTumbnail.eds_style6 .eds_thCaption > .eds_thTitle,
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_animatedTumbnail.eds_style6 .eds_thCaption > .eds_thDescription {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_animatedTumbnail.eds_style7::before, .edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_animatedTumbnail.eds_style7::after {
  opacity: 1;
  transform: scale(1);
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_animatedTumbnail.eds_style7 img {
  opacity: 0.35;
  transform: translate3d(0, 0, 0);
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_animatedTumbnail.eds_style7 .eds_thCaption > .eds_thDescription {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_animatedTumbnail.eds_style8::before {
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(-10%, 110%, 0);
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_animatedTumbnail.eds_style8 img {
  opacity: 0.35;
  transform: scale3d(1, 1, 1);
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_animatedTumbnail.eds_style8 .eds_thCaption > .eds_thDescription {
  opacity: 1;
  transition-delay: 0.1s;
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_animatedTumbnail.eds_style9 img {
  opacity: 0.5;
  transform: translate3d(0, 0, 0) scale(1);
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_animatedTumbnail.eds_style9 .eds_thCaption > .eds_thDescription {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_animatedTumbnail.eds_style10::before {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_animatedTumbnail.eds_style10 img {
  opacity: 0.35;
  transform: translate3d(0, 0, 0);
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_animatedTumbnail.eds_style10 .eds_thCaption > .eds_thDescription {
  opacity: 1;
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_flipBox1,
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_flipBox2 {
  position: static;
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_flipBox1 .eds_flipBox,
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_flipBox2 .eds_flipBox {
  height: auto !important;
  position: static;
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_flipBox {
  height: auto !important;
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_flipBox .eds_front,
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_flipBox .eds_behind {
  overflow: visible;
  position: static;
  transform: none;
  transition: none;
  z-index: auto;
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_box33 > a {
  position: static;
  font-size: 1rem;
}

/* Version 1.5.0 - X-Media*/