/***********/
/**PREFFIX*/
/***********/
/***********/
/**FONTS/
/***********/
/***********/
/**COLORS*/
/***********/
/**************/
/**BREKPOINTS**/
/**************/
/**************/
/**SPACES**/
/**************/
/**************/
/**CONTAINER HEIGHTS**/
/**************/
/**************/
/**CONTAINER WIDTHS**/
/**************/
/**************/
/**GAPS**/
/**************/
/***********/
/**FONT-SIZES*/
/***********/
/***********/
/**PREFFIX*/
/***********/
/***********/
/**FONTS/
/***********/
/***********/
/**COLORS*/
/***********/
/**************/
/**BREKPOINTS**/
/**************/
/**************/
/**SPACES**/
/**************/
/**************/
/**CONTAINER HEIGHTS**/
/**************/
/**************/
/**CONTAINER WIDTHS**/
/**************/
/**************/
/**GAPS**/
/**************/
/***********/
/**FONT-SIZES*/
/***********/
/**
 * fullheight
 */
/**
 * Touch
 */
/**
 * No Touch
 */
/**
 * Touch
 */
/**
 * background-color rgba
 */
/**
 * color rgba
 */
/**
 * breakpoint
 */
.lb-big_button {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.lb-big_button.layout-small .link {
  padding-top: 30px;
  padding-bottom: 30px;
}
.lb-big_button.has-icon .link .inner::after {
  display: none;
}
.lb-big_button .link {
  padding-top: 70px;
  padding-bottom: 70px;
  display: block;
  text-decoration: none;
  transition: background 0.3s ease-out;
  background: #f1f1f1;
  text-align: center;
}
html.is-device-touch .lb-big_button .link:active, html:not(.is-device-touch) .lb-big_button .link:hover {
  background: #213b5e;
}
html.is-device-touch .lb-big_button .link:active .inner .text, html:not(.is-device-touch) .lb-big_button .link:hover .inner .text {
  color: #ffffff;
}
html.is-device-touch .lb-big_button .link:active .inner::after, html:not(.is-device-touch) .lb-big_button .link:hover .inner::after {
  transform: translateX(15px) translateY(-50%);
}
.lb-big_button .link .inner {
  margin: auto;
  text-align: left;
  max-width: 1450px;
  padding-left: 25px;
  padding-right: 25px;
  color: #213b5e;
  display: flex;
  flex-direction: column;
  position: relative;
}
.lb-big_button .link .inner .title {
  font-weight: bold;
  padding-right: 80px;
  color: #d88321;
}
.lb-big_button .link .inner .text {
  color: #213b5e;
  font-weight: bold;
  padding-right: 80px;
  transition: color 0.3s ease-out;
}
.lb-big_button .link .inner .icon, .lb-big_button .link .inner::after {
  position: absolute;
  font-family: "icon";
  color: #d88321;
  content: "\F107";
  display: block;
  font-size: 50px;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  transition: transform 0.3s ease-out, color 0.3s ease-out;
}
.lb-big_button .link .inner .icon {
  width: 80px;
  height: auto;
}