/* pt-serif-regular - latin_latin-ext */
@font-face {
  font-display: swap;
  font-family: "PT Serif";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/pt-serif-v18-latin_latin-ext-regular.woff2") format("woff2");
}
/* pt-serif-700 - latin_latin-ext */
@font-face {
  font-display: swap;
  font-family: "PT Serif";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/pt-serif-v18-latin_latin-ext-700.woff2") format("woff2");
}
/* work-sans-300 - latin_latin-ext */
@font-face {
  font-display: swap;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/work-sans-v19-latin_latin-ext-300.woff2") format("woff2");
}
/* work-sans-regular - latin_latin-ext */
@font-face {
  font-display: swap;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/work-sans-v19-latin_latin-ext-regular.woff2") format("woff2");
}
/* work-sans-600 - latin_latin-ext */
@font-face {
  font-display: swap;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/work-sans-v19-latin_latin-ext-600.woff2") format("woff2");
}
/* work-sans-700 - latin_latin-ext */
@font-face {
  font-display: swap;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/work-sans-v19-latin_latin-ext-700.woff2") format("woff2");
}
@media (min-width: 1400px) {
  .container {
    max-width: 1440px;
  }
}

@media (max-width: 1400px) {
  .eds_containerFluidXXL {
    max-width: none;
    width: 100%;
  }
}

body {
  color: #000;
  font-size: 0.9rem;
  line-height: 1.3;
  font-family: "Work Sans", sans-serif;
}

.fa {
  font-family: "FontAwesome";
}

.EasyDNNSkin_NewsDaily {
  background-color: #fff;
  margin: auto;
  width: 100%;
  transition: all 0.5s ease;
  transform-origin: 50% 200px 0;
}

.eds_clearFix::before, .eds_clearFix::after {
  display: table;
  content: "";
  line-height: 0;
}
.eds_clearFix::after {
  clear: both;
}

a:link, a:active, a:visited {
  color: #ec3535;
  text-decoration: none;
}
a:hover {
  color: #000;
}

.carousel-indicators li {
  list-style-type: none;
}

.eds_topGrayPanes,
.eds_bottomGrayPanes,
.eds_topExtrudedPanes::before {
  background-color: #f7f7f7;
}

.eds_topExtrudedPanes,
.eds_grayPanesBottomExtruded {
  overflow: hidden;
}
.eds_topExtrudedPanes::before,
.eds_grayPanesBottomExtruded::before {
  content: "";
  display: block;
}

.eds_topExtrudedPanes::before {
  content: "";
  display: block;
  height: 90px;
}
.eds_topExtrudedPanes > div {
  margin-top: -90px;
}
.eds_topExtrudedPanes > div + div {
  margin-top: 0;
}

@media (min-width: 768px) {
  .eds_mdSticky {
    --offset: 4rem;
    position: -webkit-sticky;
    position: sticky;
    align-self: start;
    top: var(--offset);
    bottom: var(--offset);
  }
}
@media (min-width: 992px) {
  .eds_lgSticky {
    --offset: 4rem;
    position: -webkit-sticky;
    position: sticky;
    align-self: start;
    top: var(--offset);
  }
}
@media (min-width: 1200px) {
  .eds_xlSticky {
    --offset: 4rem;
    position: -webkit-sticky;
    position: sticky;
    align-self: start;
    top: var(--offset);
  }
}
@media (min-width: 1400px) {
  .eds_xxlSticky {
    --offset: 4rem;
    position: -webkit-sticky;
    position: sticky;
    align-self: start;
    top: var(--offset);
  }
}
.eds_grayPanesBottomExtruded {
  position: relative;
}
.eds_grayPanesBottomExtruded::before {
  position: absolute;
  top: 30%;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #f7f7f7;
}
.eds_grayPanesBottomExtruded > div {
  position: relative;
}

.eds_col20 {
  flex: 0 0 20%;
  width: 20%;
}
@media (max-width: 992px) {
  .eds_col20 {
    flex: 0 0 50%;
    width: 50%;
    order: 1;
  }
}

.eds_col60 {
  flex: 0 0 60%;
  width: 60%;
}
@media (max-width: 992px) {
  .eds_col60 {
    flex: 0 0 100%;
    width: 100%;
    order: 0;
  }
}

.eds_header {
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
}

.eds_headerTrigger {
  cursor: pointer;
  font-weight: 600;
  font-size: 0.87rem;
  transition: all 300ms;
  display: inline-block;
}
.eds_headerTrigger > i {
  margin: 0 0.5rem;
}
.eds_headerTrigger:hover {
  color: #ec3535;
}
.eds_headerTrigger.eds__headerModalTrigger {
  color: #ec3535;
}
.eds_headerTrigger.eds__headerModalTrigger:hover {
  color: #000;
}

.eds_headerRightPane {
  padding-left: 2rem;
}

.eds_popup {
  transform: translate3d(0, 20px, 0);
  transition: all 0.4s ease;
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.09);
  padding: 1rem;
  background-color: #fff;
  border: none;
  border-radius: 0;
}
.eds_popup.show {
  transform: translate3d(0, 0, 0);
}
.eds_popup.eds_searchPopup {
  width: 900px;
}
@media (max-width: 992px) {
  .eds_popup.eds_searchPopup {
    width: 600px;
  }
}
@media (max-width: 768px) {
  .eds_popup.eds_searchPopup {
    width: 400px;
  }
}

.eds_modalPaneTrigger {
  display: none;
}

.eds_headerLeftWrapper {
  position: relative;
}

#dnn_dnnSearch_ClassicSearch {
  display: flex;
}
#dnn_dnnSearch_ClassicSearch .searchInputContainer {
  margin: 0;
  flex: 1;
}
#dnn_dnnSearch_ClassicSearch .searchInputContainer .NormalTextBox {
  color: #444;
  background-color: transparent;
  outline: none;
  line-height: 30px;
  border: 1px solid #e1e1e1;
  width: 100%;
  max-width: 100%;
  padding: 0 9px;
}
#dnn_dnnSearch_ClassicSearch .searchInputContainer .NormalTextBox::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}
#dnn_dnnSearch_ClassicSearch .searchInputContainer .NormalTextBox::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
#dnn_dnnSearch_ClassicSearch .searchInputContainer .NormalTextBox:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
#dnn_dnnSearch_ClassicSearch .searchInputContainer .NormalTextBox:-moz-placeholder {
  color: inherit;
  opacity: 1;
}
#dnn_dnnSearch_ClassicSearch .searchInputContainer .NormalTextBox:focus, #dnn_dnnSearch_ClassicSearch .searchInputContainer .NormalTextBox:hover {
  box-shadow: none;
  outline: none;
}
#dnn_dnnSearch_ClassicSearch .SearchButton {
  text-decoration: none;
  display: inline-block;
  text-shadow: none;
  border: none;
  outline: none;
  transition: none;
  border-radius: 0;
  margin: 0;
  padding: 0 15px;
  background-color: #ec3535;
  font: 600 13px/30px "Work Sans", sans-serif;
  color: #fff;
  transition: all 0.3s ease;
  z-index: 1;
}
#dnn_dnnSearch_ClassicSearch .SearchButton:hover {
  background: #000;
}

.eds_modal,
.eds__modalOverlay {
  position: fixed;
}

.eds__modalOverlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: all 0.4s ease 0.3s;
  visibility: hidden;
}

.eds_modal {
  top: 50%;
  left: 50%;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  padding: 2rem;
  max-width: 90%;
  max-height: 90%;
  overflow: auto;
  z-index: 9999;
  width: 600px;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.12);
  opacity: 0;
  transform: scale(0.95) translate(-50%, -50%);
  transition: all 0.2s ease;
  visibility: hidden;
  min-height: 200px;
}

.eds__modalClose {
  position: absolute;
  top: 0;
  right: 0;
  color: #ec3535;
  cursor: pointer;
  display: inline-block;
  padding: 1rem;
}
.eds__modalClose > i {
  font-size: 1.5rem;
}
.eds__modalClose:hover {
  color: #000;
}
.eds__modalClose.eds_headerModalPaneClose {
  position: fixed;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  transition: all 300ms;
  top: 1rem;
  right: 1rem;
}
.eds__modalClose.eds_headerModalPaneClose:hover {
  color: #fff;
}

.eds__headerModalPane {
  width: 900px;
}

.eds_headerModalPaneVisible .eds__headerModalPane {
  visibility: visible;
  opacity: 1;
  transform: scale(1) translate(-50%, -50%);
}
.eds_headerModalPaneVisible .eds_headerModalPaneOverlay,
.eds_headerModalPaneVisible .eds__modalClose.eds_headerModalPaneClose {
  opacity: 1;
  visibility: visible;
}

.eds_userLoginWrapper {
  border: none;
  padding: 0;
}
@media (min-width: 768px) {
  .eds_userLoginWrapper {
    background-color: #fff;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
    min-width: 220px;
  }
}
@media (max-width: 768px) {
  .eds_userLoginWrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 2rem 2rem;
  }
}
.eds_userLoginWrapper .eds_userMenuHeader,
.eds_userLoginWrapper .eds_userData {
  padding: 0.6rem 1.2rem;
}
.eds_userLoginWrapper .eds_userMenuHeader {
  border-bottom: 1px solid #eaeaea;
  font-size: 13px;
  font-weight: 500;
}
.eds_userLoginWrapper .eds_userData {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.eds_userLoginWrapper .registerGroup,
.eds_userLoginWrapper .loginGroup {
  display: inline-block;
  vertical-align: middle;
}
.eds_userLoginWrapper .registerGroup {
  margin-left: 1rem;
}
@media (max-width: 768px) {
  .eds_userLoginWrapper .registerGroup {
    margin-right: 1rem;
    margin-left: 0;
  }
}
.eds_userLoginWrapper .registerGroup > ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.eds_userLoginWrapper .registerGroup > ul > li {
  list-style-type: none;
  margin: 0 0 0 1rem;
  padding: 0;
  display: flex;
  align-items: center;
}
.eds_userLoginWrapper .registerGroup > ul > li > a {
  color: #000;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
}
@media (max-width: 768px) {
  .eds_userLoginWrapper .registerGroup > ul > li > a {
    color: #fff;
    font-size: 1.5rem;
  }
}
.eds_userLoginWrapper .registerGroup > ul > li > a:hover {
  color: #ec3535;
}
.eds_userLoginWrapper .registerGroup > ul > li.userProfileImg {
  font-size: 0;
  line-height: 0;
  border: solid 1px #000;
  width: 39px;
  height: 39px;
  background-color: #ddd;
  overflow: hidden;
}
.eds_userLoginWrapper .registerGroup > ul > li.userProfileImg > a {
  display: inline-block;
  position: relative;
}
.eds_userLoginWrapper .registerGroup > ul > li.userProfileImg > a > img {
  height: 37px;
  width: 37px;
}
.eds_userLoginWrapper .registerGroup > ul > li.userMessages a, .eds_userLoginWrapper .registerGroup > ul > li.userNotifications a {
  display: inline-block;
  text-decoration: none;
  font-size: 0.8rem;
  line-height: 1;
  position: relative;
  transition: all 700ms;
  position: relative;
}
@media (max-width: 576px) {
  .eds_userLoginWrapper .registerGroup > ul > li.userMessages a, .eds_userLoginWrapper .registerGroup > ul > li.userNotifications a {
    padding: 0.8rem;
  }
}
.eds_userLoginWrapper .registerGroup > ul > li.userMessages a strong, .eds_userLoginWrapper .registerGroup > ul > li.userNotifications a strong {
  font-weight: normal;
  display: flex;
  align-items: center;
}
.eds_userLoginWrapper .registerGroup > ul > li.userMessages a strong::before, .eds_userLoginWrapper .registerGroup > ul > li.userNotifications a strong::before {
  font: 900 1.2rem/0.8rem "Font Awesome 6 Free";
  display: inline-block;
  margin-right: 0.2rem;
}
.eds_userLoginWrapper .registerGroup > ul > li.userMessages a:hover, .eds_userLoginWrapper .registerGroup > ul > li.userNotifications a:hover {
  text-decoration: none !important;
}
.eds_userLoginWrapper .registerGroup > ul > li.userMessages a > span, .eds_userLoginWrapper .registerGroup > ul > li.userNotifications a > span {
  display: inline-block;
  position: absolute;
  top: -15px;
  left: 14px;
  border: solid 2px #fff;
  background-color: #242424;
  height: 22px;
  min-width: 22px;
  color: #fff;
  font-size: 10px;
  line-height: 1.2;
  text-align: center;
  border-radius: 50%;
  padding: 0 3px;
}
.eds_userLoginWrapper .registerGroup > ul > li.userMessages a strong::before {
  content: "\f0e0";
  font-weight: 400;
}
.eds_userLoginWrapper .registerGroup > ul > li.userNotifications a strong::before {
  content: "\f06a";
}
.eds_userLoginWrapper .registerGroup > ul > li.userNotifications + .userDisplayName > a {
  font-size: 1rem;
  color: #ec3535;
}
.eds_userLoginWrapper .registerGroup > ul > li.userNotifications + .userDisplayName > a:hover {
  color: #000;
}
@media (max-width: 768px) {
  .eds_userLoginWrapper .loginGroup {
    border-left: solid 1px rgba(255, 255, 255, 0.8);
  }
}
.eds_userLoginWrapper .loginGroup > a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
}
@media (min-width: 768px) {
  .eds_userLoginWrapper .loginGroup > a {
    border-radius: 4px;
    background-color: #ec3535;
    font-size: 13px;
    font-weight: 500;
    padding: 9px 14px 11px;
  }
}
@media (max-width: 768px) {
  .eds_userLoginWrapper .loginGroup > a {
    font-size: 1.5rem;
    margin-left: 1rem;
  }
}
@media (min-width: 768px) {
  .eds_userLoginWrapper .loginGroup > a:hover {
    background-color: #000;
  }
}

.eds__mobileMenuModalTrigger,
.eds__mobileSearchTrigger {
  font-size: 1.4rem;
  padding: 1rem;
  text-align: center;
}

@media (max-width: 768px) {
  .eds_mobileModal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease 250ms;
    z-index: 9999;
  }
  .eds_mobileModal .eds__modalClose {
    color: #fff;
  }
  .eds_mobileModal .eds__modalClose,
.eds_mobileModal .eds_modalContent {
    z-index: 9999;
  }
  .eds_mobileModal .eds_modalContent {
    position: relative;
    top: 3rem;
  }
  .eds__mobileMenuModal {
    transform: translate3d(-99%, 0, 0);
  }
  .eds__mobileSearchModal {
    transform: translate3d(99%, 0, 0);
  }
  .eds__mobileMenuModalVisible .eds_mobileMenuModalOverlay {
    opacity: 1;
    visibility: visible;
    top: -20%;
    right: -20%;
    bottom: -20%;
    left: -20%;
  }
  .eds__mobileSearchModalVisible .eds_mobileSearchModalOverlay {
    opacity: 1;
    visibility: visible;
    top: -20%;
    right: -20%;
    bottom: -20%;
    left: -20%;
  }
  .eds__mobileMenuModalVisible .eds__mobileMenuModal {
    transform: translate3d(0, 0, 0);
    visibility: visible;
    opacity: 1;
    height: calc(100% + 1px);
  }
  .eds__mobileMenuModalVisible .EasyDNNSkin_NewsDaily {
    position: fixed;
    transform: scale3d(0.9, 0.9, 0.9);
    box-shadow: 0 0 46px #000;
    top: 0;
    bottom: 0;
  }
  .eds__mobileSearchModalVisible .eds__mobileSearchModal {
    transform: translate3d(0, 0, 0);
    visibility: visible;
    opacity: 1;
    height: calc(100% + 1px);
  }
  .eds__mobileSearchModalVisible .EasyDNNSkin_NewsDaily {
    position: fixed;
    transform: scale3d(0.9, 0.9, 0.9);
    box-shadow: 0 0 46px #000;
  }
}
.eds_logo2 > a {
  display: inline-block;
}
@media (max-width: 768px) {
  .eds_logo2 > a img {
    max-height: 50px;
    max-width: 100%;
  }
}

.eds__mobileSearchModal #dnn_dnnSearchMobile_ClassicSearch {
  display: block;
}
.eds__mobileSearchModal #dnn_dnnSearchMobile_ClassicSearch .searchInputContainer {
  margin: 0;
  position: relative;
  display: block;
}
.eds__mobileSearchModal #dnn_dnnSearchMobile_ClassicSearch .searchInputContainer::before, .eds__mobileSearchModal #dnn_dnnSearchMobile_ClassicSearch .searchInputContainer::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  bottom: 0;
  left: 0;
  opacity: 0.2;
}
.eds__mobileSearchModal #dnn_dnnSearchMobile_ClassicSearch .searchInputContainer::after {
  opacity: 0.8;
  transform: scaleX(0);
  transition: transform 0.5s ease 0.8s;
}
.eds__mobileSearchModal #dnn_dnnSearchMobile_ClassicSearch .searchInputContainer .NormalTextBox {
  color: #fff;
  background-color: transparent;
  border: 0;
  outline: none;
  line-height: 36px;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  width: 100%;
  max-width: 100%;
  padding: 0 1rem;
  margin: 0;
  height: 40px;
}
.eds__mobileSearchModal #dnn_dnnSearchMobile_ClassicSearch .searchInputContainer .NormalTextBox::-webkit-input-placeholder {
  color: transparent;
  opacity: 0;
}
.eds__mobileSearchModal #dnn_dnnSearchMobile_ClassicSearch .searchInputContainer .NormalTextBox::-moz-placeholder {
  color: transparent;
  opacity: 0;
}
.eds__mobileSearchModal #dnn_dnnSearchMobile_ClassicSearch .searchInputContainer .NormalTextBox:-ms-input-placeholder {
  color: transparent;
  opacity: 0;
}
.eds__mobileSearchModal #dnn_dnnSearchMobile_ClassicSearch .searchInputContainer .NormalTextBox:-moz-placeholder {
  color: transparent;
  opacity: 0;
}
.eds__mobileSearchModal #dnn_dnnSearchMobile_ClassicSearch .searchInputContainer .NormalTextBox:focus, .eds__mobileSearchModal #dnn_dnnSearchMobile_ClassicSearch .searchInputContainer .NormalTextBox:hover {
  box-shadow: none;
  outline: none;
}
.eds__mobileSearchModal #dnn_dnnSearchMobile_ClassicSearch .SearchButton {
  text-decoration: none;
  display: block;
  width: 30%;
  text-shadow: none;
  border: none;
  outline: none;
  transition: none;
  border-radius: 2px;
  margin: 1rem auto;
  padding: 0.5rem;
  background-color: #ec3535;
  font: 600 1.1rem/1.3 "Work Sans", sans-serif;
  color: #fff;
  transition: all 0.3s ease;
  z-index: 1;
  text-align: center;
}
.eds__mobileSearchModal #dnn_dnnSearchMobile_ClassicSearch .SearchButton:hover {
  background: #000;
}
.eds__mobileSearchModal .eds_modalContent h6 {
  color: #fff;
  font-weight: 400;
  font-size: 1rem;
  font-family: "Work Sans", sans-serif;
  margin: 1rem 0;
}

.eds__mobileSearchModalVisible .eds__mobileSearchModal #dnn_dnnSearchMobile_ClassicSearch .searchInputContainer::after {
  transform: scaleX(1);
}

.eds_headerHeightHolder {
  display: none;
}

.eds_fixedLogo {
  display: none;
}
.eds_fixedLogo > a {
  display: inline-block;
}
.eds_fixedLogo > a img {
  max-height: 40px;
}

.eds_language {
  margin-right: 2rem;
}
.eds_language > div {
  text-align: center;
}
.eds_language > div > span {
  margin: 0 3px;
  padding: 1px;
  line-height: 0;
  border: solid 1px transparent;
  opacity: 0.5;
  display: inline-block;
  transition: opacity 0.3s linear;
}
.eds_language > div > span a:link {
  box-shadow: none !important;
  background-color: transparent !important;
}
.eds_language > div > span:hover {
  opacity: 1;
}
.eds_language > div > span.selected {
  border-color: #ec3535;
  opacity: 1;
}

.eds_header1 .eds_headerMenu {
  border-top: solid 1px #eaeaea;
}

.eds_header2 .eds_topWrapper {
  background-color: #ec3535;
}
.eds_header2 .eds_logo2 {
  margin-right: 2rem;
  padding: 2rem 6rem 2rem 0;
}
@media (max-width: 768px) {
  .eds_header2 .eds_logo2 {
    padding: 0.5rem 1rem 0.5rem 0;
    margin-right: 0;
  }
}
.eds_header2 .eds_logo2 > a img,
.eds_header2 .eds_fixedLogo > a img {
  max-width: 300px;
  max-height: 80px;
}
@media (max-width: 992px) {
  .eds_header2 .eds_logo2 > a img,
.eds_header2 .eds_fixedLogo > a img {
    max-width: 100px;
  }
}
.eds_header2 .eds_fixedLogo {
  padding: 0.5rem 2rem 0.5rem 0;
}
.eds_header2 .eds_logo2,
.eds_header2 .eds_fixedLogo {
  position: relative;
}
.eds_header2 .eds_logo2 > a,
.eds_header2 .eds_fixedLogo > a {
  position: relative;
  z-index: 1;
}
.eds_header2 .eds_logo2::before,
.eds_header2 .eds_fixedLogo::before {
  content: "";
  background-color: #fff;
  position: absolute;
  width: 9999px;
  top: 0;
  right: 0;
  bottom: 0;
  transform: skew(-25deg);
}
.eds_header2 .eds_headerMenu {
  background-color: #eaeaea;
}
.eds_header2 .eds_headerTrigger {
  color: #fff;
}
.eds_header2 .eds_headerTrigger:hover {
  color: #000;
}
.eds_header2 .eds_headerTrigger.eds__mobileMenuModalTrigger {
  position: relative;
  z-index: 1;
}
.eds_header2 .eds_headerTrigger.eds__mobileSearchTrigger, .eds_header2 .eds_headerTrigger.eds__mobileMenuModalTrigger {
  color: #000;
}
.eds_header2 .eds_language > div > span.selected {
  border-color: #fff;
}
.eds_header2 .responsAbilityMenu {
  justify-content: start;
  align-items: stretch;
}
.eds_header2 .responsAbilityMenu .raMenuWrapper > ol > .edsmm_menuItem > span::before, .eds_header2 .responsAbilityMenu .raMenuWrapper > ol > .edsmm_menuItem > span::after {
  content: "";
  position: absolute;
  background-color: #ec3535;
  width: 0%;
  height: 6px;
  bottom: 0;
  transition: width 0.8s cubic-bezier(0, -0.55, 0.265, 1.55);
}
@media (min-width: 768px) {
  .eds_header2 .responsAbilityMenu .raMenuWrapper > ol > .edsmm_menuItem > span::before, .eds_header2 .responsAbilityMenu .raMenuWrapper > ol > .edsmm_menuItem > span::after {
    content: "";
  }
}
.eds_header2 .responsAbilityMenu .raMenuWrapper > ol > .edsmm_menuItem > span::before {
  left: 0;
}
.eds_header2 .responsAbilityMenu .raMenuWrapper > ol > .edsmm_menuItem > span::after {
  right: 0;
}
.eds_header2 .responsAbilityMenu .raMenuWrapper > ol > .edsmm_menuItem:hover > span::before, .eds_header2 .responsAbilityMenu .raMenuWrapper > ol > .edsmm_menuItem:hover > span::after {
  width: 100%;
}
.eds_header2 .eds__mobileMenuModalTrigger,
.eds_header2 .eds__mobileSearchTrigger {
  padding: 0.5rem;
  margin-left: auto;
}
.eds_header2 .eds_headerRightPane {
  padding-left: 0;
}

.eds_header3 .eds_topWrapper {
  background-color: #000;
}
.eds_header3 .eds_logo2 {
  margin-right: 2rem;
  padding: 2rem 6rem 2rem 0;
}
@media (max-width: 1400px) {
  .eds_header3 .eds_logo2 {
    padding: 0.5rem 1rem 0.5rem 0;
    margin-right: 1rem;
  }
}
@media (max-width: 576px) {
  .eds_header3 .eds_logo2 {
    margin-right: 0.3rem;
  }
}
.eds_header3 .eds_logo2 > a img {
  max-width: 300px;
  max-height: 80px;
}
@media (max-width: 1200px) {
  .eds_header3 .eds_logo2 > a img {
    max-width: 100%;
  }
}
.eds_header3 .eds_fixedLogo {
  padding: 0.5rem 2rem 0.5rem 0;
}
.eds_header3 .eds_headerMenu {
  background-color: #eaeaea;
}
.eds_header3 .eds_headerTrigger {
  color: #fff;
}
.eds_header3 .eds_headerTrigger:hover {
  color: #ec3535;
}
.eds_header3 .eds_headerTrigger.eds__mobileMenuModalTrigger {
  position: relative;
  z-index: 1;
}
.eds_header3 .eds_headerTrigger.eds__mobileSearchTrigger, .eds_header3 .eds_headerTrigger.eds__mobileMenuModalTrigger {
  color: #000;
}
.eds_header3 .responsAbilityMenu {
  justify-content: start;
  align-items: center;
}
.eds_header3 .responsAbilityMenu .raMenuWrapper > ol > .edsmm_menuItem > span::before, .eds_header3 .responsAbilityMenu .raMenuWrapper > ol > .edsmm_menuItem > span::after {
  position: absolute;
  background-color: #ec3535;
  width: 0%;
  height: 6px;
  bottom: 0;
  transition: width 0.8s cubic-bezier(0, -0.55, 0.265, 1.55);
}
@media (min-width: 768px) {
  .eds_header3 .responsAbilityMenu .raMenuWrapper > ol > .edsmm_menuItem > span::before, .eds_header3 .responsAbilityMenu .raMenuWrapper > ol > .edsmm_menuItem > span::after {
    content: "";
  }
}
.eds_header3 .responsAbilityMenu .raMenuWrapper > ol > .edsmm_menuItem > span::before {
  left: 0;
}
.eds_header3 .responsAbilityMenu .raMenuWrapper > ol > .edsmm_menuItem > span::after {
  right: 0;
}
.eds_header3 .responsAbilityMenu .raMenuWrapper > ol > .edsmm_menuItem:hover > span::before, .eds_header3 .responsAbilityMenu .raMenuWrapper > ol > .edsmm_menuItem:hover > span::after {
  width: 100%;
}
@media (max-width: 576px) {
  .eds_header3 .eds__mobileMenuModalTrigger,
.eds_header3 .eds__mobileSearchTrigger {
    padding: 0;
  }
}
@media (max-width: 576px) {
  .eds_header3 .eds_headerRightPane {
    padding-left: 0;
  }
}

.eds_header4 .eds_logo,
.eds_header5 .eds_logo {
  position: relative;
  margin-right: 2rem;
  padding: 10px 5rem;
  display: flex;
  align-items: center;
}
@media (max-width: 1400px) {
  .eds_header4 .eds_logo,
.eds_header5 .eds_logo {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
@media (max-width: 1200px) {
  .eds_header4 .eds_logo,
.eds_header5 .eds_logo {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.eds_header4 .eds_logo > a,
.eds_header5 .eds_logo > a {
  position: relative;
  z-index: 1;
  display: block;
}
.eds_header4 .eds_logo > a img,
.eds_header5 .eds_logo > a img {
  transition: all 600ms;
  max-height: 55px;
}
@media (max-width: 1200px) {
  .eds_header4 .eds_logo > a img,
.eds_header5 .eds_logo > a img {
    max-height: 50px;
    max-width: 100%;
  }
}
.eds_header4 .eds_logo::before,
.eds_header5 .eds_logo::before {
  content: "";
  background-color: #fff;
  position: absolute;
  width: 9999px;
  top: 0;
  right: 0;
  bottom: 0;
  transform: skew(-25deg);
}
@media (max-width: 768px) {
  .eds_header4 .eds__mobileMenuModalTrigger,
.eds_header4 .eds__mobileSearchTrigger,
.eds_header5 .eds__mobileMenuModalTrigger,
.eds_header5 .eds__mobileSearchTrigger {
    font-size: 1rem;
    padding: 0.7rem;
  }
}

.eds_header4 {
  background-color: #eaeaea;
}
.eds_header4 .eds_headerTrigger {
  color: #ec3535;
}
.eds_header4 .eds_headerTrigger:hover {
  color: #000;
}

.eds_header5 {
  background-color: #000;
}
.eds_header5 .eds_headerTrigger {
  color: #fff;
}
.eds_header5 .eds_headerTrigger:hover {
  color: #000;
}
.eds_header5 .eds_headerTools {
  position: relative;
  padding-left: 2rem;
}
@media (max-width: 992px) {
  .eds_header5 .eds_headerTools {
    padding-left: 1rem;
  }
}
.eds_header5 .eds_headerTools > div {
  position: relative;
  z-index: 1;
}
.eds_header5 .eds_headerTools::before {
  content: "";
  background-color: #ec3535;
  position: absolute;
  width: 9999px;
  top: 0;
  bottom: 0;
  left: 0;
  transform: skew(-25deg);
}
.eds_header5 .responsAbilityMenu .raMenuWrapper > ol > .edsmm_menuItem > span::before, .eds_header5 .responsAbilityMenu .raMenuWrapper > ol > .edsmm_menuItem > span::after {
  position: absolute;
  background-color: #ec3535;
  width: 0%;
  height: 6px;
  bottom: 0;
  transition: width 0.8s cubic-bezier(0, -0.55, 0.265, 1.55);
}
@media (min-width: 768px) {
  .eds_header5 .responsAbilityMenu .raMenuWrapper > ol > .edsmm_menuItem > span::before, .eds_header5 .responsAbilityMenu .raMenuWrapper > ol > .edsmm_menuItem > span::after {
    content: "";
  }
}
.eds_header5 .responsAbilityMenu .raMenuWrapper > ol > .edsmm_menuItem > span::before {
  left: 0;
}
.eds_header5 .responsAbilityMenu .raMenuWrapper > ol > .edsmm_menuItem > span::after {
  right: 0;
}
.eds_header5 .responsAbilityMenu .raMenuWrapper > ol > .edsmm_menuItem > span .edsmm_itemContainer {
  color: #fff;
}
.eds_header5 .responsAbilityMenu .raMenuWrapper > ol > .edsmm_menuItem:hover > span::before, .eds_header5 .responsAbilityMenu .raMenuWrapper > ol > .edsmm_menuItem:hover > span::after {
  width: 100%;
}
.eds_header5 .responsAbilityMenu .raMenuWrapper > ol > .edsmm_menuItem:hover > span .edsmm_itemContainer {
  color: #fff;
}
@media (min-width: 768px) {
  .eds_header5 .responsAbilityMenu .raMenuWrapper > ol .edsmm_menuItem.edsmm_hasChild > span > .edsmm_itemContainer::after {
    border-top-color: #fff;
  }
}
.eds_header5 .responsAbilityMenu .raMenuWrapper .edsmm_level_1 .edsmm_menuItem.edsmm_hasChild > span > .edsmm_itemContainer::after {
  border-top-color: #000;
}
.eds_header5 .eds__mobileMenuModalTrigger:hover,
.eds_header5 .eds__mobileSearchTrigger:hover {
  color: #ec3535;
}

.eds_header6 {
  background-color: #eaeaea;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  transition: all 400ms;
}
@media (max-width: 768px) {
  .eds_header6 {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
  }
}
.eds_header6 .eds_logo {
  display: flex;
  align-items: center;
}
.eds_header6 .eds_logo > a img {
  transition: all 400ms;
  max-height: 80px;
  max-width: 300px;
}
@media (max-width: 1200px) {
  .eds_header6 .eds_logo > a img {
    max-height: 50px;
    max-width: 100%;
  }
}
.eds_header6 .eds_headerTrigger.eds__headerModalTrigger {
  color: #000;
}
.eds_header6 .eds_headerTrigger.eds__headerModalTrigger:hover {
  color: #ec3535;
}
@media (max-width: 1200px) {
  .eds_header6 .responsAbilityMenu .raMenuWrapper > ol > .edsmm_menuItem > span .edsmm_itemContainer {
    padding-right: 5px;
    padding-left: 5px;
  }
}

.eds_stickyHeader {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 999;
}

@media (max-width: 768px) {
  .eds__fixedHeader {
    -webkit-animation: none;
            animation: none;
    z-index: 999;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
}

@media (min-width: 768px) {
  .eds_pageScrolled .eds__fixedHeader {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-animation-name: header;
            animation-name: header;
    -webkit-animation-duration: 500ms;
            animation-duration: 500ms;
  }
}
.eds_pageScrolled .eds__fixedHeader .eds_headerTools {
  display: none !important;
}
.eds_pageScrolled .eds_headerHeightHolder {
  display: block;
}
@media (max-width: 768px) {
  .eds_pageScrolled .eds_headerHeightHolder {
    display: none;
  }
}
.eds_pageScrolled .eds_header1 .responsAbilityMenu {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.eds_pageScrolled .eds_header1 .eds_mobileModal {
  flex: 0 0 100%;
}
.eds_pageScrolled .responsAbilityMenu {
  display: flex;
  justify-content: space-between;
}
.eds_pageScrolled .responsAbilityMenu .eds_fixedLogo {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .eds_pageScrolled .eds_fixedLogo {
    display: none;
  }
}
@media (min-width: 768px) {
  .eds_pageScrolled .eds_header2 .eds_logo2,
.eds_pageScrolled .eds_header3 .eds_logo2 {
    display: none !important;
  }
}
.eds_pageScrolled .eds_header2 .eds_fixedLogo,
.eds_pageScrolled .eds_header3 .eds_fixedLogo {
  margin-right: 2rem;
}
.eds_pageScrolled .eds_header2 .eds_fixedLogo > a img {
  max-height: 55px;
}
.eds_pageScrolled .eds_header6 {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
.eds_pageScrolled .eds_header6 .eds_logo > a img {
  max-height: 50px;
}

@-webkit-keyframes header {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes header {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.eds_footer {
  background-color: #eaeaea;
  padding-top: 2rem;
  padding-bottom: 1rem;
}

.eds_footerTop {
  border-bottom: solid 3px #000;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
}

.eds_footerLogo > a {
  display: inline-block;
}
.eds_footerLogo > a img {
  max-height: 50px;
}

.eds_footerMenu {
  margin: 0;
  padding: 0;
}
.eds_footerMenu > li {
  list-style: none;
  display: inline-block;
  margin-left: 1.5rem;
}
.eds_footerMenu > li > a {
  font-size: 0.9rem;
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
}
.eds_footerMenu > li > a:link, .eds_footerMenu > li > a:active, .eds_footerMenu > li > a:visited {
  color: #000;
}
.eds_footerMenu > li > a:hover {
  color: #ec3535;
}

.eds_termsPrivacy {
  color: #000;
}
.eds_termsPrivacy .eds_terms,
.eds_termsPrivacy .eds_privacy {
  text-decoration: none;
  color: inherit;
}
.eds_termsPrivacy .eds_terms:hover,
.eds_termsPrivacy .eds_privacy:hover {
  color: #ec3535;
}

.eds_footerPane {
  margin-bottom: 2rem;
}

.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::after {
  position: absolute;
  height: 1.5rem;
  width: 100%;
  right: 0;
  left: 0;
  bottom: -1rem;
  content: "";
  display: none;
}
.raMenuWrapper > ol .edsmm_menuItem.edsmm_megaMenu:hover::after {
  display: block;
}
.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 {
  top: auto;
  right: 0;
  left: 0;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
}
.raMenuWrapper > ol .edsmm_menuItem.edsmm_megaMenu.edsmm_pageWidth > div {
  width: calc(1440px - 1.5rem);
  max-width: calc(100% - 1.5rem);
}
.raMenuWrapper > ol .edsmm_menuItem.edsmm_megaMenu.edsmm_fullWidth > div {
  width: 100%;
  max-width: calc(100% - 1.5rem);
}
.raMenuWrapper > ol .edsmm_menuItem > div::before {
  position: absolute;
  height: 0.125rem;
  width: 100%;
  right: 0;
  left: 0;
  bottom: 100%;
  content: "";
  display: block;
}
.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,
.edsmm_megaMenu.edsmm_multiColumn > div .edsmm_topContainer,
.edsmm_megaMenu.edsmm_multiColumn > div .edsmm_bottomContainer {
  width: 100%;
}
.edsmm_megaMenu.edsmm_multiColumn > div .edsmm_menuListsContainer > ol > .edsmm_menuItem > div {
  position: static;
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
  transform: none !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;
}

@media (max-width: 768px) {
  .responsAbilityMenu .raMenuWrapper {
    display: block !important;
  }
  .responsAbilityMenu .raMenuWrapper > ol > .edsmm_menuItem {
    display: block;
  }
  .responsAbilityMenu .raMenuWrapper > ol .edsmm_menuItem.edsmm_hasChild > span > .edsmm_childIndicator, .responsAbilityMenu .raMenuWrapper > ol .edsmm_menuItem.edsmm_megaMenu > span > .edsmm_childIndicator {
    display: inline-block;
  }
  .responsAbilityMenu .raMenuWrapper > ol .edsmm_menuItem:hover > div {
    opacity: 0 !important;
    visibility: hidden !important;
  }
  .responsAbilityMenu .raMenuWrapper > ol .edsmm_menuItem:hover > div > * {
    display: none !important;
  }
  .responsAbilityMenu .raMenuWrapper > ol .edsmm_menuItem.edsmm_megaMenu .edsmm_menuItem.edsmm_hasChild .edsmm_childIndicator {
    display: none;
  }
  .responsAbilityMenu .raMenuWrapper > ol .edsmm_menuItem.edsmm_megaMenu > div > div {
    float: none;
    width: auto !important;
  }
  .responsAbilityMenu .raMenuWrapper > ol .edsmm_menuItem.edsmm_megaMenu > div > .edsmm_menuListsContainer > ol > li {
    float: none !important;
    display: block !important;
    width: auto !important;
  }
  .responsAbilityMenu .raMenuWrapper > ol .edsmm_menuItem.edsmm_megaMenu.raItemOpened .edsmm_menuItem > div {
    opacity: 1 !important;
    visibility: visible !important;
  }
  .responsAbilityMenu .raMenuWrapper > ol .edsmm_menuItem.edsmm_megaMenu.raItemOpened .edsmm_menuItem > div > * {
    display: block !important;
  }
  .responsAbilityMenu .raMenuWrapper > ol .edsmm_menuItem.raItemOpened > div {
    opacity: 1 !important;
    visibility: visible !important;
  }
  .responsAbilityMenu .raMenuWrapper > ol .edsmm_menuItem.raItemOpened > div > div {
    background-color: #fff;
  }
  .responsAbilityMenu .raMenuWrapper > ol .edsmm_menuItem.raItemOpened > div > * {
    display: block !important;
  }
  .responsAbilityMenu .raMenuWrapper ol .edsmm_menuItem > div {
    position: static !important;
    min-width: 0;
    width: auto !important;
    max-width: none;
  }
}
.edsmm_childIndicator {
  cursor: pointer;
}

.responsAbilityMenu .raMenuWrapper .edsmm_menuListsContainer > ol {
  margin: 0;
  padding: 0;
}
.responsAbilityMenu .raMenuWrapper .edsmm_menuListsContainer > ol > li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.responsAbilityMenu .raMenuWrapper > ol {
  display: flex;
  flex-flow: row wrap;
  list-style: none;
  align-items: center;
}
@media (max-width: 768px) {
  .responsAbilityMenu .raMenuWrapper > ol {
    flex-direction: column;
    align-items: start;
  }
}
.responsAbilityMenu .raMenuWrapper > ol > .edsmm_menuItem > span .edsmm_itemContainer {
  font-size: 16px;
}
.responsAbilityMenu .raMenuWrapper > ol > .edsmm_menuItem:hover > span .edsmm_itemContainer {
  color: #ec3535;
}
.responsAbilityMenu .raMenuWrapper > ol .edsmm_menuItem.edsmm_active > span .edsmm_itemContainer {
  color: #ec3535;
}
@media (max-width: 768px) {
  .responsAbilityMenu .raMenuWrapper .edsmm_menuItem {
    color: #3C4858;
    margin: 5px 15px;
    width: 100%;
  }
}
.responsAbilityMenu .raMenuWrapper .edsmm_menuItem > span {
  display: block;
}
.responsAbilityMenu .raMenuWrapper .edsmm_menuItem .edsmm_itemContainer {
  position: relative;
  color: #000;
  padding: 0 10px;
  font-weight: 600;
  font-size: 14px;
  line-height: 42px;
  display: block;
  color: inherit;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
}
@media (max-width: 768px) {
  .responsAbilityMenu .raMenuWrapper .edsmm_menuItem .edsmm_itemContainer {
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.3;
  }
}
.responsAbilityMenu .raMenuWrapper .edsmm_menuItem .edsmm_itemContainer::before, .responsAbilityMenu .raMenuWrapper .edsmm_menuItem .edsmm_itemContainer::after {
  content: "";
}
.responsAbilityMenu .raMenuWrapper .edsmm_menuItem .edsmm_itemContainer::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  border-radius: inherit;
  display: block;
}
.responsAbilityMenu .raMenuWrapper .edsmm_menuItem.edsmm_hasChild > span {
  position: relative;
}
.responsAbilityMenu .raMenuWrapper .edsmm_menuItem.edsmm_hasChild > span > .edsmm_itemContainer::after {
  display: inline-block;
}
@media (max-width: 768px) {
  .responsAbilityMenu .raMenuWrapper .edsmm_menuItem.edsmm_hasChild > span > .edsmm_itemContainer::after {
    display: none;
  }
}
.responsAbilityMenu .raMenuWrapper .edsmm_menuItem > div {
  position: static;
  padding: 0.3125rem 0;
  border: 0;
  transform: scale(0);
  transform-origin: 0 0;
  will-change: transform, opacity;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  top: 100%;
  left: 0;
  z-index: 1000;
  min-width: 10rem;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border-radius: 0.25rem;
}
@media (min-width: 768px) {
  .responsAbilityMenu .raMenuWrapper .edsmm_menuItem > div {
    position: absolute;
  }
}
@media (max-width: 768px) {
  .responsAbilityMenu .raMenuWrapper .edsmm_menuItem > div {
    background-color: transparent;
    border: 0;
    padding-bottom: 0;
    transition: none;
    box-shadow: none;
    transform: none !important;
    width: auto;
    margin-bottom: 0;
    padding-top: 0;
    -webkit-animation: none;
    animation: none;
    opacity: 1;
    overflow-y: auto;
    display: none;
  }
}
.responsAbilityMenu .raMenuWrapper .edsmm_menuItem .edsmm_level_1 .edsmm_menuListsContainer .edsmm_menuItem > div {
  left: 100%;
  top: 0;
}
.responsAbilityMenu .raMenuWrapper .edsmm_menuItem:last-child > div {
  left: auto;
  right: 0;
}
.responsAbilityMenu .raMenuWrapper .edsmm_menuItem:last-child .edsmm_level_1 .edsmm_menuListsContainer .edsmm_menuItem > div {
  left: auto;
  right: 100%;
}
@media (min-width: 768px) {
  .responsAbilityMenu .raMenuWrapper .edsmm_menuItem:hover > div {
    display: block;
    opacity: 1;
    transform: scale(1);
  }
}
.responsAbilityMenu .raMenuWrapper .edsmm_menuItem.raItemOpened > div {
  display: block;
  opacity: 1;
  transform: scale(1);
}
.responsAbilityMenu .raMenuWrapper .edsmm_level_1 .edsmm_menuItem .edsmm_itemContainer {
  padding: 0.75rem 1.25rem 0.75rem 0.75rem;
  position: relative;
  width: auto;
  display: flex;
  flex-flow: nowrap;
  align-items: center;
  color: #333;
  font-weight: normal;
  text-decoration: none;
  font-size: 0.8125rem;
  border-radius: 0.125rem;
  margin: 0 0.3125rem;
  transition: all 150ms linear;
  min-width: 7rem;
  padding: 0.625rem 1.25rem;
  overflow: hidden;
  line-height: 1.42857;
  text-overflow: ellipsis;
  word-wrap: break-word;
  text-transform: none;
}
.responsAbilityMenu .raMenuWrapper .edsmm_level_1 .edsmm_menuItem.edsmm_active > span > .edsmm_itemContainer,
.responsAbilityMenu .raMenuWrapper .edsmm_level_1 .edsmm_menuItem .edsmm_itemContainer:hover {
  color: #ec3535;
}

.raMenuWrapper > ol .edsmm_menuItem.edsmm_hasChild .edsmm_childIndicator::before,
.responsAbilityMenu .raMenuWrapper .edsmm_menuItem.edsmm_hasChild > span > .edsmm_itemContainer::after {
  width: 0;
  height: 0;
  margin-left: 0.255em;
  cursor: pointer;
  display: none;
}

@media (min-width: 768px) {
  .responsAbilityMenu .raMenuWrapper .edsmm_menuItem.edsmm_hasChild > span > .edsmm_itemContainer::after {
    border-top: 0.3em solid #000;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    vertical-align: 0.15em;
    display: inline-block;
  }
}

@media (max-width: 768px) {
  .raMenuWrapper > ol .edsmm_menuItem.edsmm_hasChild > span > .edsmm_childIndicator {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50px;
  }
}
.raMenuWrapper > ol .edsmm_menuItem.edsmm_hasChild > span > .edsmm_childIndicator::before {
  position: absolute;
  content: "";
  right: 16px;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  transition: all 200ms;
  vertical-align: 0.255em;
  border-top: 0.5em solid #fff;
  border-right: 0.5em solid transparent;
  border-bottom: 0;
  border-left: 0.5em solid transparent;
}

.raMenuWrapper > ol .edsmm_menuItem.edsmm_hasChild.raItemOpened > span > .edsmm_childIndicator::before {
  transform: translateY(-50%) rotate(180deg);
}

.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
  font-family: "PT Serif", serif;
  color: #000;
  font-weight: 600;
}

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

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

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

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

.eds_megaLargeText {
  font-size: 12rem !important;
  line-height: 1.1 !important;
}

b, strong {
  font-weight: 700;
}

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

ul.eds_listCircle, ul.eds_listStar, ul.eds_listCheckSquare, ul.eds_listChevronCircle, ul.eds_listCircleO, ul.eds_listCheck, ul.eds_listCheckSquareO, ul.eds_listPaperclip, ul.eds_listSkew {
  margin: 0 0 2rem;
}
ul.eds_listCircle > li, ul.eds_listStar > li, ul.eds_listCheckSquare > li, ul.eds_listChevronCircle > li, ul.eds_listCircleO > li, ul.eds_listCheck > li, ul.eds_listCheckSquareO > li, ul.eds_listPaperclip > li, ul.eds_listSkew > li {
  margin: 0 0 0.5rem;
  position: relative;
  padding: 0 0 0 1rem;
  list-style-type: none;
}
ul.eds_listCircle > li::before, ul.eds_listStar > li::before, ul.eds_listCheckSquare > li::before, ul.eds_listChevronCircle > li::before, ul.eds_listCircleO > li::before, ul.eds_listCheck > li::before, ul.eds_listCheckSquareO > li::before, ul.eds_listPaperclip > li::before, ul.eds_listSkew > li::before {
  position: absolute;
  left: 0;
  top: 0;
  color: #ec3535;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
ul.eds_listCircle > li::before {
  content: "\f111";
  font-size: 0.5rem;
  line-height: 2.8;
}
ul.eds_listStar > li::before {
  content: "\f005";
  font-size: 0.8rem;
  line-height: 1.7;
}
ul.eds_listCheckSquare > li {
  padding-left: 1.2rem;
}
ul.eds_listCheckSquare > li::before {
  content: "\f14a";
  font-size: 1rem;
  line-height: 1.4;
}
ul.eds_listChevronCircle > li::before {
  content: "\f138";
  font-size: 0.9rem;
  line-height: 1.5;
}
ul.eds_listCircleO > li::before {
  content: "\f111";
  font-size: 0.5rem;
  line-height: 2.8;
  font-weight: normal;
}
ul.eds_listCheck > li::before {
  content: "\f00c";
  font-size: 0.9rem;
  line-height: 1.4;
}
ul.eds_listCheckSquareO > li::before {
  content: "\f14a";
  font-size: 1rem;
  line-height: 1.4;
  font-weight: normal;
}
ul.eds_listPaperclip > li {
  padding-left: 1.2rem;
}
ul.eds_listPaperclip > li::before {
  content: "\f0c6";
  font-size: 1rem;
  line-height: 1.2;
}
ul.eds_listSkew {
  margin: 0 0 2rem;
}
ul.eds_listSkew > li {
  margin: 0 0 0.5rem;
  position: relative;
  padding: 0 0 0 2.5rem;
  list-style-type: none;
}
ul.eds_listSkew > li::before {
  content: "";
  top: 7px;
  background-color: #ec3535;
  width: 30px;
  height: 11px;
  -webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
          clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}
ul.eds_listSkew.eds_big > li {
  margin-bottom: 2rem;
  padding-left: 70px;
}
ul.eds_listSkew.eds_big > li::before {
  top: calc(50% - 12px);
  width: 55px;
  height: 24px;
}
ul.eds_iconList {
  margin: 1rem 0;
  padding: 0;
}
ul.eds_iconList li {
  list-style-type: none;
  display: flex;
  margin: 0.5rem 0;
  padding: 0;
}
ul.eds_iconList li a {
  color: inherit;
}

.eds_titleBorder {
  border-bottom: solid 3px #ec3535;
}

h1.eds_titleBorder {
  margin: 0 0 2rem;
  padding: 2rem 0 1rem;
}

h2.eds_titleBorder {
  margin: 0 0 1.5rem;
  padding: 1.5rem 0 0.75rem;
}

h3.eds_titleBorder,
h4.eds_titleBorder,
h5.eds_titleBorder {
  margin: 0 0 1rem;
  padding: 1rem 0 0.5rem;
}

.eds_title1 {
  padding-bottom: 1rem;
  position: relative;
}

.eds_title1::before,
.eds_title1 .eds_boxTitle::before,
.eds_title1 .eds_boxTitle::after {
  content: "";
  width: 3rem;
  height: 0.5rem;
  background-color: #f0f0f0;
  position: absolute;
  bottom: 0;
  -webkit-clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
          clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
}

.eds_title1::before {
  left: 0;
}

.eds_title1 .eds_boxTitle::before {
  left: 3.5rem;
}

.eds_title1 .eds_boxTitle::after {
  left: 7rem;
}

.eds_title1.eds_primary::before,
.eds_title1.eds_primary .eds_boxTitle::before,
.eds_title1.eds_primary .eds_boxTitle::after {
  background-color: #ec3535;
}

.eds_title1.eds_center {
  text-align: center;
}
.eds_title1.eds_center::before {
  left: calc(50% - 4.5rem);
}
.eds_title1.eds_center .eds_boxTitle::before {
  left: calc(50% - 1.5rem);
}
.eds_title1.eds_center .eds_boxTitle::after {
  left: calc(50% + 1.5rem);
}

.eds_title2,
.eds_title2 > div,
.eds_title2 > div > div {
  position: relative;
}
.eds_title2::before, .eds_title2::after,
.eds_title2 > div::before,
.eds_title2 > div::after,
.eds_title2 > div > div::before,
.eds_title2 > div > div::after {
  content: "";
  height: 0.5rem;
  position: absolute;
}

.eds_title2::before,
.eds_title2 > div::before,
.eds_title2 > div::after {
  background-color: #ec3535;
}

.eds_title2::after,
.eds_title2 > div > div::before,
.eds_title2 > div > div::after {
  background-color: #f0f0f0;
}

.eds_title2 > div::before, .eds_title2 > div::after,
.eds_title2 > div > div::before,
.eds_title2 > div > div::after {
  width: 3rem;
}

.eds_title2 {
  overflow: hidden;
  position: relative;
  text-align: center;
}
.eds_title2::before {
  top: 0;
  left: 0;
  right: calc(48% + 7rem);
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 0.5rem) 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, calc(100% - 0.5rem) 100%, 0% 100%);
}
.eds_title2::after {
  right: -1rem;
  bottom: 0;
  -webkit-clip-path: polygon(0.5rem 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0.5rem 0%, 100% 0%, 100% 100%, 0% 100%);
  left: calc(48% + 7rem);
}
.eds_title2 > div::before, .eds_title2 > div::after {
  top: 0;
  -webkit-clip-path: polygon(0.5rem 0%, 100% 0%, calc(100% - 0.5rem) 100%, 0% 100%);
          clip-path: polygon(0.5rem 0%, 100% 0%, calc(100% - 0.5rem) 100%, 0% 100%);
}
.eds_title2 > div::before {
  right: calc(48% + 3.5rem);
}
.eds_title2 > div::after {
  right: 48%;
}
.eds_title2 > div > div {
  padding: 2rem;
}
.eds_title2 > div > div::before, .eds_title2 > div > div::after {
  bottom: 0;
  -webkit-clip-path: polygon(0.5rem 0%, 100% 0%, calc(100% - 0.5rem) 100%, 0% 100%);
          clip-path: polygon(0.5rem 0%, 100% 0%, calc(100% - 0.5rem) 100%, 0% 100%);
}
.eds_title2 > div > div::before {
  left: calc(48% + 3.5rem);
}
.eds_title2 > div > div::after {
  left: 48%;
}

.eds_title3 {
  padding: 2rem 0 2rem 2.5rem;
  box-shadow: 0.5rem 0 0 #ec3535 inset;
}

.eds_title4 {
  padding: 2rem;
  box-shadow: 0.5rem 0 0 #f0f0f0 inset, -0.5rem 0 0 #f0f0f0 inset;
}

.eds_title5 .eds_boxSubtitle {
  display: inline-block;
  color: #fff;
  -webkit-clip-path: polygon(0 0, 100% 0%, calc(100% - 2rem) 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, calc(100% - 2rem) 100%, 0% 100%);
  padding: 1rem 4rem 1rem 2rem;
}

.eds_title6 {
  position: relative;
}
.eds_title6::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 3rem;
  -webkit-clip-path: polygon(0 0, 100% 0%, calc(100% - 0.5rem) 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, calc(100% - 0.5rem) 100%, 0% 100%);
  background-color: #f0f0f0;
  right: 30%;
  height: 0.8rem;
}
.eds_title6 .eds_boxIcon {
  font-size: 2rem;
}

.eds_title7 {
  position: relative;
  padding-bottom: 0.1rem;
}
.eds_title7::before, .eds_title7::after {
  content: "";
  bottom: 0;
  position: absolute;
  height: 0.75rem;
  background-color: #f7f7f7;
}
.eds_title7::before {
  left: 0;
  right: 15rem;
  -webkit-clip-path: polygon(0 0, 100% 0%, calc(100% - 0.5rem) 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, calc(100% - 0.5rem) 100%, 0% 100%);
}
.eds_title7::after {
  width: 4rem;
  -webkit-clip-path: polygon(0.5rem 0%, 100% 0%, calc(100% - 0.5rem) 100%, 0% 100%);
          clip-path: polygon(0.5rem 0%, 100% 0%, calc(100% - 0.5rem) 100%, 0% 100%);
  right: 10rem;
}
.eds_title7 > div::before, .eds_title7 > div::after {
  background-color: #f7f7f7;
  width: 4rem;
  position: absolute;
  content: "";
  bottom: 0;
  height: 0.75rem;
  -webkit-clip-path: polygon(0.5rem 0%, 100% 0%, calc(100% - 0.5rem) 100%, 0% 100%);
          clip-path: polygon(0.5rem 0%, 100% 0%, calc(100% - 0.5rem) 100%, 0% 100%);
}
.eds_title7 > div::before {
  right: 0;
}
.eds_title7 > div::after {
  right: 5rem;
}
.eds_title7.eds_primary .eds_shadowTitle .eds_firstWord {
  color: #ec3535;
}
.eds_title7.eds_primary::after,
.eds_title7.eds_primary > div::before,
.eds_title7.eds_primary > div::after {
  background-color: #ec3535;
}

.eds_title {
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
}

.eds_normalText {
  font-weight: 400;
}

.eds_thinText {
  font-weight: 300;
}

.eds_primaryColor {
  color: #ec3535 !important;
}

.eds_darkColor {
  color: #000 !important;
}

.eds_greyColor {
  color: #898989 !important;
}

a.eds_darkColor:link, a.eds_darkColor:active, a.eds_darkColor:visited {
  color: inherit;
}
a.eds_darkColor:hover {
  color: #ec3535 !important;
}

.eds_boxPrimary a.eds_darkColor:hover {
  color: #fff !important;
}

.eds_hr1 {
  height: 0.5rem;
  position: relative;
}
.eds_hr1 hr {
  border: none;
  display: block;
  position: relative;
  height: 0.5rem;
  opacity: 1;
}

.eds_hr1::before,
.eds_hr1 hr::before,
.eds_hr1 hr::after {
  content: "";
  width: 3rem;
  height: 0.5rem;
  background-color: #f0f0f0;
  position: absolute;
  bottom: 0;
  -webkit-clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
          clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
}

.eds_hr1::before {
  right: 0;
}

.eds_hr1 hr::before {
  right: 3.5rem;
}

.eds_hr1 hr::after {
  right: 7rem;
}

.eds_hr1.eds_primary::before,
.eds_hr1.eds_primary hr::before,
.eds_hr1.eds_primary hr::after {
  background-color: #ec3535;
}

.eds_hr1.eds_center {
  text-align: center;
}
.eds_hr1.eds_center::before {
  left: calc(50% - 4.5rem);
}
.eds_hr1.eds_center hr::before {
  left: calc(50% - 1.5rem);
}
.eds_hr1.eds_center hr::after {
  left: calc(50% + 1.5rem);
}

.eds_hr2 {
  height: 1rem;
  position: relative;
}
.eds_hr2 hr {
  border: none;
  display: block;
  position: relative;
  height: 1rem;
  opacity: 1;
}

.eds_hr2::before,
.eds_hr2 hr::before,
.eds_hr2 hr::after {
  content: "";
  width: 1rem;
  height: 1rem;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  border-radius: 50%;
}

.eds_hr2::before {
  left: calc(50% - 0.5rem);
}

.eds_hr2 hr::before {
  left: calc(50% - 1.5rem);
  transform: scale(50%) translateX(-50%);
}

.eds_hr2 hr::after {
  left: calc(50% + 1rem);
  transform: scale(50%) translateX(-50%);
}

.eds_hr2.eds_primary::before,
.eds_hr2.eds_primary hr::before,
.eds_hr2.eds_primary hr::after {
  background-color: #ec3535;
}

.eds_yesNo {
  border-bottom: solid 1px #d7d7d7;
  margin: 0;
  padding: 0;
}
.eds_yesNo > li {
  border-top: solid 1px #d7d7d7;
  list-style: none;
  margin: 0;
  padding: 0.8rem 1rem 0.8rem 2rem;
  position: relative;
}
.eds_yesNo > li::before {
  content: "\f00c";
  font: 900 1.6rem/1 "Font Awesome 6 Free";
  color: #2dc66d;
  position: absolute;
  top: 0.8rem;
  left: 0;
}
.eds_yesNo > li.eds_no::before {
  content: "\f00d";
  color: #eb3535;
}

.eds_boxPrimary .eds_yesNo {
  border-bottom-color: #d62020;
}
.eds_boxPrimary .eds_yesNo > li {
  border-top-color: #d62020;
}
.eds_boxPrimary .eds_yesNo > li::before {
  color: #fff;
}
.eds_boxPrimary .eds_yesNo > li.eds_no::before {
  color: #d62020;
}

.eds_skewTitle {
  position: relative;
  padding: 2rem 0;
}
.eds_skewTitle > * {
  position: relative;
}
.eds_skewTitle::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #ec3535;
  -webkit-clip-path: polygon(30% 0%, 100% 0%, 70% 100%, 0% 100%);
          clip-path: polygon(30% 0%, 100% 0%, 70% 100%, 0% 100%);
  width: 230px;
}
.eds_skewTitle.eds_light::before {
  background-color: #f7f7f7;
}

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

.EasyDNNSkin_NewsDaily .eds_btn,
.EasyDNNSkin_NewsDaily .dnnPrimaryAction,
.EasyDNNSkin_NewsDaily .dnnSecondaryAction,
.EasyDNNSkin_NewsDaily .dnnTertiaryAction {
  outline: none;
  border: none;
  box-shadow: none;
  background-color: #ec3535;
  border-radius: 0.2rem;
  line-height: 1;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0;
  color: #fff;
  padding: 0.6rem 1rem;
  transition: all 200ms;
  display: inline-block;
}
.EasyDNNSkin_NewsDaily .eds_btn:hover,
.EasyDNNSkin_NewsDaily .dnnPrimaryAction:hover,
.EasyDNNSkin_NewsDaily .dnnSecondaryAction:hover,
.EasyDNNSkin_NewsDaily .dnnTertiaryAction:hover {
  background-color: #000;
  color: #fff;
  text-decoration: none;
}
.EasyDNNSkin_NewsDaily .dnnSecondaryAction {
  background-color: #000;
}
.EasyDNNSkin_NewsDaily .dnnSecondaryAction:hover {
  background-color: #444;
}
.EasyDNNSkin_NewsDaily .dnnTertiaryAction {
  background-color: #444;
}
.EasyDNNSkin_NewsDaily .dnnTertiaryAction:hover {
  background-color: #000;
}
.EasyDNNSkin_NewsDaily .eds_btn.eds_white {
  color: #ec3535;
  background-color: #fff;
}
.EasyDNNSkin_NewsDaily .eds_btn.eds_white:hover {
  color: #000;
}
.EasyDNNSkin_NewsDaily .eds_btn.eds_dark {
  color: #fff;
  background-color: #000;
}
.EasyDNNSkin_NewsDaily .eds_btn.eds_dark:hover {
  color: #ec3535;
}
.EasyDNNSkin_NewsDaily .eds_btn.eds_skew {
  padding: 0.8rem 5rem;
  -webkit-clip-path: polygon(1.5rem 0%, 100% 0%, calc(100% - 1.5rem) 100%, 0% 100%);
          clip-path: polygon(1.5rem 0%, 100% 0%, calc(100% - 1.5rem) 100%, 0% 100%);
  border-radius: 0;
  font-family: "PT Serif", serif;
  font-weight: 400;
  font-size: 1.3rem;
  height: 3rem;
}
.EasyDNNSkin_NewsDaily .eds_btn.eds_big {
  padding: 1.8rem 6rem;
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .EasyDNNSkin_NewsDaily .eds_btn.eds_big {
    padding-right: 3rem;
    padding-left: 3rem;
    font-size: 1.4rem;
  }
}
.EasyDNNSkin_NewsDaily .eds_btn.eds_big.eds_skew {
  height: auto;
  -webkit-clip-path: polygon(3rem 0%, 100% 0%, calc(100% - 3rem) 100%, 0% 100%);
          clip-path: polygon(3rem 0%, 100% 0%, calc(100% - 3rem) 100%, 0% 100%);
}
.EasyDNNSkin_NewsDaily .eds_btn.eds_big.eds_border {
  border-width: 6px;
  padding: 1rem 5rem;
}
@media (max-width: 768px) {
  .EasyDNNSkin_NewsDaily .eds_btn.eds_big.eds_border {
    border-width: 3px;
    padding: 0.8rem 2rem;
  }
}
.EasyDNNSkin_NewsDaily .eds_btn.eds_icon {
  display: inline-flex;
  align-items: center;
  padding: 0 2rem 0 0;
  border-radius: 0;
}
.EasyDNNSkin_NewsDaily .eds_btn.eds_icon .eds_buttonIcon {
  background-color: #fff;
  color: #000;
  padding: 1rem 2rem 1rem 1.5rem;
  margin: 3px 1rem 3px 3px;
  -webkit-clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
}
.EasyDNNSkin_NewsDaily .eds_btn.eds_icon.eds_big {
  padding: 0 3rem 0 0;
}
.EasyDNNSkin_NewsDaily .eds_btn.eds_icon.eds_big .eds_buttonIcon {
  margin: 6px 2rem 6px 6px;
}
.EasyDNNSkin_NewsDaily .eds_btn.eds_border {
  border: 3px solid #ec3535;
  border-radius: 0;
  color: #000;
  font-family: "PT Serif", serif;
  font-weight: normal;
  transition: all 500ms;
}
.EasyDNNSkin_NewsDaily .eds_btn.eds_border:hover {
  background-color: #ec3535;
  color: #fff;
  border-color: #fff;
}
.EasyDNNSkin_NewsDaily .eds_btn.eds_border.eds_whiteBorder {
  border-color: #fff;
  background-color: #ec3535;
  color: #fff;
}
.EasyDNNSkin_NewsDaily .eds_btn.eds_border.eds_whiteBorder:hover {
  background-color: #fff;
  color: #000;
}
.EasyDNNSkin_NewsDaily .eds_btn.eds_border.eds_transparent {
  background-color: transparent;
}
.EasyDNNSkin_NewsDaily .eds_btn.eds_border.eds_transparent:hover {
  background-color: #fff;
  border-color: #000;
  color: #000;
}
.EasyDNNSkin_NewsDaily .eds_link {
  font-size: 0.8rem;
  text-transform: uppercase;
  color: #ec3535;
  font-weight: 600;
  text-decoration: none;
}
.EasyDNNSkin_NewsDaily .eds_link:hover {
  color: #000;
  text-decoration: none;
}

.eds_modalWindow {
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.12);
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 50%;
  left: 50%;
  background-color: #fff;
  width: 700px;
  max-width: 100%;
  max-height: 100%;
  border-radius: 3px;
  overflow: hidden;
  z-index: 999;
  opacity: 0;
  transform: scale(0.95) translate(-50%, -50%);
  transition: opacity 0.2s ease-in, transform 0.2s ease-in;
  visibility: hidden;
}
.eds_modalWindow::before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.2s ease-in;
}
.eds_modalWindow.eds_visible {
  visibility: visible;
  opacity: 1;
  transform: scale(1) translate(-50%, -50%);
  transition: opacity 0.2s ease-out, transform 0.2s ease-out;
}
.eds_modalWindow.eds_visible::before {
  opacity: 1;
  transition: opacity 0.2s ease-out;
  background: rgba(0, 0, 0, 0.7);
}
.eds_modalWindow.eds__modalPane {
  width: 900px;
  border-radius: 0px;
}

.eds_shadowTitle {
  display: block;
  position: relative;
  color: #f7f7f7;
  font-size: 6rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin: 2rem 0;
  line-height: 1;
  font-family: "Work Sans", sans-serif;
}
@media (max-width: 768px) {
  .eds_shadowTitle {
    font-size: 4rem;
  }
}
.eds_shadowTitle .eds_firstWord {
  font-size: 2rem;
  color: #000;
  text-transform: none;
  position: absolute;
  bottom: 1.8rem;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .eds_shadowTitle .eds_firstWord {
    bottom: 1rem;
  }
}

.eds_boxedContainer {
  margin-bottom: 2rem;
}
.eds_boxedContainer .eds_containerTitle {
  font-weight: 700;
  font-family: "Work Sans", sans-serif;
  color: #000;
}
.eds_boxedContainer .eds_containerContent {
  margin-top: 1rem;
  padding: 1.5rem;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.09);
  background-color: #fff;
}

.eds_menuList1,
.eds_iconMenu,
.eds_iconMenu2 {
  padding: 0;
  margin: 0.1rem 0;
}
.eds_menuList1 li,
.eds_iconMenu li,
.eds_iconMenu2 li {
  list-style-type: none;
}
.eds_menuList1 li a,
.eds_iconMenu li a,
.eds_iconMenu2 li a {
  text-decoration: none;
}

.eds_menuList1 li {
  font-weight: 600;
  color: #000;
  margin: 0 0 0.5rem;
  padding: 0;
  font-size: 1rem;
}
.eds_menuList1 li a {
  color: inherit;
}
.eds_menuList1 li a:hover {
  color: #ec3535;
}

.eds_iconMenu li {
  display: inline-block;
  margin: 0.2rem 0.5rem 0.2rem 0;
}
.eds_iconMenu li a {
  display: inline-block;
  width: 2.8rem;
  height: 2.8rem;
  background-color: #000;
  color: #fff;
  line-height: 2.8rem;
  border-radius: 0.2rem;
  transition: all 200ms;
  font-size: 1.8rem;
  text-align: center;
}
.eds_iconMenu li a:hover {
  background-color: #ec3535;
}

.eds_iconMenu2 li {
  display: inline-block;
  margin: 0.5rem;
}
.eds_iconMenu2 li a {
  font-size: 1.4rem;
  color: #ec3535;
}
.eds_iconMenu2 li a:hover {
  color: #000;
}

.eds_blockSeparator {
  border-top: solid 1px #eaeaea;
  border-bottom: solid 1px #eaeaea;
}

.eds_primaryBox {
  color: #fff;
  padding: 2rem;
  background-color: #ec3535;
}
@media (max-width: 768px) {
  .eds_primaryBox {
    padding: 1rem;
  }
}
.eds_primaryBox .eds_boxTitle {
  color: #fff;
}
.eds_primaryBox.eds_skew {
  transform: skew(-15deg);
}
.eds_primaryBox.eds_skew .eds_boxContent {
  transform: skew(15deg);
}

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

.eds_visible {
  opacity: 1;
}

.eds_bgOverlay {
  position: relative;
}
.eds_bgOverlay::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}
.eds_bgOverlay > div {
  position: relative;
  z-index: 1;
}

.align-items-stretch > [class^=eds_box]:not[class^=col-],
.align-items-stretch > [class^=col-] > [class^=eds_box] {
  height: 100%;
}
.align-items-stretch > [class^=col-] > [class^=eds_box] {
  display: flex;
  flex-flow: column;
}

.eds_box1 .eds_boxImage {
  position: relative;
}
.eds_box1 .eds_boxImage::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #ec3535;
  mix-blend-mode: multiply;
}
.eds_box1 .eds_boxImage::after,
.eds_box1 .eds_boxImage img {
  -webkit-clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
}
.eds_box1 .eds_boxIcon {
  position: absolute;
  top: 50%;
  right: 5%;
  background-color: #000;
  padding: 1rem 7rem;
  transform: translateY(-50%);
  color: #fff;
  -webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
          clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
  z-index: 1;
  font-size: 3rem;
}
@media (max-width: 768px) {
  .eds_box1 .eds_boxIcon {
    padding: 0.5rem 3rem;
    font-size: 2rem;
  }
}
.eds_box1 .eds_boxContent {
  padding: 2rem;
}
@media (max-width: 768px) {
  .eds_box1 .eds_boxContent {
    padding: 1rem;
  }
}

.eds_box2 {
  background: url("../../BlockBuilder/SampleImages/ng-bg.jpg") center center no-repeat;
  background-size: cover;
}
.eds_box2::after {
  background-color: rgba(0, 0, 0, 0.76);
}

.eds_boxTestimonials {
  position: relative;
  padding: 1rem;
  margin-top: 2rem;
  color: #4e4e4e;
}
.eds_boxTestimonials .eds_boxImage {
  margin-top: -3rem;
  margin-bottom: 1rem;
}
.eds_boxTestimonials .eds_boxImage img {
  border: solid 6px #ec3535;
}
.eds_boxTestimonials .eds_boxIcon {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.eds_box3 .eds_boxImage {
  position: relative;
}
.eds_box3 .eds_boxImage img {
  -webkit-clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
}

.eds_box4 {
  margin-bottom: 4rem;
  position: relative;
}
.eds_box4 .eds_boxImage {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 768px) {
  .eds_box4 .eds_boxImage {
    padding: 2rem;
  }
}
@media (max-width: 992px) {
  .eds_box4 .eds_boxImage {
    position: static;
    background-color: #000;
  }
}
.eds_box4 .eds_boxImage > * {
  position: relative;
  z-index: 1;
}
.eds_box4 .eds_boxImage::after {
  background-color: #000;
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 15rem) 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, calc(100% - 15rem) 100%, 0% 100%);
  content: "";
  position: absolute;
  top: 0;
  right: -5rem;
  bottom: 0;
  left: 0;
}
@media (max-width: 992px) {
  .eds_box4 .eds_boxImage::after {
    display: none;
  }
}
.eds_box4 .eds_boxContent {
  padding: 2rem 10%;
}
.eds_box4 .eds_boxContent > div {
  margin-top: auto;
  margin-bottom: auto;
}
.eds_box4 .eds_btn.eds_skew {
  position: absolute;
  top: calc(100% - 1px);
  right: 7rem;
  transform: translateX(calc(50% - 11rem));
  width: 16rem;
  text-align: center;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 992px) {
  .eds_box4 .eds_btn.eds_skew {
    padding-top: 0.4rem;
  }
}

.eds_box5 .eds_boxImage {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 5rem;
  border-color: #ec3535;
  border-width: 13px;
}
.eds_box5 .eds_boxImage::after {
  background-color: rgba(236, 53, 54, 0.7);
  opacity: 0;
  transition: all 400ms;
}
.eds_box5 .eds_boxImage:hover::after,
.eds_box5 .eds_boxImage:hover .eds_boxIcon {
  opacity: 1;
}
.eds_box5 .eds_boxIcon {
  text-align: center;
  flex: 0 0 100%;
  opacity: 0;
  transition: all 600ms;
}
.eds_box5 .eds_boxLink {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  font-size: 0;
  line-height: 0;
  z-index: 2;
  display: block;
}
.eds_box5 .eds_boxContent {
  padding: 5rem;
  position: relative;
}
@media (max-width: 768px) {
  .eds_box5 .eds_boxContent {
    padding: 2rem;
  }
}
.eds_box5 .eds_boxContent::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  border-width: 12px;
  border: 12px solid #ec3535;
}
.eds_box5.eds_left .eds_boxImage {
  border-left-style: solid;
}
.eds_box5.eds_left .eds_boxContent::before {
  right: 0;
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
  border-left-color: transparent !important;
}
.eds_box5.eds_right .eds_boxImage {
  border-right-style: solid;
}
.eds_box5.eds_right .eds_boxContent {
  border-left-style: solid;
}
.eds_box5.eds_right .eds_boxContent::before {
  left: 0;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
}

.eds_box6 {
  overflow: hidden;
}
.eds_box6 .eds_boxLink {
  position: relative;
}
.eds_box6 .eds_boxLink::after {
  width: 99999px;
  background-color: #000;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-clip-path: polygon(3rem 0%, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(3rem 0%, 100% 0, 100% 100%, 0% 100%);
}
.eds_box6 .eds_boxLink .eds_btn {
  position: relative;
  display: flex;
  justify-content: center;
  flex: 0 0 100%;
  align-items: center;
  font-size: 3rem;
  font-family: "PT Serif", serif;
}
@media (max-width: 768px) {
  .eds_box6 .eds_boxLink .eds_btn {
    font-size: 2rem;
  }
}
.eds_box6 .eds_boxLink .eds_btn > span {
  position: relative;
  z-index: 2;
}
.eds_box6 .eds_boxLink .eds_btn::after {
  width: 99999px;
  content: "";
  background-color: #000;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -3rem;
  -webkit-clip-path: polygon(3rem 0%, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(3rem 0%, 100% 0, 100% 100%, 0% 100%);
}

.eds_box7 .eds_boxIcon {
  -webkit-clip-path: polygon(30% 0%, 100% 0%, 70% 100%, 0% 100%);
          clip-path: polygon(30% 0%, 100% 0%, 70% 100%, 0% 100%);
  background-color: #f0f0f0;
  padding: 2rem 6rem;
  display: inline-block;
  width: 16rem;
  text-align: center;
}

.eds_box8 {
  position: relative;
  background-position: right center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../../BlockBuilder/SampleImages/next-gen-bg-bw.jpg");
}
.eds_box8::after {
  background-color: #ec3535;
  right: calc(60% + 15rem);
}
@media (max-width: 992px) {
  .eds_box8::after {
    right: calc(30% + 15rem);
  }
}
.eds_box8::before {
  background-color: rgba(255, 255, 255, 0.84);
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.eds_box8 .eds_boxContent {
  padding: 10rem 0;
  position: relative;
}
@media (max-width: 992px) {
  .eds_box8 .eds_boxContent {
    padding: 5rem 0;
  }
}
.eds_box8 .eds_boxContent > * {
  position: relative;
  z-index: 2;
}
.eds_box8 .eds_boxContent .eds_boxButton {
  z-index: 1;
}
.eds_box8 .eds_boxContent .eds_boxButton {
  background-color: #ec3535;
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 15rem) 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, calc(100% - 15rem) 100%, 0% 100%);
  width: 60%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .eds_box8 .eds_boxContent .eds_boxButton {
    width: 80%;
  }
}
@media (max-width: 576px) {
  .eds_box8 .eds_boxContent .eds_boxButton {
    width: 100%;
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 7rem) 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, calc(100% - 7rem) 100%, 0% 100%);
  }
}
.eds_box8 .eds_boxContent .eds_boxButton .eds_btn {
  position: absolute;
  bottom: -1px;
  width: 25rem;
  right: 10rem;
}
@media (max-width: 992px) {
  .eds_box8 .eds_boxContent .eds_boxButton .eds_btn {
    width: 15rem;
    font-size: 1.5rem;
    padding: 1rem 2rem;
    right: 12rem;
  }
}
@media (max-width: 576px) {
  .eds_box8 .eds_boxContent .eds_boxButton .eds_btn {
    right: 4rem;
  }
}

.eds_box9 .eds_colC {
  transform: translateX(30%);
  position: relative;
  z-index: 2;
}
@media (max-width: 1400px) {
  .eds_box9 .eds_colC {
    transform: translateX(20%);
  }
}
@media (max-width: 1200px) {
  .eds_box9 .eds_colC {
    transform: translateX(10%);
  }
}
.eds_box9 .eds_boxImage {
  position: relative;
  background-position: right center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .eds_box9 .eds_boxImage {
    -webkit-clip-path: polygon(20rem 0%, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(20rem 0%, 100% 0, 100% 100%, 0% 100%);
  }
}
.eds_box9 .eds_boxImage::after {
  background-color: rgba(0, 0, 0, 0.47);
}
.eds_box9 .eds_boxContent {
  padding: 8rem 0;
}
@media (max-width: 992px) {
  .eds_box9 .eds_boxContent {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }
}
.eds_box9 .eds_shadowTitle {
  color: rgba(0, 0, 0, 0.74);
}
@media (max-width: 1400px) {
  .eds_box9 .eds_shadowTitle {
    transform: translateX(20%);
  }
}
@media (max-width: 1200px) {
  .eds_box9 .eds_shadowTitle {
    transform: translateX(10%);
  }
}
.eds_box9 .eds_shadowTitle .eds_firstWord {
  color: #ec3535;
}

.eds_box10 .eds_boxImage {
  padding: 2.5rem 1.5rem 0;
}
.eds_box10 .eds_boxImage img {
  transform: translateY(1.5rem);
}

.eds_box11 .eds_boxImage {
  background-position: center center;
  background-repeat: none;
  background-size: cover;
  display: flex;
  align-content: center;
}
.eds_box11 .eds_boxImage .eds_boxContent {
  text-align: center;
  margin: auto;
  opacity: 0;
  transition: all 400ms;
}
@media (max-width: 576px) {
  .eds_box11 .eds_boxImage[class^=col-sm] {
    height: 200px;
  }
}
@media (max-width: 768px) {
  .eds_box11 .eds_boxImage[class^=col-md] {
    height: 300px;
  }
}
@media (max-width: 992px) {
  .eds_box11 .eds_boxImage[class^=col-lg] {
    height: 400px;
  }
}
@media (max-width: 1200px) {
  .eds_box11 .eds_boxImage[class^=col-xl] {
    height: 500px;
  }
}
.eds_box11 .eds_boxImage.eds_bgOverlay::after {
  background: linear-gradient(90deg, rgba(235, 53, 53, 0.9) 0%, rgba(235, 53, 53, 0.7) 80%, rgba(235, 53, 53, 0) 100%);
  opacity: 0;
  transition: all 400ms;
}
.eds_box11 .eds_boxImage.eds_bgOverlay:hover::after, .eds_box11 .eds_boxImage.eds_bgOverlay.eds_contentActive::after {
  opacity: 1;
}
.eds_box11 .eds_boxImage.eds_bgOverlay:hover .eds_boxContent, .eds_box11 .eds_boxImage.eds_bgOverlay.eds_contentActive .eds_boxContent {
  opacity: 1;
}

.eds_box12 {
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.07);
  transition: all 400ms;
  padding: 2rem;
}
@media (max-width: 768px) {
  .eds_box12 {
    padding: 1rem;
  }
}
.eds_box12 .eds_boxContent {
  position: relative;
}
.eds_box12 .eds_boxContent .eds_content1,
.eds_box12 .eds_boxContent .eds_content2,
.eds_box12 .eds_boxContent .eds_boxTitle {
  transition: all 300ms;
}
.eds_box12 .eds_boxContent .eds_content2 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: all 400ms;
}
.eds_box12:hover {
  background-color: #ec3535;
}
.eds_box12:hover .eds_boxContent,
.eds_box12:hover .eds_boxTitle,
.eds_box12:hover .eds_boxIcon {
  color: #fff !important;
}
.eds_box12:hover .eds_boxContent .eds_content1 {
  opacity: 0;
}
.eds_box12:hover .eds_boxContent .eds_content2 {
  opacity: 1;
}

.eds_box13 {
  display: flex;
  justify-content: stretch;
}
.eds_box13 .eds_boxContent {
  flex: 0 0 60%;
  -webkit-clip-path: polygon(0 0, 100% 0%, calc(100% - 7rem) 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, calc(100% - 7rem) 100%, 0% 100%);
  padding: 6rem 10rem 6rem 6rem;
  display: flex;
  align-items: center;
  background-color: #ec3535;
}
.eds_box13 .eds_boxImage {
  flex: 0 0 35%;
  margin-left: -4rem;
  padding-top: 6rem;
  padding-left: 6rem;
  position: relative;
}
.eds_box13 .eds_boxImage::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-clip-path: polygon(7rem 0, 100% 0%, calc(100% - 7rem) 100%, 0% 100%);
          clip-path: polygon(7rem 0, 100% 0%, calc(100% - 7rem) 100%, 0% 100%);
  background-color: #ec3535;
}
.eds_box13 .eds_boxImage .eds_image {
  -webkit-clip-path: polygon(6rem 0, 100% 0%, calc(100% - 6rem) 100%, 0% 100%);
          clip-path: polygon(6rem 0, 100% 0%, calc(100% - 6rem) 100%, 0% 100%);
}

.eds_box14 {
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.07);
  background-color: #fff;
  border: solid 1rem #fff;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.eds_box14 .eds_boxIcon {
  padding: 6rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: calc(50% - 3rem);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(236, 53, 54, 0.7);
  -webkit-clip-path: polygon(6rem 0, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(6rem 0, 100% 0%, 100% 100%, 0% 100%);
}

.eds_box15 {
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.13), 8px 0 0 #ec3535 inset;
  background-color: #fff;
}

@media (max-width: 576px) {
  [class^=col-sm] .eds_box14 .eds_hidden.eds__boxImage {
    display: block;
  }
}

@media (max-width: 768px) {
  [class^=col-md] .eds_box14 .eds_hidden.eds__boxImage {
    height: 300px;
  }
}

@media (max-width: 992px) {
  [class^=col-lg] .eds_box14 .eds_hidden.eds__boxImage {
    display: block;
  }
}

@media (max-width: 1200px) {
  [class^=col-xl] .eds_box14 .eds_hidden.eds__boxImage {
    display: block;
  }
}

.eds_box16 {
  position: relative;
  display: flex;
}
.eds_box16 .eds_boxContent {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.eds_box16 .eds_boxImage {
  position: relative;
  padding: 0 3rem;
  opacity: 0.6;
  margin-right: 5rem;
  margin-left: auto;
}
@media (max-width: 768px) {
  .eds_box16 .eds_boxImage {
    margin-right: 2rem;
    margin-left: 2rem;
  }
}
.eds_box16 .eds_boxImage::before, .eds_box16 .eds_boxImage::after {
  position: absolute;
  top: 0;
  bottom: 0;
  content: "";
  width: 11rem;
  -webkit-clip-path: polygon(5rem 0%, 100% 0%, calc(100% - 5rem) 100%, 0% 100%);
          clip-path: polygon(5rem 0%, 100% 0%, calc(100% - 5rem) 100%, 0% 100%);
}
@media (max-width: 768px) {
  .eds_box16 .eds_boxImage::before, .eds_box16 .eds_boxImage::after {
    width: 8rem;
    -webkit-clip-path: polygon(3rem 0%, 100% 0%, calc(100% - 3rem) 100%, 0% 100%);
            clip-path: polygon(3rem 0%, 100% 0%, calc(100% - 3rem) 100%, 0% 100%);
  }
}
.eds_box16 .eds_boxImage::before {
  left: -3rem;
  background-color: #f0f0f0;
}
@media (max-width: 768px) {
  .eds_box16 .eds_boxImage::before {
    left: -1rem;
  }
}
.eds_box16 .eds_boxImage::after {
  right: -3rem;
  background-color: #ec3535;
}
@media (max-width: 768px) {
  .eds_box16 .eds_boxImage::after {
    right: -1rem;
  }
}

.eds_box17 {
  position: relative;
}
.eds_box17::after {
  content: "";
  width: 1rem;
  height: 7rem;
  background-color: #ec3535;
  position: absolute;
  top: calc(50% - 3.5rem);
  left: 0;
}
.eds_box17.eds_left::after {
  left: auto;
  right: 0;
}

.eds_box18 .eds_boxImage {
  overflow: hidden;
  height: 100%;
}
.eds_box18 .eds_boxImage img {
  height: 100%;
  max-width: 100%;
}

.eds_box19 {
  overflow: hidden;
}
.eds_box19 .eds_boxContent {
  position: relative;
}
.eds_box19 .eds_boxContent::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 99999px;
  background: #fff;
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.13);
}
.eds_box19 .eds_boxContent > div {
  position: relative;
  z-index: 1;
}
.eds_box19.eds_left .eds_boxContent::after {
  left: auto;
  right: 0;
}

.eds_box20 .eds_boxImage {
  position: relative;
  padding-left: 15%;
}
.eds_box20 .eds_boxImage > img {
  -webkit-clip-path: polygon(100% 0%, 80% 50%, 100% 100%, 20% 100%, 0% 50%, 20% 0%);
          clip-path: polygon(100% 0%, 80% 50%, 100% 100%, 20% 100%, 0% 50%, 20% 0%);
  position: relative;
  z-index: 1;
}
.eds_box20 .eds_boxImage::before, .eds_box20 .eds_boxImage::after {
  content: "";
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
}
.eds_box20 .eds_boxImage::before {
  background-image: url("../../common/images/box20before.png");
  width: 56%;
  padding-bottom: 35%;
  top: 10%;
  left: 0;
}
.eds_box20 .eds_boxImage::after {
  background-image: url("../../common/images/box20after.png");
  background-position: right top;
  width: 28%;
  padding-bottom: 24%;
  right: 1%;
  bottom: 10%;
}
.eds_box20 .eds_boxIcon {
  position: absolute;
  top: 0;
  right: 20%;
  z-index: 1;
}
.eds_box20.eds_flagBox::before, .eds_box20.eds_flagBox > div::before, .eds_box20.eds_flagBox > div::after {
  z-index: 2;
}
.eds_box20.eds_flagBox.eds_bottomLeft::before {
  left: 6rem;
}
.eds_box20.eds_flagBox.eds_bottomLeft > div::before {
  left: 9rem;
}
.eds_box20.eds_flagBox.eds_bottomLeft > div::after {
  left: 12rem;
}
.eds_box20.eds_flagBox.eds_bottomLeft::before, .eds_box20.eds_flagBox.eds_bottomLeft > div::before, .eds_box20.eds_flagBox.eds_bottomLeft > div::after {
  bottom: 15%;
}
.eds_box20.eds_style2 .eds_boxImage {
  padding-bottom: 4rem;
}
.eds_box20.eds_style2 .eds_boxImage > img {
  -webkit-clip-path: polygon(25% 0, 100% 0, 100% 100%, 25% 100%, 0 50%);
          clip-path: polygon(25% 0, 100% 0, 100% 100%, 25% 100%, 0 50%);
}
.eds_box20.eds_style2 .eds_boxImage::before {
  top: -8%;
  left: 11%;
}
.eds_box20.eds_style2 .eds_boxImage::after {
  z-index: 1;
  bottom: 0;
}
.eds_box20.eds_style2 .eds_boxIcon {
  top: 1rem;
  right: 5%;
}
.eds_box20.eds_style2.eds_flagBox > div > div {
  padding-top: 3rem;
  padding-bottom: 5rem;
}
.eds_box20.eds_style2.eds_flagBox.eds_bottomLeft::before, .eds_box20.eds_style2.eds_flagBox.eds_bottomLeft > div::before, .eds_box20.eds_style2.eds_flagBox.eds_bottomLeft > div::after {
  z-index: 0;
  bottom: 11rem;
  height: 10rem;
  transform: skew(-40deg);
}
.eds_box20.eds_style2.eds_flagBox.eds_bottomLeft::before {
  left: 3rem;
}
@media (min-width: 1400px) {
  .eds_box20.eds_style2.eds_flagBox.eds_bottomLeft::before {
    left: 5rem;
  }
}
.eds_box20.eds_style2.eds_flagBox.eds_bottomLeft > div::before {
  left: 6rem;
}
@media (min-width: 1400px) {
  .eds_box20.eds_style2.eds_flagBox.eds_bottomLeft > div::before {
    left: 8rem;
  }
}
.eds_box20.eds_style2.eds_flagBox.eds_bottomLeft > div::after {
  left: 9rem;
}
@media (min-width: 1400px) {
  .eds_box20.eds_style2.eds_flagBox.eds_bottomLeft > div::after {
    left: 11rem;
  }
}
.eds_box20.eds_style3 {
  position: relative;
}
.eds_box20.eds_style3 .eds_boxImage {
  padding-bottom: 4rem;
  padding-left: 0;
  padding-right: 12%;
}
.eds_box20.eds_style3 .eds_boxImage > img {
  -webkit-clip-path: polygon(75% 0, 100% 50%, 75% 100%, 0 100%, 0 0);
          clip-path: polygon(75% 0, 100% 50%, 75% 100%, 0 100%, 0 0);
}
.eds_box20.eds_style3 .eds_boxImage::before {
  top: auto;
  right: 5%;
  bottom: 15%;
  left: auto;
}
.eds_box20.eds_style3 .eds_boxImage::after {
  z-index: 1;
  right: auto;
  bottom: 0;
  left: -11%;
}
.eds_box20.eds_style3 .eds_boxIcon {
  top: 1rem;
  right: 45%;
}
.eds_box20.eds_style3.eds_flagBox > div > div {
  padding-top: 3rem;
  padding-bottom: 5rem;
}
.eds_box20.eds_style3.eds_flagBox.eds_topRight::before, .eds_box20.eds_style3.eds_flagBox.eds_topRight > div::before, .eds_box20.eds_style3.eds_flagBox.eds_topRight > div::after {
  top: 3rem;
  z-index: 0;
}

.eds_box21 {
  position: relative;
  background-color: #f7f7f7;
  margin-top: 3rem;
}
.eds_box21 > div {
  position: relative;
  z-index: 1;
}
.eds_box21::before, .eds_box21::after {
  content: "";
  position: absolute;
  background: url("../../common/images/box20bg.png") 100% center no-repeat;
  background-size: cover;
  width: 311px;
  height: 747px;
}
.eds_box21::before {
  bottom: 10%;
  left: 0;
}
.eds_box21::after {
  right: 0;
  bottom: calc(105% - 747px);
  transform: scaleX(-1);
}
.eds_box21 .eds_boxHeader {
  display: flex;
  justify-content: center;
}
.eds_box21 .eds_boxHeader > div {
  background-color: #fff;
  margin: -2rem auto 2rem;
  padding: 2rem 7rem;
  -webkit-clip-path: polygon(3rem 0%, 100% 0%, calc(100% - 3rem) 100%, 0% 100%);
          clip-path: polygon(3rem 0%, 100% 0%, calc(100% - 3rem) 100%, 0% 100%);
  text-align: center;
}

.eds_box22 {
  background: url("../../assets/images/elements/boxes/eds_box22/background/predefined/box22bg.png") 0 90% no-repeat;
}

.eds_box23 {
  position: relative;
  padding: 6rem 0;
}
@media (max-width: 992px) {
  .eds_box23 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.eds_box23 > div {
  position: relative;
  z-index: 1;
}
.eds_box23::before {
  content: "";
  position: absolute;
  background-color: #f7f7f7;
  top: 0;
  bottom: 0;
  left: -5%;
  width: 65%;
  -webkit-clip-path: polygon(20% 0%, 100% 0%, 80% 100%, 0% 100%);
          clip-path: polygon(20% 0%, 100% 0%, 80% 100%, 0% 100%);
}

.eds_box24::after {
  background: rgb(236, 53, 53);
  background: linear-gradient(90deg, rgba(236, 53, 53, 0) 0%, rgba(236, 53, 53, 0.8) 50%, rgb(236, 53, 53) 100%);
}
.eds_box24::before {
  background-color: rgba(255, 255, 255, 0.7);
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 12%;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
          clip-path: polygon(0 0, 0% 100%, 100% 0);
}

.eds_box25 {
  display: flex;
  justify-content: flex-end;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
}
.eds_box25::before, .eds_box25::after {
  content: "";
  position: absolute;
  background-color: rgba(236, 53, 54, 0.7);
}
.eds_box25::before {
  width: 120px;
  height: 60px;
  left: calc(100% - 830px);
  bottom: 6rem;
  -webkit-clip-path: polygon(2rem 0%, 100% 0%, calc(100% - 2rem) 100%, 0% 100%);
          clip-path: polygon(2rem 0%, 100% 0%, calc(100% - 2rem) 100%, 0% 100%);
}
.eds_box25::after {
  width: 300px;
  height: 150px;
  top: 8rem;
  right: -1.5rem;
  -webkit-clip-path: polygon(4.5rem 0%, 100% 0%, calc(100% - 4.5rem) 100%, 0% 100%);
          clip-path: polygon(4.5rem 0%, 100% 0%, calc(100% - 4.5rem) 100%, 0% 100%);
}
.eds_box25 .eds_boxContent {
  position: relative;
  width: 800px;
}
@media (max-width: 768px) {
  .eds_box25 .eds_boxContent {
    width: 100%;
  }
}
.eds_box25 .eds_boxContent::before, .eds_box25 .eds_boxContent::after {
  content: "";
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  filter: brightness(0) invert(1);
}
.eds_box25 .eds_boxContent::before {
  background-image: url("../../common/images/box20before.png");
  width: 56%;
  padding-bottom: 35%;
  top: 15%;
  left: -3%;
}
@media (max-width: 768px) {
  .eds_box25 .eds_boxContent::before {
    top: -5%;
    left: -15%;
  }
}
.eds_box25 .eds_boxContent::after {
  background-image: url("../../common/images/box20after.png");
  background-position: right top;
  width: 15%;
  padding-bottom: 12.7%;
  right: 23%;
  bottom: 5%;
  z-index: 2;
}
@media (max-width: 768px) {
  .eds_box25 .eds_boxContent::after {
    right: 5%;
    bottom: 2%;
  }
}
.eds_box25 .eds_boxContent > div {
  -webkit-clip-path: polygon(15rem 0%, 100% 0%, calc(100% - 15rem) 100%, 0% 100%);
          clip-path: polygon(15rem 0%, 100% 0%, calc(100% - 15rem) 100%, 0% 100%);
  color: #fff;
  padding: 5rem 12rem 6rem 11rem;
  position: relative;
  z-index: 1;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .eds_box25 .eds_boxContent > div {
    margin: 8rem 0 2rem;
    padding: 3rem 6rem;
    -webkit-clip-path: polygon(5rem 0%, 100% 0%, calc(100% - 5rem) 100%, 0% 100%);
            clip-path: polygon(5rem 0%, 100% 0%, calc(100% - 5rem) 100%, 0% 100%);
  }
}

.eds_box26 {
  position: relative;
}
.eds_box26 > div {
  position: relative;
  z-index: 1;
}
.eds_box26::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  background-color: #f7f7f7;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 25% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 25% 100%);
}

.eds_box27 {
  background-color: #e7e7e7;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
}
@media (max-width: 768px) {
  .eds_box27 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.eds_box27 > div {
  position: relative;
  z-index: 1;
}
.eds_box27::before, .eds_box27::after {
  content: "";
  position: absolute;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.04;
}
.eds_box27::before {
  width: 199px;
  height: 458px;
  top: 4%;
  left: 0;
  background-image: url("../../common/images/b-27-before.png");
}
@media (max-width: 768px) {
  .eds_box27::before {
    width: 99px;
    height: 249px;
  }
}
.eds_box27::after {
  width: 168px;
  height: 284px;
  top: 15%;
  right: 0;
  background-image: url("../../common/images/b-27-after.png");
}
@media (max-width: 768px) {
  .eds_box27::after {
    width: 84px;
    height: 144px;
  }
}

.eds_box28 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  min-height: 500px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.eds_box28::after {
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 70%, rgb(255, 255, 255) 100%);
}

.eds_box29 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
}
.eds_box29 > div {
  position: relative;
  z-index: 1;
}
.eds_box29::after {
  content: "";
  position: absolute;
  top: 0;
  right: 5%;
  bottom: 0;
  left: 5%;
  background-color: #f7f7f7;
  -webkit-clip-path: polygon(0 0, 75% 0, 100% 100%, 25% 100%);
          clip-path: polygon(0 0, 75% 0, 100% 100%, 25% 100%);
}

.eds_boxDark {
  background-color: #000;
}

.eds_boxWhite {
  background-color: #fff;
}

.eds_boxGrey {
  background-color: #efefef;
}
.eds_boxGrey.eds_background.eds_backgroundRight {
  background-size: 0;
}
.eds_boxGrey.eds_background.eds_backgroundRight.eds_backgroundClip {
  position: relative;
}
.eds_boxGrey.eds_background.eds_backgroundRight.eds_backgroundClip::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  content: "";
  background-color: inherit;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 9rem 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 9rem 100%);
  width: calc(50% + 9rem);
  background-image: inherit;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100% center;
}

.eds_boxPrimary {
  background-color: #ec3535;
}
.eds_boxPrimary.eds_pointer {
  position: relative;
}
.eds_boxPrimary.eds_pointer::before {
  content: "";
  position: absolute;
  top: calc(50% - 30px);
  background-color: inherit;
  width: 20px;
  height: 60px;
}
.eds_boxPrimary.eds_pointer.eds_left::before {
  -webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%);
          clip-path: polygon(100% 0, 0 50%, 100% 100%);
  right: calc(100% - 1px);
}
.eds_boxPrimary.eds_pointer.eds_right::before {
  -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
          clip-path: polygon(100% 50%, 0 0, 0 100%);
  left: calc(100% - 1px);
}
.eds_boxPrimary .eds_fontIcon {
  background-color: #d62020;
}

.eds_boxDarkGrey {
  background-color: #414141;
}

.eds_boxShadow {
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.13);
  background-color: #fff;
}

.eds_clipRight {
  filter: drop-shadow(0 0 32px rgba(0, 0, 0, 0.07));
}
.eds_clipRight .eds_boxShadow {
  -webkit-clip-path: polygon(0 0, 100% 0%, calc(100% - 5rem) 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, calc(100% - 5rem) 100%, 0% 100%);
}
.eds_clipRight .eds_boxContent {
  padding: 2rem 6rem 2rem 2rem;
}
.eds_clipRight.eds_clipRightHover {
  transition: all 300ms;
  filter: none;
}
.eds_clipRight.eds_clipRightHover:hover {
  filter: drop-shadow(0 0 32px rgba(0, 0, 0, 0.07));
}

.eds_bsCnavigation1 {
  display: flex;
  justify-content: center;
  padding: 1rem;
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .eds_bsCnavigation1 {
    margin-top: 2rem;
  }
}
.eds_bsCnavigation1 .carousel-control-next,
.eds_bsCnavigation1 .carousel-control-prev {
  position: static;
}
.eds_bsCnavigation1 .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --%3E%3Cpath fill='%23ffffff' d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
}
.eds_bsCnavigation1 .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --%3E%3Cpath fill='%23ffffff' d='M9.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.2 288 416 288c17.7 0 32-14.3 32-32s-14.3-32-32-32l-306.7 0L214.6 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-160 160z'/%3E%3C/svg%3E");
}

.eds_bsCnavigation2 {
  display: flex;
}
.eds_bsCnavigation2 .carousel-control-next,
.eds_bsCnavigation2 .carousel-control-prev {
  position: static;
  background-color: #ec3535;
  color: #fff;
  width: auto;
  padding: 0.6rem 2rem;
  opacity: 1;
}
.eds_bsCnavigation2 .carousel-control-next:hover,
.eds_bsCnavigation2 .carousel-control-prev:hover {
  background-color: #000;
}
.eds_bsCnavigation2 .carousel-control-prev {
  -webkit-clip-path: polygon(0 0, 75% 0, 100% 100%, 25% 100%);
          clip-path: polygon(0 0, 75% 0, 100% 100%, 25% 100%);
}
.eds_bsCnavigation2 .carousel-control-next {
  margin-left: auto;
  -webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
          clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}

.eds_bsCindicators {
  position: static;
}
.eds_bsCindicators [data-bs-target] {
  width: 20px;
  height: 20px;
  background-color: #cccccc;
  margin-right: 0.8rem;
  margin-left: 0.8rem;
  border-radius: 50%;
  transition: all 500ms;
}
.eds_bsCindicators .active {
  background-color: #ec3535;
  transform: scale(150%);
}

.eds_imgClipLeft {
  -webkit-clip-path: polygon(7rem 0, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(7rem 0, 100% 0%, 100% 100%, 0% 100%);
}

.eds_clipRightWrap {
  position: relative;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.eds_clipRightWrap .eds_clipContent {
  position: relative;
  z-index: 1;
}
.eds_clipRightWrap .eds_clipRight {
  position: absolute;
  top: -2rem;
  right: 2rem;
  bottom: -2rem;
  left: 1.8rem;
}
.eds_clipRightWrap .eds_clipRight .eds_boxShadow {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.eds_boxLinkWrap {
  position: relative;
}
.eds_boxLinkWrap .eds_boxLink {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.eds_boxLinkWrap.eds_primaryBox:hover .eds_boxTitle {
  color: #000;
}

.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 {
  border: solid 6px #ec3535;
  color: #000;
  transition: all 300ms;
}
.eds_accordion.eds_style1 .edsAccordion_section .edsAccordion_title::before, .eds_accordion.eds_style1 .edsAccordion_section .edsAccordion_title::after {
  content: "";
  position: absolute;
  transition: all 300ms;
}
.eds_accordion.eds_style1 .edsAccordion_section .edsAccordion_title::before {
  align-self: center;
  width: 0;
  height: 0;
  border-left: 0.75rem solid transparent;
  border-right: 0.75rem solid transparent;
  border-top: 0.75rem solid #ec3535;
  top: calc(50% - 0.375rem);
  right: 1rem;
  z-index: 1;
}
.eds_accordion.eds_style1 .edsAccordion_section .edsAccordion_title::after {
  top: 0;
  right: -1px;
  bottom: 0;
  width: 15%;
  -webkit-clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
}
.eds_accordion.eds_style1 .edsAccordion_section .edsAccordion_title:hover::before {
  border-top-color: #fff;
}
.eds_accordion.eds_style1 .edsAccordion_section .edsAccordion_title:hover::after {
  background-color: #ec3535;
}
.eds_accordion.eds_style1 .edsAccordion_section .edsAccordion_contentWrapper {
  background-color: #f1f1f1;
}
.eds_accordion.eds_style1 .edsAccordion_section.edsAccordion_active .edsAccordion_title::before {
  transform: rotate(180deg);
  border-top-color: #fff;
}
.eds_accordion.eds_style1 .edsAccordion_section.edsAccordion_active .edsAccordion_title::after {
  background-color: #ec3535;
}
.eds_accordion.eds_style2 .eds_titleIcon,
.eds_accordion.eds_style2 .eds_contentIcon {
  padding: 1rem 1.7rem;
  font-size: 1.8rem;
}
.eds_accordion.eds_style2 .edsAccordion_section {
  border-bottom: solid 1px #e6e6e6;
}
.eds_accordion.eds_style2 .edsAccordion_section:last-child {
  border-bottom: none !important;
}
.eds_accordion.eds_style2 .edsAccordion_section .edsAccordion_title {
  transition: all 300ms;
  box-shadow: 8px 0 0 #ec3535 inset, 0 0 32px rgba(0, 0, 0, 0.07);
  display: flex;
  align-items: center;
}
.eds_accordion.eds_style2 .edsAccordion_section .edsAccordion_title .eds_titleIcon {
  color: #ec3535;
}
.eds_accordion.eds_style2 .edsAccordion_section .edsAccordion_title::after {
  content: "+";
  margin-left: auto;
  font-size: 2.5rem;
  padding: 0 1rem;
}
.eds_accordion.eds_style2 .edsAccordion_section .edsAccordion_title:hover::after {
  color: #ec3535;
}
.eds_accordion.eds_style2 .edsAccordion_section .edsAccordion_contentWrapper {
  background-color: #f1f1f1;
}
.eds_accordion.eds_style2 .edsAccordion_section .edsAccordion_contentWrapper .edsAccordion_content {
  display: flex;
  align-items: flex-start;
}
.eds_accordion.eds_style2 .edsAccordion_section .edsAccordion_contentWrapper .edsAccordion_content .eds_contentIcon {
  box-shadow: 8px 0 0 #ababab inset;
  color: #ababab;
}
.eds_accordion.eds_style2 .edsAccordion_section.edsAccordion_active .edsAccordion_title::after {
  color: #ec3535;
  content: "-";
}

.eds_fontIcon {
  display: inline-block;
  border-radius: 50%;
  background-color: #ec3535;
  min-width: 4rem;
  min-height: 4rem;
  padding: 3rem;
  text-align: center;
  white-space: nowrap;
  box-sizing: content-box;
}
.eds_fontIcon::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  padding-top: 100%;
  height: 0;
}
.eds_fontIcon > i {
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
  color: #fff;
}
.eds_fontIcon.eds_square {
  border-radius: 0;
}

.eds_topIcon {
  position: relative;
}
.eds_topIcon .eds_boxIcon {
  position: absolute;
  bottom: 100%;
  left: 0;
}
.eds_topIcon.eds_iconInside .eds_boxIcon {
  bottom: auto;
  top: 0;
  right: 0;
  left: auto;
}

.eds_tabs .eds_tabsNav {
  margin: 0;
  padding: 0;
}
.eds_tabs .eds_tabsNav > li {
  list-style-type: none;
  cursor: pointer;
  transition: all 300ms;
}
.eds_tabs .edsTabulator_tabsWrapper {
  overflow: hidden;
  position: relative;
}
.eds_tabs .edsTabulator_tabsWrapper .edsTabulator_tab {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 0;
  transition: opacity 300ms linear;
}
.eds_tabs .edsTabulator_tabsWrapper .edsTabulator_tab.edsTabulator_active {
  visibility: visible;
  opacity: 1;
  position: relative;
  z-index: 1;
}
.eds_tabs.eds_style1 .eds_tabsNav > li:hover {
  color: #ec3535;
}
.eds_tabs.eds_style1 .eds_tabsNav > li.edsTabulator_active {
  background-color: #ec3535;
  color: #fff;
  font-weight: bold;
}

.eds_form {
  font-size: 1.4rem;
}
.eds_form .eds_label {
  box-shadow: 8px 0 0 #ec3535 inset;
  text-transform: uppercase;
  color: #000;
  padding: 0.7rem 0.7rem 0.7rem 1.5rem;
  font-weight: bold;
  margin: 0.6rem 0;
}
.eds_form .eds_input {
  max-width: 100%;
  width: 100%;
  margin: 0.6rem 0;
  border: solid 1px #ededed;
  box-shadow: none;
  outline: none;
  padding: 0.5rem 1rem;
  border-radius: 0.1rem;
}
.eds_form .eds_input:hover, .eds_form .eds_input:focus {
  border-color: #000;
}

.eds_adress {
  position: relative;
  padding-left: 1.5rem;
  font-size: 1.5rem;
}
.eds_adress::before {
  height: 3.5rem;
  width: 8px;
  background-color: #ec3535;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}

.eds_flipBox {
  perspective: 1000px;
  overflow: visible;
  position: relative;
  display: flex;
  flex-flow: column;
}
.eds_flipBox .eds_front,
.eds_flipBox .eds_behind {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all 750ms ease 0s;
  transform-style: preserve-3d;
}
.eds_flipBox .eds_front {
  position: relative;
  z-index: 0;
  transform: rotateY(0deg);
  height: 100%;
}
.eds_flipBox .eds_behind {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 100%;
  z-index: -2;
  transform: rotateY(-180deg);
}
.eds_flipBox:hover .eds_front {
  transform: rotateY(180deg);
}
.eds_flipBox:hover .eds_behind {
  transform: rotateY(0deg);
  z-index: 3;
}
.eds_flipBox.eds_flipRight .eds_front {
  transform: rotateY(0deg);
}
.eds_flipBox.eds_flipRight .eds_behind {
  transform: rotateY(180deg);
}
.eds_flipBox.eds_flipRight:hover .eds_front {
  transform: rotateY(-180deg);
}
.eds_flipBox.eds_flipRight:hover .eds_behind {
  transform: rotateY(0deg);
}
.eds_flipBox.eds_flipTop .eds_front {
  transform: rotateX(0deg);
}
.eds_flipBox.eds_flipTop .eds_behind {
  transform: rotateX(180deg);
}
.eds_flipBox.eds_flipTop:hover .eds_front {
  transform: rotateX(-180deg);
}
.eds_flipBox.eds_flipTop:hover .eds_behind {
  transform: rotateX(0deg);
}
.eds_flipBox.eds_flipBottom .eds_front {
  transform: rotateX(0deg);
}
.eds_flipBox.eds_flipBottom .eds_behind {
  transform: rotateX(-180deg);
}
.eds_flipBox.eds_flipBottom:hover .eds_front {
  transform: rotateX(180deg);
}
.eds_flipBox.eds_flipBottom:hover .eds_behind {
  transform: rotateX(0deg);
}

.eds_doubleImage {
  position: relative;
  padding: 5rem;
}
@media (max-width: 992px) {
  .eds_doubleImage {
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .eds_doubleImage {
    padding: 1rem;
  }
}
.eds_doubleImage .eds_img2 {
  position: absolute;
  bottom: 0;
  right: 0;
}
.eds_doubleImage .eds_img2 .eds_doubleImageLink {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 0;
  line-height: 0;
}
.eds_doubleImage .eds_img2 .eds_doubleImageLink::after {
  content: "+";
  font-size: 2rem;
  font-weight: bold;
  background-color: #ec3535;
  width: 6rem;
  height: 6rem;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  color: #fff;
  transition: all 300ms;
  align-items: center;
  justify-content: flex-end;
  padding-right: 1rem;
  padding-top: 1rem;
}
.eds_doubleImage .eds_img2 .eds_doubleImageLink:hover::after {
  width: 100%;
  height: 100%;
  padding: 0;
  -webkit-clip-path: none;
          clip-path: none;
  justify-content: center;
  opacity: 0.6;
  font-size: 4rem;
}

.eds_flagBox,
.eds_flagBox > div {
  position: relative;
  min-height: 12rem;
}

.eds_flagBox > div {
  display: flex;
  align-items: center;
}
.eds_flagBox > div > div {
  position: relative;
  z-index: 1;
  padding: 2rem 0;
  width: 100%;
}

.eds_flagBox::before,
.eds_flagBox > div::before,
.eds_flagBox > div::after {
  content: "";
  position: absolute;
  top: calc(50% - 6rem);
  height: 12rem;
  width: 2rem;
  background-color: #f6f6f6;
  transform: skew(-30deg);
}

.eds_flagBox::before {
  right: 12rem;
}

.eds_flagBox > div::before {
  right: 9rem;
}

.eds_flagBox > div::after {
  right: 6rem;
}

.eds_flagBox.eds_primary::before, .eds_flagBox.eds_primary > div::before, .eds_flagBox.eds_primary > div::after {
  background-color: #ec3535;
}
.eds_flagBox.eds_bottomLeft::before, .eds_flagBox.eds_bottomLeft > div::before, .eds_flagBox.eds_bottomLeft > div::after {
  top: auto;
  bottom: 2rem;
  right: auto;
}
.eds_flagBox.eds_bottomLeft::before {
  left: 3rem;
}
.eds_flagBox.eds_bottomLeft > div::before {
  left: 6rem;
}
.eds_flagBox.eds_bottomLeft > div::after {
  left: 9rem;
}
.eds_flagBox.eds_topRight::before, .eds_flagBox.eds_topRight > div::before, .eds_flagBox.eds_topRight > div::after {
  top: 0;
  bottom: auto;
  left: auto;
}
.eds_flagBox.eds_topRight::before {
  right: 6rem;
}
.eds_flagBox.eds_topRight > div::before {
  right: 9rem;
}
.eds_flagBox.eds_topRight > div::after {
  right: 12rem;
}

.eds_thumbnail {
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.07);
}
.eds_thumbnail img {
  width: 100%;
}
.eds_thumbnail::before, .eds_thumbnail::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 300ms;
}
.eds_thumbnail:before {
  box-shadow: 0 0 0 6px #fff inset;
}
.eds_thumbnail.eds_overlay {
  position: relative;
}
.eds_thumbnail.eds_overlay::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #ec3535;
  opacity: 0;
}
.eds_thumbnail.eds_overlay .eds_btn {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 300ms;
  z-index: 1;
}
.eds_thumbnail.eds_overlay:hover::before {
  opacity: 0;
}
.eds_thumbnail.eds_overlay:hover::after {
  opacity: 0.66;
}
.eds_thumbnail.eds_overlay:hover img {
  outline: 0;
}
.eds_thumbnail.eds_overlay:hover .eds_btn {
  opacity: 1;
}

.eds_testimonialsBox {
  position: relative;
  padding: 5rem 0 0;
}
.eds_testimonialsBox > div {
  position: relative;
  z-index: 1;
}
.eds_testimonialsBox::before {
  content: "\f10d";
  font: 900 20rem/1 "Font Awesome 6 Free";
  color: #f7f7f7;
  position: absolute;
  top: 0;
  left: 0;
}
.eds_testimonialsBox .eds_stars {
  color: #f76b2e;
}

.eds_first {
  padding-bottom: 13rem;
}
.eds_first + .eds_second {
  margin-top: -8rem;
  margin-bottom: 5rem;
  position: relative;
  z-index: 1;
}

.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__headerModalPane.DNNEmptyPane + .eds__headerModalTrigger, .eds__headerModalPane.DNNEmptyPane ~ .eds__modalOverlay, .eds__headerModalPane.DNNEmptyPane ~ .eds_headerModalPaneClose {
  display: none;
}

.dnnEditState .eds__headerModalPane.DNNEmptyPane + .eds__headerModalTrigger {
  display: inline-block;
}
.dnnEditState .eds_headerLeftWrapper {
  flex-flow: column;
}
.dnnEditState .dnnModuleManager.dnnSortable.eds__headerModalPane {
  position: static;
  opacity: 1;
  visibility: visible;
  width: 900px !important;
  transform: none;
  max-width: none;
  overflow: auto;
}

.eds_headerModalPaneVisible .eds__headerModalPane.DNNEmptyPane {
  min-height: 200px !important;
  width: 900px !important;
}

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

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

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

#Form {
  margin-bottom: 0;
}

.Normal, .NormalDisabled, .NormalDeleted {
  font: inherit;
  color: inherit;
}

.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;
}

/* Version 4 */