@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,700;1,400;1,700&display=swap');
/************************************
10 - Animations
*************************************/
@-webkit-keyframes fade-up-enter {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes fade-up-enter {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-o-keyframes fade-up-enter {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes fade-up-enter {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes fade-up-leave {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@-moz-keyframes fade-up-leave {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@-o-keyframes fade-up-leave {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes fade-up-leave {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
.animate-fade-up.ng-enter {
  -webkit-animation: 0.35s fade-up-enter;
  -moz-animation: 0.35s fade-up-enter;
  -ms-animation: 0.35s fade-up-enter;
  -o-animation: 0.35s fade-up-enter;
  animation: 0.35s fade-up-enter;
}
@-webkit-keyframes animate-flip-y-enter {
  0% {
    -webkit-transform: perspective(3000px) rotateY(90deg);
    -moz-transform: perspective(3000px) rotateY(90deg);
    -ms-transform: perspective(3000px) rotateY(90deg);
    -o-transform: perspective(3000px) rotateY(90deg);
    transform: perspective(3000px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(3000px) rotateY(0deg);
    -moz-transform: perspective(3000px) rotateY(0deg);
    -ms-transform: perspective(3000px) rotateY(0deg);
    -o-transform: perspective(3000px) rotateY(0deg);
    transform: perspective(3000px) rotateY(0deg);
    opacity: 1;
  }
}
@-moz-keyframes animate-flip-y-enter {
  0% {
    -webkit-transform: perspective(3000px) rotateY(90deg);
    -moz-transform: perspective(3000px) rotateY(90deg);
    -ms-transform: perspective(3000px) rotateY(90deg);
    -o-transform: perspective(3000px) rotateY(90deg);
    transform: perspective(3000px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(3000px) rotateY(0deg);
    -moz-transform: perspective(3000px) rotateY(0deg);
    -ms-transform: perspective(3000px) rotateY(0deg);
    -o-transform: perspective(3000px) rotateY(0deg);
    transform: perspective(3000px) rotateY(0deg);
    opacity: 1;
  }
}
@-o-keyframes animate-flip-y-enter {
  0% {
    -webkit-transform: perspective(3000px) rotateY(90deg);
    -moz-transform: perspective(3000px) rotateY(90deg);
    -ms-transform: perspective(3000px) rotateY(90deg);
    -o-transform: perspective(3000px) rotateY(90deg);
    transform: perspective(3000px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(3000px) rotateY(0deg);
    -moz-transform: perspective(3000px) rotateY(0deg);
    -ms-transform: perspective(3000px) rotateY(0deg);
    -o-transform: perspective(3000px) rotateY(0deg);
    transform: perspective(3000px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes animate-flip-y-enter {
  0% {
    -webkit-transform: perspective(3000px) rotateY(90deg);
    -moz-transform: perspective(3000px) rotateY(90deg);
    -ms-transform: perspective(3000px) rotateY(90deg);
    -o-transform: perspective(3000px) rotateY(90deg);
    transform: perspective(3000px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(3000px) rotateY(0deg);
    -moz-transform: perspective(3000px) rotateY(0deg);
    -ms-transform: perspective(3000px) rotateY(0deg);
    -o-transform: perspective(3000px) rotateY(0deg);
    transform: perspective(3000px) rotateY(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes animate-flip-y-leave {
  0% {
    -webkit-transform: perspective(3000px) rotateY(0deg);
    -moz-transform: perspective(3000px) rotateY(0deg);
    -ms-transform: perspective(3000px) rotateY(0deg);
    -o-transform: perspective(3000px) rotateY(0deg);
    transform: perspective(3000px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(3000px) rotateY(-90deg);
    -moz-transform: perspective(3000px) rotateY(-90deg);
    -ms-transform: perspective(3000px) rotateY(-90deg);
    -o-transform: perspective(3000px) rotateY(-90deg);
    transform: perspective(3000px) rotateY(-90deg);
    opacity: 0;
  }
}
@-moz-keyframes animate-flip-y-leave {
  0% {
    -webkit-transform: perspective(3000px) rotateY(0deg);
    -moz-transform: perspective(3000px) rotateY(0deg);
    -ms-transform: perspective(3000px) rotateY(0deg);
    -o-transform: perspective(3000px) rotateY(0deg);
    transform: perspective(3000px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(3000px) rotateY(-90deg);
    -moz-transform: perspective(3000px) rotateY(-90deg);
    -ms-transform: perspective(3000px) rotateY(-90deg);
    -o-transform: perspective(3000px) rotateY(-90deg);
    transform: perspective(3000px) rotateY(-90deg);
    opacity: 0;
  }
}
@-o-keyframes animate-flip-y-leave {
  0% {
    -webkit-transform: perspective(3000px) rotateY(0deg);
    -moz-transform: perspective(3000px) rotateY(0deg);
    -ms-transform: perspective(3000px) rotateY(0deg);
    -o-transform: perspective(3000px) rotateY(0deg);
    transform: perspective(3000px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(3000px) rotateY(-90deg);
    -moz-transform: perspective(3000px) rotateY(-90deg);
    -ms-transform: perspective(3000px) rotateY(-90deg);
    -o-transform: perspective(3000px) rotateY(-90deg);
    transform: perspective(3000px) rotateY(-90deg);
    opacity: 0;
  }
}
@keyframes animate-flip-y-leave {
  0% {
    -webkit-transform: perspective(3000px) rotateY(0deg);
    -moz-transform: perspective(3000px) rotateY(0deg);
    -ms-transform: perspective(3000px) rotateY(0deg);
    -o-transform: perspective(3000px) rotateY(0deg);
    transform: perspective(3000px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(3000px) rotateY(-90deg);
    -moz-transform: perspective(3000px) rotateY(-90deg);
    -ms-transform: perspective(3000px) rotateY(-90deg);
    -o-transform: perspective(3000px) rotateY(-90deg);
    transform: perspective(3000px) rotateY(-90deg);
    opacity: 0;
  }
}
.animate-flip-y.ng-enter {
  -webkit-animation: 0.5s animate-flip-y-enter;
  -moz-animation: 0.5s animate-flip-y-enter;
  -ms-animation: 0.5s animate-flip-y-enter;
  -o-animation: 0.5s animate-flip-y-enter;
  animation: 0.5s animate-flip-y-enter;
}
.animate-flip-y.ng-leave {
  -webkit-animation: 0.5s animate-flip-y-leave;
  -moz-animation: 0.5s animate-flip-y-leave;
  -ms-animation: 0.5s animate-flip-y-leave;
  -o-animation: 0.5s animate-flip-y-leave;
  animation: 0.5s animate-flip-y-leave;
}
@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@-moz-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@-o-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-o-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
.animate-vertical-slide.ng-hide-add {
  -webkit-animation: 0.35s slideOutUp ease-in-out;
  -moz-animation: 0.35s slideOutUp ease-in-out;
  -ms-animation: 0.35s slideOutUp ease-in-out;
  -o-animation: 0.35s slideOutUp ease-in-out;
  animation: 0.35s slideOutUp ease-in-out;
}
.animate-vertical-slide.ng-hide-remove {
  -webkit-animation: 0.35s 0.35s slideInDown ease-in-out;
  -moz-animation: 0.35s 0.35s slideInDown ease-in-out;
  -ms-animation: 0.35s 0.35s slideInDown ease-in-out;
  -o-animation: 0.35s 0.35s slideInDown ease-in-out;
  animation: 0.35s 0.35s slideInDown ease-in-out;
}
@-webkit-keyframes fade-up {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fade-up {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes fade-up {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-up {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.btn,
a.btn:not(.md-button) {
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.15s ease;
}
.btn.transform-none,
a.btn:not(.md-button).transform-none {
  text-transform: none;
}
.btn-blue,
a.btn-blue {
  -webkit-box-shadow: 0 1px 2px rgba(42, 94, 170, 0.5);
  -moz-box-shadow: 0 1px 2px rgba(42, 94, 170, 0.5);
  -ms-box-shadow: 0 1px 2px rgba(42, 94, 170, 0.5);
  -o-box-shadow: 0 1px 2px rgba(42, 94, 170, 0.5);
  box-shadow: 0 1px 2px rgba(42, 94, 170, 0.5);
  background-color: #23b4ff;
  color: #ffffff;
}
.btn-blue:hover,
a.btn-blue:hover,
.btn-blue:active,
a.btn-blue:active,
.btn-blue:focus,
a.btn-blue:focus {
  background-color: #3dbdff;
  color: #ffffff;
}
.btn-black,
a.btn-black {
  background-color: #3f4259;
  color: #ffffff;
}
.btn-black:hover,
a.btn-black:hover,
.btn-black:active,
a.btn-black:active {
  background-color: #4a4d68;
  color: #ffffff;
}
.btn-green,
a.btn-green {
  background-color: #76bc48;
  color: #ffffff;
}
.btn-green:hover,
a.btn-green:hover,
.btn-green:active,
a.btn-green:active {
  background-color: #84c35b;
  color: #ffffff;
}
a.btn span {
  display: inline-block;
  vertical-align: middle;
}
a.btn:before {
  content: "";
  display: inline-block;
  min-height: inherit;
  height: 100%;
  vertical-align: middle;
}
a:not(.md-button).btn:hover,
a:not(.md-button).btn:active {
  color: #ffffff;
}
/* button size */
.btn-lg {
  height: 60px;
}
.btn-md {
  height: 50px;
}
/* button type */
.play-btn-wrapper {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  background-color: #fefefe;
  border: 1px solid #e3e4e7;
  color: #2f323c;
  cursor: pointer;
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  padding: 14px;
  padding-right: 30px;
  text-decoration: none;
}
.play-btn-wrapper:hover .btn-play.color-blue {
  background-color: #7fa6de;
}
.btn-play {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  cursor: pointer;
}
.btn-play.color-blue {
  background-color: #568ad4;
  box-shadow: 0 4px 7px #8fb0d5;
}
.flexbox-display-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
/*ul {
  width: 100%;
  @media @xs {
	padding: 40px;
	margin-left: auto;
	margin-right: auto;
  }
}*/
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-family: Arial, sans-serif;
  color: #2f323c;
  font-size: 16px;
  line-height: 25px;
}
ul,
ol {
  padding: 0;
  margin: 0;
}
p {
  margin-bottom: 30px;
}
img {
  height: auto;
}
a {
  color: #4f81cb;
  text-decoration: underline;
}
a:hover {
  color: #76bc48;
}
a:not(.md-button) {
  color: #4f81cb;
  text-decoration: underline;
}
a:not(.md-button):hover {
  color: #76bc48;
}
[tabindex='-1']:focus {
  outline: 0;
}
.flex-order {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}
.flex-order--20 {
  -webkit-order: -20;
  -ms-flex-order: -20;
  order: -20;
}
.flex-order--19 {
  -webkit-order: -19;
  -ms-flex-order: -19;
  order: -19;
}
.flex-order--18 {
  -webkit-order: -18;
  -ms-flex-order: -18;
  order: -18;
}
.flex-order--17 {
  -webkit-order: -17;
  -ms-flex-order: -17;
  order: -17;
}
.flex-order--16 {
  -webkit-order: -16;
  -ms-flex-order: -16;
  order: -16;
}
.flex-order--15 {
  -webkit-order: -15;
  -ms-flex-order: -15;
  order: -15;
}
.flex-order--14 {
  -webkit-order: -14;
  -ms-flex-order: -14;
  order: -14;
}
.flex-order--13 {
  -webkit-order: -13;
  -ms-flex-order: -13;
  order: -13;
}
.flex-order--12 {
  -webkit-order: -12;
  -ms-flex-order: -12;
  order: -12;
}
.flex-order--11 {
  -webkit-order: -11;
  -ms-flex-order: -11;
  order: -11;
}
.flex-order--10 {
  -webkit-order: -10;
  -ms-flex-order: -10;
  order: -10;
}
.flex-order--9 {
  -webkit-order: -9;
  -ms-flex-order: -9;
  order: -9;
}
.flex-order--8 {
  -webkit-order: -8;
  -ms-flex-order: -8;
  order: -8;
}
.flex-order--7 {
  -webkit-order: -7;
  -ms-flex-order: -7;
  order: -7;
}
.flex-order--6 {
  -webkit-order: -6;
  -ms-flex-order: -6;
  order: -6;
}
.flex-order--5 {
  -webkit-order: -5;
  -ms-flex-order: -5;
  order: -5;
}
.flex-order--4 {
  -webkit-order: -4;
  -ms-flex-order: -4;
  order: -4;
}
.flex-order--3 {
  -webkit-order: -3;
  -ms-flex-order: -3;
  order: -3;
}
.flex-order--2 {
  -webkit-order: -2;
  -ms-flex-order: -2;
  order: -2;
}
.flex-order--1 {
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}
.flex-order-0 {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}
.flex-order-1 {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.flex-order-2 {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.flex-order-3 {
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}
.flex-order-4 {
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}
.flex-order-5 {
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
}
.flex-order-6 {
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
}
.flex-order-7 {
  -webkit-order: 7;
  -ms-flex-order: 7;
  order: 7;
}
.flex-order-8 {
  -webkit-order: 8;
  -ms-flex-order: 8;
  order: 8;
}
.flex-order-9 {
  -webkit-order: 9;
  -ms-flex-order: 9;
  order: 9;
}
.flex-order-10 {
  -webkit-order: 10;
  -ms-flex-order: 10;
  order: 10;
}
.flex-order-11 {
  -webkit-order: 11;
  -ms-flex-order: 11;
  order: 11;
}
.flex-order-12 {
  -webkit-order: 12;
  -ms-flex-order: 12;
  order: 12;
}
.flex-order-13 {
  -webkit-order: 13;
  -ms-flex-order: 13;
  order: 13;
}
.flex-order-14 {
  -webkit-order: 14;
  -ms-flex-order: 14;
  order: 14;
}
.flex-order-15 {
  -webkit-order: 15;
  -ms-flex-order: 15;
  order: 15;
}
.flex-order-16 {
  -webkit-order: 16;
  -ms-flex-order: 16;
  order: 16;
}
.flex-order-17 {
  -webkit-order: 17;
  -ms-flex-order: 17;
  order: 17;
}
.flex-order-18 {
  -webkit-order: 18;
  -ms-flex-order: 18;
  order: 18;
}
.flex-order-19 {
  -webkit-order: 19;
  -ms-flex-order: 19;
  order: 19;
}
.flex-order-20 {
  -webkit-order: 20;
  -ms-flex-order: 20;
  order: 20;
}
.flex-offset-0,
.offset-0 {
  margin-left: 0;
}
[dir=rtl] .flex-offset-0,
[dir=rtl] .offset-0 {
  margin-left: auto;
  margin-right: 0;
}
.flex-offset-5,
.offset-5 {
  margin-left: 5%;
}
[dir=rtl] .flex-offset-5,
[dir=rtl] .offset-5 {
  margin-left: auto;
  margin-right: 5%;
}
.flex-offset-10,
.offset-10 {
  margin-left: 10%;
}
[dir=rtl] .flex-offset-10,
[dir=rtl] .offset-10 {
  margin-left: auto;
  margin-right: 10%;
}
.flex-offset-15,
.offset-15 {
  margin-left: 15%;
}
[dir=rtl] .flex-offset-15,
[dir=rtl] .offset-15 {
  margin-left: auto;
  margin-right: 15%;
}
.flex-offset-20,
.offset-20 {
  margin-left: 20%;
}
[dir=rtl] .flex-offset-20,
[dir=rtl] .offset-20 {
  margin-left: auto;
  margin-right: 20%;
}
.flex-offset-25,
.offset-25 {
  margin-left: 25%;
}
[dir=rtl] .flex-offset-25,
[dir=rtl] .offset-25 {
  margin-left: auto;
  margin-right: 25%;
}
.flex-offset-30,
.offset-30 {
  margin-left: 30%;
}
[dir=rtl] .flex-offset-30,
[dir=rtl] .offset-30 {
  margin-left: auto;
  margin-right: 30%;
}
.flex-offset-35,
.offset-35 {
  margin-left: 35%;
}
[dir=rtl] .flex-offset-35,
[dir=rtl] .offset-35 {
  margin-left: auto;
  margin-right: 35%;
}
.flex-offset-40,
.offset-40 {
  margin-left: 40%;
}
[dir=rtl] .flex-offset-40,
[dir=rtl] .offset-40 {
  margin-left: auto;
  margin-right: 40%;
}
.flex-offset-45,
.offset-45 {
  margin-left: 45%;
}
[dir=rtl] .flex-offset-45,
[dir=rtl] .offset-45 {
  margin-left: auto;
  margin-right: 45%;
}
.flex-offset-50,
.offset-50 {
  margin-left: 50%;
}
[dir=rtl] .flex-offset-50,
[dir=rtl] .offset-50 {
  margin-left: auto;
  margin-right: 50%;
}
.flex-offset-55,
.offset-55 {
  margin-left: 55%;
}
[dir=rtl] .flex-offset-55,
[dir=rtl] .offset-55 {
  margin-left: auto;
  margin-right: 55%;
}
.flex-offset-60,
.offset-60 {
  margin-left: 60%;
}
[dir=rtl] .flex-offset-60,
[dir=rtl] .offset-60 {
  margin-left: auto;
  margin-right: 60%;
}
.flex-offset-65,
.offset-65 {
  margin-left: 65%;
}
[dir=rtl] .flex-offset-65,
[dir=rtl] .offset-65 {
  margin-left: auto;
  margin-right: 65%;
}
.flex-offset-70,
.offset-70 {
  margin-left: 70%;
}
[dir=rtl] .flex-offset-70,
[dir=rtl] .offset-70 {
  margin-left: auto;
  margin-right: 70%;
}
.flex-offset-75,
.offset-75 {
  margin-left: 75%;
}
[dir=rtl] .flex-offset-75,
[dir=rtl] .offset-75 {
  margin-left: auto;
  margin-right: 75%;
}
.flex-offset-80,
.offset-80 {
  margin-left: 80%;
}
[dir=rtl] .flex-offset-80,
[dir=rtl] .offset-80 {
  margin-left: auto;
  margin-right: 80%;
}
.flex-offset-85,
.offset-85 {
  margin-left: 85%;
}
[dir=rtl] .flex-offset-85,
[dir=rtl] .offset-85 {
  margin-left: auto;
  margin-right: 85%;
}
.flex-offset-90,
.offset-90 {
  margin-left: 90%;
}
[dir=rtl] .flex-offset-90,
[dir=rtl] .offset-90 {
  margin-left: auto;
  margin-right: 90%;
}
.flex-offset-95,
.offset-95 {
  margin-left: 95%;
}
[dir=rtl] .flex-offset-95,
[dir=rtl] .offset-95 {
  margin-left: auto;
  margin-right: 95%;
}
.flex-offset-33,
.offset-33 {
  margin-left: calc(100% / 3);
}
.flex-offset-66,
.offset-66 {
  margin-left: calc(200% / 3);
}
[dir=rtl] .flex-offset-66,
[dir=rtl] .offset-66 {
  margin-left: auto;
  margin-right: calc(200% / 3);
}
.layout-align {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.layout-align-start,
.layout-align-start-center,
.layout-align-start-end,
.layout-align-start-start,
.layout-align-start-stretch {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.layout-align-center,
.layout-align-center-center,
.layout-align-center-end,
.layout-align-center-start,
.layout-align-center-stretch {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.layout-align-end,
.layout-align-end-center,
.layout-align-end-end,
.layout-align-end-start,
.layout-align-end-stretch {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.layout-align-space-around,
.layout-align-space-around-center,
.layout-align-space-around-end,
.layout-align-space-around-start,
.layout-align-space-around-stretch {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.layout-align-space-between,
.layout-align-space-between-center,
.layout-align-space-between-end,
.layout-align-space-between-start,
.layout-align-space-between-stretch {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.layout-align-center-start,
.layout-align-end-start,
.layout-align-space-around-start,
.layout-align-space-between-start,
.layout-align-start-start {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.layout-align-center-center,
.layout-align-end-center,
.layout-align-space-around-center,
.layout-align-space-between-center,
.layout-align-start-center {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  max-width: 100%;
}
.layout-align-center-center > *,
.layout-align-end-center > *,
.layout-align-space-around-center > *,
.layout-align-space-between-center > *,
.layout-align-start-center > * {
  max-width: 100%;
  box-sizing: border-box;
}
.layout-align-center-end,
.layout-align-end-end,
.layout-align-space-around-end,
.layout-align-space-between-end,
.layout-align-start-end {
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}
.layout-align-center-stretch,
.layout-align-end-stretch,
.layout-align-space-around-stretch,
.layout-align-space-between-stretch,
.layout-align-start-stretch {
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.flex {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  box-sizing: border-box;
}
.flex-grow {
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  box-sizing: border-box;
}
.flex-initial {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  box-sizing: border-box;
}
.flex-auto {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  box-sizing: border-box;
}
.flex-none {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  box-sizing: border-box;
}
.flex-noshrink {
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  box-sizing: border-box;
}
.flex-nogrow {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  box-sizing: border-box;
}
.flex-0 {
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  max-width: 0;
  max-height: 100%;
  box-sizing: border-box;
}
.layout-row > .flex-0 {
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  max-width: 0;
  max-height: 100%;
  box-sizing: border-box;
  min-width: 0;
}
.layout-column > .flex-0 {
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  max-width: 100%;
  max-height: 0;
  box-sizing: border-box;
  min-height: 0;
}
.flex-5,
.layout-row > .flex-5 {
  -webkit-flex: 1 1 5%;
  -ms-flex: 1 1 5%;
  flex: 1 1 5%;
  max-width: 5%;
  max-height: 100%;
  box-sizing: border-box;
}
.layout-column > .flex-5 {
  -webkit-flex: 1 1 5%;
  -ms-flex: 1 1 5%;
  flex: 1 1 5%;
  max-width: 100%;
  max-height: 5%;
  box-sizing: border-box;
}
.flex-10,
.layout-row > .flex-10 {
  -webkit-flex: 1 1 10%;
  -ms-flex: 1 1 10%;
  flex: 1 1 10%;
  max-width: 10%;
  max-height: 100%;
  box-sizing: border-box;
}
.layout-column > .flex-10 {
  -webkit-flex: 1 1 10%;
  -ms-flex: 1 1 10%;
  flex: 1 1 10%;
  max-width: 100%;
  max-height: 10%;
  box-sizing: border-box;
}
.flex-15,
.layout-row > .flex-15 {
  -webkit-flex: 1 1 15%;
  -ms-flex: 1 1 15%;
  flex: 1 1 15%;
  max-width: 15%;
  max-height: 100%;
  box-sizing: border-box;
}
.layout-column > .flex-15 {
  -webkit-flex: 1 1 15%;
  -ms-flex: 1 1 15%;
  flex: 1 1 15%;
  max-width: 100%;
  max-height: 15%;
  box-sizing: border-box;
}
.flex-20,
.layout-row > .flex-20 {
  -webkit-flex: 1 1 20%;
  -ms-flex: 1 1 20%;
  flex: 1 1 20%;
  max-width: 20%;
  max-height: 100%;
  box-sizing: border-box;
}
.layout-column > .flex-20 {
  -webkit-flex: 1 1 20%;
  -ms-flex: 1 1 20%;
  flex: 1 1 20%;
  max-width: 100%;
  max-height: 20%;
  box-sizing: border-box;
}
.flex-25,
.layout-row > .flex-25 {
  -webkit-flex: 1 1 25%;
  -ms-flex: 1 1 25%;
  flex: 1 1 25%;
  max-width: 25%;
  max-height: 100%;
  box-sizing: border-box;
}
.layout-column > .flex-25 {
  -webkit-flex: 1 1 25%;
  -ms-flex: 1 1 25%;
  flex: 1 1 25%;
  max-width: 100%;
  max-height: 25%;
  box-sizing: border-box;
}
.flex-30,
.layout-row > .flex-30 {
  -webkit-flex: 1 1 30%;
  -ms-flex: 1 1 30%;
  flex: 1 1 30%;
  max-width: 30%;
  max-height: 100%;
  box-sizing: border-box;
}
.layout-column > .flex-30 {
  -webkit-flex: 1 1 30%;
  -ms-flex: 1 1 30%;
  flex: 1 1 30%;
  max-width: 100%;
  max-height: 30%;
  box-sizing: border-box;
}
.flex-35,
.layout-row > .flex-35 {
  -webkit-flex: 1 1 35%;
  -ms-flex: 1 1 35%;
  flex: 1 1 35%;
  max-width: 35%;
  max-height: 100%;
  box-sizing: border-box;
}
.layout-column > .flex-35 {
  -webkit-flex: 1 1 35%;
  -ms-flex: 1 1 35%;
  flex: 1 1 35%;
  max-width: 100%;
  max-height: 35%;
  box-sizing: border-box;
}
.flex-40,
.layout-row > .flex-40 {
  -webkit-flex: 1 1 40%;
  -ms-flex: 1 1 40%;
  flex: 1 1 40%;
  max-width: 40%;
  max-height: 100%;
  box-sizing: border-box;
}
.layout-column > .flex-40 {
  -webkit-flex: 1 1 40%;
  -ms-flex: 1 1 40%;
  flex: 1 1 40%;
  max-width: 100%;
  max-height: 40%;
  box-sizing: border-box;
}
.flex-45,
.layout-row > .flex-45 {
  -webkit-flex: 1 1 45%;
  -ms-flex: 1 1 45%;
  flex: 1 1 45%;
  max-width: 45%;
  max-height: 100%;
  box-sizing: border-box;
}
.layout-column > .flex-45 {
  -webkit-flex: 1 1 45%;
  -ms-flex: 1 1 45%;
  flex: 1 1 45%;
  max-width: 100%;
  max-height: 45%;
  box-sizing: border-box;
}
.flex-50,
.layout-row > .flex-50 {
  -webkit-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  max-width: 50%;
  max-height: 100%;
  box-sizing: border-box;
}
.layout-column > .flex-50 {
  -webkit-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  max-width: 100%;
  max-height: 50%;
  box-sizing: border-box;
}
.flex-55,
.layout-row > .flex-55 {
  -webkit-flex: 1 1 55%;
  -ms-flex: 1 1 55%;
  flex: 1 1 55%;
  max-width: 55%;
  max-height: 100%;
  box-sizing: border-box;
}
.layout-column > .flex-55 {
  -webkit-flex: 1 1 55%;
  -ms-flex: 1 1 55%;
  flex: 1 1 55%;
  max-width: 100%;
  max-height: 55%;
  box-sizing: border-box;
}
.flex-60,
.layout-row > .flex-60 {
  -webkit-flex: 1 1 60%;
  -ms-flex: 1 1 60%;
  flex: 1 1 60%;
  max-width: 60%;
  max-height: 100%;
  box-sizing: border-box;
}
.layout-column > .flex-60 {
  -webkit-flex: 1 1 60%;
  -ms-flex: 1 1 60%;
  flex: 1 1 60%;
  max-width: 100%;
  max-height: 60%;
  box-sizing: border-box;
}
.flex-65,
.layout-row > .flex-65 {
  -webkit-flex: 1 1 65%;
  -ms-flex: 1 1 65%;
  flex: 1 1 65%;
  max-width: 65%;
  max-height: 100%;
  box-sizing: border-box;
}
.layout-column > .flex-65 {
  -webkit-flex: 1 1 65%;
  -ms-flex: 1 1 65%;
  flex: 1 1 65%;
  max-width: 100%;
  max-height: 65%;
  box-sizing: border-box;
}
.flex-70,
.layout-row > .flex-70 {
  -webkit-flex: 1 1 70%;
  -ms-flex: 1 1 70%;
  flex: 1 1 70%;
  max-width: 70%;
  max-height: 100%;
  box-sizing: border-box;
}
.layout-column > .flex-70 {
  -webkit-flex: 1 1 70%;
  -ms-flex: 1 1 70%;
  flex: 1 1 70%;
  max-width: 100%;
  max-height: 70%;
  box-sizing: border-box;
}
.flex-75,
.layout-row > .flex-75 {
  -webkit-flex: 1 1 75%;
  -ms-flex: 1 1 75%;
  flex: 1 1 75%;
  max-width: 75%;
  max-height: 100%;
  box-sizing: border-box;
}
.layout-column > .flex-75 {
  -webkit-flex: 1 1 75%;
  -ms-flex: 1 1 75%;
  flex: 1 1 75%;
  max-width: 100%;
  max-height: 75%;
  box-sizing: border-box;
}
.flex-80,
.layout-row > .flex-80 {
  -webkit-flex: 1 1 80%;
  -ms-flex: 1 1 80%;
  flex: 1 1 80%;
  max-width: 80%;
  max-height: 100%;
  box-sizing: border-box;
}
.layout-column > .flex-80 {
  -webkit-flex: 1 1 80%;
  -ms-flex: 1 1 80%;
  flex: 1 1 80%;
  max-width: 100%;
  max-height: 80%;
  box-sizing: border-box;
}
.flex-85,
.layout-row > .flex-85 {
  -webkit-flex: 1 1 85%;
  -ms-flex: 1 1 85%;
  flex: 1 1 85%;
  max-width: 85%;
  max-height: 100%;
  box-sizing: border-box;
}
.layout-column > .flex-85 {
  -webkit-flex: 1 1 85%;
  -ms-flex: 1 1 85%;
  flex: 1 1 85%;
  max-width: 100%;
  max-height: 85%;
  box-sizing: border-box;
}
.flex-90,
.layout-row > .flex-90 {
  -webkit-flex: 1 1 90%;
  -ms-flex: 1 1 90%;
  flex: 1 1 90%;
  max-width: 90%;
  max-height: 100%;
  box-sizing: border-box;
}
.layout-column > .flex-90 {
  -webkit-flex: 1 1 90%;
  -ms-flex: 1 1 90%;
  flex: 1 1 90%;
  max-width: 100%;
  max-height: 90%;
  box-sizing: border-box;
}
.flex-95,
.layout-row > .flex-95 {
  -webkit-flex: 1 1 95%;
  -ms-flex: 1 1 95%;
  flex: 1 1 95%;
  max-width: 95%;
  max-height: 100%;
  box-sizing: border-box;
}
.layout-column > .flex-95 {
  -webkit-flex: 1 1 95%;
  -ms-flex: 1 1 95%;
  flex: 1 1 95%;
  max-width: 100%;
  max-height: 95%;
  box-sizing: border-box;
}
.flex-100,
.layout-column > .flex-100,
.layout-row > .flex-100 {
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 100%;
  box-sizing: border-box;
}
.layout-row > .flex-33 {
  -webkit-flex: 1 1 33.33%;
  -ms-flex: 1 1 33.33%;
  flex: 1 1 33.33%;
  max-width: 33.33%;
  max-height: 100%;
  box-sizing: border-box;
}
.layout-row > .flex-66 {
  -webkit-flex: 1 1 66.66%;
  -ms-flex: 1 1 66.66%;
  flex: 1 1 66.66%;
  max-width: 66.66%;
  max-height: 100%;
  box-sizing: border-box;
}
.layout-row > .flex {
  min-width: 0;
}
.layout-column > .flex-33 {
  -webkit-flex: 1 1 33.33%;
  -ms-flex: 1 1 33.33%;
  flex: 1 1 33.33%;
  max-width: 100%;
  max-height: 33.33%;
  box-sizing: border-box;
}
.layout-column > .flex-66 {
  -webkit-flex: 1 1 66.66%;
  -ms-flex: 1 1 66.66%;
  flex: 1 1 66.66%;
  max-width: 100%;
  max-height: 66.66%;
  box-sizing: border-box;
}
.layout-column > .flex {
  min-height: 0;
}
.layout,
.layout-column,
.layout-row {
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.layout-column {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.layout-row {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.layout-padding-sm > *,
.layout-padding > .flex-sm {
  padding: 4px;
}
.layout-padding,
.layout-padding-gt-sm,
.layout-padding-gt-sm > *,
.layout-padding-md,
.layout-padding-md > *,
.layout-padding > *,
.layout-padding > .flex,
.layout-padding > .flex-gt-sm,
.layout-padding > .flex-md {
  padding: 8px;
}
.layout-padding-gt-lg > *,
.layout-padding-gt-md > *,
.layout-padding-lg > *,
.layout-padding > .flex-gt-lg,
.layout-padding > .flex-gt-md,
.layout-padding > .flex-lg {
  padding: 16px;
}
.layout-margin-sm > *,
.layout-margin > .flex-sm {
  margin: 4px;
}
.layout-margin,
.layout-margin-gt-sm,
.layout-margin-gt-sm > *,
.layout-margin-md,
.layout-margin-md > *,
.layout-margin > *,
.layout-margin > .flex,
.layout-margin > .flex-gt-sm,
.layout-margin > .flex-md {
  margin: 8px;
}
.layout-margin-gt-lg > *,
.layout-margin-gt-md > *,
.layout-margin-lg > *,
.layout-margin > .flex-gt-lg,
.layout-margin > .flex-gt-md,
.layout-margin > .flex-lg {
  margin: 16px;
}
.layout-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.layout-nowrap {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.layout-fill {
  margin: 0;
  width: 100%;
  min-height: 100%;
  height: 100%;
}
@media (max-width: 599px) {
  .hide-xs:not(.show-xs):not(.show),
  .hide:not(.show-xs):not(.show) {
    display: none;
  }
  .flex-order-xs--20 {
    -webkit-order: -20;
    -ms-flex-order: -20;
    order: -20;
  }
  .flex-order-xs--19 {
    -webkit-order: -19;
    -ms-flex-order: -19;
    order: -19;
  }
  .flex-order-xs--18 {
    -webkit-order: -18;
    -ms-flex-order: -18;
    order: -18;
  }
  .flex-order-xs--17 {
    -webkit-order: -17;
    -ms-flex-order: -17;
    order: -17;
  }
  .flex-order-xs--16 {
    -webkit-order: -16;
    -ms-flex-order: -16;
    order: -16;
  }
  .flex-order-xs--15 {
    -webkit-order: -15;
    -ms-flex-order: -15;
    order: -15;
  }
  .flex-order-xs--14 {
    -webkit-order: -14;
    -ms-flex-order: -14;
    order: -14;
  }
  .flex-order-xs--13 {
    -webkit-order: -13;
    -ms-flex-order: -13;
    order: -13;
  }
  .flex-order-xs--12 {
    -webkit-order: -12;
    -ms-flex-order: -12;
    order: -12;
  }
  .flex-order-xs--11 {
    -webkit-order: -11;
    -ms-flex-order: -11;
    order: -11;
  }
  .flex-order-xs--10 {
    -webkit-order: -10;
    -ms-flex-order: -10;
    order: -10;
  }
  .flex-order-xs--9 {
    -webkit-order: -9;
    -ms-flex-order: -9;
    order: -9;
  }
  .flex-order-xs--8 {
    -webkit-order: -8;
    -ms-flex-order: -8;
    order: -8;
  }
  .flex-order-xs--7 {
    -webkit-order: -7;
    -ms-flex-order: -7;
    order: -7;
  }
  .flex-order-xs--6 {
    -webkit-order: -6;
    -ms-flex-order: -6;
    order: -6;
  }
  .flex-order-xs--5 {
    -webkit-order: -5;
    -ms-flex-order: -5;
    order: -5;
  }
  .flex-order-xs--4 {
    -webkit-order: -4;
    -ms-flex-order: -4;
    order: -4;
  }
  .flex-order-xs--3 {
    -webkit-order: -3;
    -ms-flex-order: -3;
    order: -3;
  }
  .flex-order-xs--2 {
    -webkit-order: -2;
    -ms-flex-order: -2;
    order: -2;
  }
  .flex-order-xs--1 {
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .flex-order-xs-0 {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .flex-order-xs-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .flex-order-xs-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .flex-order-xs-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .flex-order-xs-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .flex-order-xs-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .flex-order-xs-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .flex-order-xs-7 {
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .flex-order-xs-8 {
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .flex-order-xs-9 {
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .flex-order-xs-10 {
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .flex-order-xs-11 {
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .flex-order-xs-12 {
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .flex-order-xs-13 {
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }
  .flex-order-xs-14 {
    -webkit-order: 14;
    -ms-flex-order: 14;
    order: 14;
  }
  .flex-order-xs-15 {
    -webkit-order: 15;
    -ms-flex-order: 15;
    order: 15;
  }
  .flex-order-xs-16 {
    -webkit-order: 16;
    -ms-flex-order: 16;
    order: 16;
  }
  .flex-order-xs-17 {
    -webkit-order: 17;
    -ms-flex-order: 17;
    order: 17;
  }
  .flex-order-xs-18 {
    -webkit-order: 18;
    -ms-flex-order: 18;
    order: 18;
  }
  .flex-order-xs-19 {
    -webkit-order: 19;
    -ms-flex-order: 19;
    order: 19;
  }
  .flex-order-xs-20 {
    -webkit-order: 20;
    -ms-flex-order: 20;
    order: 20;
  }
  .flex-offset-xs-0,
  .offset-xs-0 {
    margin-left: 0;
  }
  [dir=rtl] .flex-offset-xs-0,
  [dir=rtl] .offset-xs-0 {
    margin-left: auto;
    margin-right: 0;
  }
  .flex-offset-xs-5,
  .offset-xs-5 {
    margin-left: 5%;
  }
  [dir=rtl] .flex-offset-xs-5,
  [dir=rtl] .offset-xs-5 {
    margin-left: auto;
    margin-right: 5%;
  }
  .flex-offset-xs-10,
  .offset-xs-10 {
    margin-left: 10%;
  }
  [dir=rtl] .flex-offset-xs-10,
  [dir=rtl] .offset-xs-10 {
    margin-left: auto;
    margin-right: 10%;
  }
  .flex-offset-xs-15,
  .offset-xs-15 {
    margin-left: 15%;
  }
  [dir=rtl] .flex-offset-xs-15,
  [dir=rtl] .offset-xs-15 {
    margin-left: auto;
    margin-right: 15%;
  }
  .flex-offset-xs-20,
  .offset-xs-20 {
    margin-left: 20%;
  }
  [dir=rtl] .flex-offset-xs-20,
  [dir=rtl] .offset-xs-20 {
    margin-left: auto;
    margin-right: 20%;
  }
  .flex-offset-xs-25,
  .offset-xs-25 {
    margin-left: 25%;
  }
  [dir=rtl] .flex-offset-xs-25,
  [dir=rtl] .offset-xs-25 {
    margin-left: auto;
    margin-right: 25%;
  }
  .flex-offset-xs-30,
  .offset-xs-30 {
    margin-left: 30%;
  }
  [dir=rtl] .flex-offset-xs-30,
  [dir=rtl] .offset-xs-30 {
    margin-left: auto;
    margin-right: 30%;
  }
  .flex-offset-xs-35,
  .offset-xs-35 {
    margin-left: 35%;
  }
  [dir=rtl] .flex-offset-xs-35,
  [dir=rtl] .offset-xs-35 {
    margin-left: auto;
    margin-right: 35%;
  }
  .flex-offset-xs-40,
  .offset-xs-40 {
    margin-left: 40%;
  }
  [dir=rtl] .flex-offset-xs-40,
  [dir=rtl] .offset-xs-40 {
    margin-left: auto;
    margin-right: 40%;
  }
  .flex-offset-xs-45,
  .offset-xs-45 {
    margin-left: 45%;
  }
  [dir=rtl] .flex-offset-xs-45,
  [dir=rtl] .offset-xs-45 {
    margin-left: auto;
    margin-right: 45%;
  }
  .flex-offset-xs-50,
  .offset-xs-50 {
    margin-left: 50%;
  }
  [dir=rtl] .flex-offset-xs-50,
  [dir=rtl] .offset-xs-50 {
    margin-left: auto;
    margin-right: 50%;
  }
  .flex-offset-xs-55,
  .offset-xs-55 {
    margin-left: 55%;
  }
  [dir=rtl] .flex-offset-xs-55,
  [dir=rtl] .offset-xs-55 {
    margin-left: auto;
    margin-right: 55%;
  }
  .flex-offset-xs-60,
  .offset-xs-60 {
    margin-left: 60%;
  }
  [dir=rtl] .flex-offset-xs-60,
  [dir=rtl] .offset-xs-60 {
    margin-left: auto;
    margin-right: 60%;
  }
  .flex-offset-xs-65,
  .offset-xs-65 {
    margin-left: 65%;
  }
  [dir=rtl] .flex-offset-xs-65,
  [dir=rtl] .offset-xs-65 {
    margin-left: auto;
    margin-right: 65%;
  }
  .flex-offset-xs-70,
  .offset-xs-70 {
    margin-left: 70%;
  }
  [dir=rtl] .flex-offset-xs-70,
  [dir=rtl] .offset-xs-70 {
    margin-left: auto;
    margin-right: 70%;
  }
  .flex-offset-xs-75,
  .offset-xs-75 {
    margin-left: 75%;
  }
  [dir=rtl] .flex-offset-xs-75,
  [dir=rtl] .offset-xs-75 {
    margin-left: auto;
    margin-right: 75%;
  }
  .flex-offset-xs-80,
  .offset-xs-80 {
    margin-left: 80%;
  }
  [dir=rtl] .flex-offset-xs-80,
  [dir=rtl] .offset-xs-80 {
    margin-left: auto;
    margin-right: 80%;
  }
  .flex-offset-xs-85,
  .offset-xs-85 {
    margin-left: 85%;
  }
  [dir=rtl] .flex-offset-xs-85,
  [dir=rtl] .offset-xs-85 {
    margin-left: auto;
    margin-right: 85%;
  }
  .flex-offset-xs-90,
  .offset-xs-90 {
    margin-left: 90%;
  }
  [dir=rtl] .flex-offset-xs-90,
  [dir=rtl] .offset-xs-90 {
    margin-left: auto;
    margin-right: 90%;
  }
  .flex-offset-xs-95,
  .offset-xs-95 {
    margin-left: 95%;
  }
  [dir=rtl] .flex-offset-xs-95,
  [dir=rtl] .offset-xs-95 {
    margin-left: auto;
    margin-right: 95%;
  }
  .flex-offset-xs-33,
  .offset-xs-33 {
    margin-left: calc(100% / 3);
  }
  .flex-offset-xs-66,
  .offset-xs-66 {
    margin-left: calc(200% / 3);
  }
  [dir=rtl] .flex-offset-xs-66,
  [dir=rtl] .offset-xs-66 {
    margin-left: auto;
    margin-right: calc(200% / 3);
  }
  .layout-align-xs {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .layout-align-xs-start,
  .layout-align-xs-start-center,
  .layout-align-xs-start-end,
  .layout-align-xs-start-start,
  .layout-align-xs-start-stretch {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .layout-align-xs-center,
  .layout-align-xs-center-center,
  .layout-align-xs-center-end,
  .layout-align-xs-center-start,
  .layout-align-xs-center-stretch {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .layout-align-xs-end,
  .layout-align-xs-end-center,
  .layout-align-xs-end-end,
  .layout-align-xs-end-start,
  .layout-align-xs-end-stretch {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .layout-align-xs-space-around,
  .layout-align-xs-space-around-center,
  .layout-align-xs-space-around-end,
  .layout-align-xs-space-around-start,
  .layout-align-xs-space-around-stretch {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .layout-align-xs-space-between,
  .layout-align-xs-space-between-center,
  .layout-align-xs-space-between-end,
  .layout-align-xs-space-between-start,
  .layout-align-xs-space-between-stretch {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .layout-align-xs-center-start,
  .layout-align-xs-end-start,
  .layout-align-xs-space-around-start,
  .layout-align-xs-space-between-start,
  .layout-align-xs-start-start {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .layout-align-xs-center-center,
  .layout-align-xs-end-center,
  .layout-align-xs-space-around-center,
  .layout-align-xs-space-between-center,
  .layout-align-xs-start-center {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    max-width: 100%;
  }
  .layout-align-xs-center-center > *,
  .layout-align-xs-end-center > *,
  .layout-align-xs-space-around-center > *,
  .layout-align-xs-space-between-center > *,
  .layout-align-xs-start-center > * {
    max-width: 100%;
    box-sizing: border-box;
  }
  .layout-align-xs-center-end,
  .layout-align-xs-end-end,
  .layout-align-xs-space-around-end,
  .layout-align-xs-space-between-end,
  .layout-align-xs-start-end {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }
  .layout-align-xs-center-stretch,
  .layout-align-xs-end-stretch,
  .layout-align-xs-space-around-stretch,
  .layout-align-xs-space-between-stretch,
  .layout-align-xs-start-stretch {
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .flex-xs {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    box-sizing: border-box;
  }
  .flex-xs-grow {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    box-sizing: border-box;
  }
  .flex-xs-initial {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    box-sizing: border-box;
  }
  .flex-xs-auto {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    box-sizing: border-box;
  }
  .flex-xs-none {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    box-sizing: border-box;
  }
  .flex-xs-noshrink {
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    box-sizing: border-box;
  }
  .flex-xs-nogrow {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    box-sizing: border-box;
  }
  .flex-xs-0 {
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    max-width: 0;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xs-0,
  .layout-xs-row > .flex-xs-0 {
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    max-width: 0;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0;
  }
  .layout-column > .flex-xs-0,
  .layout-xs-column > .flex-xs-0 {
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    max-width: 100%;
    max-height: 0;
    box-sizing: border-box;
    min-height: 0;
  }
  .flex-xs-5,
  .layout-row > .flex-xs-5,
  .layout-xs-row > .flex-xs-5 {
    -webkit-flex: 1 1 5%;
    -ms-flex: 1 1 5%;
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-5,
  .layout-xs-column > .flex-xs-5 {
    -webkit-flex: 1 1 5%;
    -ms-flex: 1 1 5%;
    flex: 1 1 5%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }
  .flex-xs-10,
  .layout-row > .flex-xs-10,
  .layout-xs-row > .flex-xs-10 {
    -webkit-flex: 1 1 10%;
    -ms-flex: 1 1 10%;
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-10,
  .layout-xs-column > .flex-xs-10 {
    -webkit-flex: 1 1 10%;
    -ms-flex: 1 1 10%;
    flex: 1 1 10%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }
  .flex-xs-15,
  .layout-row > .flex-xs-15,
  .layout-xs-row > .flex-xs-15 {
    -webkit-flex: 1 1 15%;
    -ms-flex: 1 1 15%;
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-15,
  .layout-xs-column > .flex-xs-15 {
    -webkit-flex: 1 1 15%;
    -ms-flex: 1 1 15%;
    flex: 1 1 15%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }
  .flex-xs-20,
  .layout-row > .flex-xs-20,
  .layout-xs-row > .flex-xs-20 {
    -webkit-flex: 1 1 20%;
    -ms-flex: 1 1 20%;
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-20,
  .layout-xs-column > .flex-xs-20 {
    -webkit-flex: 1 1 20%;
    -ms-flex: 1 1 20%;
    flex: 1 1 20%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }
  .flex-xs-25,
  .layout-row > .flex-xs-25,
  .layout-xs-row > .flex-xs-25 {
    -webkit-flex: 1 1 25%;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-25,
  .layout-xs-column > .flex-xs-25 {
    -webkit-flex: 1 1 25%;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }
  .flex-xs-30,
  .layout-row > .flex-xs-30,
  .layout-xs-row > .flex-xs-30 {
    -webkit-flex: 1 1 30%;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-30,
  .layout-xs-column > .flex-xs-30 {
    -webkit-flex: 1 1 30%;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }
  .flex-xs-35,
  .layout-row > .flex-xs-35,
  .layout-xs-row > .flex-xs-35 {
    -webkit-flex: 1 1 35%;
    -ms-flex: 1 1 35%;
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-35,
  .layout-xs-column > .flex-xs-35 {
    -webkit-flex: 1 1 35%;
    -ms-flex: 1 1 35%;
    flex: 1 1 35%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }
  .flex-xs-40,
  .layout-row > .flex-xs-40,
  .layout-xs-row > .flex-xs-40 {
    -webkit-flex: 1 1 40%;
    -ms-flex: 1 1 40%;
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-40,
  .layout-xs-column > .flex-xs-40 {
    -webkit-flex: 1 1 40%;
    -ms-flex: 1 1 40%;
    flex: 1 1 40%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }
  .flex-xs-45,
  .layout-row > .flex-xs-45,
  .layout-xs-row > .flex-xs-45 {
    -webkit-flex: 1 1 45%;
    -ms-flex: 1 1 45%;
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-45,
  .layout-xs-column > .flex-xs-45 {
    -webkit-flex: 1 1 45%;
    -ms-flex: 1 1 45%;
    flex: 1 1 45%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }
  .flex-xs-50,
  .layout-row > .flex-xs-50,
  .layout-xs-row > .flex-xs-50 {
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-50,
  .layout-xs-column > .flex-xs-50 {
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }
  .flex-xs-55,
  .layout-row > .flex-xs-55,
  .layout-xs-row > .flex-xs-55 {
    -webkit-flex: 1 1 55%;
    -ms-flex: 1 1 55%;
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-55,
  .layout-xs-column > .flex-xs-55 {
    -webkit-flex: 1 1 55%;
    -ms-flex: 1 1 55%;
    flex: 1 1 55%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }
  .flex-xs-60,
  .layout-row > .flex-xs-60,
  .layout-xs-row > .flex-xs-60 {
    -webkit-flex: 1 1 60%;
    -ms-flex: 1 1 60%;
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-60,
  .layout-xs-column > .flex-xs-60 {
    -webkit-flex: 1 1 60%;
    -ms-flex: 1 1 60%;
    flex: 1 1 60%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }
  .flex-xs-65,
  .layout-row > .flex-xs-65,
  .layout-xs-row > .flex-xs-65 {
    -webkit-flex: 1 1 65%;
    -ms-flex: 1 1 65%;
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-65,
  .layout-xs-column > .flex-xs-65 {
    -webkit-flex: 1 1 65%;
    -ms-flex: 1 1 65%;
    flex: 1 1 65%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }
  .flex-xs-70,
  .layout-row > .flex-xs-70,
  .layout-xs-row > .flex-xs-70 {
    -webkit-flex: 1 1 70%;
    -ms-flex: 1 1 70%;
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-70,
  .layout-xs-column > .flex-xs-70 {
    -webkit-flex: 1 1 70%;
    -ms-flex: 1 1 70%;
    flex: 1 1 70%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }
  .flex-xs-75,
  .layout-row > .flex-xs-75,
  .layout-xs-row > .flex-xs-75 {
    -webkit-flex: 1 1 75%;
    -ms-flex: 1 1 75%;
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-75,
  .layout-xs-column > .flex-xs-75 {
    -webkit-flex: 1 1 75%;
    -ms-flex: 1 1 75%;
    flex: 1 1 75%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }
  .flex-xs-80,
  .layout-row > .flex-xs-80,
  .layout-xs-row > .flex-xs-80 {
    -webkit-flex: 1 1 80%;
    -ms-flex: 1 1 80%;
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-80,
  .layout-xs-column > .flex-xs-80 {
    -webkit-flex: 1 1 80%;
    -ms-flex: 1 1 80%;
    flex: 1 1 80%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }
  .flex-xs-85,
  .layout-row > .flex-xs-85,
  .layout-xs-row > .flex-xs-85 {
    -webkit-flex: 1 1 85%;
    -ms-flex: 1 1 85%;
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-85,
  .layout-xs-column > .flex-xs-85 {
    -webkit-flex: 1 1 85%;
    -ms-flex: 1 1 85%;
    flex: 1 1 85%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }
  .flex-xs-90,
  .layout-row > .flex-xs-90,
  .layout-xs-row > .flex-xs-90 {
    -webkit-flex: 1 1 90%;
    -ms-flex: 1 1 90%;
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-90,
  .layout-xs-column > .flex-xs-90 {
    -webkit-flex: 1 1 90%;
    -ms-flex: 1 1 90%;
    flex: 1 1 90%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }
  .flex-xs-95,
  .layout-row > .flex-xs-95,
  .layout-xs-row > .flex-xs-95 {
    -webkit-flex: 1 1 95%;
    -ms-flex: 1 1 95%;
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-95,
  .layout-xs-column > .flex-xs-95 {
    -webkit-flex: 1 1 95%;
    -ms-flex: 1 1 95%;
    flex: 1 1 95%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }
  .flex-xs-100,
  .layout-column > .flex-xs-100,
  .layout-row > .flex-xs-100,
  .layout-xs-column > .flex-xs-100,
  .layout-xs-row > .flex-xs-100 {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xs-33,
  .layout-xs-row > .flex-xs-33 {
    -webkit-flex: 1 1 33.33%;
    -ms-flex: 1 1 33.33%;
    flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xs-66,
  .layout-xs-row > .flex-xs-66 {
    -webkit-flex: 1 1 66.66%;
    -ms-flex: 1 1 66.66%;
    flex: 1 1 66.66%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex,
  .layout-xs-row > .flex {
    min-width: 0;
  }
  .layout-column > .flex-xs-33,
  .layout-xs-column > .flex-xs-33 {
    -webkit-flex: 1 1 33.33%;
    -ms-flex: 1 1 33.33%;
    flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-66,
  .layout-xs-column > .flex-xs-66 {
    -webkit-flex: 1 1 66.66%;
    -ms-flex: 1 1 66.66%;
    flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }
  .layout-column > .flex,
  .layout-xs-column > .flex {
    min-height: 0;
  }
  .layout-xs,
  .layout-xs-column,
  .layout-xs-row {
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .layout-xs-column {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .layout-xs-row {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media (min-width: 600px) {
  .flex-order-gt-xs--20 {
    -webkit-order: -20;
    -ms-flex-order: -20;
    order: -20;
  }
  .flex-order-gt-xs--19 {
    -webkit-order: -19;
    -ms-flex-order: -19;
    order: -19;
  }
  .flex-order-gt-xs--18 {
    -webkit-order: -18;
    -ms-flex-order: -18;
    order: -18;
  }
  .flex-order-gt-xs--17 {
    -webkit-order: -17;
    -ms-flex-order: -17;
    order: -17;
  }
  .flex-order-gt-xs--16 {
    -webkit-order: -16;
    -ms-flex-order: -16;
    order: -16;
  }
  .flex-order-gt-xs--15 {
    -webkit-order: -15;
    -ms-flex-order: -15;
    order: -15;
  }
  .flex-order-gt-xs--14 {
    -webkit-order: -14;
    -ms-flex-order: -14;
    order: -14;
  }
  .flex-order-gt-xs--13 {
    -webkit-order: -13;
    -ms-flex-order: -13;
    order: -13;
  }
  .flex-order-gt-xs--12 {
    -webkit-order: -12;
    -ms-flex-order: -12;
    order: -12;
  }
  .flex-order-gt-xs--11 {
    -webkit-order: -11;
    -ms-flex-order: -11;
    order: -11;
  }
  .flex-order-gt-xs--10 {
    -webkit-order: -10;
    -ms-flex-order: -10;
    order: -10;
  }
  .flex-order-gt-xs--9 {
    -webkit-order: -9;
    -ms-flex-order: -9;
    order: -9;
  }
  .flex-order-gt-xs--8 {
    -webkit-order: -8;
    -ms-flex-order: -8;
    order: -8;
  }
  .flex-order-gt-xs--7 {
    -webkit-order: -7;
    -ms-flex-order: -7;
    order: -7;
  }
  .flex-order-gt-xs--6 {
    -webkit-order: -6;
    -ms-flex-order: -6;
    order: -6;
  }
  .flex-order-gt-xs--5 {
    -webkit-order: -5;
    -ms-flex-order: -5;
    order: -5;
  }
  .flex-order-gt-xs--4 {
    -webkit-order: -4;
    -ms-flex-order: -4;
    order: -4;
  }
  .flex-order-gt-xs--3 {
    -webkit-order: -3;
    -ms-flex-order: -3;
    order: -3;
  }
  .flex-order-gt-xs--2 {
    -webkit-order: -2;
    -ms-flex-order: -2;
    order: -2;
  }
  .flex-order-gt-xs--1 {
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .flex-order-gt-xs-0 {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .flex-order-gt-xs-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .flex-order-gt-xs-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .flex-order-gt-xs-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .flex-order-gt-xs-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .flex-order-gt-xs-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .flex-order-gt-xs-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .flex-order-gt-xs-7 {
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .flex-order-gt-xs-8 {
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .flex-order-gt-xs-9 {
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .flex-order-gt-xs-10 {
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .flex-order-gt-xs-11 {
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .flex-order-gt-xs-12 {
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .flex-order-gt-xs-13 {
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }
  .flex-order-gt-xs-14 {
    -webkit-order: 14;
    -ms-flex-order: 14;
    order: 14;
  }
  .flex-order-gt-xs-15 {
    -webkit-order: 15;
    -ms-flex-order: 15;
    order: 15;
  }
  .flex-order-gt-xs-16 {
    -webkit-order: 16;
    -ms-flex-order: 16;
    order: 16;
  }
  .flex-order-gt-xs-17 {
    -webkit-order: 17;
    -ms-flex-order: 17;
    order: 17;
  }
  .flex-order-gt-xs-18 {
    -webkit-order: 18;
    -ms-flex-order: 18;
    order: 18;
  }
  .flex-order-gt-xs-19 {
    -webkit-order: 19;
    -ms-flex-order: 19;
    order: 19;
  }
  .flex-order-gt-xs-20 {
    -webkit-order: 20;
    -ms-flex-order: 20;
    order: 20;
  }
  .flex-offset-gt-xs-0,
  .offset-gt-xs-0 {
    margin-left: 0;
  }
  [dir=rtl] .flex-offset-gt-xs-0,
  [dir=rtl] .offset-gt-xs-0 {
    margin-left: auto;
    margin-right: 0;
  }
  .flex-offset-gt-xs-5,
  .offset-gt-xs-5 {
    margin-left: 5%;
  }
  [dir=rtl] .flex-offset-gt-xs-5,
  [dir=rtl] .offset-gt-xs-5 {
    margin-left: auto;
    margin-right: 5%;
  }
  .flex-offset-gt-xs-10,
  .offset-gt-xs-10 {
    margin-left: 10%;
  }
  [dir=rtl] .flex-offset-gt-xs-10,
  [dir=rtl] .offset-gt-xs-10 {
    margin-left: auto;
    margin-right: 10%;
  }
  .flex-offset-gt-xs-15,
  .offset-gt-xs-15 {
    margin-left: 15%;
  }
  [dir=rtl] .flex-offset-gt-xs-15,
  [dir=rtl] .offset-gt-xs-15 {
    margin-left: auto;
    margin-right: 15%;
  }
  .flex-offset-gt-xs-20,
  .offset-gt-xs-20 {
    margin-left: 20%;
  }
  [dir=rtl] .flex-offset-gt-xs-20,
  [dir=rtl] .offset-gt-xs-20 {
    margin-left: auto;
    margin-right: 20%;
  }
  .flex-offset-gt-xs-25,
  .offset-gt-xs-25 {
    margin-left: 25%;
  }
  [dir=rtl] .flex-offset-gt-xs-25,
  [dir=rtl] .offset-gt-xs-25 {
    margin-left: auto;
    margin-right: 25%;
  }
  .flex-offset-gt-xs-30,
  .offset-gt-xs-30 {
    margin-left: 30%;
  }
  [dir=rtl] .flex-offset-gt-xs-30,
  [dir=rtl] .offset-gt-xs-30 {
    margin-left: auto;
    margin-right: 30%;
  }
  .flex-offset-gt-xs-35,
  .offset-gt-xs-35 {
    margin-left: 35%;
  }
  [dir=rtl] .flex-offset-gt-xs-35,
  [dir=rtl] .offset-gt-xs-35 {
    margin-left: auto;
    margin-right: 35%;
  }
  .flex-offset-gt-xs-40,
  .offset-gt-xs-40 {
    margin-left: 40%;
  }
  [dir=rtl] .flex-offset-gt-xs-40,
  [dir=rtl] .offset-gt-xs-40 {
    margin-left: auto;
    margin-right: 40%;
  }
  .flex-offset-gt-xs-45,
  .offset-gt-xs-45 {
    margin-left: 45%;
  }
  [dir=rtl] .flex-offset-gt-xs-45,
  [dir=rtl] .offset-gt-xs-45 {
    margin-left: auto;
    margin-right: 45%;
  }
  .flex-offset-gt-xs-50,
  .offset-gt-xs-50 {
    margin-left: 50%;
  }
  [dir=rtl] .flex-offset-gt-xs-50,
  [dir=rtl] .offset-gt-xs-50 {
    margin-left: auto;
    margin-right: 50%;
  }
  .flex-offset-gt-xs-55,
  .offset-gt-xs-55 {
    margin-left: 55%;
  }
  [dir=rtl] .flex-offset-gt-xs-55,
  [dir=rtl] .offset-gt-xs-55 {
    margin-left: auto;
    margin-right: 55%;
  }
  .flex-offset-gt-xs-60,
  .offset-gt-xs-60 {
    margin-left: 60%;
  }
  [dir=rtl] .flex-offset-gt-xs-60,
  [dir=rtl] .offset-gt-xs-60 {
    margin-left: auto;
    margin-right: 60%;
  }
  .flex-offset-gt-xs-65,
  .offset-gt-xs-65 {
    margin-left: 65%;
  }
  [dir=rtl] .flex-offset-gt-xs-65,
  [dir=rtl] .offset-gt-xs-65 {
    margin-left: auto;
    margin-right: 65%;
  }
  .flex-offset-gt-xs-70,
  .offset-gt-xs-70 {
    margin-left: 70%;
  }
  [dir=rtl] .flex-offset-gt-xs-70,
  [dir=rtl] .offset-gt-xs-70 {
    margin-left: auto;
    margin-right: 70%;
  }
  .flex-offset-gt-xs-75,
  .offset-gt-xs-75 {
    margin-left: 75%;
  }
  [dir=rtl] .flex-offset-gt-xs-75,
  [dir=rtl] .offset-gt-xs-75 {
    margin-left: auto;
    margin-right: 75%;
  }
  .flex-offset-gt-xs-80,
  .offset-gt-xs-80 {
    margin-left: 80%;
  }
  [dir=rtl] .flex-offset-gt-xs-80,
  [dir=rtl] .offset-gt-xs-80 {
    margin-left: auto;
    margin-right: 80%;
  }
  .flex-offset-gt-xs-85,
  .offset-gt-xs-85 {
    margin-left: 85%;
  }
  [dir=rtl] .flex-offset-gt-xs-85,
  [dir=rtl] .offset-gt-xs-85 {
    margin-left: auto;
    margin-right: 85%;
  }
  .flex-offset-gt-xs-90,
  .offset-gt-xs-90 {
    margin-left: 90%;
  }
  [dir=rtl] .flex-offset-gt-xs-90,
  [dir=rtl] .offset-gt-xs-90 {
    margin-left: auto;
    margin-right: 90%;
  }
  .flex-offset-gt-xs-95,
  .offset-gt-xs-95 {
    margin-left: 95%;
  }
  [dir=rtl] .flex-offset-gt-xs-95,
  [dir=rtl] .offset-gt-xs-95 {
    margin-left: auto;
    margin-right: 95%;
  }
  .flex-offset-gt-xs-33,
  .offset-gt-xs-33 {
    margin-left: calc(100% / 3);
  }
  .flex-offset-gt-xs-66,
  .offset-gt-xs-66 {
    margin-left: calc(200% / 3);
  }
  [dir=rtl] .flex-offset-gt-xs-66,
  [dir=rtl] .offset-gt-xs-66 {
    margin-left: auto;
    margin-right: calc(200% / 3);
  }
  .layout-align-gt-xs {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .layout-align-gt-xs-start,
  .layout-align-gt-xs-start-center,
  .layout-align-gt-xs-start-end,
  .layout-align-gt-xs-start-start,
  .layout-align-gt-xs-start-stretch {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .layout-align-gt-xs-center,
  .layout-align-gt-xs-center-center,
  .layout-align-gt-xs-center-end,
  .layout-align-gt-xs-center-start,
  .layout-align-gt-xs-center-stretch {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .layout-align-gt-xs-end,
  .layout-align-gt-xs-end-center,
  .layout-align-gt-xs-end-end,
  .layout-align-gt-xs-end-start,
  .layout-align-gt-xs-end-stretch {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .layout-align-gt-xs-space-around,
  .layout-align-gt-xs-space-around-center,
  .layout-align-gt-xs-space-around-end,
  .layout-align-gt-xs-space-around-start,
  .layout-align-gt-xs-space-around-stretch {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .layout-align-gt-xs-space-between,
  .layout-align-gt-xs-space-between-center,
  .layout-align-gt-xs-space-between-end,
  .layout-align-gt-xs-space-between-start,
  .layout-align-gt-xs-space-between-stretch {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .layout-align-gt-xs-center-start,
  .layout-align-gt-xs-end-start,
  .layout-align-gt-xs-space-around-start,
  .layout-align-gt-xs-space-between-start,
  .layout-align-gt-xs-start-start {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .layout-align-gt-xs-center-center,
  .layout-align-gt-xs-end-center,
  .layout-align-gt-xs-space-around-center,
  .layout-align-gt-xs-space-between-center,
  .layout-align-gt-xs-start-center {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    max-width: 100%;
  }
  .layout-align-gt-xs-center-center > *,
  .layout-align-gt-xs-end-center > *,
  .layout-align-gt-xs-space-around-center > *,
  .layout-align-gt-xs-space-between-center > *,
  .layout-align-gt-xs-start-center > * {
    max-width: 100%;
    box-sizing: border-box;
  }
  .layout-align-gt-xs-center-end,
  .layout-align-gt-xs-end-end,
  .layout-align-gt-xs-space-around-end,
  .layout-align-gt-xs-space-between-end,
  .layout-align-gt-xs-start-end {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }
  .layout-align-gt-xs-center-stretch,
  .layout-align-gt-xs-end-stretch,
  .layout-align-gt-xs-space-around-stretch,
  .layout-align-gt-xs-space-between-stretch,
  .layout-align-gt-xs-start-stretch {
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .flex-gt-xs {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    box-sizing: border-box;
  }
  .flex-gt-xs-grow {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    box-sizing: border-box;
  }
  .flex-gt-xs-initial {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    box-sizing: border-box;
  }
  .flex-gt-xs-auto {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    box-sizing: border-box;
  }
  .flex-gt-xs-none {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    box-sizing: border-box;
  }
  .flex-gt-xs-noshrink {
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    box-sizing: border-box;
  }
  .flex-gt-xs-nogrow {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    box-sizing: border-box;
  }
  .flex-gt-xs-0 {
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    max-width: 0;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-xs-row > .flex-gt-xs-0,
  .layout-row > .flex-gt-xs-0 {
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    max-width: 0;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0;
  }
  .layout-column > .flex-gt-xs-0,
  .layout-gt-xs-column > .flex-gt-xs-0 {
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    max-width: 100%;
    max-height: 0;
    box-sizing: border-box;
    min-height: 0;
  }
  .flex-gt-xs-5,
  .layout-gt-xs-row > .flex-gt-xs-5,
  .layout-row > .flex-gt-xs-5 {
    -webkit-flex: 1 1 5%;
    -ms-flex: 1 1 5%;
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-5,
  .layout-gt-xs-column > .flex-gt-xs-5 {
    -webkit-flex: 1 1 5%;
    -ms-flex: 1 1 5%;
    flex: 1 1 5%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }
  .flex-gt-xs-10,
  .layout-gt-xs-row > .flex-gt-xs-10,
  .layout-row > .flex-gt-xs-10 {
    -webkit-flex: 1 1 10%;
    -ms-flex: 1 1 10%;
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-10,
  .layout-gt-xs-column > .flex-gt-xs-10 {
    -webkit-flex: 1 1 10%;
    -ms-flex: 1 1 10%;
    flex: 1 1 10%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }
  .flex-gt-xs-15,
  .layout-gt-xs-row > .flex-gt-xs-15,
  .layout-row > .flex-gt-xs-15 {
    -webkit-flex: 1 1 15%;
    -ms-flex: 1 1 15%;
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-15,
  .layout-gt-xs-column > .flex-gt-xs-15 {
    -webkit-flex: 1 1 15%;
    -ms-flex: 1 1 15%;
    flex: 1 1 15%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }
  .flex-gt-xs-20,
  .layout-gt-xs-row > .flex-gt-xs-20,
  .layout-row > .flex-gt-xs-20 {
    -webkit-flex: 1 1 20%;
    -ms-flex: 1 1 20%;
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-20,
  .layout-gt-xs-column > .flex-gt-xs-20 {
    -webkit-flex: 1 1 20%;
    -ms-flex: 1 1 20%;
    flex: 1 1 20%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }
  .flex-gt-xs-25,
  .layout-gt-xs-row > .flex-gt-xs-25,
  .layout-row > .flex-gt-xs-25 {
    -webkit-flex: 1 1 25%;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-25,
  .layout-gt-xs-column > .flex-gt-xs-25 {
    -webkit-flex: 1 1 25%;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }
  .flex-gt-xs-30,
  .layout-gt-xs-row > .flex-gt-xs-30,
  .layout-row > .flex-gt-xs-30 {
    -webkit-flex: 1 1 30%;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-30,
  .layout-gt-xs-column > .flex-gt-xs-30 {
    -webkit-flex: 1 1 30%;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }
  .flex-gt-xs-35,
  .layout-gt-xs-row > .flex-gt-xs-35,
  .layout-row > .flex-gt-xs-35 {
    -webkit-flex: 1 1 35%;
    -ms-flex: 1 1 35%;
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-35,
  .layout-gt-xs-column > .flex-gt-xs-35 {
    -webkit-flex: 1 1 35%;
    -ms-flex: 1 1 35%;
    flex: 1 1 35%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }
  .flex-gt-xs-40,
  .layout-gt-xs-row > .flex-gt-xs-40,
  .layout-row > .flex-gt-xs-40 {
    -webkit-flex: 1 1 40%;
    -ms-flex: 1 1 40%;
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-40,
  .layout-gt-xs-column > .flex-gt-xs-40 {
    -webkit-flex: 1 1 40%;
    -ms-flex: 1 1 40%;
    flex: 1 1 40%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }
  .flex-gt-xs-45,
  .layout-gt-xs-row > .flex-gt-xs-45,
  .layout-row > .flex-gt-xs-45 {
    -webkit-flex: 1 1 45%;
    -ms-flex: 1 1 45%;
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-45,
  .layout-gt-xs-column > .flex-gt-xs-45 {
    -webkit-flex: 1 1 45%;
    -ms-flex: 1 1 45%;
    flex: 1 1 45%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }
  .flex-gt-xs-50,
  .layout-gt-xs-row > .flex-gt-xs-50,
  .layout-row > .flex-gt-xs-50 {
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-50,
  .layout-gt-xs-column > .flex-gt-xs-50 {
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }
  .flex-gt-xs-55,
  .layout-gt-xs-row > .flex-gt-xs-55,
  .layout-row > .flex-gt-xs-55 {
    -webkit-flex: 1 1 55%;
    -ms-flex: 1 1 55%;
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-55,
  .layout-gt-xs-column > .flex-gt-xs-55 {
    -webkit-flex: 1 1 55%;
    -ms-flex: 1 1 55%;
    flex: 1 1 55%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }
  .flex-gt-xs-60,
  .layout-gt-xs-row > .flex-gt-xs-60,
  .layout-row > .flex-gt-xs-60 {
    -webkit-flex: 1 1 60%;
    -ms-flex: 1 1 60%;
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-60,
  .layout-gt-xs-column > .flex-gt-xs-60 {
    -webkit-flex: 1 1 60%;
    -ms-flex: 1 1 60%;
    flex: 1 1 60%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }
  .flex-gt-xs-65,
  .layout-gt-xs-row > .flex-gt-xs-65,
  .layout-row > .flex-gt-xs-65 {
    -webkit-flex: 1 1 65%;
    -ms-flex: 1 1 65%;
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-65,
  .layout-gt-xs-column > .flex-gt-xs-65 {
    -webkit-flex: 1 1 65%;
    -ms-flex: 1 1 65%;
    flex: 1 1 65%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }
  .flex-gt-xs-70,
  .layout-gt-xs-row > .flex-gt-xs-70,
  .layout-row > .flex-gt-xs-70 {
    -webkit-flex: 1 1 70%;
    -ms-flex: 1 1 70%;
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-70,
  .layout-gt-xs-column > .flex-gt-xs-70 {
    -webkit-flex: 1 1 70%;
    -ms-flex: 1 1 70%;
    flex: 1 1 70%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }
  .flex-gt-xs-75,
  .layout-gt-xs-row > .flex-gt-xs-75,
  .layout-row > .flex-gt-xs-75 {
    -webkit-flex: 1 1 75%;
    -ms-flex: 1 1 75%;
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-75,
  .layout-gt-xs-column > .flex-gt-xs-75 {
    -webkit-flex: 1 1 75%;
    -ms-flex: 1 1 75%;
    flex: 1 1 75%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }
  .flex-gt-xs-80,
  .layout-gt-xs-row > .flex-gt-xs-80,
  .layout-row > .flex-gt-xs-80 {
    -webkit-flex: 1 1 80%;
    -ms-flex: 1 1 80%;
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-80,
  .layout-gt-xs-column > .flex-gt-xs-80 {
    -webkit-flex: 1 1 80%;
    -ms-flex: 1 1 80%;
    flex: 1 1 80%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }
  .flex-gt-xs-85,
  .layout-gt-xs-row > .flex-gt-xs-85,
  .layout-row > .flex-gt-xs-85 {
    -webkit-flex: 1 1 85%;
    -ms-flex: 1 1 85%;
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-85,
  .layout-gt-xs-column > .flex-gt-xs-85 {
    -webkit-flex: 1 1 85%;
    -ms-flex: 1 1 85%;
    flex: 1 1 85%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }
  .flex-gt-xs-90,
  .layout-gt-xs-row > .flex-gt-xs-90,
  .layout-row > .flex-gt-xs-90 {
    -webkit-flex: 1 1 90%;
    -ms-flex: 1 1 90%;
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-90,
  .layout-gt-xs-column > .flex-gt-xs-90 {
    -webkit-flex: 1 1 90%;
    -ms-flex: 1 1 90%;
    flex: 1 1 90%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }
  .flex-gt-xs-95,
  .layout-gt-xs-row > .flex-gt-xs-95,
  .layout-row > .flex-gt-xs-95 {
    -webkit-flex: 1 1 95%;
    -ms-flex: 1 1 95%;
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-95,
  .layout-gt-xs-column > .flex-gt-xs-95 {
    -webkit-flex: 1 1 95%;
    -ms-flex: 1 1 95%;
    flex: 1 1 95%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }
  .flex-gt-xs-100,
  .layout-column > .flex-gt-xs-100,
  .layout-gt-xs-column > .flex-gt-xs-100,
  .layout-gt-xs-row > .flex-gt-xs-100,
  .layout-row > .flex-gt-xs-100 {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-xs-row > .flex-gt-xs-33,
  .layout-row > .flex-gt-xs-33 {
    -webkit-flex: 1 1 33.33%;
    -ms-flex: 1 1 33.33%;
    flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-xs-row > .flex-gt-xs-66,
  .layout-row > .flex-gt-xs-66 {
    -webkit-flex: 1 1 66.66%;
    -ms-flex: 1 1 66.66%;
    flex: 1 1 66.66%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-xs-row > .flex,
  .layout-row > .flex {
    min-width: 0;
  }
  .layout-column > .flex-gt-xs-33,
  .layout-gt-xs-column > .flex-gt-xs-33 {
    -webkit-flex: 1 1 33.33%;
    -ms-flex: 1 1 33.33%;
    flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-66,
  .layout-gt-xs-column > .flex-gt-xs-66 {
    -webkit-flex: 1 1 66.66%;
    -ms-flex: 1 1 66.66%;
    flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }
  .layout-column > .flex,
  .layout-gt-xs-column > .flex {
    min-height: 0;
  }
  .layout-gt-xs,
  .layout-gt-xs-column,
  .layout-gt-xs-row {
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .layout-gt-xs-column {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .layout-gt-xs-row {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .hide-gt-xs:not(.show-gt-xs):not(.show-sm):not(.show),
  .hide-sm:not(.show-gt-xs):not(.show-sm):not(.show),
  .hide:not(.show-gt-xs):not(.show-sm):not(.show) {
    display: none;
  }
  .flex-order-sm--20 {
    -webkit-order: -20;
    -ms-flex-order: -20;
    order: -20;
  }
  .flex-order-sm--19 {
    -webkit-order: -19;
    -ms-flex-order: -19;
    order: -19;
  }
  .flex-order-sm--18 {
    -webkit-order: -18;
    -ms-flex-order: -18;
    order: -18;
  }
  .flex-order-sm--17 {
    -webkit-order: -17;
    -ms-flex-order: -17;
    order: -17;
  }
  .flex-order-sm--16 {
    -webkit-order: -16;
    -ms-flex-order: -16;
    order: -16;
  }
  .flex-order-sm--15 {
    -webkit-order: -15;
    -ms-flex-order: -15;
    order: -15;
  }
  .flex-order-sm--14 {
    -webkit-order: -14;
    -ms-flex-order: -14;
    order: -14;
  }
  .flex-order-sm--13 {
    -webkit-order: -13;
    -ms-flex-order: -13;
    order: -13;
  }
  .flex-order-sm--12 {
    -webkit-order: -12;
    -ms-flex-order: -12;
    order: -12;
  }
  .flex-order-sm--11 {
    -webkit-order: -11;
    -ms-flex-order: -11;
    order: -11;
  }
  .flex-order-sm--10 {
    -webkit-order: -10;
    -ms-flex-order: -10;
    order: -10;
  }
  .flex-order-sm--9 {
    -webkit-order: -9;
    -ms-flex-order: -9;
    order: -9;
  }
  .flex-order-sm--8 {
    -webkit-order: -8;
    -ms-flex-order: -8;
    order: -8;
  }
  .flex-order-sm--7 {
    -webkit-order: -7;
    -ms-flex-order: -7;
    order: -7;
  }
  .flex-order-sm--6 {
    -webkit-order: -6;
    -ms-flex-order: -6;
    order: -6;
  }
  .flex-order-sm--5 {
    -webkit-order: -5;
    -ms-flex-order: -5;
    order: -5;
  }
  .flex-order-sm--4 {
    -webkit-order: -4;
    -ms-flex-order: -4;
    order: -4;
  }
  .flex-order-sm--3 {
    -webkit-order: -3;
    -ms-flex-order: -3;
    order: -3;
  }
  .flex-order-sm--2 {
    -webkit-order: -2;
    -ms-flex-order: -2;
    order: -2;
  }
  .flex-order-sm--1 {
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .flex-order-sm-0 {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .flex-order-sm-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .flex-order-sm-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .flex-order-sm-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .flex-order-sm-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .flex-order-sm-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .flex-order-sm-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .flex-order-sm-7 {
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .flex-order-sm-8 {
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .flex-order-sm-9 {
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .flex-order-sm-10 {
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .flex-order-sm-11 {
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .flex-order-sm-12 {
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .flex-order-sm-13 {
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }
  .flex-order-sm-14 {
    -webkit-order: 14;
    -ms-flex-order: 14;
    order: 14;
  }
  .flex-order-sm-15 {
    -webkit-order: 15;
    -ms-flex-order: 15;
    order: 15;
  }
  .flex-order-sm-16 {
    -webkit-order: 16;
    -ms-flex-order: 16;
    order: 16;
  }
  .flex-order-sm-17 {
    -webkit-order: 17;
    -ms-flex-order: 17;
    order: 17;
  }
  .flex-order-sm-18 {
    -webkit-order: 18;
    -ms-flex-order: 18;
    order: 18;
  }
  .flex-order-sm-19 {
    -webkit-order: 19;
    -ms-flex-order: 19;
    order: 19;
  }
  .flex-order-sm-20 {
    -webkit-order: 20;
    -ms-flex-order: 20;
    order: 20;
  }
  .flex-offset-sm-0,
  .offset-sm-0 {
    margin-left: 0;
  }
  [dir=rtl] .flex-offset-sm-0,
  [dir=rtl] .offset-sm-0 {
    margin-left: auto;
    margin-right: 0;
  }
  .flex-offset-sm-5,
  .offset-sm-5 {
    margin-left: 5%;
  }
  [dir=rtl] .flex-offset-sm-5,
  [dir=rtl] .offset-sm-5 {
    margin-left: auto;
    margin-right: 5%;
  }
  .flex-offset-sm-10,
  .offset-sm-10 {
    margin-left: 10%;
  }
  [dir=rtl] .flex-offset-sm-10,
  [dir=rtl] .offset-sm-10 {
    margin-left: auto;
    margin-right: 10%;
  }
  .flex-offset-sm-15,
  .offset-sm-15 {
    margin-left: 15%;
  }
  [dir=rtl] .flex-offset-sm-15,
  [dir=rtl] .offset-sm-15 {
    margin-left: auto;
    margin-right: 15%;
  }
  .flex-offset-sm-20,
  .offset-sm-20 {
    margin-left: 20%;
  }
  [dir=rtl] .flex-offset-sm-20,
  [dir=rtl] .offset-sm-20 {
    margin-left: auto;
    margin-right: 20%;
  }
  .flex-offset-sm-25,
  .offset-sm-25 {
    margin-left: 25%;
  }
  [dir=rtl] .flex-offset-sm-25,
  [dir=rtl] .offset-sm-25 {
    margin-left: auto;
    margin-right: 25%;
  }
  .flex-offset-sm-30,
  .offset-sm-30 {
    margin-left: 30%;
  }
  [dir=rtl] .flex-offset-sm-30,
  [dir=rtl] .offset-sm-30 {
    margin-left: auto;
    margin-right: 30%;
  }
  .flex-offset-sm-35,
  .offset-sm-35 {
    margin-left: 35%;
  }
  [dir=rtl] .flex-offset-sm-35,
  [dir=rtl] .offset-sm-35 {
    margin-left: auto;
    margin-right: 35%;
  }
  .flex-offset-sm-40,
  .offset-sm-40 {
    margin-left: 40%;
  }
  [dir=rtl] .flex-offset-sm-40,
  [dir=rtl] .offset-sm-40 {
    margin-left: auto;
    margin-right: 40%;
  }
  .flex-offset-sm-45,
  .offset-sm-45 {
    margin-left: 45%;
  }
  [dir=rtl] .flex-offset-sm-45,
  [dir=rtl] .offset-sm-45 {
    margin-left: auto;
    margin-right: 45%;
  }
  .flex-offset-sm-50,
  .offset-sm-50 {
    margin-left: 50%;
  }
  [dir=rtl] .flex-offset-sm-50,
  [dir=rtl] .offset-sm-50 {
    margin-left: auto;
    margin-right: 50%;
  }
  .flex-offset-sm-55,
  .offset-sm-55 {
    margin-left: 55%;
  }
  [dir=rtl] .flex-offset-sm-55,
  [dir=rtl] .offset-sm-55 {
    margin-left: auto;
    margin-right: 55%;
  }
  .flex-offset-sm-60,
  .offset-sm-60 {
    margin-left: 60%;
  }
  [dir=rtl] .flex-offset-sm-60,
  [dir=rtl] .offset-sm-60 {
    margin-left: auto;
    margin-right: 60%;
  }
  .flex-offset-sm-65,
  .offset-sm-65 {
    margin-left: 65%;
  }
  [dir=rtl] .flex-offset-sm-65,
  [dir=rtl] .offset-sm-65 {
    margin-left: auto;
    margin-right: 65%;
  }
  .flex-offset-sm-70,
  .offset-sm-70 {
    margin-left: 70%;
  }
  [dir=rtl] .flex-offset-sm-70,
  [dir=rtl] .offset-sm-70 {
    margin-left: auto;
    margin-right: 70%;
  }
  .flex-offset-sm-75,
  .offset-sm-75 {
    margin-left: 75%;
  }
  [dir=rtl] .flex-offset-sm-75,
  [dir=rtl] .offset-sm-75 {
    margin-left: auto;
    margin-right: 75%;
  }
  .flex-offset-sm-80,
  .offset-sm-80 {
    margin-left: 80%;
  }
  [dir=rtl] .flex-offset-sm-80,
  [dir=rtl] .offset-sm-80 {
    margin-left: auto;
    margin-right: 80%;
  }
  .flex-offset-sm-85,
  .offset-sm-85 {
    margin-left: 85%;
  }
  [dir=rtl] .flex-offset-sm-85,
  [dir=rtl] .offset-sm-85 {
    margin-left: auto;
    margin-right: 85%;
  }
  .flex-offset-sm-90,
  .offset-sm-90 {
    margin-left: 90%;
  }
  [dir=rtl] .flex-offset-sm-90,
  [dir=rtl] .offset-sm-90 {
    margin-left: auto;
    margin-right: 90%;
  }
  .flex-offset-sm-95,
  .offset-sm-95 {
    margin-left: 95%;
  }
  [dir=rtl] .flex-offset-sm-95,
  [dir=rtl] .offset-sm-95 {
    margin-left: auto;
    margin-right: 95%;
  }
  .flex-offset-sm-33,
  .offset-sm-33 {
    margin-left: calc(100% / 3);
  }
  .flex-offset-sm-66,
  .offset-sm-66 {
    margin-left: calc(200% / 3);
  }
  [dir=rtl] .flex-offset-sm-66,
  [dir=rtl] .offset-sm-66 {
    margin-left: auto;
    margin-right: calc(200% / 3);
  }
  .layout-align-sm {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .layout-align-sm-start,
  .layout-align-sm-start-center,
  .layout-align-sm-start-end,
  .layout-align-sm-start-start,
  .layout-align-sm-start-stretch {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .layout-align-sm-center,
  .layout-align-sm-center-center,
  .layout-align-sm-center-end,
  .layout-align-sm-center-start,
  .layout-align-sm-center-stretch {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .layout-align-sm-end,
  .layout-align-sm-end-center,
  .layout-align-sm-end-end,
  .layout-align-sm-end-start,
  .layout-align-sm-end-stretch {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .layout-align-sm-space-around,
  .layout-align-sm-space-around-center,
  .layout-align-sm-space-around-end,
  .layout-align-sm-space-around-start,
  .layout-align-sm-space-around-stretch {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .layout-align-sm-space-between,
  .layout-align-sm-space-between-center,
  .layout-align-sm-space-between-end,
  .layout-align-sm-space-between-start,
  .layout-align-sm-space-between-stretch {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .layout-align-sm-center-start,
  .layout-align-sm-end-start,
  .layout-align-sm-space-around-start,
  .layout-align-sm-space-between-start,
  .layout-align-sm-start-start {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .layout-align-sm-center-center,
  .layout-align-sm-end-center,
  .layout-align-sm-space-around-center,
  .layout-align-sm-space-between-center,
  .layout-align-sm-start-center {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    max-width: 100%;
  }
  .layout-align-sm-center-center > *,
  .layout-align-sm-end-center > *,
  .layout-align-sm-space-around-center > *,
  .layout-align-sm-space-between-center > *,
  .layout-align-sm-start-center > * {
    max-width: 100%;
    box-sizing: border-box;
  }
  .layout-align-sm-center-end,
  .layout-align-sm-end-end,
  .layout-align-sm-space-around-end,
  .layout-align-sm-space-between-end,
  .layout-align-sm-start-end {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }
  .layout-align-sm-center-stretch,
  .layout-align-sm-end-stretch,
  .layout-align-sm-space-around-stretch,
  .layout-align-sm-space-between-stretch,
  .layout-align-sm-start-stretch {
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .flex-sm {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    box-sizing: border-box;
  }
  .flex-sm-grow {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    box-sizing: border-box;
  }
  .flex-sm-initial {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    box-sizing: border-box;
  }
  .flex-sm-auto {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    box-sizing: border-box;
  }
  .flex-sm-none {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    box-sizing: border-box;
  }
  .flex-sm-noshrink {
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    box-sizing: border-box;
  }
  .flex-sm-nogrow {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    box-sizing: border-box;
  }
  .flex-sm-0 {
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    max-width: 0;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-sm-0,
  .layout-sm-row > .flex-sm-0 {
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    max-width: 0;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0;
  }
  .layout-column > .flex-sm-0,
  .layout-sm-column > .flex-sm-0 {
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    max-width: 100%;
    max-height: 0;
    box-sizing: border-box;
    min-height: 0;
  }
  .flex-sm-5,
  .layout-row > .flex-sm-5,
  .layout-sm-row > .flex-sm-5 {
    -webkit-flex: 1 1 5%;
    -ms-flex: 1 1 5%;
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-5,
  .layout-sm-column > .flex-sm-5 {
    -webkit-flex: 1 1 5%;
    -ms-flex: 1 1 5%;
    flex: 1 1 5%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }
  .flex-sm-10,
  .layout-row > .flex-sm-10,
  .layout-sm-row > .flex-sm-10 {
    -webkit-flex: 1 1 10%;
    -ms-flex: 1 1 10%;
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-10,
  .layout-sm-column > .flex-sm-10 {
    -webkit-flex: 1 1 10%;
    -ms-flex: 1 1 10%;
    flex: 1 1 10%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }
  .flex-sm-15,
  .layout-row > .flex-sm-15,
  .layout-sm-row > .flex-sm-15 {
    -webkit-flex: 1 1 15%;
    -ms-flex: 1 1 15%;
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-15,
  .layout-sm-column > .flex-sm-15 {
    -webkit-flex: 1 1 15%;
    -ms-flex: 1 1 15%;
    flex: 1 1 15%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }
  .flex-sm-20,
  .layout-row > .flex-sm-20,
  .layout-sm-row > .flex-sm-20 {
    -webkit-flex: 1 1 20%;
    -ms-flex: 1 1 20%;
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-20,
  .layout-sm-column > .flex-sm-20 {
    -webkit-flex: 1 1 20%;
    -ms-flex: 1 1 20%;
    flex: 1 1 20%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }
  .flex-sm-25,
  .layout-row > .flex-sm-25,
  .layout-sm-row > .flex-sm-25 {
    -webkit-flex: 1 1 25%;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-25,
  .layout-sm-column > .flex-sm-25 {
    -webkit-flex: 1 1 25%;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }
  .flex-sm-30,
  .layout-row > .flex-sm-30,
  .layout-sm-row > .flex-sm-30 {
    -webkit-flex: 1 1 30%;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-30,
  .layout-sm-column > .flex-sm-30 {
    -webkit-flex: 1 1 30%;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }
  .flex-sm-35,
  .layout-row > .flex-sm-35,
  .layout-sm-row > .flex-sm-35 {
    -webkit-flex: 1 1 35%;
    -ms-flex: 1 1 35%;
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-35,
  .layout-sm-column > .flex-sm-35 {
    -webkit-flex: 1 1 35%;
    -ms-flex: 1 1 35%;
    flex: 1 1 35%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }
  .flex-sm-40,
  .layout-row > .flex-sm-40,
  .layout-sm-row > .flex-sm-40 {
    -webkit-flex: 1 1 40%;
    -ms-flex: 1 1 40%;
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-40,
  .layout-sm-column > .flex-sm-40 {
    -webkit-flex: 1 1 40%;
    -ms-flex: 1 1 40%;
    flex: 1 1 40%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }
  .flex-sm-45,
  .layout-row > .flex-sm-45,
  .layout-sm-row > .flex-sm-45 {
    -webkit-flex: 1 1 45%;
    -ms-flex: 1 1 45%;
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-45,
  .layout-sm-column > .flex-sm-45 {
    -webkit-flex: 1 1 45%;
    -ms-flex: 1 1 45%;
    flex: 1 1 45%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }
  .flex-sm-50,
  .layout-row > .flex-sm-50,
  .layout-sm-row > .flex-sm-50 {
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-50,
  .layout-sm-column > .flex-sm-50 {
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }
  .flex-sm-55,
  .layout-row > .flex-sm-55,
  .layout-sm-row > .flex-sm-55 {
    -webkit-flex: 1 1 55%;
    -ms-flex: 1 1 55%;
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-55,
  .layout-sm-column > .flex-sm-55 {
    -webkit-flex: 1 1 55%;
    -ms-flex: 1 1 55%;
    flex: 1 1 55%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }
  .flex-sm-60,
  .layout-row > .flex-sm-60,
  .layout-sm-row > .flex-sm-60 {
    -webkit-flex: 1 1 60%;
    -ms-flex: 1 1 60%;
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-60,
  .layout-sm-column > .flex-sm-60 {
    -webkit-flex: 1 1 60%;
    -ms-flex: 1 1 60%;
    flex: 1 1 60%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }
  .flex-sm-65,
  .layout-row > .flex-sm-65,
  .layout-sm-row > .flex-sm-65 {
    -webkit-flex: 1 1 65%;
    -ms-flex: 1 1 65%;
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-65,
  .layout-sm-column > .flex-sm-65 {
    -webkit-flex: 1 1 65%;
    -ms-flex: 1 1 65%;
    flex: 1 1 65%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }
  .flex-sm-70,
  .layout-row > .flex-sm-70,
  .layout-sm-row > .flex-sm-70 {
    -webkit-flex: 1 1 70%;
    -ms-flex: 1 1 70%;
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-70,
  .layout-sm-column > .flex-sm-70 {
    -webkit-flex: 1 1 70%;
    -ms-flex: 1 1 70%;
    flex: 1 1 70%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }
  .flex-sm-75,
  .layout-row > .flex-sm-75,
  .layout-sm-row > .flex-sm-75 {
    -webkit-flex: 1 1 75%;
    -ms-flex: 1 1 75%;
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-75,
  .layout-sm-column > .flex-sm-75 {
    -webkit-flex: 1 1 75%;
    -ms-flex: 1 1 75%;
    flex: 1 1 75%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }
  .flex-sm-80,
  .layout-row > .flex-sm-80,
  .layout-sm-row > .flex-sm-80 {
    -webkit-flex: 1 1 80%;
    -ms-flex: 1 1 80%;
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-80,
  .layout-sm-column > .flex-sm-80 {
    -webkit-flex: 1 1 80%;
    -ms-flex: 1 1 80%;
    flex: 1 1 80%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }
  .flex-sm-85,
  .layout-row > .flex-sm-85,
  .layout-sm-row > .flex-sm-85 {
    -webkit-flex: 1 1 85%;
    -ms-flex: 1 1 85%;
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-85,
  .layout-sm-column > .flex-sm-85 {
    -webkit-flex: 1 1 85%;
    -ms-flex: 1 1 85%;
    flex: 1 1 85%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }
  .flex-sm-90,
  .layout-row > .flex-sm-90,
  .layout-sm-row > .flex-sm-90 {
    -webkit-flex: 1 1 90%;
    -ms-flex: 1 1 90%;
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-90,
  .layout-sm-column > .flex-sm-90 {
    -webkit-flex: 1 1 90%;
    -ms-flex: 1 1 90%;
    flex: 1 1 90%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }
  .flex-sm-95,
  .layout-row > .flex-sm-95,
  .layout-sm-row > .flex-sm-95 {
    -webkit-flex: 1 1 95%;
    -ms-flex: 1 1 95%;
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-95,
  .layout-sm-column > .flex-sm-95 {
    -webkit-flex: 1 1 95%;
    -ms-flex: 1 1 95%;
    flex: 1 1 95%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }
  .flex-sm-100,
  .layout-column > .flex-sm-100,
  .layout-row > .flex-sm-100,
  .layout-sm-column > .flex-sm-100,
  .layout-sm-row > .flex-sm-100 {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-sm-33,
  .layout-sm-row > .flex-sm-33 {
    -webkit-flex: 1 1 33.33%;
    -ms-flex: 1 1 33.33%;
    flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-sm-66,
  .layout-sm-row > .flex-sm-66 {
    -webkit-flex: 1 1 66.66%;
    -ms-flex: 1 1 66.66%;
    flex: 1 1 66.66%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex,
  .layout-sm-row > .flex {
    min-width: 0;
  }
  .layout-column > .flex-sm-33,
  .layout-sm-column > .flex-sm-33 {
    -webkit-flex: 1 1 33.33%;
    -ms-flex: 1 1 33.33%;
    flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-66,
  .layout-sm-column > .flex-sm-66 {
    -webkit-flex: 1 1 66.66%;
    -ms-flex: 1 1 66.66%;
    flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }
  .layout-column > .flex,
  .layout-sm-column > .flex {
    min-height: 0;
  }
  .layout-sm,
  .layout-sm-column,
  .layout-sm-row {
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .layout-sm-column {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .layout-sm-row {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media (min-width: 960px) {
  .flex-order-gt-sm--20 {
    -webkit-order: -20;
    -ms-flex-order: -20;
    order: -20;
  }
  .flex-order-gt-sm--19 {
    -webkit-order: -19;
    -ms-flex-order: -19;
    order: -19;
  }
  .flex-order-gt-sm--18 {
    -webkit-order: -18;
    -ms-flex-order: -18;
    order: -18;
  }
  .flex-order-gt-sm--17 {
    -webkit-order: -17;
    -ms-flex-order: -17;
    order: -17;
  }
  .flex-order-gt-sm--16 {
    -webkit-order: -16;
    -ms-flex-order: -16;
    order: -16;
  }
  .flex-order-gt-sm--15 {
    -webkit-order: -15;
    -ms-flex-order: -15;
    order: -15;
  }
  .flex-order-gt-sm--14 {
    -webkit-order: -14;
    -ms-flex-order: -14;
    order: -14;
  }
  .flex-order-gt-sm--13 {
    -webkit-order: -13;
    -ms-flex-order: -13;
    order: -13;
  }
  .flex-order-gt-sm--12 {
    -webkit-order: -12;
    -ms-flex-order: -12;
    order: -12;
  }
  .flex-order-gt-sm--11 {
    -webkit-order: -11;
    -ms-flex-order: -11;
    order: -11;
  }
  .flex-order-gt-sm--10 {
    -webkit-order: -10;
    -ms-flex-order: -10;
    order: -10;
  }
  .flex-order-gt-sm--9 {
    -webkit-order: -9;
    -ms-flex-order: -9;
    order: -9;
  }
  .flex-order-gt-sm--8 {
    -webkit-order: -8;
    -ms-flex-order: -8;
    order: -8;
  }
  .flex-order-gt-sm--7 {
    -webkit-order: -7;
    -ms-flex-order: -7;
    order: -7;
  }
  .flex-order-gt-sm--6 {
    -webkit-order: -6;
    -ms-flex-order: -6;
    order: -6;
  }
  .flex-order-gt-sm--5 {
    -webkit-order: -5;
    -ms-flex-order: -5;
    order: -5;
  }
  .flex-order-gt-sm--4 {
    -webkit-order: -4;
    -ms-flex-order: -4;
    order: -4;
  }
  .flex-order-gt-sm--3 {
    -webkit-order: -3;
    -ms-flex-order: -3;
    order: -3;
  }
  .flex-order-gt-sm--2 {
    -webkit-order: -2;
    -ms-flex-order: -2;
    order: -2;
  }
  .flex-order-gt-sm--1 {
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .flex-order-gt-sm-0 {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .flex-order-gt-sm-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .flex-order-gt-sm-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .flex-order-gt-sm-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .flex-order-gt-sm-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .flex-order-gt-sm-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .flex-order-gt-sm-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .flex-order-gt-sm-7 {
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .flex-order-gt-sm-8 {
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .flex-order-gt-sm-9 {
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .flex-order-gt-sm-10 {
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .flex-order-gt-sm-11 {
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .flex-order-gt-sm-12 {
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .flex-order-gt-sm-13 {
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }
  .flex-order-gt-sm-14 {
    -webkit-order: 14;
    -ms-flex-order: 14;
    order: 14;
  }
  .flex-order-gt-sm-15 {
    -webkit-order: 15;
    -ms-flex-order: 15;
    order: 15;
  }
  .flex-order-gt-sm-16 {
    -webkit-order: 16;
    -ms-flex-order: 16;
    order: 16;
  }
  .flex-order-gt-sm-17 {
    -webkit-order: 17;
    -ms-flex-order: 17;
    order: 17;
  }
  .flex-order-gt-sm-18 {
    -webkit-order: 18;
    -ms-flex-order: 18;
    order: 18;
  }
  .flex-order-gt-sm-19 {
    -webkit-order: 19;
    -ms-flex-order: 19;
    order: 19;
  }
  .flex-order-gt-sm-20 {
    -webkit-order: 20;
    -ms-flex-order: 20;
    order: 20;
  }
  .flex-offset-gt-sm-0,
  .offset-gt-sm-0 {
    margin-left: 0;
  }
  [dir=rtl] .flex-offset-gt-sm-0,
  [dir=rtl] .offset-gt-sm-0 {
    margin-left: auto;
    margin-right: 0;
  }
  .flex-offset-gt-sm-5,
  .offset-gt-sm-5 {
    margin-left: 5%;
  }
  [dir=rtl] .flex-offset-gt-sm-5,
  [dir=rtl] .offset-gt-sm-5 {
    margin-left: auto;
    margin-right: 5%;
  }
  .flex-offset-gt-sm-10,
  .offset-gt-sm-10 {
    margin-left: 10%;
  }
  [dir=rtl] .flex-offset-gt-sm-10,
  [dir=rtl] .offset-gt-sm-10 {
    margin-left: auto;
    margin-right: 10%;
  }
  .flex-offset-gt-sm-15,
  .offset-gt-sm-15 {
    margin-left: 15%;
  }
  [dir=rtl] .flex-offset-gt-sm-15,
  [dir=rtl] .offset-gt-sm-15 {
    margin-left: auto;
    margin-right: 15%;
  }
  .flex-offset-gt-sm-20,
  .offset-gt-sm-20 {
    margin-left: 20%;
  }
  [dir=rtl] .flex-offset-gt-sm-20,
  [dir=rtl] .offset-gt-sm-20 {
    margin-left: auto;
    margin-right: 20%;
  }
  .flex-offset-gt-sm-25,
  .offset-gt-sm-25 {
    margin-left: 25%;
  }
  [dir=rtl] .flex-offset-gt-sm-25,
  [dir=rtl] .offset-gt-sm-25 {
    margin-left: auto;
    margin-right: 25%;
  }
  .flex-offset-gt-sm-30,
  .offset-gt-sm-30 {
    margin-left: 30%;
  }
  [dir=rtl] .flex-offset-gt-sm-30,
  [dir=rtl] .offset-gt-sm-30 {
    margin-left: auto;
    margin-right: 30%;
  }
  .flex-offset-gt-sm-35,
  .offset-gt-sm-35 {
    margin-left: 35%;
  }
  [dir=rtl] .flex-offset-gt-sm-35,
  [dir=rtl] .offset-gt-sm-35 {
    margin-left: auto;
    margin-right: 35%;
  }
  .flex-offset-gt-sm-40,
  .offset-gt-sm-40 {
    margin-left: 40%;
  }
  [dir=rtl] .flex-offset-gt-sm-40,
  [dir=rtl] .offset-gt-sm-40 {
    margin-left: auto;
    margin-right: 40%;
  }
  .flex-offset-gt-sm-45,
  .offset-gt-sm-45 {
    margin-left: 45%;
  }
  [dir=rtl] .flex-offset-gt-sm-45,
  [dir=rtl] .offset-gt-sm-45 {
    margin-left: auto;
    margin-right: 45%;
  }
  .flex-offset-gt-sm-50,
  .offset-gt-sm-50 {
    margin-left: 50%;
  }
  [dir=rtl] .flex-offset-gt-sm-50,
  [dir=rtl] .offset-gt-sm-50 {
    margin-left: auto;
    margin-right: 50%;
  }
  .flex-offset-gt-sm-55,
  .offset-gt-sm-55 {
    margin-left: 55%;
  }
  [dir=rtl] .flex-offset-gt-sm-55,
  [dir=rtl] .offset-gt-sm-55 {
    margin-left: auto;
    margin-right: 55%;
  }
  .flex-offset-gt-sm-60,
  .offset-gt-sm-60 {
    margin-left: 60%;
  }
  [dir=rtl] .flex-offset-gt-sm-60,
  [dir=rtl] .offset-gt-sm-60 {
    margin-left: auto;
    margin-right: 60%;
  }
  .flex-offset-gt-sm-65,
  .offset-gt-sm-65 {
    margin-left: 65%;
  }
  [dir=rtl] .flex-offset-gt-sm-65,
  [dir=rtl] .offset-gt-sm-65 {
    margin-left: auto;
    margin-right: 65%;
  }
  .flex-offset-gt-sm-70,
  .offset-gt-sm-70 {
    margin-left: 70%;
  }
  [dir=rtl] .flex-offset-gt-sm-70,
  [dir=rtl] .offset-gt-sm-70 {
    margin-left: auto;
    margin-right: 70%;
  }
  .flex-offset-gt-sm-75,
  .offset-gt-sm-75 {
    margin-left: 75%;
  }
  [dir=rtl] .flex-offset-gt-sm-75,
  [dir=rtl] .offset-gt-sm-75 {
    margin-left: auto;
    margin-right: 75%;
  }
  .flex-offset-gt-sm-80,
  .offset-gt-sm-80 {
    margin-left: 80%;
  }
  [dir=rtl] .flex-offset-gt-sm-80,
  [dir=rtl] .offset-gt-sm-80 {
    margin-left: auto;
    margin-right: 80%;
  }
  .flex-offset-gt-sm-85,
  .offset-gt-sm-85 {
    margin-left: 85%;
  }
  [dir=rtl] .flex-offset-gt-sm-85,
  [dir=rtl] .offset-gt-sm-85 {
    margin-left: auto;
    margin-right: 85%;
  }
  .flex-offset-gt-sm-90,
  .offset-gt-sm-90 {
    margin-left: 90%;
  }
  [dir=rtl] .flex-offset-gt-sm-90,
  [dir=rtl] .offset-gt-sm-90 {
    margin-left: auto;
    margin-right: 90%;
  }
  .flex-offset-gt-sm-95,
  .offset-gt-sm-95 {
    margin-left: 95%;
  }
  [dir=rtl] .flex-offset-gt-sm-95,
  [dir=rtl] .offset-gt-sm-95 {
    margin-left: auto;
    margin-right: 95%;
  }
  .flex-offset-gt-sm-33,
  .offset-gt-sm-33 {
    margin-left: calc(100% / 3);
  }
  .flex-offset-gt-sm-66,
  .offset-gt-sm-66 {
    margin-left: calc(200% / 3);
  }
  [dir=rtl] .flex-offset-gt-sm-66,
  [dir=rtl] .offset-gt-sm-66 {
    margin-left: auto;
    margin-right: calc(200% / 3);
  }
  .layout-align-gt-sm {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .layout-align-gt-sm-start,
  .layout-align-gt-sm-start-center,
  .layout-align-gt-sm-start-end,
  .layout-align-gt-sm-start-start,
  .layout-align-gt-sm-start-stretch {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .layout-align-gt-sm-center,
  .layout-align-gt-sm-center-center,
  .layout-align-gt-sm-center-end,
  .layout-align-gt-sm-center-start,
  .layout-align-gt-sm-center-stretch {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .layout-align-gt-sm-end,
  .layout-align-gt-sm-end-center,
  .layout-align-gt-sm-end-end,
  .layout-align-gt-sm-end-start,
  .layout-align-gt-sm-end-stretch {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .layout-align-gt-sm-space-around,
  .layout-align-gt-sm-space-around-center,
  .layout-align-gt-sm-space-around-end,
  .layout-align-gt-sm-space-around-start,
  .layout-align-gt-sm-space-around-stretch {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .layout-align-gt-sm-space-between,
  .layout-align-gt-sm-space-between-center,
  .layout-align-gt-sm-space-between-end,
  .layout-align-gt-sm-space-between-start,
  .layout-align-gt-sm-space-between-stretch {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .layout-align-gt-sm-center-start,
  .layout-align-gt-sm-end-start,
  .layout-align-gt-sm-space-around-start,
  .layout-align-gt-sm-space-between-start,
  .layout-align-gt-sm-start-start {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .layout-align-gt-sm-center-center,
  .layout-align-gt-sm-end-center,
  .layout-align-gt-sm-space-around-center,
  .layout-align-gt-sm-space-between-center,
  .layout-align-gt-sm-start-center {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    max-width: 100%;
  }
  .layout-align-gt-sm-center-center > *,
  .layout-align-gt-sm-end-center > *,
  .layout-align-gt-sm-space-around-center > *,
  .layout-align-gt-sm-space-between-center > *,
  .layout-align-gt-sm-start-center > * {
    max-width: 100%;
    box-sizing: border-box;
  }
  .layout-align-gt-sm-center-end,
  .layout-align-gt-sm-end-end,
  .layout-align-gt-sm-space-around-end,
  .layout-align-gt-sm-space-between-end,
  .layout-align-gt-sm-start-end {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }
  .layout-align-gt-sm-center-stretch,
  .layout-align-gt-sm-end-stretch,
  .layout-align-gt-sm-space-around-stretch,
  .layout-align-gt-sm-space-between-stretch,
  .layout-align-gt-sm-start-stretch {
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .flex-gt-sm {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    box-sizing: border-box;
  }
  .flex-gt-sm-grow {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    box-sizing: border-box;
  }
  .flex-gt-sm-initial {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    box-sizing: border-box;
  }
  .flex-gt-sm-auto {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    box-sizing: border-box;
  }
  .flex-gt-sm-none {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    box-sizing: border-box;
  }
  .flex-gt-sm-noshrink {
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    box-sizing: border-box;
  }
  .flex-gt-sm-nogrow {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    box-sizing: border-box;
  }
  .flex-gt-sm-0 {
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    max-width: 0;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-sm-row > .flex-gt-sm-0,
  .layout-row > .flex-gt-sm-0 {
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    max-width: 0;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0;
  }
  .layout-column > .flex-gt-sm-0,
  .layout-gt-sm-column > .flex-gt-sm-0 {
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    max-width: 100%;
    max-height: 0;
    box-sizing: border-box;
    min-height: 0;
  }
  .flex-gt-sm-5,
  .layout-gt-sm-row > .flex-gt-sm-5,
  .layout-row > .flex-gt-sm-5 {
    -webkit-flex: 1 1 5%;
    -ms-flex: 1 1 5%;
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-5,
  .layout-gt-sm-column > .flex-gt-sm-5 {
    -webkit-flex: 1 1 5%;
    -ms-flex: 1 1 5%;
    flex: 1 1 5%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }
  .flex-gt-sm-10,
  .layout-gt-sm-row > .flex-gt-sm-10,
  .layout-row > .flex-gt-sm-10 {
    -webkit-flex: 1 1 10%;
    -ms-flex: 1 1 10%;
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-10,
  .layout-gt-sm-column > .flex-gt-sm-10 {
    -webkit-flex: 1 1 10%;
    -ms-flex: 1 1 10%;
    flex: 1 1 10%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }
  .flex-gt-sm-15,
  .layout-gt-sm-row > .flex-gt-sm-15,
  .layout-row > .flex-gt-sm-15 {
    -webkit-flex: 1 1 15%;
    -ms-flex: 1 1 15%;
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-15,
  .layout-gt-sm-column > .flex-gt-sm-15 {
    -webkit-flex: 1 1 15%;
    -ms-flex: 1 1 15%;
    flex: 1 1 15%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }
  .flex-gt-sm-20,
  .layout-gt-sm-row > .flex-gt-sm-20,
  .layout-row > .flex-gt-sm-20 {
    -webkit-flex: 1 1 20%;
    -ms-flex: 1 1 20%;
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-20,
  .layout-gt-sm-column > .flex-gt-sm-20 {
    -webkit-flex: 1 1 20%;
    -ms-flex: 1 1 20%;
    flex: 1 1 20%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }
  .flex-gt-sm-25,
  .layout-gt-sm-row > .flex-gt-sm-25,
  .layout-row > .flex-gt-sm-25 {
    -webkit-flex: 1 1 25%;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-25,
  .layout-gt-sm-column > .flex-gt-sm-25 {
    -webkit-flex: 1 1 25%;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }
  .flex-gt-sm-30,
  .layout-gt-sm-row > .flex-gt-sm-30,
  .layout-row > .flex-gt-sm-30 {
    -webkit-flex: 1 1 30%;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-30,
  .layout-gt-sm-column > .flex-gt-sm-30 {
    -webkit-flex: 1 1 30%;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }
  .flex-gt-sm-35,
  .layout-gt-sm-row > .flex-gt-sm-35,
  .layout-row > .flex-gt-sm-35 {
    -webkit-flex: 1 1 35%;
    -ms-flex: 1 1 35%;
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-35,
  .layout-gt-sm-column > .flex-gt-sm-35 {
    -webkit-flex: 1 1 35%;
    -ms-flex: 1 1 35%;
    flex: 1 1 35%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }
  .flex-gt-sm-40,
  .layout-gt-sm-row > .flex-gt-sm-40,
  .layout-row > .flex-gt-sm-40 {
    -webkit-flex: 1 1 40%;
    -ms-flex: 1 1 40%;
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-40,
  .layout-gt-sm-column > .flex-gt-sm-40 {
    -webkit-flex: 1 1 40%;
    -ms-flex: 1 1 40%;
    flex: 1 1 40%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }
  .flex-gt-sm-45,
  .layout-gt-sm-row > .flex-gt-sm-45,
  .layout-row > .flex-gt-sm-45 {
    -webkit-flex: 1 1 45%;
    -ms-flex: 1 1 45%;
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-45,
  .layout-gt-sm-column > .flex-gt-sm-45 {
    -webkit-flex: 1 1 45%;
    -ms-flex: 1 1 45%;
    flex: 1 1 45%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }
  .flex-gt-sm-50,
  .layout-gt-sm-row > .flex-gt-sm-50,
  .layout-row > .flex-gt-sm-50 {
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-50,
  .layout-gt-sm-column > .flex-gt-sm-50 {
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }
  .flex-gt-sm-55,
  .layout-gt-sm-row > .flex-gt-sm-55,
  .layout-row > .flex-gt-sm-55 {
    -webkit-flex: 1 1 55%;
    -ms-flex: 1 1 55%;
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-55,
  .layout-gt-sm-column > .flex-gt-sm-55 {
    -webkit-flex: 1 1 55%;
    -ms-flex: 1 1 55%;
    flex: 1 1 55%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }
  .flex-gt-sm-60,
  .layout-gt-sm-row > .flex-gt-sm-60,
  .layout-row > .flex-gt-sm-60 {
    -webkit-flex: 1 1 60%;
    -ms-flex: 1 1 60%;
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-60,
  .layout-gt-sm-column > .flex-gt-sm-60 {
    -webkit-flex: 1 1 60%;
    -ms-flex: 1 1 60%;
    flex: 1 1 60%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }
  .flex-gt-sm-65,
  .layout-gt-sm-row > .flex-gt-sm-65,
  .layout-row > .flex-gt-sm-65 {
    -webkit-flex: 1 1 65%;
    -ms-flex: 1 1 65%;
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-65,
  .layout-gt-sm-column > .flex-gt-sm-65 {
    -webkit-flex: 1 1 65%;
    -ms-flex: 1 1 65%;
    flex: 1 1 65%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }
  .flex-gt-sm-70,
  .layout-gt-sm-row > .flex-gt-sm-70,
  .layout-row > .flex-gt-sm-70 {
    -webkit-flex: 1 1 70%;
    -ms-flex: 1 1 70%;
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-70,
  .layout-gt-sm-column > .flex-gt-sm-70 {
    -webkit-flex: 1 1 70%;
    -ms-flex: 1 1 70%;
    flex: 1 1 70%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }
  .flex-gt-sm-75,
  .layout-gt-sm-row > .flex-gt-sm-75,
  .layout-row > .flex-gt-sm-75 {
    -webkit-flex: 1 1 75%;
    -ms-flex: 1 1 75%;
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-75,
  .layout-gt-sm-column > .flex-gt-sm-75 {
    -webkit-flex: 1 1 75%;
    -ms-flex: 1 1 75%;
    flex: 1 1 75%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }
  .flex-gt-sm-80,
  .layout-gt-sm-row > .flex-gt-sm-80,
  .layout-row > .flex-gt-sm-80 {
    -webkit-flex: 1 1 80%;
    -ms-flex: 1 1 80%;
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-80,
  .layout-gt-sm-column > .flex-gt-sm-80 {
    -webkit-flex: 1 1 80%;
    -ms-flex: 1 1 80%;
    flex: 1 1 80%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }
  .flex-gt-sm-85,
  .layout-gt-sm-row > .flex-gt-sm-85,
  .layout-row > .flex-gt-sm-85 {
    -webkit-flex: 1 1 85%;
    -ms-flex: 1 1 85%;
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-85,
  .layout-gt-sm-column > .flex-gt-sm-85 {
    -webkit-flex: 1 1 85%;
    -ms-flex: 1 1 85%;
    flex: 1 1 85%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }
  .flex-gt-sm-90,
  .layout-gt-sm-row > .flex-gt-sm-90,
  .layout-row > .flex-gt-sm-90 {
    -webkit-flex: 1 1 90%;
    -ms-flex: 1 1 90%;
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-90,
  .layout-gt-sm-column > .flex-gt-sm-90 {
    -webkit-flex: 1 1 90%;
    -ms-flex: 1 1 90%;
    flex: 1 1 90%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }
  .flex-gt-sm-95,
  .layout-gt-sm-row > .flex-gt-sm-95,
  .layout-row > .flex-gt-sm-95 {
    -webkit-flex: 1 1 95%;
    -ms-flex: 1 1 95%;
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-95,
  .layout-gt-sm-column > .flex-gt-sm-95 {
    -webkit-flex: 1 1 95%;
    -ms-flex: 1 1 95%;
    flex: 1 1 95%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }
  .flex-gt-sm-100,
  .layout-column > .flex-gt-sm-100,
  .layout-gt-sm-column > .flex-gt-sm-100,
  .layout-gt-sm-row > .flex-gt-sm-100,
  .layout-row > .flex-gt-sm-100 {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-sm-row > .flex-gt-sm-33,
  .layout-row > .flex-gt-sm-33 {
    -webkit-flex: 1 1 33.33%;
    -ms-flex: 1 1 33.33%;
    flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-sm-row > .flex-gt-sm-66,
  .layout-row > .flex-gt-sm-66 {
    -webkit-flex: 1 1 66.66%;
    -ms-flex: 1 1 66.66%;
    flex: 1 1 66.66%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-sm-row > .flex,
  .layout-row > .flex {
    min-width: 0;
  }
  .layout-column > .flex-gt-sm-33,
  .layout-gt-sm-column > .flex-gt-sm-33 {
    -webkit-flex: 1 1 33.33%;
    -ms-flex: 1 1 33.33%;
    flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-66,
  .layout-gt-sm-column > .flex-gt-sm-66 {
    -webkit-flex: 1 1 66.66%;
    -ms-flex: 1 1 66.66%;
    flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }
  .layout-column > .flex,
  .layout-gt-sm-column > .flex {
    min-height: 0;
  }
  .layout-gt-sm,
  .layout-gt-sm-column,
  .layout-gt-sm-row {
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .layout-gt-sm-column {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .layout-gt-sm-row {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media (min-width: 960px) and (max-width: 1279px) {
  .hide-gt-sm:not(.show-gt-xs):not(.show-gt-sm):not(.show-md):not(.show),
  .hide-gt-xs:not(.show-gt-xs):not(.show-gt-sm):not(.show-md):not(.show),
  .hide-md:not(.show-md):not(.show-gt-sm):not(.show-gt-xs):not(.show),
  .hide:not(.show-gt-xs):not(.show-gt-sm):not(.show-md):not(.show) {
    display: none;
  }
  .flex-order-md--20 {
    -webkit-order: -20;
    -ms-flex-order: -20;
    order: -20;
  }
  .flex-order-md--19 {
    -webkit-order: -19;
    -ms-flex-order: -19;
    order: -19;
  }
  .flex-order-md--18 {
    -webkit-order: -18;
    -ms-flex-order: -18;
    order: -18;
  }
  .flex-order-md--17 {
    -webkit-order: -17;
    -ms-flex-order: -17;
    order: -17;
  }
  .flex-order-md--16 {
    -webkit-order: -16;
    -ms-flex-order: -16;
    order: -16;
  }
  .flex-order-md--15 {
    -webkit-order: -15;
    -ms-flex-order: -15;
    order: -15;
  }
  .flex-order-md--14 {
    -webkit-order: -14;
    -ms-flex-order: -14;
    order: -14;
  }
  .flex-order-md--13 {
    -webkit-order: -13;
    -ms-flex-order: -13;
    order: -13;
  }
  .flex-order-md--12 {
    -webkit-order: -12;
    -ms-flex-order: -12;
    order: -12;
  }
  .flex-order-md--11 {
    -webkit-order: -11;
    -ms-flex-order: -11;
    order: -11;
  }
  .flex-order-md--10 {
    -webkit-order: -10;
    -ms-flex-order: -10;
    order: -10;
  }
  .flex-order-md--9 {
    -webkit-order: -9;
    -ms-flex-order: -9;
    order: -9;
  }
  .flex-order-md--8 {
    -webkit-order: -8;
    -ms-flex-order: -8;
    order: -8;
  }
  .flex-order-md--7 {
    -webkit-order: -7;
    -ms-flex-order: -7;
    order: -7;
  }
  .flex-order-md--6 {
    -webkit-order: -6;
    -ms-flex-order: -6;
    order: -6;
  }
  .flex-order-md--5 {
    -webkit-order: -5;
    -ms-flex-order: -5;
    order: -5;
  }
  .flex-order-md--4 {
    -webkit-order: -4;
    -ms-flex-order: -4;
    order: -4;
  }
  .flex-order-md--3 {
    -webkit-order: -3;
    -ms-flex-order: -3;
    order: -3;
  }
  .flex-order-md--2 {
    -webkit-order: -2;
    -ms-flex-order: -2;
    order: -2;
  }
  .flex-order-md--1 {
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .flex-order-md-0 {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .flex-order-md-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .flex-order-md-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .flex-order-md-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .flex-order-md-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .flex-order-md-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .flex-order-md-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .flex-order-md-7 {
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .flex-order-md-8 {
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .flex-order-md-9 {
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .flex-order-md-10 {
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .flex-order-md-11 {
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .flex-order-md-12 {
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .flex-order-md-13 {
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }
  .flex-order-md-14 {
    -webkit-order: 14;
    -ms-flex-order: 14;
    order: 14;
  }
  .flex-order-md-15 {
    -webkit-order: 15;
    -ms-flex-order: 15;
    order: 15;
  }
  .flex-order-md-16 {
    -webkit-order: 16;
    -ms-flex-order: 16;
    order: 16;
  }
  .flex-order-md-17 {
    -webkit-order: 17;
    -ms-flex-order: 17;
    order: 17;
  }
  .flex-order-md-18 {
    -webkit-order: 18;
    -ms-flex-order: 18;
    order: 18;
  }
  .flex-order-md-19 {
    -webkit-order: 19;
    -ms-flex-order: 19;
    order: 19;
  }
  .flex-order-md-20 {
    -webkit-order: 20;
    -ms-flex-order: 20;
    order: 20;
  }
  .flex-offset-md-0,
  .offset-md-0 {
    margin-left: 0;
  }
  [dir=rtl] .flex-offset-md-0,
  [dir=rtl] .offset-md-0 {
    margin-left: auto;
    margin-right: 0;
  }
  .flex-offset-md-5,
  .offset-md-5 {
    margin-left: 5%;
  }
  [dir=rtl] .flex-offset-md-5,
  [dir=rtl] .offset-md-5 {
    margin-left: auto;
    margin-right: 5%;
  }
  .flex-offset-md-10,
  .offset-md-10 {
    margin-left: 10%;
  }
  [dir=rtl] .flex-offset-md-10,
  [dir=rtl] .offset-md-10 {
    margin-left: auto;
    margin-right: 10%;
  }
  .flex-offset-md-15,
  .offset-md-15 {
    margin-left: 15%;
  }
  [dir=rtl] .flex-offset-md-15,
  [dir=rtl] .offset-md-15 {
    margin-left: auto;
    margin-right: 15%;
  }
  .flex-offset-md-20,
  .offset-md-20 {
    margin-left: 20%;
  }
  [dir=rtl] .flex-offset-md-20,
  [dir=rtl] .offset-md-20 {
    margin-left: auto;
    margin-right: 20%;
  }
  .flex-offset-md-25,
  .offset-md-25 {
    margin-left: 25%;
  }
  [dir=rtl] .flex-offset-md-25,
  [dir=rtl] .offset-md-25 {
    margin-left: auto;
    margin-right: 25%;
  }
  .flex-offset-md-30,
  .offset-md-30 {
    margin-left: 30%;
  }
  [dir=rtl] .flex-offset-md-30,
  [dir=rtl] .offset-md-30 {
    margin-left: auto;
    margin-right: 30%;
  }
  .flex-offset-md-35,
  .offset-md-35 {
    margin-left: 35%;
  }
  [dir=rtl] .flex-offset-md-35,
  [dir=rtl] .offset-md-35 {
    margin-left: auto;
    margin-right: 35%;
  }
  .flex-offset-md-40,
  .offset-md-40 {
    margin-left: 40%;
  }
  [dir=rtl] .flex-offset-md-40,
  [dir=rtl] .offset-md-40 {
    margin-left: auto;
    margin-right: 40%;
  }
  .flex-offset-md-45,
  .offset-md-45 {
    margin-left: 45%;
  }
  [dir=rtl] .flex-offset-md-45,
  [dir=rtl] .offset-md-45 {
    margin-left: auto;
    margin-right: 45%;
  }
  .flex-offset-md-50,
  .offset-md-50 {
    margin-left: 50%;
  }
  [dir=rtl] .flex-offset-md-50,
  [dir=rtl] .offset-md-50 {
    margin-left: auto;
    margin-right: 50%;
  }
  .flex-offset-md-55,
  .offset-md-55 {
    margin-left: 55%;
  }
  [dir=rtl] .flex-offset-md-55,
  [dir=rtl] .offset-md-55 {
    margin-left: auto;
    margin-right: 55%;
  }
  .flex-offset-md-60,
  .offset-md-60 {
    margin-left: 60%;
  }
  [dir=rtl] .flex-offset-md-60,
  [dir=rtl] .offset-md-60 {
    margin-left: auto;
    margin-right: 60%;
  }
  .flex-offset-md-65,
  .offset-md-65 {
    margin-left: 65%;
  }
  [dir=rtl] .flex-offset-md-65,
  [dir=rtl] .offset-md-65 {
    margin-left: auto;
    margin-right: 65%;
  }
  .flex-offset-md-70,
  .offset-md-70 {
    margin-left: 70%;
  }
  [dir=rtl] .flex-offset-md-70,
  [dir=rtl] .offset-md-70 {
    margin-left: auto;
    margin-right: 70%;
  }
  .flex-offset-md-75,
  .offset-md-75 {
    margin-left: 75%;
  }
  [dir=rtl] .flex-offset-md-75,
  [dir=rtl] .offset-md-75 {
    margin-left: auto;
    margin-right: 75%;
  }
  .flex-offset-md-80,
  .offset-md-80 {
    margin-left: 80%;
  }
  [dir=rtl] .flex-offset-md-80,
  [dir=rtl] .offset-md-80 {
    margin-left: auto;
    margin-right: 80%;
  }
  .flex-offset-md-85,
  .offset-md-85 {
    margin-left: 85%;
  }
  [dir=rtl] .flex-offset-md-85,
  [dir=rtl] .offset-md-85 {
    margin-left: auto;
    margin-right: 85%;
  }
  .flex-offset-md-90,
  .offset-md-90 {
    margin-left: 90%;
  }
  [dir=rtl] .flex-offset-md-90,
  [dir=rtl] .offset-md-90 {
    margin-left: auto;
    margin-right: 90%;
  }
  .flex-offset-md-95,
  .offset-md-95 {
    margin-left: 95%;
  }
  [dir=rtl] .flex-offset-md-95,
  [dir=rtl] .offset-md-95 {
    margin-left: auto;
    margin-right: 95%;
  }
  .flex-offset-md-33,
  .offset-md-33 {
    margin-left: calc(100% / 3);
  }
  .flex-offset-md-66,
  .offset-md-66 {
    margin-left: calc(200% / 3);
  }
  [dir=rtl] .flex-offset-md-66,
  [dir=rtl] .offset-md-66 {
    margin-left: auto;
    margin-right: calc(200% / 3);
  }
  .layout-align-md {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .layout-align-md-start,
  .layout-align-md-start-center,
  .layout-align-md-start-end,
  .layout-align-md-start-start,
  .layout-align-md-start-stretch {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .layout-align-md-center,
  .layout-align-md-center-center,
  .layout-align-md-center-end,
  .layout-align-md-center-start,
  .layout-align-md-center-stretch {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .layout-align-md-end,
  .layout-align-md-end-center,
  .layout-align-md-end-end,
  .layout-align-md-end-start,
  .layout-align-md-end-stretch {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .layout-align-md-space-around,
  .layout-align-md-space-around-center,
  .layout-align-md-space-around-end,
  .layout-align-md-space-around-start,
  .layout-align-md-space-around-stretch {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .layout-align-md-space-between,
  .layout-align-md-space-between-center,
  .layout-align-md-space-between-end,
  .layout-align-md-space-between-start,
  .layout-align-md-space-between-stretch {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .layout-align-md-center-start,
  .layout-align-md-end-start,
  .layout-align-md-space-around-start,
  .layout-align-md-space-between-start,
  .layout-align-md-start-start {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .layout-align-md-center-center,
  .layout-align-md-end-center,
  .layout-align-md-space-around-center,
  .layout-align-md-space-between-center,
  .layout-align-md-start-center {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    max-width: 100%;
  }
  .layout-align-md-center-center > *,
  .layout-align-md-end-center > *,
  .layout-align-md-space-around-center > *,
  .layout-align-md-space-between-center > *,
  .layout-align-md-start-center > * {
    max-width: 100%;
    box-sizing: border-box;
  }
  .layout-align-md-center-end,
  .layout-align-md-end-end,
  .layout-align-md-space-around-end,
  .layout-align-md-space-between-end,
  .layout-align-md-start-end {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }
  .layout-align-md-center-stretch,
  .layout-align-md-end-stretch,
  .layout-align-md-space-around-stretch,
  .layout-align-md-space-between-stretch,
  .layout-align-md-start-stretch {
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .flex-md {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    box-sizing: border-box;
  }
  .flex-md-grow {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    box-sizing: border-box;
  }
  .flex-md-initial {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    box-sizing: border-box;
  }
  .flex-md-auto {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    box-sizing: border-box;
  }
  .flex-md-none {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    box-sizing: border-box;
  }
  .flex-md-noshrink {
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    box-sizing: border-box;
  }
  .flex-md-nogrow {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    box-sizing: border-box;
  }
  .flex-md-0 {
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    max-width: 0;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-md-row > .flex-md-0,
  .layout-row > .flex-md-0 {
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    max-width: 0;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0;
  }
  .layout-column > .flex-md-0,
  .layout-md-column > .flex-md-0 {
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    max-width: 100%;
    max-height: 0;
    box-sizing: border-box;
    min-height: 0;
  }
  .flex-md-5,
  .layout-md-row > .flex-md-5,
  .layout-row > .flex-md-5 {
    -webkit-flex: 1 1 5%;
    -ms-flex: 1 1 5%;
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-5,
  .layout-md-column > .flex-md-5 {
    -webkit-flex: 1 1 5%;
    -ms-flex: 1 1 5%;
    flex: 1 1 5%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }
  .flex-md-10,
  .layout-md-row > .flex-md-10,
  .layout-row > .flex-md-10 {
    -webkit-flex: 1 1 10%;
    -ms-flex: 1 1 10%;
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-10,
  .layout-md-column > .flex-md-10 {
    -webkit-flex: 1 1 10%;
    -ms-flex: 1 1 10%;
    flex: 1 1 10%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }
  .flex-md-15,
  .layout-md-row > .flex-md-15,
  .layout-row > .flex-md-15 {
    -webkit-flex: 1 1 15%;
    -ms-flex: 1 1 15%;
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-15,
  .layout-md-column > .flex-md-15 {
    -webkit-flex: 1 1 15%;
    -ms-flex: 1 1 15%;
    flex: 1 1 15%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }
  .flex-md-20,
  .layout-md-row > .flex-md-20,
  .layout-row > .flex-md-20 {
    -webkit-flex: 1 1 20%;
    -ms-flex: 1 1 20%;
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-20,
  .layout-md-column > .flex-md-20 {
    -webkit-flex: 1 1 20%;
    -ms-flex: 1 1 20%;
    flex: 1 1 20%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }
  .flex-md-25,
  .layout-md-row > .flex-md-25,
  .layout-row > .flex-md-25 {
    -webkit-flex: 1 1 25%;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-25,
  .layout-md-column > .flex-md-25 {
    -webkit-flex: 1 1 25%;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }
  .flex-md-30,
  .layout-md-row > .flex-md-30,
  .layout-row > .flex-md-30 {
    -webkit-flex: 1 1 30%;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-30,
  .layout-md-column > .flex-md-30 {
    -webkit-flex: 1 1 30%;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }
  .flex-md-35,
  .layout-md-row > .flex-md-35,
  .layout-row > .flex-md-35 {
    -webkit-flex: 1 1 35%;
    -ms-flex: 1 1 35%;
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-35,
  .layout-md-column > .flex-md-35 {
    -webkit-flex: 1 1 35%;
    -ms-flex: 1 1 35%;
    flex: 1 1 35%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }
  .flex-md-40,
  .layout-md-row > .flex-md-40,
  .layout-row > .flex-md-40 {
    -webkit-flex: 1 1 40%;
    -ms-flex: 1 1 40%;
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-40,
  .layout-md-column > .flex-md-40 {
    -webkit-flex: 1 1 40%;
    -ms-flex: 1 1 40%;
    flex: 1 1 40%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }
  .flex-md-45,
  .layout-md-row > .flex-md-45,
  .layout-row > .flex-md-45 {
    -webkit-flex: 1 1 45%;
    -ms-flex: 1 1 45%;
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-45,
  .layout-md-column > .flex-md-45 {
    -webkit-flex: 1 1 45%;
    -ms-flex: 1 1 45%;
    flex: 1 1 45%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }
  .flex-md-50,
  .layout-md-row > .flex-md-50,
  .layout-row > .flex-md-50 {
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-50,
  .layout-md-column > .flex-md-50 {
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }
  .flex-md-55,
  .layout-md-row > .flex-md-55,
  .layout-row > .flex-md-55 {
    -webkit-flex: 1 1 55%;
    -ms-flex: 1 1 55%;
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-55,
  .layout-md-column > .flex-md-55 {
    -webkit-flex: 1 1 55%;
    -ms-flex: 1 1 55%;
    flex: 1 1 55%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }
  .flex-md-60,
  .layout-md-row > .flex-md-60,
  .layout-row > .flex-md-60 {
    -webkit-flex: 1 1 60%;
    -ms-flex: 1 1 60%;
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-60,
  .layout-md-column > .flex-md-60 {
    -webkit-flex: 1 1 60%;
    -ms-flex: 1 1 60%;
    flex: 1 1 60%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }
  .flex-md-65,
  .layout-md-row > .flex-md-65,
  .layout-row > .flex-md-65 {
    -webkit-flex: 1 1 65%;
    -ms-flex: 1 1 65%;
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-65,
  .layout-md-column > .flex-md-65 {
    -webkit-flex: 1 1 65%;
    -ms-flex: 1 1 65%;
    flex: 1 1 65%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }
  .flex-md-70,
  .layout-md-row > .flex-md-70,
  .layout-row > .flex-md-70 {
    -webkit-flex: 1 1 70%;
    -ms-flex: 1 1 70%;
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-70,
  .layout-md-column > .flex-md-70 {
    -webkit-flex: 1 1 70%;
    -ms-flex: 1 1 70%;
    flex: 1 1 70%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }
  .flex-md-75,
  .layout-md-row > .flex-md-75,
  .layout-row > .flex-md-75 {
    -webkit-flex: 1 1 75%;
    -ms-flex: 1 1 75%;
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-75,
  .layout-md-column > .flex-md-75 {
    -webkit-flex: 1 1 75%;
    -ms-flex: 1 1 75%;
    flex: 1 1 75%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }
  .flex-md-80,
  .layout-md-row > .flex-md-80,
  .layout-row > .flex-md-80 {
    -webkit-flex: 1 1 80%;
    -ms-flex: 1 1 80%;
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-80,
  .layout-md-column > .flex-md-80 {
    -webkit-flex: 1 1 80%;
    -ms-flex: 1 1 80%;
    flex: 1 1 80%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }
  .flex-md-85,
  .layout-md-row > .flex-md-85,
  .layout-row > .flex-md-85 {
    -webkit-flex: 1 1 85%;
    -ms-flex: 1 1 85%;
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-85,
  .layout-md-column > .flex-md-85 {
    -webkit-flex: 1 1 85%;
    -ms-flex: 1 1 85%;
    flex: 1 1 85%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }
  .flex-md-90,
  .layout-md-row > .flex-md-90,
  .layout-row > .flex-md-90 {
    -webkit-flex: 1 1 90%;
    -ms-flex: 1 1 90%;
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-90,
  .layout-md-column > .flex-md-90 {
    -webkit-flex: 1 1 90%;
    -ms-flex: 1 1 90%;
    flex: 1 1 90%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }
  .flex-md-95,
  .layout-md-row > .flex-md-95,
  .layout-row > .flex-md-95 {
    -webkit-flex: 1 1 95%;
    -ms-flex: 1 1 95%;
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-95,
  .layout-md-column > .flex-md-95 {
    -webkit-flex: 1 1 95%;
    -ms-flex: 1 1 95%;
    flex: 1 1 95%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }
  .flex-md-100,
  .layout-column > .flex-md-100,
  .layout-md-column > .flex-md-100,
  .layout-md-row > .flex-md-100,
  .layout-row > .flex-md-100 {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-md-row > .flex-md-33,
  .layout-row > .flex-md-33 {
    -webkit-flex: 1 1 33.33%;
    -ms-flex: 1 1 33.33%;
    flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-md-row > .flex-md-66,
  .layout-row > .flex-md-66 {
    -webkit-flex: 1 1 66.66%;
    -ms-flex: 1 1 66.66%;
    flex: 1 1 66.66%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-md-row > .flex,
  .layout-row > .flex {
    min-width: 0;
  }
  .layout-column > .flex-md-33,
  .layout-md-column > .flex-md-33 {
    -webkit-flex: 1 1 33.33%;
    -ms-flex: 1 1 33.33%;
    flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-66,
  .layout-md-column > .flex-md-66 {
    -webkit-flex: 1 1 66.66%;
    -ms-flex: 1 1 66.66%;
    flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }
  .layout-column > .flex,
  .layout-md-column > .flex {
    min-height: 0;
  }
  .layout-md,
  .layout-md-column,
  .layout-md-row {
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .layout-md-column {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .layout-md-row {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media (min-width: 1280px) {
  .flex-order-gt-md--20 {
    -webkit-order: -20;
    -ms-flex-order: -20;
    order: -20;
  }
  .flex-order-gt-md--19 {
    -webkit-order: -19;
    -ms-flex-order: -19;
    order: -19;
  }
  .flex-order-gt-md--18 {
    -webkit-order: -18;
    -ms-flex-order: -18;
    order: -18;
  }
  .flex-order-gt-md--17 {
    -webkit-order: -17;
    -ms-flex-order: -17;
    order: -17;
  }
  .flex-order-gt-md--16 {
    -webkit-order: -16;
    -ms-flex-order: -16;
    order: -16;
  }
  .flex-order-gt-md--15 {
    -webkit-order: -15;
    -ms-flex-order: -15;
    order: -15;
  }
  .flex-order-gt-md--14 {
    -webkit-order: -14;
    -ms-flex-order: -14;
    order: -14;
  }
  .flex-order-gt-md--13 {
    -webkit-order: -13;
    -ms-flex-order: -13;
    order: -13;
  }
  .flex-order-gt-md--12 {
    -webkit-order: -12;
    -ms-flex-order: -12;
    order: -12;
  }
  .flex-order-gt-md--11 {
    -webkit-order: -11;
    -ms-flex-order: -11;
    order: -11;
  }
  .flex-order-gt-md--10 {
    -webkit-order: -10;
    -ms-flex-order: -10;
    order: -10;
  }
  .flex-order-gt-md--9 {
    -webkit-order: -9;
    -ms-flex-order: -9;
    order: -9;
  }
  .flex-order-gt-md--8 {
    -webkit-order: -8;
    -ms-flex-order: -8;
    order: -8;
  }
  .flex-order-gt-md--7 {
    -webkit-order: -7;
    -ms-flex-order: -7;
    order: -7;
  }
  .flex-order-gt-md--6 {
    -webkit-order: -6;
    -ms-flex-order: -6;
    order: -6;
  }
  .flex-order-gt-md--5 {
    -webkit-order: -5;
    -ms-flex-order: -5;
    order: -5;
  }
  .flex-order-gt-md--4 {
    -webkit-order: -4;
    -ms-flex-order: -4;
    order: -4;
  }
  .flex-order-gt-md--3 {
    -webkit-order: -3;
    -ms-flex-order: -3;
    order: -3;
  }
  .flex-order-gt-md--2 {
    -webkit-order: -2;
    -ms-flex-order: -2;
    order: -2;
  }
  .flex-order-gt-md--1 {
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .flex-order-gt-md-0 {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .flex-order-gt-md-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .flex-order-gt-md-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .flex-order-gt-md-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .flex-order-gt-md-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .flex-order-gt-md-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .flex-order-gt-md-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .flex-order-gt-md-7 {
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .flex-order-gt-md-8 {
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .flex-order-gt-md-9 {
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .flex-order-gt-md-10 {
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .flex-order-gt-md-11 {
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .flex-order-gt-md-12 {
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .flex-order-gt-md-13 {
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }
  .flex-order-gt-md-14 {
    -webkit-order: 14;
    -ms-flex-order: 14;
    order: 14;
  }
  .flex-order-gt-md-15 {
    -webkit-order: 15;
    -ms-flex-order: 15;
    order: 15;
  }
  .flex-order-gt-md-16 {
    -webkit-order: 16;
    -ms-flex-order: 16;
    order: 16;
  }
  .flex-order-gt-md-17 {
    -webkit-order: 17;
    -ms-flex-order: 17;
    order: 17;
  }
  .flex-order-gt-md-18 {
    -webkit-order: 18;
    -ms-flex-order: 18;
    order: 18;
  }
  .flex-order-gt-md-19 {
    -webkit-order: 19;
    -ms-flex-order: 19;
    order: 19;
  }
  .flex-order-gt-md-20 {
    -webkit-order: 20;
    -ms-flex-order: 20;
    order: 20;
  }
  .flex-offset-gt-md-0,
  .offset-gt-md-0 {
    margin-left: 0;
  }
  [dir=rtl] .flex-offset-gt-md-0,
  [dir=rtl] .offset-gt-md-0 {
    margin-left: auto;
    margin-right: 0;
  }
  .flex-offset-gt-md-5,
  .offset-gt-md-5 {
    margin-left: 5%;
  }
  [dir=rtl] .flex-offset-gt-md-5,
  [dir=rtl] .offset-gt-md-5 {
    margin-left: auto;
    margin-right: 5%;
  }
  .flex-offset-gt-md-10,
  .offset-gt-md-10 {
    margin-left: 10%;
  }
  [dir=rtl] .flex-offset-gt-md-10,
  [dir=rtl] .offset-gt-md-10 {
    margin-left: auto;
    margin-right: 10%;
  }
  .flex-offset-gt-md-15,
  .offset-gt-md-15 {
    margin-left: 15%;
  }
  [dir=rtl] .flex-offset-gt-md-15,
  [dir=rtl] .offset-gt-md-15 {
    margin-left: auto;
    margin-right: 15%;
  }
  .flex-offset-gt-md-20,
  .offset-gt-md-20 {
    margin-left: 20%;
  }
  [dir=rtl] .flex-offset-gt-md-20,
  [dir=rtl] .offset-gt-md-20 {
    margin-left: auto;
    margin-right: 20%;
  }
  .flex-offset-gt-md-25,
  .offset-gt-md-25 {
    margin-left: 25%;
  }
  [dir=rtl] .flex-offset-gt-md-25,
  [dir=rtl] .offset-gt-md-25 {
    margin-left: auto;
    margin-right: 25%;
  }
  .flex-offset-gt-md-30,
  .offset-gt-md-30 {
    margin-left: 30%;
  }
  [dir=rtl] .flex-offset-gt-md-30,
  [dir=rtl] .offset-gt-md-30 {
    margin-left: auto;
    margin-right: 30%;
  }
  .flex-offset-gt-md-35,
  .offset-gt-md-35 {
    margin-left: 35%;
  }
  [dir=rtl] .flex-offset-gt-md-35,
  [dir=rtl] .offset-gt-md-35 {
    margin-left: auto;
    margin-right: 35%;
  }
  .flex-offset-gt-md-40,
  .offset-gt-md-40 {
    margin-left: 40%;
  }
  [dir=rtl] .flex-offset-gt-md-40,
  [dir=rtl] .offset-gt-md-40 {
    margin-left: auto;
    margin-right: 40%;
  }
  .flex-offset-gt-md-45,
  .offset-gt-md-45 {
    margin-left: 45%;
  }
  [dir=rtl] .flex-offset-gt-md-45,
  [dir=rtl] .offset-gt-md-45 {
    margin-left: auto;
    margin-right: 45%;
  }
  .flex-offset-gt-md-50,
  .offset-gt-md-50 {
    margin-left: 50%;
  }
  [dir=rtl] .flex-offset-gt-md-50,
  [dir=rtl] .offset-gt-md-50 {
    margin-left: auto;
    margin-right: 50%;
  }
  .flex-offset-gt-md-55,
  .offset-gt-md-55 {
    margin-left: 55%;
  }
  [dir=rtl] .flex-offset-gt-md-55,
  [dir=rtl] .offset-gt-md-55 {
    margin-left: auto;
    margin-right: 55%;
  }
  .flex-offset-gt-md-60,
  .offset-gt-md-60 {
    margin-left: 60%;
  }
  [dir=rtl] .flex-offset-gt-md-60,
  [dir=rtl] .offset-gt-md-60 {
    margin-left: auto;
    margin-right: 60%;
  }
  .flex-offset-gt-md-65,
  .offset-gt-md-65 {
    margin-left: 65%;
  }
  [dir=rtl] .flex-offset-gt-md-65,
  [dir=rtl] .offset-gt-md-65 {
    margin-left: auto;
    margin-right: 65%;
  }
  .flex-offset-gt-md-70,
  .offset-gt-md-70 {
    margin-left: 70%;
  }
  [dir=rtl] .flex-offset-gt-md-70,
  [dir=rtl] .offset-gt-md-70 {
    margin-left: auto;
    margin-right: 70%;
  }
  .flex-offset-gt-md-75,
  .offset-gt-md-75 {
    margin-left: 75%;
  }
  [dir=rtl] .flex-offset-gt-md-75,
  [dir=rtl] .offset-gt-md-75 {
    margin-left: auto;
    margin-right: 75%;
  }
  .flex-offset-gt-md-80,
  .offset-gt-md-80 {
    margin-left: 80%;
  }
  [dir=rtl] .flex-offset-gt-md-80,
  [dir=rtl] .offset-gt-md-80 {
    margin-left: auto;
    margin-right: 80%;
  }
  .flex-offset-gt-md-85,
  .offset-gt-md-85 {
    margin-left: 85%;
  }
  [dir=rtl] .flex-offset-gt-md-85,
  [dir=rtl] .offset-gt-md-85 {
    margin-left: auto;
    margin-right: 85%;
  }
  .flex-offset-gt-md-90,
  .offset-gt-md-90 {
    margin-left: 90%;
  }
  [dir=rtl] .flex-offset-gt-md-90,
  [dir=rtl] .offset-gt-md-90 {
    margin-left: auto;
    margin-right: 90%;
  }
  .flex-offset-gt-md-95,
  .offset-gt-md-95 {
    margin-left: 95%;
  }
  [dir=rtl] .flex-offset-gt-md-95,
  [dir=rtl] .offset-gt-md-95 {
    margin-left: auto;
    margin-right: 95%;
  }
  .flex-offset-gt-md-33,
  .offset-gt-md-33 {
    margin-left: calc(100% / 3);
  }
  .flex-offset-gt-md-66,
  .offset-gt-md-66 {
    margin-left: calc(200% / 3);
  }
  [dir=rtl] .flex-offset-gt-md-66,
  [dir=rtl] .offset-gt-md-66 {
    margin-left: auto;
    margin-right: calc(200% / 3);
  }
  .layout-align-gt-md {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .layout-align-gt-md-start,
  .layout-align-gt-md-start-center,
  .layout-align-gt-md-start-end,
  .layout-align-gt-md-start-start,
  .layout-align-gt-md-start-stretch {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .layout-align-gt-md-center,
  .layout-align-gt-md-center-center,
  .layout-align-gt-md-center-end,
  .layout-align-gt-md-center-start,
  .layout-align-gt-md-center-stretch {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .layout-align-gt-md-end,
  .layout-align-gt-md-end-center,
  .layout-align-gt-md-end-end,
  .layout-align-gt-md-end-start,
  .layout-align-gt-md-end-stretch {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .layout-align-gt-md-space-around,
  .layout-align-gt-md-space-around-center,
  .layout-align-gt-md-space-around-end,
  .layout-align-gt-md-space-around-start,
  .layout-align-gt-md-space-around-stretch {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .layout-align-gt-md-space-between,
  .layout-align-gt-md-space-between-center,
  .layout-align-gt-md-space-between-end,
  .layout-align-gt-md-space-between-start,
  .layout-align-gt-md-space-between-stretch {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .layout-align-gt-md-center-start,
  .layout-align-gt-md-end-start,
  .layout-align-gt-md-space-around-start,
  .layout-align-gt-md-space-between-start,
  .layout-align-gt-md-start-start {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .layout-align-gt-md-center-center,
  .layout-align-gt-md-end-center,
  .layout-align-gt-md-space-around-center,
  .layout-align-gt-md-space-between-center,
  .layout-align-gt-md-start-center {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    max-width: 100%;
  }
  .layout-align-gt-md-center-center > *,
  .layout-align-gt-md-end-center > *,
  .layout-align-gt-md-space-around-center > *,
  .layout-align-gt-md-space-between-center > *,
  .layout-align-gt-md-start-center > * {
    max-width: 100%;
    box-sizing: border-box;
  }
  .layout-align-gt-md-center-end,
  .layout-align-gt-md-end-end,
  .layout-align-gt-md-space-around-end,
  .layout-align-gt-md-space-between-end,
  .layout-align-gt-md-start-end {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }
  .layout-align-gt-md-center-stretch,
  .layout-align-gt-md-end-stretch,
  .layout-align-gt-md-space-around-stretch,
  .layout-align-gt-md-space-between-stretch,
  .layout-align-gt-md-start-stretch {
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .flex-gt-md {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    box-sizing: border-box;
  }
  .flex-gt-md-grow {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    box-sizing: border-box;
  }
  .flex-gt-md-initial {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    box-sizing: border-box;
  }
  .flex-gt-md-auto {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    box-sizing: border-box;
  }
  .flex-gt-md-none {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    box-sizing: border-box;
  }
  .flex-gt-md-noshrink {
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    box-sizing: border-box;
  }
  .flex-gt-md-nogrow {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    box-sizing: border-box;
  }
  .flex-gt-md-0 {
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    max-width: 0;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-md-row > .flex-gt-md-0,
  .layout-row > .flex-gt-md-0 {
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    max-width: 0;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0;
  }
  .layout-column > .flex-gt-md-0,
  .layout-gt-md-column > .flex-gt-md-0 {
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    max-width: 100%;
    max-height: 0;
    box-sizing: border-box;
    min-height: 0;
  }
  .flex-gt-md-5,
  .layout-gt-md-row > .flex-gt-md-5,
  .layout-row > .flex-gt-md-5 {
    -webkit-flex: 1 1 5%;
    -ms-flex: 1 1 5%;
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-5,
  .layout-gt-md-column > .flex-gt-md-5 {
    -webkit-flex: 1 1 5%;
    -ms-flex: 1 1 5%;
    flex: 1 1 5%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }
  .flex-gt-md-10,
  .layout-gt-md-row > .flex-gt-md-10,
  .layout-row > .flex-gt-md-10 {
    -webkit-flex: 1 1 10%;
    -ms-flex: 1 1 10%;
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-10,
  .layout-gt-md-column > .flex-gt-md-10 {
    -webkit-flex: 1 1 10%;
    -ms-flex: 1 1 10%;
    flex: 1 1 10%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }
  .flex-gt-md-15,
  .layout-gt-md-row > .flex-gt-md-15,
  .layout-row > .flex-gt-md-15 {
    -webkit-flex: 1 1 15%;
    -ms-flex: 1 1 15%;
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-15,
  .layout-gt-md-column > .flex-gt-md-15 {
    -webkit-flex: 1 1 15%;
    -ms-flex: 1 1 15%;
    flex: 1 1 15%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }
  .flex-gt-md-20,
  .layout-gt-md-row > .flex-gt-md-20,
  .layout-row > .flex-gt-md-20 {
    -webkit-flex: 1 1 20%;
    -ms-flex: 1 1 20%;
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-20,
  .layout-gt-md-column > .flex-gt-md-20 {
    -webkit-flex: 1 1 20%;
    -ms-flex: 1 1 20%;
    flex: 1 1 20%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }
  .flex-gt-md-25,
  .layout-gt-md-row > .flex-gt-md-25,
  .layout-row > .flex-gt-md-25 {
    -webkit-flex: 1 1 25%;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-25,
  .layout-gt-md-column > .flex-gt-md-25 {
    -webkit-flex: 1 1 25%;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }
  .flex-gt-md-30,
  .layout-gt-md-row > .flex-gt-md-30,
  .layout-row > .flex-gt-md-30 {
    -webkit-flex: 1 1 30%;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-30,
  .layout-gt-md-column > .flex-gt-md-30 {
    -webkit-flex: 1 1 30%;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }
  .flex-gt-md-35,
  .layout-gt-md-row > .flex-gt-md-35,
  .layout-row > .flex-gt-md-35 {
    -webkit-flex: 1 1 35%;
    -ms-flex: 1 1 35%;
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-35,
  .layout-gt-md-column > .flex-gt-md-35 {
    -webkit-flex: 1 1 35%;
    -ms-flex: 1 1 35%;
    flex: 1 1 35%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }
  .flex-gt-md-40,
  .layout-gt-md-row > .flex-gt-md-40,
  .layout-row > .flex-gt-md-40 {
    -webkit-flex: 1 1 40%;
    -ms-flex: 1 1 40%;
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-40,
  .layout-gt-md-column > .flex-gt-md-40 {
    -webkit-flex: 1 1 40%;
    -ms-flex: 1 1 40%;
    flex: 1 1 40%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }
  .flex-gt-md-45,
  .layout-gt-md-row > .flex-gt-md-45,
  .layout-row > .flex-gt-md-45 {
    -webkit-flex: 1 1 45%;
    -ms-flex: 1 1 45%;
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-45,
  .layout-gt-md-column > .flex-gt-md-45 {
    -webkit-flex: 1 1 45%;
    -ms-flex: 1 1 45%;
    flex: 1 1 45%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }
  .flex-gt-md-50,
  .layout-gt-md-row > .flex-gt-md-50,
  .layout-row > .flex-gt-md-50 {
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-50,
  .layout-gt-md-column > .flex-gt-md-50 {
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }
  .flex-gt-md-55,
  .layout-gt-md-row > .flex-gt-md-55,
  .layout-row > .flex-gt-md-55 {
    -webkit-flex: 1 1 55%;
    -ms-flex: 1 1 55%;
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-55,
  .layout-gt-md-column > .flex-gt-md-55 {
    -webkit-flex: 1 1 55%;
    -ms-flex: 1 1 55%;
    flex: 1 1 55%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }
  .flex-gt-md-60,
  .layout-gt-md-row > .flex-gt-md-60,
  .layout-row > .flex-gt-md-60 {
    -webkit-flex: 1 1 60%;
    -ms-flex: 1 1 60%;
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-60,
  .layout-gt-md-column > .flex-gt-md-60 {
    -webkit-flex: 1 1 60%;
    -ms-flex: 1 1 60%;
    flex: 1 1 60%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }
  .flex-gt-md-65,
  .layout-gt-md-row > .flex-gt-md-65,
  .layout-row > .flex-gt-md-65 {
    -webkit-flex: 1 1 65%;
    -ms-flex: 1 1 65%;
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-65,
  .layout-gt-md-column > .flex-gt-md-65 {
    -webkit-flex: 1 1 65%;
    -ms-flex: 1 1 65%;
    flex: 1 1 65%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }
  .flex-gt-md-70,
  .layout-gt-md-row > .flex-gt-md-70,
  .layout-row > .flex-gt-md-70 {
    -webkit-flex: 1 1 70%;
    -ms-flex: 1 1 70%;
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-70,
  .layout-gt-md-column > .flex-gt-md-70 {
    -webkit-flex: 1 1 70%;
    -ms-flex: 1 1 70%;
    flex: 1 1 70%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }
  .flex-gt-md-75,
  .layout-gt-md-row > .flex-gt-md-75,
  .layout-row > .flex-gt-md-75 {
    -webkit-flex: 1 1 75%;
    -ms-flex: 1 1 75%;
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-75,
  .layout-gt-md-column > .flex-gt-md-75 {
    -webkit-flex: 1 1 75%;
    -ms-flex: 1 1 75%;
    flex: 1 1 75%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }
  .flex-gt-md-80,
  .layout-gt-md-row > .flex-gt-md-80,
  .layout-row > .flex-gt-md-80 {
    -webkit-flex: 1 1 80%;
    -ms-flex: 1 1 80%;
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-80,
  .layout-gt-md-column > .flex-gt-md-80 {
    -webkit-flex: 1 1 80%;
    -ms-flex: 1 1 80%;
    flex: 1 1 80%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }
  .flex-gt-md-85,
  .layout-gt-md-row > .flex-gt-md-85,
  .layout-row > .flex-gt-md-85 {
    -webkit-flex: 1 1 85%;
    -ms-flex: 1 1 85%;
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-85,
  .layout-gt-md-column > .flex-gt-md-85 {
    -webkit-flex: 1 1 85%;
    -ms-flex: 1 1 85%;
    flex: 1 1 85%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }
  .flex-gt-md-90,
  .layout-gt-md-row > .flex-gt-md-90,
  .layout-row > .flex-gt-md-90 {
    -webkit-flex: 1 1 90%;
    -ms-flex: 1 1 90%;
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-90,
  .layout-gt-md-column > .flex-gt-md-90 {
    -webkit-flex: 1 1 90%;
    -ms-flex: 1 1 90%;
    flex: 1 1 90%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }
  .flex-gt-md-95,
  .layout-gt-md-row > .flex-gt-md-95,
  .layout-row > .flex-gt-md-95 {
    -webkit-flex: 1 1 95%;
    -ms-flex: 1 1 95%;
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-95,
  .layout-gt-md-column > .flex-gt-md-95 {
    -webkit-flex: 1 1 95%;
    -ms-flex: 1 1 95%;
    flex: 1 1 95%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }
  .flex-gt-md-100,
  .layout-column > .flex-gt-md-100,
  .layout-gt-md-column > .flex-gt-md-100,
  .layout-gt-md-row > .flex-gt-md-100,
  .layout-row > .flex-gt-md-100 {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-md-row > .flex-gt-md-33,
  .layout-row > .flex-gt-md-33 {
    -webkit-flex: 1 1 33.33%;
    -ms-flex: 1 1 33.33%;
    flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-md-row > .flex-gt-md-66,
  .layout-row > .flex-gt-md-66 {
    -webkit-flex: 1 1 66.66%;
    -ms-flex: 1 1 66.66%;
    flex: 1 1 66.66%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-md-row > .flex,
  .layout-row > .flex {
    min-width: 0;
  }
  .layout-column > .flex-gt-md-33,
  .layout-gt-md-column > .flex-gt-md-33 {
    -webkit-flex: 1 1 33.33%;
    -ms-flex: 1 1 33.33%;
    flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-66,
  .layout-gt-md-column > .flex-gt-md-66 {
    -webkit-flex: 1 1 66.66%;
    -ms-flex: 1 1 66.66%;
    flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }
  .layout-column > .flex,
  .layout-gt-md-column > .flex {
    min-height: 0;
  }
  .layout-gt-md,
  .layout-gt-md-column,
  .layout-gt-md-row {
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .layout-gt-md-column {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .layout-gt-md-row {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media (min-width: 1280px) and (max-width: 1919px) {
  .hide-gt-md:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-lg):not(.show),
  .hide-gt-sm:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-lg):not(.show),
  .hide-gt-xs:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-lg):not(.show),
  .hide-lg:not(.show-lg):not(.show-gt-md):not(.show-gt-sm):not(.show-gt-xs):not(.show),
  .hide:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-lg):not(.show) {
    display: none;
  }
  .flex-order-lg--20 {
    -webkit-order: -20;
    -ms-flex-order: -20;
    order: -20;
  }
  .flex-order-lg--19 {
    -webkit-order: -19;
    -ms-flex-order: -19;
    order: -19;
  }
  .flex-order-lg--18 {
    -webkit-order: -18;
    -ms-flex-order: -18;
    order: -18;
  }
  .flex-order-lg--17 {
    -webkit-order: -17;
    -ms-flex-order: -17;
    order: -17;
  }
  .flex-order-lg--16 {
    -webkit-order: -16;
    -ms-flex-order: -16;
    order: -16;
  }
  .flex-order-lg--15 {
    -webkit-order: -15;
    -ms-flex-order: -15;
    order: -15;
  }
  .flex-order-lg--14 {
    -webkit-order: -14;
    -ms-flex-order: -14;
    order: -14;
  }
  .flex-order-lg--13 {
    -webkit-order: -13;
    -ms-flex-order: -13;
    order: -13;
  }
  .flex-order-lg--12 {
    -webkit-order: -12;
    -ms-flex-order: -12;
    order: -12;
  }
  .flex-order-lg--11 {
    -webkit-order: -11;
    -ms-flex-order: -11;
    order: -11;
  }
  .flex-order-lg--10 {
    -webkit-order: -10;
    -ms-flex-order: -10;
    order: -10;
  }
  .flex-order-lg--9 {
    -webkit-order: -9;
    -ms-flex-order: -9;
    order: -9;
  }
  .flex-order-lg--8 {
    -webkit-order: -8;
    -ms-flex-order: -8;
    order: -8;
  }
  .flex-order-lg--7 {
    -webkit-order: -7;
    -ms-flex-order: -7;
    order: -7;
  }
  .flex-order-lg--6 {
    -webkit-order: -6;
    -ms-flex-order: -6;
    order: -6;
  }
  .flex-order-lg--5 {
    -webkit-order: -5;
    -ms-flex-order: -5;
    order: -5;
  }
  .flex-order-lg--4 {
    -webkit-order: -4;
    -ms-flex-order: -4;
    order: -4;
  }
  .flex-order-lg--3 {
    -webkit-order: -3;
    -ms-flex-order: -3;
    order: -3;
  }
  .flex-order-lg--2 {
    -webkit-order: -2;
    -ms-flex-order: -2;
    order: -2;
  }
  .flex-order-lg--1 {
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .flex-order-lg-0 {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .flex-order-lg-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .flex-order-lg-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .flex-order-lg-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .flex-order-lg-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .flex-order-lg-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .flex-order-lg-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .flex-order-lg-7 {
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .flex-order-lg-8 {
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .flex-order-lg-9 {
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .flex-order-lg-10 {
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .flex-order-lg-11 {
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .flex-order-lg-12 {
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .flex-order-lg-13 {
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }
  .flex-order-lg-14 {
    -webkit-order: 14;
    -ms-flex-order: 14;
    order: 14;
  }
  .flex-order-lg-15 {
    -webkit-order: 15;
    -ms-flex-order: 15;
    order: 15;
  }
  .flex-order-lg-16 {
    -webkit-order: 16;
    -ms-flex-order: 16;
    order: 16;
  }
  .flex-order-lg-17 {
    -webkit-order: 17;
    -ms-flex-order: 17;
    order: 17;
  }
  .flex-order-lg-18 {
    -webkit-order: 18;
    -ms-flex-order: 18;
    order: 18;
  }
  .flex-order-lg-19 {
    -webkit-order: 19;
    -ms-flex-order: 19;
    order: 19;
  }
  .flex-order-lg-20 {
    -webkit-order: 20;
    -ms-flex-order: 20;
    order: 20;
  }
  .flex-offset-lg-0,
  .offset-lg-0 {
    margin-left: 0;
  }
  [dir=rtl] .flex-offset-lg-0,
  [dir=rtl] .offset-lg-0 {
    margin-left: auto;
    margin-right: 0;
  }
  .flex-offset-lg-5,
  .offset-lg-5 {
    margin-left: 5%;
  }
  [dir=rtl] .flex-offset-lg-5,
  [dir=rtl] .offset-lg-5 {
    margin-left: auto;
    margin-right: 5%;
  }
  .flex-offset-lg-10,
  .offset-lg-10 {
    margin-left: 10%;
  }
  [dir=rtl] .flex-offset-lg-10,
  [dir=rtl] .offset-lg-10 {
    margin-left: auto;
    margin-right: 10%;
  }
  .flex-offset-lg-15,
  .offset-lg-15 {
    margin-left: 15%;
  }
  [dir=rtl] .flex-offset-lg-15,
  [dir=rtl] .offset-lg-15 {
    margin-left: auto;
    margin-right: 15%;
  }
  .flex-offset-lg-20,
  .offset-lg-20 {
    margin-left: 20%;
  }
  [dir=rtl] .flex-offset-lg-20,
  [dir=rtl] .offset-lg-20 {
    margin-left: auto;
    margin-right: 20%;
  }
  .flex-offset-lg-25,
  .offset-lg-25 {
    margin-left: 25%;
  }
  [dir=rtl] .flex-offset-lg-25,
  [dir=rtl] .offset-lg-25 {
    margin-left: auto;
    margin-right: 25%;
  }
  .flex-offset-lg-30,
  .offset-lg-30 {
    margin-left: 30%;
  }
  [dir=rtl] .flex-offset-lg-30,
  [dir=rtl] .offset-lg-30 {
    margin-left: auto;
    margin-right: 30%;
  }
  .flex-offset-lg-35,
  .offset-lg-35 {
    margin-left: 35%;
  }
  [dir=rtl] .flex-offset-lg-35,
  [dir=rtl] .offset-lg-35 {
    margin-left: auto;
    margin-right: 35%;
  }
  .flex-offset-lg-40,
  .offset-lg-40 {
    margin-left: 40%;
  }
  [dir=rtl] .flex-offset-lg-40,
  [dir=rtl] .offset-lg-40 {
    margin-left: auto;
    margin-right: 40%;
  }
  .flex-offset-lg-45,
  .offset-lg-45 {
    margin-left: 45%;
  }
  [dir=rtl] .flex-offset-lg-45,
  [dir=rtl] .offset-lg-45 {
    margin-left: auto;
    margin-right: 45%;
  }
  .flex-offset-lg-50,
  .offset-lg-50 {
    margin-left: 50%;
  }
  [dir=rtl] .flex-offset-lg-50,
  [dir=rtl] .offset-lg-50 {
    margin-left: auto;
    margin-right: 50%;
  }
  .flex-offset-lg-55,
  .offset-lg-55 {
    margin-left: 55%;
  }
  [dir=rtl] .flex-offset-lg-55,
  [dir=rtl] .offset-lg-55 {
    margin-left: auto;
    margin-right: 55%;
  }
  .flex-offset-lg-60,
  .offset-lg-60 {
    margin-left: 60%;
  }
  [dir=rtl] .flex-offset-lg-60,
  [dir=rtl] .offset-lg-60 {
    margin-left: auto;
    margin-right: 60%;
  }
  .flex-offset-lg-65,
  .offset-lg-65 {
    margin-left: 65%;
  }
  [dir=rtl] .flex-offset-lg-65,
  [dir=rtl] .offset-lg-65 {
    margin-left: auto;
    margin-right: 65%;
  }
  .flex-offset-lg-70,
  .offset-lg-70 {
    margin-left: 70%;
  }
  [dir=rtl] .flex-offset-lg-70,
  [dir=rtl] .offset-lg-70 {
    margin-left: auto;
    margin-right: 70%;
  }
  .flex-offset-lg-75,
  .offset-lg-75 {
    margin-left: 75%;
  }
  [dir=rtl] .flex-offset-lg-75,
  [dir=rtl] .offset-lg-75 {
    margin-left: auto;
    margin-right: 75%;
  }
  .flex-offset-lg-80,
  .offset-lg-80 {
    margin-left: 80%;
  }
  [dir=rtl] .flex-offset-lg-80,
  [dir=rtl] .offset-lg-80 {
    margin-left: auto;
    margin-right: 80%;
  }
  .flex-offset-lg-85,
  .offset-lg-85 {
    margin-left: 85%;
  }
  [dir=rtl] .flex-offset-lg-85,
  [dir=rtl] .offset-lg-85 {
    margin-left: auto;
    margin-right: 85%;
  }
  .flex-offset-lg-90,
  .offset-lg-90 {
    margin-left: 90%;
  }
  [dir=rtl] .flex-offset-lg-90,
  [dir=rtl] .offset-lg-90 {
    margin-left: auto;
    margin-right: 90%;
  }
  .flex-offset-lg-95,
  .offset-lg-95 {
    margin-left: 95%;
  }
  [dir=rtl] .flex-offset-lg-95,
  [dir=rtl] .offset-lg-95 {
    margin-left: auto;
    margin-right: 95%;
  }
  .flex-offset-lg-33,
  .offset-lg-33 {
    margin-left: calc(100% / 3);
  }
  .flex-offset-lg-66,
  .offset-lg-66 {
    margin-left: calc(200% / 3);
  }
  [dir=rtl] .flex-offset-lg-66,
  [dir=rtl] .offset-lg-66 {
    margin-left: auto;
    margin-right: calc(200% / 3);
  }
  .layout-align-lg {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .layout-align-lg-start,
  .layout-align-lg-start-center,
  .layout-align-lg-start-end,
  .layout-align-lg-start-start,
  .layout-align-lg-start-stretch {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .layout-align-lg-center,
  .layout-align-lg-center-center,
  .layout-align-lg-center-end,
  .layout-align-lg-center-start,
  .layout-align-lg-center-stretch {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .layout-align-lg-end,
  .layout-align-lg-end-center,
  .layout-align-lg-end-end,
  .layout-align-lg-end-start,
  .layout-align-lg-end-stretch {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .layout-align-lg-space-around,
  .layout-align-lg-space-around-center,
  .layout-align-lg-space-around-end,
  .layout-align-lg-space-around-start,
  .layout-align-lg-space-around-stretch {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .layout-align-lg-space-between,
  .layout-align-lg-space-between-center,
  .layout-align-lg-space-between-end,
  .layout-align-lg-space-between-start,
  .layout-align-lg-space-between-stretch {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .layout-align-lg-center-start,
  .layout-align-lg-end-start,
  .layout-align-lg-space-around-start,
  .layout-align-lg-space-between-start,
  .layout-align-lg-start-start {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .layout-align-lg-center-center,
  .layout-align-lg-end-center,
  .layout-align-lg-space-around-center,
  .layout-align-lg-space-between-center,
  .layout-align-lg-start-center {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    max-width: 100%;
  }
  .layout-align-lg-center-center > *,
  .layout-align-lg-end-center > *,
  .layout-align-lg-space-around-center > *,
  .layout-align-lg-space-between-center > *,
  .layout-align-lg-start-center > * {
    max-width: 100%;
    box-sizing: border-box;
  }
  .layout-align-lg-center-end,
  .layout-align-lg-end-end,
  .layout-align-lg-space-around-end,
  .layout-align-lg-space-between-end,
  .layout-align-lg-start-end {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }
  .layout-align-lg-center-stretch,
  .layout-align-lg-end-stretch,
  .layout-align-lg-space-around-stretch,
  .layout-align-lg-space-between-stretch,
  .layout-align-lg-start-stretch {
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .flex-lg {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    box-sizing: border-box;
  }
  .flex-lg-grow {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    box-sizing: border-box;
  }
  .flex-lg-initial {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    box-sizing: border-box;
  }
  .flex-lg-auto {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    box-sizing: border-box;
  }
  .flex-lg-none {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    box-sizing: border-box;
  }
  .flex-lg-noshrink {
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    box-sizing: border-box;
  }
  .flex-lg-nogrow {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    box-sizing: border-box;
  }
  .flex-lg-0 {
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    max-width: 0;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-lg-row > .flex-lg-0,
  .layout-row > .flex-lg-0 {
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    max-width: 0;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0;
  }
  .layout-column > .flex-lg-0,
  .layout-lg-column > .flex-lg-0 {
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    max-width: 100%;
    max-height: 0;
    box-sizing: border-box;
    min-height: 0;
  }
  .flex-lg-5,
  .layout-lg-row > .flex-lg-5,
  .layout-row > .flex-lg-5 {
    -webkit-flex: 1 1 5%;
    -ms-flex: 1 1 5%;
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-5,
  .layout-lg-column > .flex-lg-5 {
    -webkit-flex: 1 1 5%;
    -ms-flex: 1 1 5%;
    flex: 1 1 5%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }
  .flex-lg-10,
  .layout-lg-row > .flex-lg-10,
  .layout-row > .flex-lg-10 {
    -webkit-flex: 1 1 10%;
    -ms-flex: 1 1 10%;
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-10,
  .layout-lg-column > .flex-lg-10 {
    -webkit-flex: 1 1 10%;
    -ms-flex: 1 1 10%;
    flex: 1 1 10%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }
  .flex-lg-15,
  .layout-lg-row > .flex-lg-15,
  .layout-row > .flex-lg-15 {
    -webkit-flex: 1 1 15%;
    -ms-flex: 1 1 15%;
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-15,
  .layout-lg-column > .flex-lg-15 {
    -webkit-flex: 1 1 15%;
    -ms-flex: 1 1 15%;
    flex: 1 1 15%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }
  .flex-lg-20,
  .layout-lg-row > .flex-lg-20,
  .layout-row > .flex-lg-20 {
    -webkit-flex: 1 1 20%;
    -ms-flex: 1 1 20%;
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-20,
  .layout-lg-column > .flex-lg-20 {
    -webkit-flex: 1 1 20%;
    -ms-flex: 1 1 20%;
    flex: 1 1 20%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }
  .flex-lg-25,
  .layout-lg-row > .flex-lg-25,
  .layout-row > .flex-lg-25 {
    -webkit-flex: 1 1 25%;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-25,
  .layout-lg-column > .flex-lg-25 {
    -webkit-flex: 1 1 25%;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }
  .flex-lg-30,
  .layout-lg-row > .flex-lg-30,
  .layout-row > .flex-lg-30 {
    -webkit-flex: 1 1 30%;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-30,
  .layout-lg-column > .flex-lg-30 {
    -webkit-flex: 1 1 30%;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }
  .flex-lg-35,
  .layout-lg-row > .flex-lg-35,
  .layout-row > .flex-lg-35 {
    -webkit-flex: 1 1 35%;
    -ms-flex: 1 1 35%;
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-35,
  .layout-lg-column > .flex-lg-35 {
    -webkit-flex: 1 1 35%;
    -ms-flex: 1 1 35%;
    flex: 1 1 35%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }
  .flex-lg-40,
  .layout-lg-row > .flex-lg-40,
  .layout-row > .flex-lg-40 {
    -webkit-flex: 1 1 40%;
    -ms-flex: 1 1 40%;
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-40,
  .layout-lg-column > .flex-lg-40 {
    -webkit-flex: 1 1 40%;
    -ms-flex: 1 1 40%;
    flex: 1 1 40%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }
  .flex-lg-45,
  .layout-lg-row > .flex-lg-45,
  .layout-row > .flex-lg-45 {
    -webkit-flex: 1 1 45%;
    -ms-flex: 1 1 45%;
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-45,
  .layout-lg-column > .flex-lg-45 {
    -webkit-flex: 1 1 45%;
    -ms-flex: 1 1 45%;
    flex: 1 1 45%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }
  .flex-lg-50,
  .layout-lg-row > .flex-lg-50,
  .layout-row > .flex-lg-50 {
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-50,
  .layout-lg-column > .flex-lg-50 {
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }
  .flex-lg-55,
  .layout-lg-row > .flex-lg-55,
  .layout-row > .flex-lg-55 {
    -webkit-flex: 1 1 55%;
    -ms-flex: 1 1 55%;
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-55,
  .layout-lg-column > .flex-lg-55 {
    -webkit-flex: 1 1 55%;
    -ms-flex: 1 1 55%;
    flex: 1 1 55%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }
  .flex-lg-60,
  .layout-lg-row > .flex-lg-60,
  .layout-row > .flex-lg-60 {
    -webkit-flex: 1 1 60%;
    -ms-flex: 1 1 60%;
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-60,
  .layout-lg-column > .flex-lg-60 {
    -webkit-flex: 1 1 60%;
    -ms-flex: 1 1 60%;
    flex: 1 1 60%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }
  .flex-lg-65,
  .layout-lg-row > .flex-lg-65,
  .layout-row > .flex-lg-65 {
    -webkit-flex: 1 1 65%;
    -ms-flex: 1 1 65%;
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-65,
  .layout-lg-column > .flex-lg-65 {
    -webkit-flex: 1 1 65%;
    -ms-flex: 1 1 65%;
    flex: 1 1 65%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }
  .flex-lg-70,
  .layout-lg-row > .flex-lg-70,
  .layout-row > .flex-lg-70 {
    -webkit-flex: 1 1 70%;
    -ms-flex: 1 1 70%;
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-70,
  .layout-lg-column > .flex-lg-70 {
    -webkit-flex: 1 1 70%;
    -ms-flex: 1 1 70%;
    flex: 1 1 70%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }
  .flex-lg-75,
  .layout-lg-row > .flex-lg-75,
  .layout-row > .flex-lg-75 {
    -webkit-flex: 1 1 75%;
    -ms-flex: 1 1 75%;
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-75,
  .layout-lg-column > .flex-lg-75 {
    -webkit-flex: 1 1 75%;
    -ms-flex: 1 1 75%;
    flex: 1 1 75%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }
  .flex-lg-80,
  .layout-lg-row > .flex-lg-80,
  .layout-row > .flex-lg-80 {
    -webkit-flex: 1 1 80%;
    -ms-flex: 1 1 80%;
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-80,
  .layout-lg-column > .flex-lg-80 {
    -webkit-flex: 1 1 80%;
    -ms-flex: 1 1 80%;
    flex: 1 1 80%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }
  .flex-lg-85,
  .layout-lg-row > .flex-lg-85,
  .layout-row > .flex-lg-85 {
    -webkit-flex: 1 1 85%;
    -ms-flex: 1 1 85%;
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-85,
  .layout-lg-column > .flex-lg-85 {
    -webkit-flex: 1 1 85%;
    -ms-flex: 1 1 85%;
    flex: 1 1 85%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }
  .flex-lg-90,
  .layout-lg-row > .flex-lg-90,
  .layout-row > .flex-lg-90 {
    -webkit-flex: 1 1 90%;
    -ms-flex: 1 1 90%;
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-90,
  .layout-lg-column > .flex-lg-90 {
    -webkit-flex: 1 1 90%;
    -ms-flex: 1 1 90%;
    flex: 1 1 90%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }
  .flex-lg-95,
  .layout-lg-row > .flex-lg-95,
  .layout-row > .flex-lg-95 {
    -webkit-flex: 1 1 95%;
    -ms-flex: 1 1 95%;
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-95,
  .layout-lg-column > .flex-lg-95 {
    -webkit-flex: 1 1 95%;
    -ms-flex: 1 1 95%;
    flex: 1 1 95%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }
  .flex-lg-100,
  .layout-column > .flex-lg-100,
  .layout-lg-column > .flex-lg-100,
  .layout-lg-row > .flex-lg-100,
  .layout-row > .flex-lg-100 {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-lg-row > .flex-lg-33,
  .layout-row > .flex-lg-33 {
    -webkit-flex: 1 1 33.33%;
    -ms-flex: 1 1 33.33%;
    flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-lg-row > .flex-lg-66,
  .layout-row > .flex-lg-66 {
    -webkit-flex: 1 1 66.66%;
    -ms-flex: 1 1 66.66%;
    flex: 1 1 66.66%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-lg-row > .flex,
  .layout-row > .flex {
    min-width: 0;
  }
  .layout-column > .flex-lg-33,
  .layout-lg-column > .flex-lg-33 {
    -webkit-flex: 1 1 33.33%;
    -ms-flex: 1 1 33.33%;
    flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-66,
  .layout-lg-column > .flex-lg-66 {
    -webkit-flex: 1 1 66.66%;
    -ms-flex: 1 1 66.66%;
    flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }
  .layout-column > .flex,
  .layout-lg-column > .flex {
    min-height: 0;
  }
  .layout-lg,
  .layout-lg-column,
  .layout-lg-row {
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .layout-lg-column {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .layout-lg-row {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media (min-width: 1920px) {
  .flex-order-gt-lg--20 {
    -webkit-order: -20;
    -ms-flex-order: -20;
    order: -20;
  }
  .flex-order-gt-lg--19 {
    -webkit-order: -19;
    -ms-flex-order: -19;
    order: -19;
  }
  .flex-order-gt-lg--18 {
    -webkit-order: -18;
    -ms-flex-order: -18;
    order: -18;
  }
  .flex-order-gt-lg--17 {
    -webkit-order: -17;
    -ms-flex-order: -17;
    order: -17;
  }
  .flex-order-gt-lg--16 {
    -webkit-order: -16;
    -ms-flex-order: -16;
    order: -16;
  }
  .flex-order-gt-lg--15 {
    -webkit-order: -15;
    -ms-flex-order: -15;
    order: -15;
  }
  .flex-order-gt-lg--14 {
    -webkit-order: -14;
    -ms-flex-order: -14;
    order: -14;
  }
  .flex-order-gt-lg--13 {
    -webkit-order: -13;
    -ms-flex-order: -13;
    order: -13;
  }
  .flex-order-gt-lg--12 {
    -webkit-order: -12;
    -ms-flex-order: -12;
    order: -12;
  }
  .flex-order-gt-lg--11 {
    -webkit-order: -11;
    -ms-flex-order: -11;
    order: -11;
  }
  .flex-order-gt-lg--10 {
    -webkit-order: -10;
    -ms-flex-order: -10;
    order: -10;
  }
  .flex-order-gt-lg--9 {
    -webkit-order: -9;
    -ms-flex-order: -9;
    order: -9;
  }
  .flex-order-gt-lg--8 {
    -webkit-order: -8;
    -ms-flex-order: -8;
    order: -8;
  }
  .flex-order-gt-lg--7 {
    -webkit-order: -7;
    -ms-flex-order: -7;
    order: -7;
  }
  .flex-order-gt-lg--6 {
    -webkit-order: -6;
    -ms-flex-order: -6;
    order: -6;
  }
  .flex-order-gt-lg--5 {
    -webkit-order: -5;
    -ms-flex-order: -5;
    order: -5;
  }
  .flex-order-gt-lg--4 {
    -webkit-order: -4;
    -ms-flex-order: -4;
    order: -4;
  }
  .flex-order-gt-lg--3 {
    -webkit-order: -3;
    -ms-flex-order: -3;
    order: -3;
  }
  .flex-order-gt-lg--2 {
    -webkit-order: -2;
    -ms-flex-order: -2;
    order: -2;
  }
  .flex-order-gt-lg--1 {
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .flex-order-gt-lg-0 {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .flex-order-gt-lg-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .flex-order-gt-lg-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .flex-order-gt-lg-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .flex-order-gt-lg-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .flex-order-gt-lg-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .flex-order-gt-lg-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .flex-order-gt-lg-7 {
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .flex-order-gt-lg-8 {
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .flex-order-gt-lg-9 {
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .flex-order-gt-lg-10 {
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .flex-order-gt-lg-11 {
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .flex-order-gt-lg-12 {
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .flex-order-gt-lg-13 {
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }
  .flex-order-gt-lg-14 {
    -webkit-order: 14;
    -ms-flex-order: 14;
    order: 14;
  }
  .flex-order-gt-lg-15 {
    -webkit-order: 15;
    -ms-flex-order: 15;
    order: 15;
  }
  .flex-order-gt-lg-16 {
    -webkit-order: 16;
    -ms-flex-order: 16;
    order: 16;
  }
  .flex-order-gt-lg-17 {
    -webkit-order: 17;
    -ms-flex-order: 17;
    order: 17;
  }
  .flex-order-gt-lg-18 {
    -webkit-order: 18;
    -ms-flex-order: 18;
    order: 18;
  }
  .flex-order-gt-lg-19 {
    -webkit-order: 19;
    -ms-flex-order: 19;
    order: 19;
  }
  .flex-order-gt-lg-20 {
    -webkit-order: 20;
    -ms-flex-order: 20;
    order: 20;
  }
  .flex-offset-gt-lg-0,
  .offset-gt-lg-0 {
    margin-left: 0;
  }
  [dir=rtl] .flex-offset-gt-lg-0,
  [dir=rtl] .offset-gt-lg-0 {
    margin-left: auto;
    margin-right: 0;
  }
  .flex-offset-gt-lg-5,
  .offset-gt-lg-5 {
    margin-left: 5%;
  }
  [dir=rtl] .flex-offset-gt-lg-5,
  [dir=rtl] .offset-gt-lg-5 {
    margin-left: auto;
    margin-right: 5%;
  }
  .flex-offset-gt-lg-10,
  .offset-gt-lg-10 {
    margin-left: 10%;
  }
  [dir=rtl] .flex-offset-gt-lg-10,
  [dir=rtl] .offset-gt-lg-10 {
    margin-left: auto;
    margin-right: 10%;
  }
  .flex-offset-gt-lg-15,
  .offset-gt-lg-15 {
    margin-left: 15%;
  }
  [dir=rtl] .flex-offset-gt-lg-15,
  [dir=rtl] .offset-gt-lg-15 {
    margin-left: auto;
    margin-right: 15%;
  }
  .flex-offset-gt-lg-20,
  .offset-gt-lg-20 {
    margin-left: 20%;
  }
  [dir=rtl] .flex-offset-gt-lg-20,
  [dir=rtl] .offset-gt-lg-20 {
    margin-left: auto;
    margin-right: 20%;
  }
  .flex-offset-gt-lg-25,
  .offset-gt-lg-25 {
    margin-left: 25%;
  }
  [dir=rtl] .flex-offset-gt-lg-25,
  [dir=rtl] .offset-gt-lg-25 {
    margin-left: auto;
    margin-right: 25%;
  }
  .flex-offset-gt-lg-30,
  .offset-gt-lg-30 {
    margin-left: 30%;
  }
  [dir=rtl] .flex-offset-gt-lg-30,
  [dir=rtl] .offset-gt-lg-30 {
    margin-left: auto;
    margin-right: 30%;
  }
  .flex-offset-gt-lg-35,
  .offset-gt-lg-35 {
    margin-left: 35%;
  }
  [dir=rtl] .flex-offset-gt-lg-35,
  [dir=rtl] .offset-gt-lg-35 {
    margin-left: auto;
    margin-right: 35%;
  }
  .flex-offset-gt-lg-40,
  .offset-gt-lg-40 {
    margin-left: 40%;
  }
  [dir=rtl] .flex-offset-gt-lg-40,
  [dir=rtl] .offset-gt-lg-40 {
    margin-left: auto;
    margin-right: 40%;
  }
  .flex-offset-gt-lg-45,
  .offset-gt-lg-45 {
    margin-left: 45%;
  }
  [dir=rtl] .flex-offset-gt-lg-45,
  [dir=rtl] .offset-gt-lg-45 {
    margin-left: auto;
    margin-right: 45%;
  }
  .flex-offset-gt-lg-50,
  .offset-gt-lg-50 {
    margin-left: 50%;
  }
  [dir=rtl] .flex-offset-gt-lg-50,
  [dir=rtl] .offset-gt-lg-50 {
    margin-left: auto;
    margin-right: 50%;
  }
  .flex-offset-gt-lg-55,
  .offset-gt-lg-55 {
    margin-left: 55%;
  }
  [dir=rtl] .flex-offset-gt-lg-55,
  [dir=rtl] .offset-gt-lg-55 {
    margin-left: auto;
    margin-right: 55%;
  }
  .flex-offset-gt-lg-60,
  .offset-gt-lg-60 {
    margin-left: 60%;
  }
  [dir=rtl] .flex-offset-gt-lg-60,
  [dir=rtl] .offset-gt-lg-60 {
    margin-left: auto;
    margin-right: 60%;
  }
  .flex-offset-gt-lg-65,
  .offset-gt-lg-65 {
    margin-left: 65%;
  }
  [dir=rtl] .flex-offset-gt-lg-65,
  [dir=rtl] .offset-gt-lg-65 {
    margin-left: auto;
    margin-right: 65%;
  }
  .flex-offset-gt-lg-70,
  .offset-gt-lg-70 {
    margin-left: 70%;
  }
  [dir=rtl] .flex-offset-gt-lg-70,
  [dir=rtl] .offset-gt-lg-70 {
    margin-left: auto;
    margin-right: 70%;
  }
  .flex-offset-gt-lg-75,
  .offset-gt-lg-75 {
    margin-left: 75%;
  }
  [dir=rtl] .flex-offset-gt-lg-75,
  [dir=rtl] .offset-gt-lg-75 {
    margin-left: auto;
    margin-right: 75%;
  }
  .flex-offset-gt-lg-80,
  .offset-gt-lg-80 {
    margin-left: 80%;
  }
  [dir=rtl] .flex-offset-gt-lg-80,
  [dir=rtl] .offset-gt-lg-80 {
    margin-left: auto;
    margin-right: 80%;
  }
  .flex-offset-gt-lg-85,
  .offset-gt-lg-85 {
    margin-left: 85%;
  }
  [dir=rtl] .flex-offset-gt-lg-85,
  [dir=rtl] .offset-gt-lg-85 {
    margin-left: auto;
    margin-right: 85%;
  }
  .flex-offset-gt-lg-90,
  .offset-gt-lg-90 {
    margin-left: 90%;
  }
  [dir=rtl] .flex-offset-gt-lg-90,
  [dir=rtl] .offset-gt-lg-90 {
    margin-left: auto;
    margin-right: 90%;
  }
  .flex-offset-gt-lg-95,
  .offset-gt-lg-95 {
    margin-left: 95%;
  }
  [dir=rtl] .flex-offset-gt-lg-95,
  [dir=rtl] .offset-gt-lg-95 {
    margin-left: auto;
    margin-right: 95%;
  }
  .flex-offset-gt-lg-33,
  .offset-gt-lg-33 {
    margin-left: calc(100% / 3);
  }
  .flex-offset-gt-lg-66,
  .offset-gt-lg-66 {
    margin-left: calc(200% / 3);
  }
  [dir=rtl] .flex-offset-gt-lg-66,
  [dir=rtl] .offset-gt-lg-66 {
    margin-left: auto;
    margin-right: calc(200% / 3);
  }
  .layout-align-gt-lg {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .layout-align-gt-lg-start,
  .layout-align-gt-lg-start-center,
  .layout-align-gt-lg-start-end,
  .layout-align-gt-lg-start-start,
  .layout-align-gt-lg-start-stretch {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .layout-align-gt-lg-center,
  .layout-align-gt-lg-center-center,
  .layout-align-gt-lg-center-end,
  .layout-align-gt-lg-center-start,
  .layout-align-gt-lg-center-stretch {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .layout-align-gt-lg-end,
  .layout-align-gt-lg-end-center,
  .layout-align-gt-lg-end-end,
  .layout-align-gt-lg-end-start,
  .layout-align-gt-lg-end-stretch {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .layout-align-gt-lg-space-around,
  .layout-align-gt-lg-space-around-center,
  .layout-align-gt-lg-space-around-end,
  .layout-align-gt-lg-space-around-start,
  .layout-align-gt-lg-space-around-stretch {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .layout-align-gt-lg-space-between,
  .layout-align-gt-lg-space-between-center,
  .layout-align-gt-lg-space-between-end,
  .layout-align-gt-lg-space-between-start,
  .layout-align-gt-lg-space-between-stretch {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .layout-align-gt-lg-center-start,
  .layout-align-gt-lg-end-start,
  .layout-align-gt-lg-space-around-start,
  .layout-align-gt-lg-space-between-start,
  .layout-align-gt-lg-start-start {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .layout-align-gt-lg-center-center,
  .layout-align-gt-lg-end-center,
  .layout-align-gt-lg-space-around-center,
  .layout-align-gt-lg-space-between-center,
  .layout-align-gt-lg-start-center {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    max-width: 100%;
  }
  .layout-align-gt-lg-center-center > *,
  .layout-align-gt-lg-end-center > *,
  .layout-align-gt-lg-space-around-center > *,
  .layout-align-gt-lg-space-between-center > *,
  .layout-align-gt-lg-start-center > * {
    max-width: 100%;
    box-sizing: border-box;
  }
  .layout-align-gt-lg-center-end,
  .layout-align-gt-lg-end-end,
  .layout-align-gt-lg-space-around-end,
  .layout-align-gt-lg-space-between-end,
  .layout-align-gt-lg-start-end {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }
  .layout-align-gt-lg-center-stretch,
  .layout-align-gt-lg-end-stretch,
  .layout-align-gt-lg-space-around-stretch,
  .layout-align-gt-lg-space-between-stretch,
  .layout-align-gt-lg-start-stretch {
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .flex-gt-lg {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    box-sizing: border-box;
  }
  .flex-gt-lg-grow {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    box-sizing: border-box;
  }
  .flex-gt-lg-initial {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    box-sizing: border-box;
  }
  .flex-gt-lg-auto {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    box-sizing: border-box;
  }
  .flex-gt-lg-none {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    box-sizing: border-box;
  }
  .flex-gt-lg-noshrink {
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    box-sizing: border-box;
  }
  .flex-gt-lg-nogrow {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    box-sizing: border-box;
  }
  .flex-gt-lg-0 {
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    max-width: 0;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-lg-row > .flex-gt-lg-0,
  .layout-row > .flex-gt-lg-0 {
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    max-width: 0;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0;
  }
  .layout-column > .flex-gt-lg-0,
  .layout-gt-lg-column > .flex-gt-lg-0 {
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    max-width: 100%;
    max-height: 0;
    box-sizing: border-box;
    min-height: 0;
  }
  .flex-gt-lg-5,
  .layout-gt-lg-row > .flex-gt-lg-5,
  .layout-row > .flex-gt-lg-5 {
    -webkit-flex: 1 1 5%;
    -ms-flex: 1 1 5%;
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-5,
  .layout-gt-lg-column > .flex-gt-lg-5 {
    -webkit-flex: 1 1 5%;
    -ms-flex: 1 1 5%;
    flex: 1 1 5%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }
  .flex-gt-lg-10,
  .layout-gt-lg-row > .flex-gt-lg-10,
  .layout-row > .flex-gt-lg-10 {
    -webkit-flex: 1 1 10%;
    -ms-flex: 1 1 10%;
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-10,
  .layout-gt-lg-column > .flex-gt-lg-10 {
    -webkit-flex: 1 1 10%;
    -ms-flex: 1 1 10%;
    flex: 1 1 10%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }
  .flex-gt-lg-15,
  .layout-gt-lg-row > .flex-gt-lg-15,
  .layout-row > .flex-gt-lg-15 {
    -webkit-flex: 1 1 15%;
    -ms-flex: 1 1 15%;
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-15,
  .layout-gt-lg-column > .flex-gt-lg-15 {
    -webkit-flex: 1 1 15%;
    -ms-flex: 1 1 15%;
    flex: 1 1 15%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }
  .flex-gt-lg-20,
  .layout-gt-lg-row > .flex-gt-lg-20,
  .layout-row > .flex-gt-lg-20 {
    -webkit-flex: 1 1 20%;
    -ms-flex: 1 1 20%;
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-20,
  .layout-gt-lg-column > .flex-gt-lg-20 {
    -webkit-flex: 1 1 20%;
    -ms-flex: 1 1 20%;
    flex: 1 1 20%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }
  .flex-gt-lg-25,
  .layout-gt-lg-row > .flex-gt-lg-25,
  .layout-row > .flex-gt-lg-25 {
    -webkit-flex: 1 1 25%;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-25,
  .layout-gt-lg-column > .flex-gt-lg-25 {
    -webkit-flex: 1 1 25%;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }
  .flex-gt-lg-30,
  .layout-gt-lg-row > .flex-gt-lg-30,
  .layout-row > .flex-gt-lg-30 {
    -webkit-flex: 1 1 30%;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-30,
  .layout-gt-lg-column > .flex-gt-lg-30 {
    -webkit-flex: 1 1 30%;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }
  .flex-gt-lg-35,
  .layout-gt-lg-row > .flex-gt-lg-35,
  .layout-row > .flex-gt-lg-35 {
    -webkit-flex: 1 1 35%;
    -ms-flex: 1 1 35%;
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-35,
  .layout-gt-lg-column > .flex-gt-lg-35 {
    -webkit-flex: 1 1 35%;
    -ms-flex: 1 1 35%;
    flex: 1 1 35%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }
  .flex-gt-lg-40,
  .layout-gt-lg-row > .flex-gt-lg-40,
  .layout-row > .flex-gt-lg-40 {
    -webkit-flex: 1 1 40%;
    -ms-flex: 1 1 40%;
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-40,
  .layout-gt-lg-column > .flex-gt-lg-40 {
    -webkit-flex: 1 1 40%;
    -ms-flex: 1 1 40%;
    flex: 1 1 40%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }
  .flex-gt-lg-45,
  .layout-gt-lg-row > .flex-gt-lg-45,
  .layout-row > .flex-gt-lg-45 {
    -webkit-flex: 1 1 45%;
    -ms-flex: 1 1 45%;
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-45,
  .layout-gt-lg-column > .flex-gt-lg-45 {
    -webkit-flex: 1 1 45%;
    -ms-flex: 1 1 45%;
    flex: 1 1 45%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }
  .flex-gt-lg-50,
  .layout-gt-lg-row > .flex-gt-lg-50,
  .layout-row > .flex-gt-lg-50 {
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-50,
  .layout-gt-lg-column > .flex-gt-lg-50 {
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }
  .flex-gt-lg-55,
  .layout-gt-lg-row > .flex-gt-lg-55,
  .layout-row > .flex-gt-lg-55 {
    -webkit-flex: 1 1 55%;
    -ms-flex: 1 1 55%;
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-55,
  .layout-gt-lg-column > .flex-gt-lg-55 {
    -webkit-flex: 1 1 55%;
    -ms-flex: 1 1 55%;
    flex: 1 1 55%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }
  .flex-gt-lg-60,
  .layout-gt-lg-row > .flex-gt-lg-60,
  .layout-row > .flex-gt-lg-60 {
    -webkit-flex: 1 1 60%;
    -ms-flex: 1 1 60%;
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-60,
  .layout-gt-lg-column > .flex-gt-lg-60 {
    -webkit-flex: 1 1 60%;
    -ms-flex: 1 1 60%;
    flex: 1 1 60%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }
  .flex-gt-lg-65,
  .layout-gt-lg-row > .flex-gt-lg-65,
  .layout-row > .flex-gt-lg-65 {
    -webkit-flex: 1 1 65%;
    -ms-flex: 1 1 65%;
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-65,
  .layout-gt-lg-column > .flex-gt-lg-65 {
    -webkit-flex: 1 1 65%;
    -ms-flex: 1 1 65%;
    flex: 1 1 65%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }
  .flex-gt-lg-70,
  .layout-gt-lg-row > .flex-gt-lg-70,
  .layout-row > .flex-gt-lg-70 {
    -webkit-flex: 1 1 70%;
    -ms-flex: 1 1 70%;
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-70,
  .layout-gt-lg-column > .flex-gt-lg-70 {
    -webkit-flex: 1 1 70%;
    -ms-flex: 1 1 70%;
    flex: 1 1 70%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }
  .flex-gt-lg-75,
  .layout-gt-lg-row > .flex-gt-lg-75,
  .layout-row > .flex-gt-lg-75 {
    -webkit-flex: 1 1 75%;
    -ms-flex: 1 1 75%;
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-75,
  .layout-gt-lg-column > .flex-gt-lg-75 {
    -webkit-flex: 1 1 75%;
    -ms-flex: 1 1 75%;
    flex: 1 1 75%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }
  .flex-gt-lg-80,
  .layout-gt-lg-row > .flex-gt-lg-80,
  .layout-row > .flex-gt-lg-80 {
    -webkit-flex: 1 1 80%;
    -ms-flex: 1 1 80%;
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-80,
  .layout-gt-lg-column > .flex-gt-lg-80 {
    -webkit-flex: 1 1 80%;
    -ms-flex: 1 1 80%;
    flex: 1 1 80%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }
  .flex-gt-lg-85,
  .layout-gt-lg-row > .flex-gt-lg-85,
  .layout-row > .flex-gt-lg-85 {
    -webkit-flex: 1 1 85%;
    -ms-flex: 1 1 85%;
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-85,
  .layout-gt-lg-column > .flex-gt-lg-85 {
    -webkit-flex: 1 1 85%;
    -ms-flex: 1 1 85%;
    flex: 1 1 85%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }
  .flex-gt-lg-90,
  .layout-gt-lg-row > .flex-gt-lg-90,
  .layout-row > .flex-gt-lg-90 {
    -webkit-flex: 1 1 90%;
    -ms-flex: 1 1 90%;
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-90,
  .layout-gt-lg-column > .flex-gt-lg-90 {
    -webkit-flex: 1 1 90%;
    -ms-flex: 1 1 90%;
    flex: 1 1 90%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }
  .flex-gt-lg-95,
  .layout-gt-lg-row > .flex-gt-lg-95,
  .layout-row > .flex-gt-lg-95 {
    -webkit-flex: 1 1 95%;
    -ms-flex: 1 1 95%;
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-95,
  .layout-gt-lg-column > .flex-gt-lg-95 {
    -webkit-flex: 1 1 95%;
    -ms-flex: 1 1 95%;
    flex: 1 1 95%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }
  .flex-gt-lg-100,
  .layout-column > .flex-gt-lg-100,
  .layout-gt-lg-column > .flex-gt-lg-100,
  .layout-gt-lg-row > .flex-gt-lg-100,
  .layout-row > .flex-gt-lg-100 {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-lg-row > .flex-gt-lg-33,
  .layout-row > .flex-gt-lg-33 {
    -webkit-flex: 1 1 33.33%;
    -ms-flex: 1 1 33.33%;
    flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-lg-row > .flex-gt-lg-66,
  .layout-row > .flex-gt-lg-66 {
    -webkit-flex: 1 1 66.66%;
    -ms-flex: 1 1 66.66%;
    flex: 1 1 66.66%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-lg-row > .flex,
  .layout-row > .flex {
    min-width: 0;
  }
  .layout-column > .flex-gt-lg-33,
  .layout-gt-lg-column > .flex-gt-lg-33 {
    -webkit-flex: 1 1 33.33%;
    -ms-flex: 1 1 33.33%;
    flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-66,
  .layout-gt-lg-column > .flex-gt-lg-66 {
    -webkit-flex: 1 1 66.66%;
    -ms-flex: 1 1 66.66%;
    flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }
  .layout-column > .flex,
  .layout-gt-lg-column > .flex {
    min-height: 0;
  }
  .layout-gt-lg,
  .layout-gt-lg-column,
  .layout-gt-lg-row {
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .layout-gt-lg-column {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .layout-gt-lg-row {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .flex-order-xl--20 {
    -webkit-order: -20;
    -ms-flex-order: -20;
    order: -20;
  }
  .flex-order-xl--19 {
    -webkit-order: -19;
    -ms-flex-order: -19;
    order: -19;
  }
  .flex-order-xl--18 {
    -webkit-order: -18;
    -ms-flex-order: -18;
    order: -18;
  }
  .flex-order-xl--17 {
    -webkit-order: -17;
    -ms-flex-order: -17;
    order: -17;
  }
  .flex-order-xl--16 {
    -webkit-order: -16;
    -ms-flex-order: -16;
    order: -16;
  }
  .flex-order-xl--15 {
    -webkit-order: -15;
    -ms-flex-order: -15;
    order: -15;
  }
  .flex-order-xl--14 {
    -webkit-order: -14;
    -ms-flex-order: -14;
    order: -14;
  }
  .flex-order-xl--13 {
    -webkit-order: -13;
    -ms-flex-order: -13;
    order: -13;
  }
  .flex-order-xl--12 {
    -webkit-order: -12;
    -ms-flex-order: -12;
    order: -12;
  }
  .flex-order-xl--11 {
    -webkit-order: -11;
    -ms-flex-order: -11;
    order: -11;
  }
  .flex-order-xl--10 {
    -webkit-order: -10;
    -ms-flex-order: -10;
    order: -10;
  }
  .flex-order-xl--9 {
    -webkit-order: -9;
    -ms-flex-order: -9;
    order: -9;
  }
  .flex-order-xl--8 {
    -webkit-order: -8;
    -ms-flex-order: -8;
    order: -8;
  }
  .flex-order-xl--7 {
    -webkit-order: -7;
    -ms-flex-order: -7;
    order: -7;
  }
  .flex-order-xl--6 {
    -webkit-order: -6;
    -ms-flex-order: -6;
    order: -6;
  }
  .flex-order-xl--5 {
    -webkit-order: -5;
    -ms-flex-order: -5;
    order: -5;
  }
  .flex-order-xl--4 {
    -webkit-order: -4;
    -ms-flex-order: -4;
    order: -4;
  }
  .flex-order-xl--3 {
    -webkit-order: -3;
    -ms-flex-order: -3;
    order: -3;
  }
  .flex-order-xl--2 {
    -webkit-order: -2;
    -ms-flex-order: -2;
    order: -2;
  }
  .flex-order-xl--1 {
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .flex-order-xl-0 {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .flex-order-xl-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .flex-order-xl-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .flex-order-xl-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .flex-order-xl-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .flex-order-xl-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .flex-order-xl-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .flex-order-xl-7 {
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .flex-order-xl-8 {
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .flex-order-xl-9 {
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .flex-order-xl-10 {
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .flex-order-xl-11 {
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .flex-order-xl-12 {
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .flex-order-xl-13 {
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }
  .flex-order-xl-14 {
    -webkit-order: 14;
    -ms-flex-order: 14;
    order: 14;
  }
  .flex-order-xl-15 {
    -webkit-order: 15;
    -ms-flex-order: 15;
    order: 15;
  }
  .flex-order-xl-16 {
    -webkit-order: 16;
    -ms-flex-order: 16;
    order: 16;
  }
  .flex-order-xl-17 {
    -webkit-order: 17;
    -ms-flex-order: 17;
    order: 17;
  }
  .flex-order-xl-18 {
    -webkit-order: 18;
    -ms-flex-order: 18;
    order: 18;
  }
  .flex-order-xl-19 {
    -webkit-order: 19;
    -ms-flex-order: 19;
    order: 19;
  }
  .flex-order-xl-20 {
    -webkit-order: 20;
    -ms-flex-order: 20;
    order: 20;
  }
  .flex-offset-xl-0,
  .offset-xl-0 {
    margin-left: 0;
  }
  [dir=rtl] .flex-offset-xl-0,
  [dir=rtl] .offset-xl-0 {
    margin-left: auto;
    margin-right: 0;
  }
  .flex-offset-xl-5,
  .offset-xl-5 {
    margin-left: 5%;
  }
  [dir=rtl] .flex-offset-xl-5,
  [dir=rtl] .offset-xl-5 {
    margin-left: auto;
    margin-right: 5%;
  }
  .flex-offset-xl-10,
  .offset-xl-10 {
    margin-left: 10%;
  }
  [dir=rtl] .flex-offset-xl-10,
  [dir=rtl] .offset-xl-10 {
    margin-left: auto;
    margin-right: 10%;
  }
  .flex-offset-xl-15,
  .offset-xl-15 {
    margin-left: 15%;
  }
  [dir=rtl] .flex-offset-xl-15,
  [dir=rtl] .offset-xl-15 {
    margin-left: auto;
    margin-right: 15%;
  }
  .flex-offset-xl-20,
  .offset-xl-20 {
    margin-left: 20%;
  }
  [dir=rtl] .flex-offset-xl-20,
  [dir=rtl] .offset-xl-20 {
    margin-left: auto;
    margin-right: 20%;
  }
  .flex-offset-xl-25,
  .offset-xl-25 {
    margin-left: 25%;
  }
  [dir=rtl] .flex-offset-xl-25,
  [dir=rtl] .offset-xl-25 {
    margin-left: auto;
    margin-right: 25%;
  }
  .flex-offset-xl-30,
  .offset-xl-30 {
    margin-left: 30%;
  }
  [dir=rtl] .flex-offset-xl-30,
  [dir=rtl] .offset-xl-30 {
    margin-left: auto;
    margin-right: 30%;
  }
  .flex-offset-xl-35,
  .offset-xl-35 {
    margin-left: 35%;
  }
  [dir=rtl] .flex-offset-xl-35,
  [dir=rtl] .offset-xl-35 {
    margin-left: auto;
    margin-right: 35%;
  }
  .flex-offset-xl-40,
  .offset-xl-40 {
    margin-left: 40%;
  }
  [dir=rtl] .flex-offset-xl-40,
  [dir=rtl] .offset-xl-40 {
    margin-left: auto;
    margin-right: 40%;
  }
  .flex-offset-xl-45,
  .offset-xl-45 {
    margin-left: 45%;
  }
  [dir=rtl] .flex-offset-xl-45,
  [dir=rtl] .offset-xl-45 {
    margin-left: auto;
    margin-right: 45%;
  }
  .flex-offset-xl-50,
  .offset-xl-50 {
    margin-left: 50%;
  }
  [dir=rtl] .flex-offset-xl-50,
  [dir=rtl] .offset-xl-50 {
    margin-left: auto;
    margin-right: 50%;
  }
  .flex-offset-xl-55,
  .offset-xl-55 {
    margin-left: 55%;
  }
  [dir=rtl] .flex-offset-xl-55,
  [dir=rtl] .offset-xl-55 {
    margin-left: auto;
    margin-right: 55%;
  }
  .flex-offset-xl-60,
  .offset-xl-60 {
    margin-left: 60%;
  }
  [dir=rtl] .flex-offset-xl-60,
  [dir=rtl] .offset-xl-60 {
    margin-left: auto;
    margin-right: 60%;
  }
  .flex-offset-xl-65,
  .offset-xl-65 {
    margin-left: 65%;
  }
  [dir=rtl] .flex-offset-xl-65,
  [dir=rtl] .offset-xl-65 {
    margin-left: auto;
    margin-right: 65%;
  }
  .flex-offset-xl-70,
  .offset-xl-70 {
    margin-left: 70%;
  }
  [dir=rtl] .flex-offset-xl-70,
  [dir=rtl] .offset-xl-70 {
    margin-left: auto;
    margin-right: 70%;
  }
  .flex-offset-xl-75,
  .offset-xl-75 {
    margin-left: 75%;
  }
  [dir=rtl] .flex-offset-xl-75,
  [dir=rtl] .offset-xl-75 {
    margin-left: auto;
    margin-right: 75%;
  }
  .flex-offset-xl-80,
  .offset-xl-80 {
    margin-left: 80%;
  }
  [dir=rtl] .flex-offset-xl-80,
  [dir=rtl] .offset-xl-80 {
    margin-left: auto;
    margin-right: 80%;
  }
  .flex-offset-xl-85,
  .offset-xl-85 {
    margin-left: 85%;
  }
  [dir=rtl] .flex-offset-xl-85,
  [dir=rtl] .offset-xl-85 {
    margin-left: auto;
    margin-right: 85%;
  }
  .flex-offset-xl-90,
  .offset-xl-90 {
    margin-left: 90%;
  }
  [dir=rtl] .flex-offset-xl-90,
  [dir=rtl] .offset-xl-90 {
    margin-left: auto;
    margin-right: 90%;
  }
  .flex-offset-xl-95,
  .offset-xl-95 {
    margin-left: 95%;
  }
  [dir=rtl] .flex-offset-xl-95,
  [dir=rtl] .offset-xl-95 {
    margin-left: auto;
    margin-right: 95%;
  }
  .flex-offset-xl-33,
  .offset-xl-33 {
    margin-left: calc(100% / 3);
  }
  .flex-offset-xl-66,
  .offset-xl-66 {
    margin-left: calc(200% / 3);
  }
  [dir=rtl] .flex-offset-xl-66,
  [dir=rtl] .offset-xl-66 {
    margin-left: auto;
    margin-right: calc(200% / 3);
  }
  .layout-align-xl {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .layout-align-xl-start,
  .layout-align-xl-start-center,
  .layout-align-xl-start-end,
  .layout-align-xl-start-start,
  .layout-align-xl-start-stretch {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .layout-align-xl-center,
  .layout-align-xl-center-center,
  .layout-align-xl-center-end,
  .layout-align-xl-center-start,
  .layout-align-xl-center-stretch {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .layout-align-xl-end,
  .layout-align-xl-end-center,
  .layout-align-xl-end-end,
  .layout-align-xl-end-start,
  .layout-align-xl-end-stretch {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .layout-align-xl-space-around,
  .layout-align-xl-space-around-center,
  .layout-align-xl-space-around-end,
  .layout-align-xl-space-around-start,
  .layout-align-xl-space-around-stretch {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .layout-align-xl-space-between,
  .layout-align-xl-space-between-center,
  .layout-align-xl-space-between-end,
  .layout-align-xl-space-between-start,
  .layout-align-xl-space-between-stretch {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .layout-align-xl-center-start,
  .layout-align-xl-end-start,
  .layout-align-xl-space-around-start,
  .layout-align-xl-space-between-start,
  .layout-align-xl-start-start {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .layout-align-xl-center-center,
  .layout-align-xl-end-center,
  .layout-align-xl-space-around-center,
  .layout-align-xl-space-between-center,
  .layout-align-xl-start-center {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    max-width: 100%;
  }
  .layout-align-xl-center-center > *,
  .layout-align-xl-end-center > *,
  .layout-align-xl-space-around-center > *,
  .layout-align-xl-space-between-center > *,
  .layout-align-xl-start-center > * {
    max-width: 100%;
    box-sizing: border-box;
  }
  .layout-align-xl-center-end,
  .layout-align-xl-end-end,
  .layout-align-xl-space-around-end,
  .layout-align-xl-space-between-end,
  .layout-align-xl-start-end {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }
  .layout-align-xl-center-stretch,
  .layout-align-xl-end-stretch,
  .layout-align-xl-space-around-stretch,
  .layout-align-xl-space-between-stretch,
  .layout-align-xl-start-stretch {
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .flex-xl {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    box-sizing: border-box;
  }
  .flex-xl-grow {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    box-sizing: border-box;
  }
  .flex-xl-initial {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    box-sizing: border-box;
  }
  .flex-xl-auto {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    box-sizing: border-box;
  }
  .flex-xl-none {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    box-sizing: border-box;
  }
  .flex-xl-noshrink {
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    box-sizing: border-box;
  }
  .flex-xl-nogrow {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    box-sizing: border-box;
  }
  .flex-xl-0 {
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    max-width: 0;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xl-0,
  .layout-xl-row > .flex-xl-0 {
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    max-width: 0;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0;
  }
  .layout-column > .flex-xl-0,
  .layout-xl-column > .flex-xl-0 {
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    max-width: 100%;
    max-height: 0;
    box-sizing: border-box;
    min-height: 0;
  }
  .flex-xl-5,
  .layout-row > .flex-xl-5,
  .layout-xl-row > .flex-xl-5 {
    -webkit-flex: 1 1 5%;
    -ms-flex: 1 1 5%;
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-5,
  .layout-xl-column > .flex-xl-5 {
    -webkit-flex: 1 1 5%;
    -ms-flex: 1 1 5%;
    flex: 1 1 5%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }
  .flex-xl-10,
  .layout-row > .flex-xl-10,
  .layout-xl-row > .flex-xl-10 {
    -webkit-flex: 1 1 10%;
    -ms-flex: 1 1 10%;
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-10,
  .layout-xl-column > .flex-xl-10 {
    -webkit-flex: 1 1 10%;
    -ms-flex: 1 1 10%;
    flex: 1 1 10%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }
  .flex-xl-15,
  .layout-row > .flex-xl-15,
  .layout-xl-row > .flex-xl-15 {
    -webkit-flex: 1 1 15%;
    -ms-flex: 1 1 15%;
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-15,
  .layout-xl-column > .flex-xl-15 {
    -webkit-flex: 1 1 15%;
    -ms-flex: 1 1 15%;
    flex: 1 1 15%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }
  .flex-xl-20,
  .layout-row > .flex-xl-20,
  .layout-xl-row > .flex-xl-20 {
    -webkit-flex: 1 1 20%;
    -ms-flex: 1 1 20%;
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-20,
  .layout-xl-column > .flex-xl-20 {
    -webkit-flex: 1 1 20%;
    -ms-flex: 1 1 20%;
    flex: 1 1 20%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }
  .flex-xl-25,
  .layout-row > .flex-xl-25,
  .layout-xl-row > .flex-xl-25 {
    -webkit-flex: 1 1 25%;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-25,
  .layout-xl-column > .flex-xl-25 {
    -webkit-flex: 1 1 25%;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }
  .flex-xl-30,
  .layout-row > .flex-xl-30,
  .layout-xl-row > .flex-xl-30 {
    -webkit-flex: 1 1 30%;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-30,
  .layout-xl-column > .flex-xl-30 {
    -webkit-flex: 1 1 30%;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }
  .flex-xl-35,
  .layout-row > .flex-xl-35,
  .layout-xl-row > .flex-xl-35 {
    -webkit-flex: 1 1 35%;
    -ms-flex: 1 1 35%;
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-35,
  .layout-xl-column > .flex-xl-35 {
    -webkit-flex: 1 1 35%;
    -ms-flex: 1 1 35%;
    flex: 1 1 35%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }
  .flex-xl-40,
  .layout-row > .flex-xl-40,
  .layout-xl-row > .flex-xl-40 {
    -webkit-flex: 1 1 40%;
    -ms-flex: 1 1 40%;
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-40,
  .layout-xl-column > .flex-xl-40 {
    -webkit-flex: 1 1 40%;
    -ms-flex: 1 1 40%;
    flex: 1 1 40%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }
  .flex-xl-45,
  .layout-row > .flex-xl-45,
  .layout-xl-row > .flex-xl-45 {
    -webkit-flex: 1 1 45%;
    -ms-flex: 1 1 45%;
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-45,
  .layout-xl-column > .flex-xl-45 {
    -webkit-flex: 1 1 45%;
    -ms-flex: 1 1 45%;
    flex: 1 1 45%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }
  .flex-xl-50,
  .layout-row > .flex-xl-50,
  .layout-xl-row > .flex-xl-50 {
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-50,
  .layout-xl-column > .flex-xl-50 {
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }
  .flex-xl-55,
  .layout-row > .flex-xl-55,
  .layout-xl-row > .flex-xl-55 {
    -webkit-flex: 1 1 55%;
    -ms-flex: 1 1 55%;
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-55,
  .layout-xl-column > .flex-xl-55 {
    -webkit-flex: 1 1 55%;
    -ms-flex: 1 1 55%;
    flex: 1 1 55%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }
  .flex-xl-60,
  .layout-row > .flex-xl-60,
  .layout-xl-row > .flex-xl-60 {
    -webkit-flex: 1 1 60%;
    -ms-flex: 1 1 60%;
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-60,
  .layout-xl-column > .flex-xl-60 {
    -webkit-flex: 1 1 60%;
    -ms-flex: 1 1 60%;
    flex: 1 1 60%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }
  .flex-xl-65,
  .layout-row > .flex-xl-65,
  .layout-xl-row > .flex-xl-65 {
    -webkit-flex: 1 1 65%;
    -ms-flex: 1 1 65%;
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-65,
  .layout-xl-column > .flex-xl-65 {
    -webkit-flex: 1 1 65%;
    -ms-flex: 1 1 65%;
    flex: 1 1 65%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }
  .flex-xl-70,
  .layout-row > .flex-xl-70,
  .layout-xl-row > .flex-xl-70 {
    -webkit-flex: 1 1 70%;
    -ms-flex: 1 1 70%;
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-70,
  .layout-xl-column > .flex-xl-70 {
    -webkit-flex: 1 1 70%;
    -ms-flex: 1 1 70%;
    flex: 1 1 70%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }
  .flex-xl-75,
  .layout-row > .flex-xl-75,
  .layout-xl-row > .flex-xl-75 {
    -webkit-flex: 1 1 75%;
    -ms-flex: 1 1 75%;
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-75,
  .layout-xl-column > .flex-xl-75 {
    -webkit-flex: 1 1 75%;
    -ms-flex: 1 1 75%;
    flex: 1 1 75%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }
  .flex-xl-80,
  .layout-row > .flex-xl-80,
  .layout-xl-row > .flex-xl-80 {
    -webkit-flex: 1 1 80%;
    -ms-flex: 1 1 80%;
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-80,
  .layout-xl-column > .flex-xl-80 {
    -webkit-flex: 1 1 80%;
    -ms-flex: 1 1 80%;
    flex: 1 1 80%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }
  .flex-xl-85,
  .layout-row > .flex-xl-85,
  .layout-xl-row > .flex-xl-85 {
    -webkit-flex: 1 1 85%;
    -ms-flex: 1 1 85%;
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-85,
  .layout-xl-column > .flex-xl-85 {
    -webkit-flex: 1 1 85%;
    -ms-flex: 1 1 85%;
    flex: 1 1 85%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }
  .flex-xl-90,
  .layout-row > .flex-xl-90,
  .layout-xl-row > .flex-xl-90 {
    -webkit-flex: 1 1 90%;
    -ms-flex: 1 1 90%;
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-90,
  .layout-xl-column > .flex-xl-90 {
    -webkit-flex: 1 1 90%;
    -ms-flex: 1 1 90%;
    flex: 1 1 90%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }
  .flex-xl-95,
  .layout-row > .flex-xl-95,
  .layout-xl-row > .flex-xl-95 {
    -webkit-flex: 1 1 95%;
    -ms-flex: 1 1 95%;
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-95,
  .layout-xl-column > .flex-xl-95 {
    -webkit-flex: 1 1 95%;
    -ms-flex: 1 1 95%;
    flex: 1 1 95%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }
  .flex-xl-100,
  .layout-column > .flex-xl-100,
  .layout-row > .flex-xl-100,
  .layout-xl-column > .flex-xl-100,
  .layout-xl-row > .flex-xl-100 {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xl-33,
  .layout-xl-row > .flex-xl-33 {
    -webkit-flex: 1 1 33.33%;
    -ms-flex: 1 1 33.33%;
    flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xl-66,
  .layout-xl-row > .flex-xl-66 {
    -webkit-flex: 1 1 66.66%;
    -ms-flex: 1 1 66.66%;
    flex: 1 1 66.66%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex,
  .layout-xl-row > .flex {
    min-width: 0;
  }
  .layout-column > .flex-xl-33,
  .layout-xl-column > .flex-xl-33 {
    -webkit-flex: 1 1 33.33%;
    -ms-flex: 1 1 33.33%;
    flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-66,
  .layout-xl-column > .flex-xl-66 {
    -webkit-flex: 1 1 66.66%;
    -ms-flex: 1 1 66.66%;
    flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }
  .layout-column > .flex,
  .layout-xl-column > .flex {
    min-height: 0;
  }
  .layout-xl,
  .layout-xl-column,
  .layout-xl-row {
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .layout-xl-column {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .layout-xl-row {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .hide-gt-lg:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-gt-lg):not(.show-xl):not(.show),
  .hide-gt-md:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-gt-lg):not(.show-xl):not(.show),
  .hide-gt-sm:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-gt-lg):not(.show-xl):not(.show),
  .hide-gt-xs:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-gt-lg):not(.show-xl):not(.show),
  .hide-xl:not(.show-xl):not(.show-gt-lg):not(.show-gt-md):not(.show-gt-sm):not(.show-gt-xs):not(.show),
  .hide:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-gt-lg):not(.show-xl):not(.show) {
    display: none;
  }
}
@media print {
  .hide-print:not(.show-print):not(.show) {
    display: none !important;
  }
}
.color-green {
  color: #4AC353;
}
.global-wrapper {
  min-height: 1200px;
  min-width: 350px;
}
/* Header */
.header {
  position: relative;
  padding-top: 22px;
  padding-bottom: 35px;
}
.header .logo {
  margin-right: 22px;
}
.header .main-menu {
  list-style: none;
  padding-left: 0;
}
.header .main-menu:before,
.header .main-menu:after {
  content: " ";
  display: table;
}
.header .main-menu:after {
  clear: both;
}
.header .main-menu.main-index-menu .forgot-link a {
  color: #4f81cb;
  font-weight: normal;
  font-size: 14px;
}
.header .main-menu.main-index-menu .forgot-link a:hover {
  color: #76bc48;
  background-color: transparent;
  background-image: none;
}
.header .main-menu.main-menu-inner .forgot-link a {
  color: #4f81cb;
  font-weight: normal;
  font-size: 14px;
}
.header .main-menu.main-menu-inner .forgot-link a:hover {
  color: #76bc48;
  background-color: transparent;
  background-image: none;
}
.header .main-menu .forgot-link a {
  color: #4f81cb;
  font-weight: normal;
  font-size: 14px;
}
.header .main-menu .forgot-link a:hover {
  color: #76bc48;
  background-color: transparent;
  background-image: none;
}
.header .main-menu li {
  float: left;
  margin-right: 4px;
}
.header .main-menu li a {
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
  padding: 7px 15px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px;
  cursor: pointer;
}
.header .main-menu li a:hover {
  background-image: url("../images/layout/menu-hover.png");
  color: #ffffff;
}
.header .main-menu li a.active {
  background-color: #00A8FF;
}
.header .main-menu li a.active:hover {
  background-color: #019FF3;
}
.header .main-menu.main-menu-inner li.active a {
  background-image: none;
  background-color: #3f4259;
  color: #ffffff;
}
.header .main-menu.main-menu-inner li a {
  color: #2f323c;
}
.header .main-menu.main-menu-inner li a:hover {
  background-image: none;
  background-color: #3f4259;
  color: #ffffff;
}
.header .main-menu.main-menu-inner li a.active {
  background-image: none;
  background-color: #00A8FF;
  color: #ffffff;
}
.header .main-menu.main-menu-inner li a.active:hover {
  background-color: #019FF3;
}
.header .main-menu.main-menu-inner li .modal-footer a {
  padding: 0;
  color: #23b4ff;
}
.header .main-menu.main-menu-inner li .modal-footer a:hover {
  background-color: transparent;
  color: #76bc48;
}
.header .main-menu.main-index-menu li a {
  color: #2f323c;
}
.header .main-menu.main-index-menu li a:hover {
  color: #ffffff;
}
.header .main-menu.main-index-menu li a.active {
  background-color: #00A8FF;
  color: #ffffff;
  background-image: none;
}
.header .main-menu.main-index-menu li a.active:hover {
  color: #ffffff;
  background-color: #019FF3;
}
.header .menu-box {
  width: 29px;
  height: 24px;
  background-image: url("../images/layout/menu-box-white.png");
  cursor: pointer;
  margin-bottom: 5px;
  margin-left: 20px;
  display: none;
}
.header .menu-box.gray {
  background-image: url("../images/layout/menu-box-gray.png");
}
.header .menu-box.blue {
  background-image: url("../images/layout/menu-box-blue.png");
}
.container-fixed {
  max-width: 1100px;
  margin: 0 auto;
}
.container-fixed-narrow {
  max-width: 800px;
  margin: 0 auto;
}
.container-fixed-narrow-extra {
  max-width: 490px;
  margin: 0 auto;
}
.index-header-bg {
  background-image: url(/images/pages/header-light/top-back.png);
  background-position: center -9px;
  background-repeat: no-repeat;
  background-color: #f5f7fb;
  max-height: 700px;
  margin-top: 0;
}
.map-bg {
  background-image: url("../images/bg/map.png");
  background-position: top center;
  background-repeat: no-repeat;
}
.map-bg-blue {
  background-image: url("../images/bg/map-blue.png");
  background-position: top center;
  background-repeat: no-repeat;
}
.top-index-section .top-index-title {
  position: relative;
  color: #2f323c;
  margin-top: 155px;
  margin-bottom: 32px;
  font-size: 40px;
  line-height: 46px;
  text-align: center;
  font-family: 'Roboto', sans-serif;
}
.top-index-section .top-index-title strong {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
}
.top-index-section .top-index-form {
  position: relative;
  max-width: 660px;
  margin: 0 auto;
  padding-bottom: 208px;
}
.top-index-section .index-signup-form .form-control {
  border: 1px solid #b7b9c7;
}
.top-index-section .index-signup-form .special-green {
  font-size: 16px;
}
/* Index page */
.index-page-wrapper {
  overflow: hidden;
}
.bg-starry {
  background-image: url(/images/pages/header-light/bg-starry.jpg);
  background-position: top center;
  background-repeat: repeat-x;
  background-size: cover;
}
.bg-starry .text-viola {
  color: #94889f;
  padding-bottom: 73px;
}
.bg-starry .text-light {
  color: #cac1d3;
}
.bg-starry h2.light-h2 {
  color: #fff;
  margin-bottom: 15px;
  font-size: 32px;
}
.min-height-600 {
  min-height: 600px;
}
.min-height-560 {
  min-height: 560px;
}
.img-absolute-right {
  position: absolute;
  right: 0;
}
.shape-bg {
  background-image: url("../images/index/shape-bg.png");
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  z-index: 30;
  height: 699px;
}
.shape-left-bg {
  background-image: url("../images/index/shape-left-bg.png");
  background-position: left bottom;
  background-repeat: repeat-x;
  height: 699px;
  position: absolute;
  z-index: 10;
  width: 50%;
  left: 0;
}
.shape-right-bg {
  background-image: url("../images/index/shape-right-bg.png");
  background-position: right bottom;
  background-repeat: repeat-x;
  height: 699px;
  z-index: 20;
  position: absolute;
  width: 50%;
  right: 0;
}
.index-graph-icon {
  background-image: url("../images/index/index-graph-icon.png?ver=2");
  display: inline-block;
  vertical-align: middle;
}
.index-graph-icon.graph-01 {
  width: 39px;
  height: 42px;
  background-position: 0 0;
}
.index-graph-icon.graph-02 {
  width: 41px;
  height: 44px;
  background-position: 0 -42px;
}
.index-graph-icon.graph-03 {
  width: 41px;
  height: 43px;
  background-position: 0 -86px;
}
.index-graph-icon.graph-04 {
  width: 44px;
  height: 45px;
  background-position: 0 -129px;
}
.index-graph-icon.graph-05 {
  width: 45px;
  height: 39px;
  background-position: 0 -174px;
}
.index-bg-stars {
  background-image: url("../images/index/index-bg-stars.jpg");
  background-position: top center;
  background-repeat: no-repeat;
}
.index-bg-stars-repeat {
  background-image: url("../images/index/index-bg-stars-repeat.png");
  background-repeat: repeat-x;
}
.testimonial-wrapper {
  margin-right: 30px;
  margin-bottom: 73px;
  width: 320px;
}
.testimonial-wrapper.last {
  margin-right: 0;
}
.testimonial-block {
  background-color: #ffffff;
  color: #7e818c;
  font-size: 13px;
  line-height: 20px;
  padding: 34px 35px 33px 40px;
  position: relative;
  -webkit-box-shadow: 0 10px 40px #e9eaec;
  -moz-box-shadow: 0 10px 40px #e9eaec;
  -ms-box-shadow: 0 10px 40px #e9eaec;
  -o-box-shadow: 0 10px 40px #e9eaec;
  box-shadow: 0 10px 40px #e9eaec;
}
.testimonial-block .quot {
  background-image: url("../images/layout/testimonial-bg.png?ver=2");
  display: inline-block;
  width: 30px;
  height: 33px;
  position: absolute;
  top: -10px;
  left: 37px;
}
.testimonial-block .arrow {
  background-image: url("../images/layout/testimonial-arrow.png");
  display: inline-block;
  width: 13px;
  height: 27px;
  position: absolute;
  bottom: -27px;
}
.testimonial-block p:last-child {
  margin-bottom: 0;
}
.testimonial-block .testimonial-header {
  font-size: 13px;
  color: #000;
  margin-bottom: 10px;
}
.testimonial-footer {
  margin-top: 30px;
  padding-left: 43px;
}
.testimonial-footer .testimonial-footer-link {
  margin-top: 3px;
  line-height: 12px;
  font-size: 12px;
}
.testimonial-footer .testimonial-footer-link a {
  font-size: 12px;
  display: inline-block;
  text-decoration: none;
  border-bottom: 1px solid #4f81cb;
}
.testimonial-footer .testimonial-footer-link a:hover {
  border-bottom: 1px solid #76bc48;
}
.features-screen-right {
  margin-left: -50px;
}
.features-screen-right-2 {
  margin-left: -65px;
}
.features-screen-left {
  right: -50px;
  position: absolute;
}
.mobile-separator {
  display: none;
}
.pricing-table {
  margin-top: 60px;
  margin-bottom: 70px;
  -webkit-box-shadow: 0 13px 43px #a6acbf;
  -moz-box-shadow: 0 13px 43px #a6acbf;
  -ms-box-shadow: 0 13px 43px #a6acbf;
  -o-box-shadow: 0 13px 43px #a6acbf;
  box-shadow: 0 13px 43px #a6acbf;
}
.pricing-table .plan-block {
  background-color: #ffffff;
  font-size: 14px;
}
.pricing-table .plan-block.plan-block-border {
  border-right: 1px solid #ececed;
}
.pricing-table .plan-block.pro {
  margin-bottom: -20px;
  margin-top: -20px;
  position: relative;
  z-index: 40;
  -webkit-box-shadow: 0 13px 43px #a6acbf;
  -moz-box-shadow: 0 13px 43px #a6acbf;
  -ms-box-shadow: 0 13px 43px #a6acbf;
  -o-box-shadow: 0 13px 43px #a6acbf;
  box-shadow: 0 13px 43px #a6acbf;
}
.pricing-table .plan-block.pro .popular {
  background-color: #5bc542;
  color: #ffffff;
  font-size: 11px;
  line-height: 20px;
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif;
}
.pricing-table .plan-block.pro .plan-header {
  color: #a7aac0;
  background-color: #3f4259;
}
.pricing-table .plan-block.pro .plan-header .title {
  color: #ffffff;
  font-size: 32px;
  margin-bottom: 12px;
}
.pricing-table .plan-block.pro .plan-body {
  padding-bottom: 40px;
}
.pricing-table .plan-block.pro .plan-body .btn {
  font-size: 16px;
  padding: 15px 10px;
  -webkit-box-shadow: 0 1px 2px rgba(42, 94, 170, 0.5);
  -moz-box-shadow: 0 1px 2px rgba(42, 94, 170, 0.5);
  -ms-box-shadow: 0 1px 2px rgba(42, 94, 170, 0.5);
  -o-box-shadow: 0 1px 2px rgba(42, 94, 170, 0.5);
  box-shadow: 0 1px 2px rgba(42, 94, 170, 0.5);
}
.pricing-table .plan-block .plan-header {
  min-height: 160px;
  background-color: #f5f7fb;
  text-align: center;
  padding: 20px 30px;
}
.pricing-table .plan-block .plan-header .title {
  font-size: 26px;
  line-height: 30px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.pricing-table .plan-block .plan-header .desc {
  font-style: italic;
  font-size: 12px;
  line-height: 20px;
}
.pricing-table .plan-block .plan-body {
  padding: 20px 27px 30px;
}
.pricing-table .plan-block .plan-body .custom-text {
  font-size: 36px;
}
.pricing-table .plan-block .plan-body .price {
  color: #5bc542;
  font-size: 30px;
  line-height: 44px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  margin-bottom: 10px;
}
.pricing-table .plan-block .plan-body .price .count {
  font-size: 44px;
}
.pricing-table .plan-block .plan-body .list {
  list-style-type: none;
  margin-bottom: 15px;
}
.pricing-table .plan-block .plan-body .list .disable {
  color: #abadb4;
  text-decoration: line-through;
}
.pricing-table .plan-block .plan-body .list li {
  margin-bottom: 5px;
}
.pricing-table .plan-block .plan-body .btn {
  font-size: 14px;
  padding: 10px;
}
.support-wrapper {
  padding: 25px 40px 40px;
  margin-bottom: 60px;
}
.mentions-animate-block {
  position: absolute;
  min-height: 700px;
  max-width: 1100px;
  width: 100%;
  left: 50%;
  margin-left: -550px;
  margin-top: -40px;
}
.mentions-animate-block .mention-block {
  display: none;
  padding: 10px;
  position: absolute;
  max-width: 340px;
  background-color: #ffffff;
  color: #202020;
  font-size: 11px;
  line-height: 15px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: 0 17px 38px rgba(2, 19, 43, 0.3);
  -moz-box-shadow: 0 17px 38px rgba(2, 19, 43, 0.3);
  -ms-box-shadow: 0 17px 38px rgba(2, 19, 43, 0.3);
  -o-box-shadow: 0 17px 38px rgba(2, 19, 43, 0.3);
  box-shadow: 0 17px 38px rgba(2, 19, 43, 0.3);
}
.mentions-animate-block .mention-block.js-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.mentions-animate-block .mention-block .social-icon {
  background-image: url("../images/index/animation/social-icon.png");
  margin-right: 3px;
}
.mentions-animate-block .mention-block .social-icon.facebook {
  width: 27px;
  height: 27px;
  background-position: 0 0;
}
.mentions-animate-block .mention-block .social-icon.google {
  width: 27px;
  height: 27px;
  background-position: 0 -27px;
}
.mentions-animate-block .mention-block .social-icon.twitter {
  width: 27px;
  height: 27px;
  background-position: 0 -54px;
}
.mentions-animate-block .mention-block .social-icon.web {
  width: 27px;
  height: 27px;
  background-position: 0 -81px;
}
.mentions-animate-block .mention-block .social-icon.youtube {
  width: 27px;
  height: 27px;
  background-position: 0 -108px;
}
.mentions-animate-block .mention-block .avatar {
  margin-right: 11px;
}
.mentions-animate-block .mention-block .name {
  font-size: 13px;
  line-height: 20px;
  font-weight: bold;
}
.mentions-animate-block .mention-block .name .text-gray {
  font-weight: normal;
}
.mentions-animate-block .mention-block .text .green {
  background-color: #c4e3af;
}
.mentions-animate-block .mention-block .mention-footer {
  font-size: 11px;
  color: #c5c5c5;
  margin-top: 10px;
}
.mentions-animate-block .mention-block .mention-footer span {
  margin-right: 15px;
}
.mentions-animate-block .mention-block .mention-footer .icon {
  background-image: url("../images/index/animation/mention-icons.png");
  margin-right: 5px;
}
.mentions-animate-block .mention-block .mention-footer .icon.comment {
  width: 11px;
  height: 11px;
  background-position: 0 0;
}
.mentions-animate-block .mention-block .mention-footer .icon.down {
  width: 14px;
  height: 14px;
  background-position: 0 -11px;
}
.mentions-animate-block .mention-block .mention-footer .icon.fb-like {
  width: 12px;
  height: 12px;
  background-position: 0 -25px;
}
.mentions-animate-block .mention-block .mention-footer .icon.google-comment {
  width: 14px;
  height: 13px;
  background-position: 0 -37px;
}
.mentions-animate-block .mention-block .mention-footer .icon.like {
  width: 12px;
  height: 12px;
  background-position: 0 -50px;
}
.mentions-animate-block .mention-block .mention-footer .icon.plus {
  width: 10px;
  height: 9px;
  background-position: 0 -62px;
}
.mentions-animate-block .mention-block .mention-footer .icon.reply {
  width: 14px;
  height: 10px;
  background-position: 0 -71px;
}
.mentions-animate-block .mention-block .mention-footer .icon.retweet {
  width: 17px;
  height: 11px;
  background-position: 0 -81px;
}
.mentions-animate-block .mention-block .mention-footer .icon.share {
  width: 13px;
  height: 12px;
  background-position: 0 -92px;
}
.mentions-animate-block .mention-block .mention-footer .icon.share-2 {
  width: 11px;
  height: 12px;
  background-position: 0 -104px;
}
.mentions-animate-block .mention-block .mention-footer .icon.up {
  width: 14px;
  height: 14px;
  background-position: 0 -116px;
}
.mentions-animate-block .mention-block .dot {
  background-image: url("../images/index/animation/dot.png");
  width: 43px;
  height: 43px;
  z-index: 20;
  display: inline-block;
  position: absolute;
}
.mentions-animate-block .mention-block .arrow {
  position: absolute;
  z-index: 30;
  background-image: url("../images/index/animation/arrows.png");
}
.mentions-animate-block .mention-block .arrow.facebook {
  width: 56px;
  height: 48px;
  background-position: 0 0;
}
.mentions-animate-block .mention-block .arrow.google {
  width: 50px;
  height: 59px;
  background-position: 0 -48px;
}
.mentions-animate-block .mention-block .arrow.twitter {
  width: 28px;
  height: 45px;
  background-position: 0 -107px;
}
.mentions-animate-block .mention-block .arrow.web {
  width: 42px;
  height: 55px;
  background-position: 0 -152px;
}
.mentions-animate-block .mention-block .arrow.web-2 {
  width: 52px;
  height: 267px;
  background-position: 0 -207px;
}
.mentions-animate-block .mention-block .arrow.youtube {
  width: 64px;
  height: 46px;
  background-position: 0 -474px;
}
.footer-common {
  padding-top: 58px;
  padding-bottom: 30px;
  overflow: hidden;
  color: #94889f;
  font-size: 14px;
}
.footer-common__left_sm {
  width: 245px;
}
.footer-common a {
  color: #94889f;
  font-size: 14px;
}
.footer-common a.title-name {
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  border: none;
  width: 190px;
}
.footer-common .copyright {
  margin-top: 0;
  margin-left: 0;
}
.footer-common a.btn-blue {
  background-color: #23b4ff;
  border-radius: 6px;
}
.footer-common a:hover {
  color: #e3d9eb;
}
.footer-common .footer-block-header {
  font-size: 16px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
}
.footer-common ul {
  list-style-type: none;
}
.footer-common ul li {
  margin-bottom: 0;
}
.footer-common ul li a {
  cursor: pointer;
  border-bottom: none;
  text-decoration: none;
  line-height: 15px;
  color: #858ca1;
}
.footer-common .social-list li {
  float: left;
  margin-right: 13px;
}
.footer-common .social-list li a {
  display: block;
  background-image: url(/images/layout/social-accounts-white.png?ver=1);
  width: 24px;
  height: 24px;
  border: none;
}
.footer-common li a.twitter {
  background-position: 0 -174px;
  width: 24px;
  height: 24px;
}
.footer-common li a.twitter:hover {
  background-position: 0 -208px;
  width: 24px;
  height: 24px;
}
.footer-common li a.facebook {
  background-position: -41px -174px;
  width: 24px;
  height: 24px;
}
.footer-common li a.facebook:hover {
  background-position: -41px -208px;
  width: 24px;
  height: 24px;
}
.footer-common li a.instagram {
  background-position: -203px -174px;
  width: 24px;
  height: 24px;
}
.footer-common li a.instagram:hover {
  background-position: -203px -208px;
  width: 24px;
  height: 24px;
}
.footer-common li a.google {
  background-position: -81px -174px;
  width: 24px;
  height: 24px;
}
.footer-common li a.google:hover {
  background-position: -81px -208px;
  width: 24px;
  height: 24px;
}
.footer-common li a.linkedin {
  background-position: -122px -174px;
  width: 24px;
  height: 24px;
}
.footer-common li a.linkedin:hover {
  background-position: -122px -208px;
  width: 24px;
  height: 24px;
}
.footer-common li a.youtube {
  background-position: -162px -174px;
  width: 24px;
  height: 24px;
}
.footer-common li a.youtube:hover {
  background-position: -162px -208px;
  width: 24px;
  height: 24px;
}
.footer-common .footer-logo-block {
  margin-left: 0;
}
.footer-common .btn.footer-btn {
  width: 230px;
  height: 40px;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  padding-top: 9px;
  background-color: #23293b;
  border: 2px solid #41485e;
  border-radius: 40px;
  box-shadow: none;
  transition: all 0.2s ease 0s;
}
.footer-common .btn.footer-btn:hover {
  color: #343a4f;
  border: 2px solid #fff;
  background-color: #fff;
}
.footer-common .footer-logo-txt {
  color: #858ca1;
  font-size: 14px;
  line-height: 25px;
}
.footer-common .footer-block1 {
  margin-left: 93px;
}
.footer-common .footer-block2 {
  margin-left: 105px;
}
.footer-common .footer-block3 {
  margin-left: 113px;
}
.footer-common .footer-block-header {
  margin-bottom: 3px;
}
.footer-common .social-list li {
  margin-right: 17px;
}
.footer-common .social-list li:last-child {
  margin-right: 0;
}
.footer-common .plus-minus {
  display: none;
}
.signup-recaptcha-v3-error {
  color: #d96973;
  margin: 0 0 20px;
  font-size: 16px;
}
.field-signupform-recaptchav2 .g-recaptcha {
  height: 105px;
  transform: scale(1.06);
  transform-origin: 0 0;
}
@media screen and (max-width: 980px) {
  .footer-common .display-sm-block {
    display: block;
    position: relative;
    left: 50%;
    margin-left: -215px;
    width: 600px;
  }
  .footer-common .float-sm-left {
    float: left;
    display: block;
  }
  .footer-common .width-sm-100 {
    width: 100%;
  }
  .footer-common .footer-block.block-sm {
    width: 300px;
  }
}
@media screen and (max-width: 780px) {
  .footer-common .display-sm-block {
    position: static;
    left: 0;
    margin-left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 680px) {
  .footer-common .float-sm-left {
    float: none;
  }
  .footer-common .footer-block.block-sm {
    width: 190px;
  }
}
@media screen and (max-width: 450px) {
  .footer-common .footer-block.block-sm {
    width: 300px;
  }
}
.footer-block-social {
  margin-top: -4px;
}
.footer-block-links {
  text-align: left;
}
#st_gdpr_iframe {
  display: none !important;
}
.mobile-menu-items {
  display: none;
}
.main-menu-block_mobile .mobile-menu-items {
  display: block;
}
@media screen and (max-width: 599px) {
  .intercom-lightweight-app {
    display: none !important;
  }
}
input,
textarea {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.help-block {
  margin-top: 0;
  margin-bottom: 0;
}
.form-control {
  font-size: 18px;
  height: 60px;
  padding-left: 23px;
}
.form-control-sm {
  font-size: 18px;
  height: 50px;
  padding-left: 18px;
}
.form-control {
  color: #767880;
}
.form-row .form-group {
  margin-bottom: 0;
}
.has-error {
  position: relative;
}
.has-error .help-block {
  background-color: #d96973;
  color: #ffffff;
  font-size: 12px;
  padding: 2px 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  top: -40px;
  width: 100%;
}
.has-error .help-block:after {
  top: 100%;
  left: 18px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(217, 105, 115, 0);
  border-top-color: #d96973;
  border-width: 7px;
  margin-left: -7px;
}
.has-error .form-control {
  color: #d96973;
}
.has-info {
  position: relative;
}
.has-info .help-block {
  background-color: #3c763d;
  color: #ffffff;
  font-size: 12px;
  padding: 2px 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  top: -40px;
  width: 100%;
}
.has-info .help-block:after {
  top: 100%;
  left: 18px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(217, 105, 115, 0);
  border-top-color: #3c763d;
  border-width: 7px;
  margin-left: -7px;
}
.clear {
  clear: both;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.text-gray {
  color: #7e818c;
}
.text-gray-light {
  color: #b7b9c1;
}
.text-white {
  color: #ffffff;
}
.text-green {
  color: #76bc48;
}
.text-black {
  color: #2f323c;
}
.text-blue {
  color: #23b4ff;
}
.text-violet {
  color: #63687f;
}
.text-violet a {
  color: #63687f;
}
.text-violet-light {
  color: #94889f;
}
.text-violet-alt {
  color: #736685;
}
.text-manatee {
  color: #858CA1;
}
.bg-white {
  background-color: #ffffff;
}
.bg-gray-light {
  background-color: #f5f7fb;
}
.bg-gray {
  background-color: #ebeef5;
}
.bg-violet {
  background-color: #1d253d;
}
.bg-ebony-clay {
  background-color: #23293B;
}
.bg-blue {
  background-color: #4988df;
}
a.link-black-md {
  color: #2f323c;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
}
a.link-black-md:hover {
  text-decoration: underline;
  color: #2f323c;
}
a.link-violet-md {
  color: #94889f;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
}
a.link-violet-md:hover {
  text-decoration: underline;
  color: #94889f;
}
a.link-white-md {
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
}
a.link-white-md:hover {
  text-decoration: underline;
  color: #76bc48;
}
.text-violet-light a {
  color: #94889f;
}
a.no-underline {
  text-decoration: none;
}
.pointer {
  cursor: pointer;
}
a.internal-link,
.internal-link {
  text-decoration: none;
  border-bottom: 1px dotted #353f46;
  color: #353f46;
}
.arrow-green-right-sm {
  background-image: url("../images/typography/arrow-green-right-sm.png?ver=2");
  display: inline-block;
  width: 10px;
  height: 10px;
}
.separator-decorate {
  background-image: url("../images/typography/separator-decorate.png");
  background-repeat: no-repeat;
  background-position: left top;
  height: 1px;
  width: 100%;
}
.separator-decorate-light {
  background-image: url("../images/typography/separator-decorate-light.png");
  background-repeat: no-repeat;
  background-position: left top;
  height: 1px;
  width: 100%;
}
.pointer {
  cursor: pointer;
}
.per-100 {
  width: 100%;
}
.per-95 {
  width: 95%;
}
.per-90 {
  width: 90%;
}
.per-85 {
  width: 85%;
}
.per-80 {
  width: 80%;
}
.per-75 {
  width: 75%;
}
.per-70 {
  width: 70%;
}
.per-65 {
  width: 65%;
}
.per-60 {
  width: 60%;
}
.per-55 {
  width: 55%;
}
.per-50 {
  width: 50%;
}
.per-45 {
  width: 45%;
}
.per-40 {
  width: 40%;
}
.per-35 {
  width: 35%;
}
.per-30 {
  width: 30%;
}
.per-25 {
  width: 25%;
}
.per-20 {
  width: 20%;
}
.per-15 {
  width: 15%;
}
.per-10 {
  width: 10%;
}
.per-5 {
  width: 5%;
}
.mr-100 {
  margin-right: 100px;
}
.ml-100 {
  margin-left: 100px;
}
.mt-100 {
  margin-top: 100px;
}
.mb-100 {
  margin-bottom: 100px;
}
.pr-100 {
  padding-right: 100px;
}
.pl-100 {
  padding-left: 100px;
}
.pt-100 {
  padding-top: 100px;
}
.pb-100 {
  padding-bottom: 100px;
}
.mr-95 {
  margin-right: 95px;
}
.ml-95 {
  margin-left: 95px;
}
.mt-95 {
  margin-top: 95px;
}
.mb-95 {
  margin-bottom: 95px;
}
.pr-95 {
  padding-right: 95px;
}
.pl-95 {
  padding-left: 95px;
}
.pt-95 {
  padding-top: 95px;
}
.pb-95 {
  padding-bottom: 95px;
}
.mr-90 {
  margin-right: 90px;
}
.ml-90 {
  margin-left: 90px;
}
.mt-90 {
  margin-top: 90px;
}
.mb-90 {
  margin-bottom: 90px;
}
.pr-90 {
  padding-right: 90px;
}
.pl-90 {
  padding-left: 90px;
}
.pt-90 {
  padding-top: 90px;
}
.pb-90 {
  padding-bottom: 90px;
}
.mr-85 {
  margin-right: 85px;
}
.ml-85 {
  margin-left: 85px;
}
.mt-85 {
  margin-top: 85px;
}
.mb-85 {
  margin-bottom: 85px;
}
.pr-85 {
  padding-right: 85px;
}
.pl-85 {
  padding-left: 85px;
}
.pt-85 {
  padding-top: 85px;
}
.pb-85 {
  padding-bottom: 85px;
}
.mr-80 {
  margin-right: 80px;
}
.ml-80 {
  margin-left: 80px;
}
.mt-80 {
  margin-top: 80px;
}
.mb-80 {
  margin-bottom: 80px;
}
.pr-80 {
  padding-right: 80px;
}
.pl-80 {
  padding-left: 80px;
}
.pt-80 {
  padding-top: 80px;
}
.pb-80 {
  padding-bottom: 80px;
}
.mr-75 {
  margin-right: 75px;
}
.ml-75 {
  margin-left: 75px;
}
.mt-75 {
  margin-top: 75px;
}
.mb-75 {
  margin-bottom: 75px;
}
.pr-75 {
  padding-right: 75px;
}
.pl-75 {
  padding-left: 75px;
}
.pt-75 {
  padding-top: 75px;
}
.pb-75 {
  padding-bottom: 75px;
}
.mr-70 {
  margin-right: 70px;
}
.ml-70 {
  margin-left: 70px;
}
.mt-70 {
  margin-top: 70px;
}
.mb-70 {
  margin-bottom: 70px;
}
.pr-70 {
  padding-right: 70px;
}
.pl-70 {
  padding-left: 70px;
}
.pt-70 {
  padding-top: 70px;
}
.pb-70 {
  padding-bottom: 70px;
}
.mr-65 {
  margin-right: 65px;
}
.ml-65 {
  margin-left: 65px;
}
.mt-65 {
  margin-top: 65px;
}
.mb-65 {
  margin-bottom: 65px;
}
.pr-65 {
  padding-right: 65px;
}
.pl-65 {
  padding-left: 65px;
}
.pt-65 {
  padding-top: 65px;
}
.pb-65 {
  padding-bottom: 65px;
}
.mr-60 {
  margin-right: 60px;
}
.ml-60 {
  margin-left: 60px;
}
.mt-60 {
  margin-top: 60px;
}
.mb-60 {
  margin-bottom: 60px;
}
.pr-60 {
  padding-right: 60px;
}
.pl-60 {
  padding-left: 60px;
}
.pt-60 {
  padding-top: 60px;
}
.pb-60 {
  padding-bottom: 60px;
}
.mr-55 {
  margin-right: 55px;
}
.ml-55 {
  margin-left: 55px;
}
.mt-55 {
  margin-top: 55px;
}
.mb-55 {
  margin-bottom: 55px;
}
.pr-55 {
  padding-right: 55px;
}
.pl-55 {
  padding-left: 55px;
}
.pt-55 {
  padding-top: 55px;
}
.pb-55 {
  padding-bottom: 55px;
}
.mr-50 {
  margin-right: 50px;
}
.ml-50 {
  margin-left: 50px;
}
.mt-50 {
  margin-top: 50px;
}
.mb-50 {
  margin-bottom: 50px;
}
.pr-50 {
  padding-right: 50px;
}
.pl-50 {
  padding-left: 50px;
}
.pt-50 {
  padding-top: 50px;
}
.pb-50 {
  padding-bottom: 50px;
}
.mr-45 {
  margin-right: 45px;
}
.ml-45 {
  margin-left: 45px;
}
.mt-45 {
  margin-top: 45px;
}
.mb-45 {
  margin-bottom: 45px;
}
.pr-45 {
  padding-right: 45px;
}
.pl-45 {
  padding-left: 45px;
}
.pt-45 {
  padding-top: 45px;
}
.pb-45 {
  padding-bottom: 45px;
}
.mr-40 {
  margin-right: 40px;
}
.ml-40 {
  margin-left: 40px;
}
.mt-40 {
  margin-top: 40px;
}
.mb-40 {
  margin-bottom: 40px;
}
.pr-40 {
  padding-right: 40px;
}
.pl-40 {
  padding-left: 40px;
}
.pt-40 {
  padding-top: 40px;
}
.pb-40 {
  padding-bottom: 40px;
}
.mr-35 {
  margin-right: 35px;
}
.ml-35 {
  margin-left: 35px;
}
.mt-35 {
  margin-top: 35px;
}
.mb-35 {
  margin-bottom: 35px;
}
.pr-35 {
  padding-right: 35px;
}
.pl-35 {
  padding-left: 35px;
}
.pt-35 {
  padding-top: 35px;
}
.pb-35 {
  padding-bottom: 35px;
}
.mr-30 {
  margin-right: 30px;
}
.ml-30 {
  margin-left: 30px;
}
.mt-30 {
  margin-top: 30px;
}
.mb-30 {
  margin-bottom: 30px;
}
.pr-30 {
  padding-right: 30px;
}
.pl-30 {
  padding-left: 30px;
}
.pt-30 {
  padding-top: 30px;
}
.pb-30 {
  padding-bottom: 30px;
}
.mr-25 {
  margin-right: 25px;
}
.ml-25 {
  margin-left: 25px;
}
.mt-25 {
  margin-top: 25px;
}
.mb-25 {
  margin-bottom: 25px;
}
.pr-25 {
  padding-right: 25px;
}
.pl-25 {
  padding-left: 25px;
}
.pt-25 {
  padding-top: 25px;
}
.pb-25 {
  padding-bottom: 25px;
}
.mr-20 {
  margin-right: 20px;
}
.ml-20 {
  margin-left: 20px;
}
.mt-20 {
  margin-top: 20px;
}
.mb-20 {
  margin-bottom: 20px;
}
.pr-20 {
  padding-right: 20px;
}
.pl-20 {
  padding-left: 20px;
}
.pt-20 {
  padding-top: 20px;
}
.pb-20 {
  padding-bottom: 20px;
}
.mr-15 {
  margin-right: 15px;
}
.ml-15 {
  margin-left: 15px;
}
.mt-15 {
  margin-top: 15px;
}
.mb-15 {
  margin-bottom: 15px;
}
.pr-15 {
  padding-right: 15px;
}
.pl-15 {
  padding-left: 15px;
}
.pt-15 {
  padding-top: 15px;
}
.pb-15 {
  padding-bottom: 15px;
}
.mr-10 {
  margin-right: 10px;
}
.ml-10 {
  margin-left: 10px;
}
.mt-10 {
  margin-top: 10px;
}
.mb-10 {
  margin-bottom: 10px;
}
.pr-10 {
  padding-right: 10px;
}
.pl-10 {
  padding-left: 10px;
}
.pt-10 {
  padding-top: 10px;
}
.pb-10 {
  padding-bottom: 10px;
}
.mr-5 {
  margin-right: 5px;
}
.ml-5 {
  margin-left: 5px;
}
.mt-5 {
  margin-top: 5px;
}
.mb-5 {
  margin-bottom: 5px;
}
.pr-5 {
  padding-right: 5px;
}
.pl-5 {
  padding-left: 5px;
}
.pt-5 {
  padding-top: 5px;
}
.pb-5 {
  padding-bottom: 5px;
}
.mr-0 {
  margin-right: 0px;
}
.ml-0 {
  margin-left: 0px;
}
.mt-0 {
  margin-top: 0px;
}
.mb-0 {
  margin-bottom: 0px;
}
.pr-0 {
  padding-right: 0px;
}
.pl-0 {
  padding-left: 0px;
}
.pt-0 {
  padding-top: 0px;
}
.pb-0 {
  padding-bottom: 0px;
}
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
h1,
.h1 {
  font-size: 38px;
  line-height: 46px;
  font-family: 'Roboto', sans-serif;
  margin-top: 0;
  margin-bottom: 20px;
}
h1.bold,
.h1.bold,
h1 strong,
.h1 strong {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
}
h2,
.h2 {
  font-size: 30px;
  line-height: 38px;
  font-family: 'Roboto', sans-serif;
  margin-top: 0;
  margin-bottom: 20px;
}
h3,
.h3 {
  font-size: 24px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 20px;
}
.h1-alt {
  font-size: 42px;
  line-height: 45px;
  font-family: 'Roboto', sans-serif;
  margin-top: 0;
  margin-bottom: 20px;
  color: #2f323c;
}
.text-xxsmall {
  font-size: 10px;
}
.text-xsmall {
  font-size: 12px;
  line-height: 20px;
}
.text-small {
  font-size: 14px;
  line-height: 20px;
}
.text-normal {
  font-size: 16px;
}
.text-large {
  font-size: 18px;
  line-height: 30px;
}
.text-xlarge {
  font-size: 20px;
}
.text-xxlarge {
  font-size: 22px;
  line-height: 30px;
}
.relative {
  position: relative;
}
.grid-no-space .row,
.grid-no-space.row {
  margin-right: 0;
  margin-left: 0;
}
.grid-no-space .col-xs-1,
.grid-no-space .col-sm-1,
.grid-no-space .col-md-1,
.grid-no-space .col-lg-1,
.grid-no-space .col-xs-2,
.grid-no-space .col-sm-2,
.grid-no-space .col-md-2,
.grid-no-space .col-lg-2,
.grid-no-space .col-xs-3,
.grid-no-space .col-sm-3,
.grid-no-space .col-md-3,
.grid-no-space .col-lg-3,
.grid-no-space .col-xs-4,
.grid-no-space .col-sm-4,
.grid-no-space .col-md-4,
.grid-no-space .col-lg-4,
.grid-no-space .col-xs-5,
.grid-no-space .col-sm-5,
.grid-no-space .col-md-5,
.grid-no-space .col-lg-5,
.grid-no-space .col-xs-6,
.grid-no-space .col-sm-6,
.grid-no-space .col-md-6,
.grid-no-space .col-lg-6,
.grid-no-space .col-xs-7,
.grid-no-space .col-sm-7,
.grid-no-space .col-md-7,
.grid-no-space .col-lg-7,
.grid-no-space .col-xs-8,
.grid-no-space .col-sm-8,
.grid-no-space .col-md-8,
.grid-no-space .col-lg-8,
.grid-no-space .col-xs-9,
.grid-no-space .col-sm-9,
.grid-no-space .col-md-9,
.grid-no-space .col-lg-9,
.grid-no-space .col-xs-10,
.grid-no-space .col-sm-10,
.grid-no-space .col-md-10,
.grid-no-space .col-lg-10,
.grid-no-space .col-xs-11,
.grid-no-space .col-sm-11,
.grid-no-space .col-md-11,
.grid-no-space .col-lg-11,
.grid-no-space .col-xs-12,
.grid-no-space .col-sm-12,
.grid-no-space .col-md-12,
.grid-no-space .col-lg-12 {
  padding-left: 0;
  padding-right: 0;
}
.grid-no-wrap .row,
.grid-no-wrap.row {
  margin-right: 0;
  margin-left: 0;
}
.grid-no-wrap .col-xs-1:first-child,
.grid-no-wrap .col-sm-1:first-child,
.grid-no-wrap .col-md-1:first-child,
.grid-no-wrap .col-lg-1:first-child,
.grid-no-wrap .col-xs-2:first-child,
.grid-no-wrap .col-sm-2:first-child,
.grid-no-wrap .col-md-2:first-child,
.grid-no-wrap .col-lg-2:first-child,
.grid-no-wrap .col-xs-3:first-child,
.grid-no-wrap .col-sm-3:first-child,
.grid-no-wrap .col-md-3:first-child,
.grid-no-wrap .col-lg-3:first-child,
.grid-no-wrap .col-xs-4:first-child,
.grid-no-wrap .col-sm-4:first-child,
.grid-no-wrap .col-md-4:first-child,
.grid-no-wrap .col-lg-4:first-child,
.grid-no-wrap .col-xs-5:first-child,
.grid-no-wrap .col-sm-5:first-child,
.grid-no-wrap .col-md-5:first-child,
.grid-no-wrap .col-lg-5:first-child,
.grid-no-wrap .col-xs-6:first-child,
.grid-no-wrap .col-sm-6:first-child,
.grid-no-wrap .col-md-6:first-child,
.grid-no-wrap .col-lg-6:first-child,
.grid-no-wrap .col-xs-7:first-child,
.grid-no-wrap .col-sm-7:first-child,
.grid-no-wrap .col-md-7:first-child,
.grid-no-wrap .col-lg-7:first-child,
.grid-no-wrap .col-xs-8:first-child,
.grid-no-wrap .col-sm-8:first-child,
.grid-no-wrap .col-md-8:first-child,
.grid-no-wrap .col-lg-8:first-child,
.grid-no-wrap .col-xs-9:first-child,
.grid-no-wrap .col-sm-9:first-child,
.grid-no-wrap .col-md-9:first-child,
.grid-no-wrap .col-lg-9:first-child,
.grid-no-wrap .col-xs-10:first-child,
.grid-no-wrap .col-sm-10:first-child,
.grid-no-wrap .col-md-10:first-child,
.grid-no-wrap .col-lg-10:first-child,
.grid-no-wrap .col-xs-11:first-child,
.grid-no-wrap .col-sm-11:first-child,
.grid-no-wrap .col-md-11:first-child,
.grid-no-wrap .col-lg-11:first-child,
.grid-no-wrap .col-xs-12:first-child,
.grid-no-wrap .col-sm-12:first-child,
.grid-no-wrap .col-md-12:first-child,
.grid-no-wrap .col-lg-12:first-child {
  padding-left: 0;
}
.grid-no-wrap .col-xs-1:last-child,
.grid-no-wrap .col-sm-1:last-child,
.grid-no-wrap .col-md-1:last-child,
.grid-no-wrap .col-lg-1:last-child,
.grid-no-wrap .col-xs-2:last-child,
.grid-no-wrap .col-sm-2:last-child,
.grid-no-wrap .col-md-2:last-child,
.grid-no-wrap .col-lg-2:last-child,
.grid-no-wrap .col-xs-3:last-child,
.grid-no-wrap .col-sm-3:last-child,
.grid-no-wrap .col-md-3:last-child,
.grid-no-wrap .col-lg-3:last-child,
.grid-no-wrap .col-xs-4:last-child,
.grid-no-wrap .col-sm-4:last-child,
.grid-no-wrap .col-md-4:last-child,
.grid-no-wrap .col-lg-4:last-child,
.grid-no-wrap .col-xs-5:last-child,
.grid-no-wrap .col-sm-5:last-child,
.grid-no-wrap .col-md-5:last-child,
.grid-no-wrap .col-lg-5:last-child,
.grid-no-wrap .col-xs-6:last-child,
.grid-no-wrap .col-sm-6:last-child,
.grid-no-wrap .col-md-6:last-child,
.grid-no-wrap .col-lg-6:last-child,
.grid-no-wrap .col-xs-7:last-child,
.grid-no-wrap .col-sm-7:last-child,
.grid-no-wrap .col-md-7:last-child,
.grid-no-wrap .col-lg-7:last-child,
.grid-no-wrap .col-xs-8:last-child,
.grid-no-wrap .col-sm-8:last-child,
.grid-no-wrap .col-md-8:last-child,
.grid-no-wrap .col-lg-8:last-child,
.grid-no-wrap .col-xs-9:last-child,
.grid-no-wrap .col-sm-9:last-child,
.grid-no-wrap .col-md-9:last-child,
.grid-no-wrap .col-lg-9:last-child,
.grid-no-wrap .col-xs-10:last-child,
.grid-no-wrap .col-sm-10:last-child,
.grid-no-wrap .col-md-10:last-child,
.grid-no-wrap .col-lg-10:last-child,
.grid-no-wrap .col-xs-11:last-child,
.grid-no-wrap .col-sm-11:last-child,
.grid-no-wrap .col-md-11:last-child,
.grid-no-wrap .col-lg-11:last-child,
.grid-no-wrap .col-xs-12:last-child,
.grid-no-wrap .col-sm-12:last-child,
.grid-no-wrap .col-md-12:last-child,
.grid-no-wrap .col-lg-12:last-child {
  padding-right: 0;
}
.bg-white-wrapper {
  position: relative;
  background-color: #ffffff;
  padding: 10px;
  -webkit-box-shadow: 0 2px 5px #d7d9e0;
  -moz-box-shadow: 0 2px 5px #d7d9e0;
  -ms-box-shadow: 0 2px 5px #d7d9e0;
  -o-box-shadow: 0 2px 5px #d7d9e0;
  box-shadow: 0 2px 5px #d7d9e0;
  margin-bottom: 20px;
}
.bg-white-wrapper .arrow {
  position: absolute;
  display: inline-block;
  width: 17px;
  height: 26px;
  top: -26px;
  left: 106px;
  background-image: url("../images/typography/bg-white-wrapper-arrow.png");
  background-repeat: no-repeat;
}
.bg-white-shadow {
  background-color: #ffffff;
  -webkit-box-shadow: 0 10px 40px #c5cad7;
  -moz-box-shadow: 0 10px 40px #c5cad7;
  -ms-box-shadow: 0 10px 40px #c5cad7;
  -o-box-shadow: 0 10px 40px #c5cad7;
  box-shadow: 0 10px 40px #c5cad7;
}
.pad-narrow-extra {
  padding: 35px 40px;
}
.modal-body {
  background-color: #f5f7fb;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  padding: 35px 40px;
}
.modal-body .close {
  font-size: 30px;
  font-weight: normal;
  position: absolute;
  right: 13px;
  top: 7px;
}
.modal-body input {
  outline: none;
}
.modal-body input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 50px #fff !important;
  -webkit-text-fill-color: #999 !important;
  color: #999 !important;
}
.modal-login {
  max-width: 460px;
}
.modal-footer {
  margin-top: 20px;
  padding: 0;
  text-align: left;
  border-top: none;
}
.modal-footer .form-group {
  margin-bottom: 0;
}
.modal-footer label {
  font-weight: normal;
  margin-bottom: 0;
}
.modal-backdrop {
  background-color: #343845;
  z-index: 90;
}
.modal-backdrop.in {
  opacity: 0.9;
}
.next-step-gray {
  display: inline-block;
  width: 8px;
  height: 12px;
  background-image: url("../images/typography/next-step-gray.png");
  background-repeat: no-repeat;
  vertical-align: middle;
}
.next-step-white {
  display: inline-block;
  width: 8px;
  height: 12px;
  background-image: url("../images/typography/next-step-white.png");
  background-repeat: no-repeat;
}
.circle-number {
  width: 39px;
  height: 39px;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding-top: 6px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.23);
  -ms-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.23);
  -o-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.23);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.23);
}
.circle-number.color-black {
  background-color: #3f4259;
}
.circle-number.color-green {
  background-color: #64c84c;
}
.circle-number.color-blue {
  background-color: #23b4ff;
}
.circle-number.size-lg {
  width: 60px;
  height: 60px;
  font-size: 40px;
  line-height: 44px;
}
.list-circle-green {
  list-style-type: none;
  margin-bottom: 30px;
}
.list-circle-green li {
  background-image: url("../images/lists/circle-green.png");
  background-repeat: no-repeat;
  background-position: 0 9px;
  padding-left: 20px;
}
.list-circle-red {
  list-style-type: none;
  margin-bottom: 30px;
}
.list-circle-red li {
  background-image: url("../images/lists/circle-red.png");
  background-repeat: no-repeat;
  background-position: 0 9px;
  padding-left: 20px;
}
.list-bird-green {
  list-style-type: none;
  margin-bottom: 30px;
}
.list-bird-green li {
  background-image: url("../images/lists/bird-green.png");
  background-repeat: no-repeat;
  background-position: 0 3px;
  padding-left: 40px;
  margin-bottom: 15px;
}
.hide-all {
  display: none;
}
.show-all {
  display: block;
}
.video-dialog {
  z-index: 800;
}
.video-dialog.ui-dialog {
  overflow: visible;
}
.video-dialog.ui-dialog .ui-dialog-titlebar-close {
  right: -22px;
  top: -23px;
  margin-top: 0;
  width: 32px;
  height: 32px;
}
.video-dialog.ui-dialog .ui-dialog-titlebar {
  background-image: none;
  padding: 0;
  border: none;
}
.video-dialog.ui-dialog .ui-dialog-content {
  padding: 7px 10px 7px;
}
.video-dialog.ui-dialog.ui-widget-content {
  background-color: transparent;
  background-image: none;
  border: none;
}
.video-dialog.ui-dialog .ui-dialog-titlebar-close {
  outline: none !important;
}
.video-dialog.ui-dialog .ui-widget-header .ui-icon {
  background-position: 0 0;
  width: 32px;
  height: 32px;
  background-image: url(../images/typography/close.png);
  color: red;
  margin: 0;
  left: 0;
  top: 0;
  outline: none !important;
}
.video-dialog.ui-dialog .ui-dialog-title {
  display: none;
}
.video-dialog.ui-dialog .ui-widget-header .ui-state-default {
  border: none;
  background: none;
}
.ui-widget-overlay {
  background-image: none !important;
  background-color: #000000 !important;
  opacity: 0.9 !important;
  z-index: 900 !important;
}
/* label */
.stamp {
  display: inline-block;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0 4px 16px rgba(31, 70, 5, 0.73);
  -moz-box-shadow: 0 4px 16px rgba(31, 70, 5, 0.73);
  -ms-box-shadow: 0 4px 16px rgba(31, 70, 5, 0.73);
  -o-box-shadow: 0 4px 16px rgba(31, 70, 5, 0.73);
  box-shadow: 0 4px 16px rgba(31, 70, 5, 0.73);
  padding: 7px 34px;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
}
.stamp.stamp_green {
  background-color: #76bc48;
  color: #ffffff;
}
.stamp.stamp_black {
  background-color: #404553;
  color: #ffffff;
}
/* Colors background */
/* Colors text */
/* Fonts */
/* Links colors */
/* Sizes */
@media (max-width: 1100px) {
  .image-responsive {
    width: 100%;
  }
}
@media (max-width: 980px) {
  .flex-sm {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    box-sizing: border-box;
    width: 50%;
  }
  .layout-extrasm-column {
    flex-direction: column;
  }
  .mt-extrasm-0 {
    margin-top: 0;
  }
  .header .menu-box {
    width: 29px;
    height: 24px;
    background-image: url(/images/layout/menu-box-gray.png);
    cursor: pointer;
    margin-bottom: 5px;
    margin-left: 20px;
  }
  .header .menu-box:focus {
    outline: none;
  }
  .footer-common {
    text-align: center;
  }
  .footer-common .layout-sm-row {
    flex-direction: row;
  }
  .footer-common__left_sm {
    margin: 0 auto;
  }
  .footer-common .footer-logo-block,
  .footer-common .footer-block {
    margin: 10px auto;
    width: 200px;
  }
  .footer-common .social-list {
    display: inline-block;
  }
  .footer-common .copyright {
    text-align: left;
    margin-left: 0;
  }
  .footer-common .footer-logo-block {
    padding: 10px;
  }
  .footer-common .sm-special-header {
    padding-bottom: 10px;
    text-align: left;
  }
  .footer-common .title-name {
    width: 80%;
    display: inline-block;
    text-align: left;
  }
  .footer-common .plus-minus {
    width: 20%;
    display: inline-block;
    text-align: right;
    position: relative;
  }
  .footer-common .plus-minus span {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-top: none;
    position: relative;
  }
  .footer-common .plus-minus span:after {
    top: 50%;
    right: 0;
    height: 3px;
    width: 100%;
    position: absolute;
    background-color: #fff;
    transition: all 0.4s;
    content: '';
    -ms-transform: rotate(0deg) translateY(0%);
    transform: rotate(0deg) translateY(0%);
  }
  .footer-common .plus-minus span:before {
    top: 50%;
    right: 15%;
    height: 3px;
    width: 100%;
    position: absolute;
    background-color: #fff;
    transition: all 0.4s;
    content: '';
    -ms-transform: rotate(90deg) translateY(-90%);
    transform: rotate(90deg) translateY(-90%);
  }
  .footer-common .sm-hidden-block {
    display: none;
    text-align: left;
  }
  .footer-common .sp-minus span:before {
    display: none;
    transition: all 0.1s;
  }
  .footer-common .footer-btn {
    margin-bottom: 30px;
  }
  .modal-login {
    margin-left: auto;
    margin-right: auto;
  }
  .top-index-section .top-index-form {
    text-align: center;
    padding-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
  }
  .index-signup-form {
    padding-bottom: 80px;
  }
}
@media (min-width: 960px) {
  .mr-gt-sm-100 {
    margin-right: 100px;
  }
  .ml-gt-sm-100 {
    margin-left: 100px;
  }
  .mt-gt-sm-100 {
    margin-top: 100px;
  }
  .mb-gt-sm-100 {
    margin-bottom: 100px;
  }
  .pr-gt-sm-100 {
    padding-right: 100px;
  }
  .pl-gt-sm-100 {
    padding-left: 100px;
  }
  .pt-gt-sm-100 {
    padding-top: 100px;
  }
  .pb-gt-sm-100 {
    padding-bottom: 100px;
  }
  .mr-gt-sm-95 {
    margin-right: 95px;
  }
  .ml-gt-sm-95 {
    margin-left: 95px;
  }
  .mt-gt-sm-95 {
    margin-top: 95px;
  }
  .mb-gt-sm-95 {
    margin-bottom: 95px;
  }
  .pr-gt-sm-95 {
    padding-right: 95px;
  }
  .pl-gt-sm-95 {
    padding-left: 95px;
  }
  .pt-gt-sm-95 {
    padding-top: 95px;
  }
  .pb-gt-sm-95 {
    padding-bottom: 95px;
  }
  .mr-gt-sm-90 {
    margin-right: 90px;
  }
  .ml-gt-sm-90 {
    margin-left: 90px;
  }
  .mt-gt-sm-90 {
    margin-top: 90px;
  }
  .mb-gt-sm-90 {
    margin-bottom: 90px;
  }
  .pr-gt-sm-90 {
    padding-right: 90px;
  }
  .pl-gt-sm-90 {
    padding-left: 90px;
  }
  .pt-gt-sm-90 {
    padding-top: 90px;
  }
  .pb-gt-sm-90 {
    padding-bottom: 90px;
  }
  .mr-gt-sm-85 {
    margin-right: 85px;
  }
  .ml-gt-sm-85 {
    margin-left: 85px;
  }
  .mt-gt-sm-85 {
    margin-top: 85px;
  }
  .mb-gt-sm-85 {
    margin-bottom: 85px;
  }
  .pr-gt-sm-85 {
    padding-right: 85px;
  }
  .pl-gt-sm-85 {
    padding-left: 85px;
  }
  .pt-gt-sm-85 {
    padding-top: 85px;
  }
  .pb-gt-sm-85 {
    padding-bottom: 85px;
  }
  .mr-gt-sm-80 {
    margin-right: 80px;
  }
  .ml-gt-sm-80 {
    margin-left: 80px;
  }
  .mt-gt-sm-80 {
    margin-top: 80px;
  }
  .mb-gt-sm-80 {
    margin-bottom: 80px;
  }
  .pr-gt-sm-80 {
    padding-right: 80px;
  }
  .pl-gt-sm-80 {
    padding-left: 80px;
  }
  .pt-gt-sm-80 {
    padding-top: 80px;
  }
  .pb-gt-sm-80 {
    padding-bottom: 80px;
  }
  .mr-gt-sm-75 {
    margin-right: 75px;
  }
  .ml-gt-sm-75 {
    margin-left: 75px;
  }
  .mt-gt-sm-75 {
    margin-top: 75px;
  }
  .mb-gt-sm-75 {
    margin-bottom: 75px;
  }
  .pr-gt-sm-75 {
    padding-right: 75px;
  }
  .pl-gt-sm-75 {
    padding-left: 75px;
  }
  .pt-gt-sm-75 {
    padding-top: 75px;
  }
  .pb-gt-sm-75 {
    padding-bottom: 75px;
  }
  .mr-gt-sm-70 {
    margin-right: 70px;
  }
  .ml-gt-sm-70 {
    margin-left: 70px;
  }
  .mt-gt-sm-70 {
    margin-top: 70px;
  }
  .mb-gt-sm-70 {
    margin-bottom: 70px;
  }
  .pr-gt-sm-70 {
    padding-right: 70px;
  }
  .pl-gt-sm-70 {
    padding-left: 70px;
  }
  .pt-gt-sm-70 {
    padding-top: 70px;
  }
  .pb-gt-sm-70 {
    padding-bottom: 70px;
  }
  .mr-gt-sm-65 {
    margin-right: 65px;
  }
  .ml-gt-sm-65 {
    margin-left: 65px;
  }
  .mt-gt-sm-65 {
    margin-top: 65px;
  }
  .mb-gt-sm-65 {
    margin-bottom: 65px;
  }
  .pr-gt-sm-65 {
    padding-right: 65px;
  }
  .pl-gt-sm-65 {
    padding-left: 65px;
  }
  .pt-gt-sm-65 {
    padding-top: 65px;
  }
  .pb-gt-sm-65 {
    padding-bottom: 65px;
  }
  .mr-gt-sm-60 {
    margin-right: 60px;
  }
  .ml-gt-sm-60 {
    margin-left: 60px;
  }
  .mt-gt-sm-60 {
    margin-top: 60px;
  }
  .mb-gt-sm-60 {
    margin-bottom: 60px;
  }
  .pr-gt-sm-60 {
    padding-right: 60px;
  }
  .pl-gt-sm-60 {
    padding-left: 60px;
  }
  .pt-gt-sm-60 {
    padding-top: 60px;
  }
  .pb-gt-sm-60 {
    padding-bottom: 60px;
  }
  .mr-gt-sm-55 {
    margin-right: 55px;
  }
  .ml-gt-sm-55 {
    margin-left: 55px;
  }
  .mt-gt-sm-55 {
    margin-top: 55px;
  }
  .mb-gt-sm-55 {
    margin-bottom: 55px;
  }
  .pr-gt-sm-55 {
    padding-right: 55px;
  }
  .pl-gt-sm-55 {
    padding-left: 55px;
  }
  .pt-gt-sm-55 {
    padding-top: 55px;
  }
  .pb-gt-sm-55 {
    padding-bottom: 55px;
  }
  .mr-gt-sm-50 {
    margin-right: 50px;
  }
  .ml-gt-sm-50 {
    margin-left: 50px;
  }
  .mt-gt-sm-50 {
    margin-top: 50px;
  }
  .mb-gt-sm-50 {
    margin-bottom: 50px;
  }
  .pr-gt-sm-50 {
    padding-right: 50px;
  }
  .pl-gt-sm-50 {
    padding-left: 50px;
  }
  .pt-gt-sm-50 {
    padding-top: 50px;
  }
  .pb-gt-sm-50 {
    padding-bottom: 50px;
  }
  .mr-gt-sm-45 {
    margin-right: 45px;
  }
  .ml-gt-sm-45 {
    margin-left: 45px;
  }
  .mt-gt-sm-45 {
    margin-top: 45px;
  }
  .mb-gt-sm-45 {
    margin-bottom: 45px;
  }
  .pr-gt-sm-45 {
    padding-right: 45px;
  }
  .pl-gt-sm-45 {
    padding-left: 45px;
  }
  .pt-gt-sm-45 {
    padding-top: 45px;
  }
  .pb-gt-sm-45 {
    padding-bottom: 45px;
  }
  .mr-gt-sm-40 {
    margin-right: 40px;
  }
  .ml-gt-sm-40 {
    margin-left: 40px;
  }
  .mt-gt-sm-40 {
    margin-top: 40px;
  }
  .mb-gt-sm-40 {
    margin-bottom: 40px;
  }
  .pr-gt-sm-40 {
    padding-right: 40px;
  }
  .pl-gt-sm-40 {
    padding-left: 40px;
  }
  .pt-gt-sm-40 {
    padding-top: 40px;
  }
  .pb-gt-sm-40 {
    padding-bottom: 40px;
  }
  .mr-gt-sm-35 {
    margin-right: 35px;
  }
  .ml-gt-sm-35 {
    margin-left: 35px;
  }
  .mt-gt-sm-35 {
    margin-top: 35px;
  }
  .mb-gt-sm-35 {
    margin-bottom: 35px;
  }
  .pr-gt-sm-35 {
    padding-right: 35px;
  }
  .pl-gt-sm-35 {
    padding-left: 35px;
  }
  .pt-gt-sm-35 {
    padding-top: 35px;
  }
  .pb-gt-sm-35 {
    padding-bottom: 35px;
  }
  .mr-gt-sm-30 {
    margin-right: 30px;
  }
  .ml-gt-sm-30 {
    margin-left: 30px;
  }
  .mt-gt-sm-30 {
    margin-top: 30px;
  }
  .mb-gt-sm-30 {
    margin-bottom: 30px;
  }
  .pr-gt-sm-30 {
    padding-right: 30px;
  }
  .pl-gt-sm-30 {
    padding-left: 30px;
  }
  .pt-gt-sm-30 {
    padding-top: 30px;
  }
  .pb-gt-sm-30 {
    padding-bottom: 30px;
  }
  .mr-gt-sm-25 {
    margin-right: 25px;
  }
  .ml-gt-sm-25 {
    margin-left: 25px;
  }
  .mt-gt-sm-25 {
    margin-top: 25px;
  }
  .mb-gt-sm-25 {
    margin-bottom: 25px;
  }
  .pr-gt-sm-25 {
    padding-right: 25px;
  }
  .pl-gt-sm-25 {
    padding-left: 25px;
  }
  .pt-gt-sm-25 {
    padding-top: 25px;
  }
  .pb-gt-sm-25 {
    padding-bottom: 25px;
  }
  .mr-gt-sm-20 {
    margin-right: 20px;
  }
  .ml-gt-sm-20 {
    margin-left: 20px;
  }
  .mt-gt-sm-20 {
    margin-top: 20px;
  }
  .mb-gt-sm-20 {
    margin-bottom: 20px;
  }
  .pr-gt-sm-20 {
    padding-right: 20px;
  }
  .pl-gt-sm-20 {
    padding-left: 20px;
  }
  .pt-gt-sm-20 {
    padding-top: 20px;
  }
  .pb-gt-sm-20 {
    padding-bottom: 20px;
  }
  .mr-gt-sm-15 {
    margin-right: 15px;
  }
  .ml-gt-sm-15 {
    margin-left: 15px;
  }
  .mt-gt-sm-15 {
    margin-top: 15px;
  }
  .mb-gt-sm-15 {
    margin-bottom: 15px;
  }
  .pr-gt-sm-15 {
    padding-right: 15px;
  }
  .pl-gt-sm-15 {
    padding-left: 15px;
  }
  .pt-gt-sm-15 {
    padding-top: 15px;
  }
  .pb-gt-sm-15 {
    padding-bottom: 15px;
  }
  .mr-gt-sm-10 {
    margin-right: 10px;
  }
  .ml-gt-sm-10 {
    margin-left: 10px;
  }
  .mt-gt-sm-10 {
    margin-top: 10px;
  }
  .mb-gt-sm-10 {
    margin-bottom: 10px;
  }
  .pr-gt-sm-10 {
    padding-right: 10px;
  }
  .pl-gt-sm-10 {
    padding-left: 10px;
  }
  .pt-gt-sm-10 {
    padding-top: 10px;
  }
  .pb-gt-sm-10 {
    padding-bottom: 10px;
  }
  .mr-gt-sm-5 {
    margin-right: 5px;
  }
  .ml-gt-sm-5 {
    margin-left: 5px;
  }
  .mt-gt-sm-5 {
    margin-top: 5px;
  }
  .mb-gt-sm-5 {
    margin-bottom: 5px;
  }
  .pr-gt-sm-5 {
    padding-right: 5px;
  }
  .pl-gt-sm-5 {
    padding-left: 5px;
  }
  .pt-gt-sm-5 {
    padding-top: 5px;
  }
  .pb-gt-sm-5 {
    padding-bottom: 5px;
  }
  .mr-gt-sm-0 {
    margin-right: 0px;
  }
  .ml-gt-sm-0 {
    margin-left: 0px;
  }
  .mt-gt-sm-0 {
    margin-top: 0px;
  }
  .mb-gt-sm-0 {
    margin-bottom: 0px;
  }
  .pr-gt-sm-0 {
    padding-right: 0px;
  }
  .pl-gt-sm-0 {
    padding-left: 0px;
  }
  .pt-gt-sm-0 {
    padding-top: 0px;
  }
  .pb-gt-sm-0 {
    padding-bottom: 0px;
  }
}
@media (min-width: 600px) {
  .mr-gt-xs-100 {
    margin-right: 100px;
  }
  .ml-gt-xs-100 {
    margin-left: 100px;
  }
  .mt-gt-xs-100 {
    margin-top: 100px;
  }
  .mb-gt-xs-100 {
    margin-bottom: 100px;
  }
  .pr-gt-xs-100 {
    padding-right: 100px;
  }
  .pl-gt-xs-100 {
    padding-left: 100px;
  }
  .pt-gt-xs-100 {
    padding-top: 100px;
  }
  .pb-gt-xs-100 {
    padding-bottom: 100px;
  }
  .mr-gt-xs-95 {
    margin-right: 95px;
  }
  .ml-gt-xs-95 {
    margin-left: 95px;
  }
  .mt-gt-xs-95 {
    margin-top: 95px;
  }
  .mb-gt-xs-95 {
    margin-bottom: 95px;
  }
  .pr-gt-xs-95 {
    padding-right: 95px;
  }
  .pl-gt-xs-95 {
    padding-left: 95px;
  }
  .pt-gt-xs-95 {
    padding-top: 95px;
  }
  .pb-gt-xs-95 {
    padding-bottom: 95px;
  }
  .mr-gt-xs-90 {
    margin-right: 90px;
  }
  .ml-gt-xs-90 {
    margin-left: 90px;
  }
  .mt-gt-xs-90 {
    margin-top: 90px;
  }
  .mb-gt-xs-90 {
    margin-bottom: 90px;
  }
  .pr-gt-xs-90 {
    padding-right: 90px;
  }
  .pl-gt-xs-90 {
    padding-left: 90px;
  }
  .pt-gt-xs-90 {
    padding-top: 90px;
  }
  .pb-gt-xs-90 {
    padding-bottom: 90px;
  }
  .mr-gt-xs-85 {
    margin-right: 85px;
  }
  .ml-gt-xs-85 {
    margin-left: 85px;
  }
  .mt-gt-xs-85 {
    margin-top: 85px;
  }
  .mb-gt-xs-85 {
    margin-bottom: 85px;
  }
  .pr-gt-xs-85 {
    padding-right: 85px;
  }
  .pl-gt-xs-85 {
    padding-left: 85px;
  }
  .pt-gt-xs-85 {
    padding-top: 85px;
  }
  .pb-gt-xs-85 {
    padding-bottom: 85px;
  }
  .mr-gt-xs-80 {
    margin-right: 80px;
  }
  .ml-gt-xs-80 {
    margin-left: 80px;
  }
  .mt-gt-xs-80 {
    margin-top: 80px;
  }
  .mb-gt-xs-80 {
    margin-bottom: 80px;
  }
  .pr-gt-xs-80 {
    padding-right: 80px;
  }
  .pl-gt-xs-80 {
    padding-left: 80px;
  }
  .pt-gt-xs-80 {
    padding-top: 80px;
  }
  .pb-gt-xs-80 {
    padding-bottom: 80px;
  }
  .mr-gt-xs-75 {
    margin-right: 75px;
  }
  .ml-gt-xs-75 {
    margin-left: 75px;
  }
  .mt-gt-xs-75 {
    margin-top: 75px;
  }
  .mb-gt-xs-75 {
    margin-bottom: 75px;
  }
  .pr-gt-xs-75 {
    padding-right: 75px;
  }
  .pl-gt-xs-75 {
    padding-left: 75px;
  }
  .pt-gt-xs-75 {
    padding-top: 75px;
  }
  .pb-gt-xs-75 {
    padding-bottom: 75px;
  }
  .mr-gt-xs-70 {
    margin-right: 70px;
  }
  .ml-gt-xs-70 {
    margin-left: 70px;
  }
  .mt-gt-xs-70 {
    margin-top: 70px;
  }
  .mb-gt-xs-70 {
    margin-bottom: 70px;
  }
  .pr-gt-xs-70 {
    padding-right: 70px;
  }
  .pl-gt-xs-70 {
    padding-left: 70px;
  }
  .pt-gt-xs-70 {
    padding-top: 70px;
  }
  .pb-gt-xs-70 {
    padding-bottom: 70px;
  }
  .mr-gt-xs-65 {
    margin-right: 65px;
  }
  .ml-gt-xs-65 {
    margin-left: 65px;
  }
  .mt-gt-xs-65 {
    margin-top: 65px;
  }
  .mb-gt-xs-65 {
    margin-bottom: 65px;
  }
  .pr-gt-xs-65 {
    padding-right: 65px;
  }
  .pl-gt-xs-65 {
    padding-left: 65px;
  }
  .pt-gt-xs-65 {
    padding-top: 65px;
  }
  .pb-gt-xs-65 {
    padding-bottom: 65px;
  }
  .mr-gt-xs-60 {
    margin-right: 60px;
  }
  .ml-gt-xs-60 {
    margin-left: 60px;
  }
  .mt-gt-xs-60 {
    margin-top: 60px;
  }
  .mb-gt-xs-60 {
    margin-bottom: 60px;
  }
  .pr-gt-xs-60 {
    padding-right: 60px;
  }
  .pl-gt-xs-60 {
    padding-left: 60px;
  }
  .pt-gt-xs-60 {
    padding-top: 60px;
  }
  .pb-gt-xs-60 {
    padding-bottom: 60px;
  }
  .mr-gt-xs-55 {
    margin-right: 55px;
  }
  .ml-gt-xs-55 {
    margin-left: 55px;
  }
  .mt-gt-xs-55 {
    margin-top: 55px;
  }
  .mb-gt-xs-55 {
    margin-bottom: 55px;
  }
  .pr-gt-xs-55 {
    padding-right: 55px;
  }
  .pl-gt-xs-55 {
    padding-left: 55px;
  }
  .pt-gt-xs-55 {
    padding-top: 55px;
  }
  .pb-gt-xs-55 {
    padding-bottom: 55px;
  }
  .mr-gt-xs-50 {
    margin-right: 50px;
  }
  .ml-gt-xs-50 {
    margin-left: 50px;
  }
  .mt-gt-xs-50 {
    margin-top: 50px;
  }
  .mb-gt-xs-50 {
    margin-bottom: 50px;
  }
  .pr-gt-xs-50 {
    padding-right: 50px;
  }
  .pl-gt-xs-50 {
    padding-left: 50px;
  }
  .pt-gt-xs-50 {
    padding-top: 50px;
  }
  .pb-gt-xs-50 {
    padding-bottom: 50px;
  }
  .mr-gt-xs-45 {
    margin-right: 45px;
  }
  .ml-gt-xs-45 {
    margin-left: 45px;
  }
  .mt-gt-xs-45 {
    margin-top: 45px;
  }
  .mb-gt-xs-45 {
    margin-bottom: 45px;
  }
  .pr-gt-xs-45 {
    padding-right: 45px;
  }
  .pl-gt-xs-45 {
    padding-left: 45px;
  }
  .pt-gt-xs-45 {
    padding-top: 45px;
  }
  .pb-gt-xs-45 {
    padding-bottom: 45px;
  }
  .mr-gt-xs-40 {
    margin-right: 40px;
  }
  .ml-gt-xs-40 {
    margin-left: 40px;
  }
  .mt-gt-xs-40 {
    margin-top: 40px;
  }
  .mb-gt-xs-40 {
    margin-bottom: 40px;
  }
  .pr-gt-xs-40 {
    padding-right: 40px;
  }
  .pl-gt-xs-40 {
    padding-left: 40px;
  }
  .pt-gt-xs-40 {
    padding-top: 40px;
  }
  .pb-gt-xs-40 {
    padding-bottom: 40px;
  }
  .mr-gt-xs-35 {
    margin-right: 35px;
  }
  .ml-gt-xs-35 {
    margin-left: 35px;
  }
  .mt-gt-xs-35 {
    margin-top: 35px;
  }
  .mb-gt-xs-35 {
    margin-bottom: 35px;
  }
  .pr-gt-xs-35 {
    padding-right: 35px;
  }
  .pl-gt-xs-35 {
    padding-left: 35px;
  }
  .pt-gt-xs-35 {
    padding-top: 35px;
  }
  .pb-gt-xs-35 {
    padding-bottom: 35px;
  }
  .mr-gt-xs-30 {
    margin-right: 30px;
  }
  .ml-gt-xs-30 {
    margin-left: 30px;
  }
  .mt-gt-xs-30 {
    margin-top: 30px;
  }
  .mb-gt-xs-30 {
    margin-bottom: 30px;
  }
  .pr-gt-xs-30 {
    padding-right: 30px;
  }
  .pl-gt-xs-30 {
    padding-left: 30px;
  }
  .pt-gt-xs-30 {
    padding-top: 30px;
  }
  .pb-gt-xs-30 {
    padding-bottom: 30px;
  }
  .mr-gt-xs-25 {
    margin-right: 25px;
  }
  .ml-gt-xs-25 {
    margin-left: 25px;
  }
  .mt-gt-xs-25 {
    margin-top: 25px;
  }
  .mb-gt-xs-25 {
    margin-bottom: 25px;
  }
  .pr-gt-xs-25 {
    padding-right: 25px;
  }
  .pl-gt-xs-25 {
    padding-left: 25px;
  }
  .pt-gt-xs-25 {
    padding-top: 25px;
  }
  .pb-gt-xs-25 {
    padding-bottom: 25px;
  }
  .mr-gt-xs-20 {
    margin-right: 20px;
  }
  .ml-gt-xs-20 {
    margin-left: 20px;
  }
  .mt-gt-xs-20 {
    margin-top: 20px;
  }
  .mb-gt-xs-20 {
    margin-bottom: 20px;
  }
  .pr-gt-xs-20 {
    padding-right: 20px;
  }
  .pl-gt-xs-20 {
    padding-left: 20px;
  }
  .pt-gt-xs-20 {
    padding-top: 20px;
  }
  .pb-gt-xs-20 {
    padding-bottom: 20px;
  }
  .mr-gt-xs-15 {
    margin-right: 15px;
  }
  .ml-gt-xs-15 {
    margin-left: 15px;
  }
  .mt-gt-xs-15 {
    margin-top: 15px;
  }
  .mb-gt-xs-15 {
    margin-bottom: 15px;
  }
  .pr-gt-xs-15 {
    padding-right: 15px;
  }
  .pl-gt-xs-15 {
    padding-left: 15px;
  }
  .pt-gt-xs-15 {
    padding-top: 15px;
  }
  .pb-gt-xs-15 {
    padding-bottom: 15px;
  }
  .mr-gt-xs-10 {
    margin-right: 10px;
  }
  .ml-gt-xs-10 {
    margin-left: 10px;
  }
  .mt-gt-xs-10 {
    margin-top: 10px;
  }
  .mb-gt-xs-10 {
    margin-bottom: 10px;
  }
  .pr-gt-xs-10 {
    padding-right: 10px;
  }
  .pl-gt-xs-10 {
    padding-left: 10px;
  }
  .pt-gt-xs-10 {
    padding-top: 10px;
  }
  .pb-gt-xs-10 {
    padding-bottom: 10px;
  }
  .mr-gt-xs-5 {
    margin-right: 5px;
  }
  .ml-gt-xs-5 {
    margin-left: 5px;
  }
  .mt-gt-xs-5 {
    margin-top: 5px;
  }
  .mb-gt-xs-5 {
    margin-bottom: 5px;
  }
  .pr-gt-xs-5 {
    padding-right: 5px;
  }
  .pl-gt-xs-5 {
    padding-left: 5px;
  }
  .pt-gt-xs-5 {
    padding-top: 5px;
  }
  .pb-gt-xs-5 {
    padding-bottom: 5px;
  }
  .mr-gt-xs-0 {
    margin-right: 0px;
  }
  .ml-gt-xs-0 {
    margin-left: 0px;
  }
  .mt-gt-xs-0 {
    margin-top: 0px;
  }
  .mb-gt-xs-0 {
    margin-bottom: 0px;
  }
  .pr-gt-xs-0 {
    padding-right: 0px;
  }
  .pl-gt-xs-0 {
    padding-left: 0px;
  }
  .pt-gt-xs-0 {
    padding-top: 0px;
  }
  .pb-gt-xs-0 {
    padding-bottom: 0px;
  }
}
@media (max-width: 960px) and (min-width: 600px) {
  .pricing-table .plan-block.pro .popular {
    font-size: 14px;
  }
  .pricing-table .plan-block .plan-header {
    padding: 20px 15px;
  }
  .pricing-table .plan-block .plan-body {
    padding: 20px 15px 30px;
  }
  .pricing-table .plan-block .plan-body .custom-text {
    font-size: 28px;
    line-height: 30px;
  }
  .pricing-table .plan-block .plan-body .price .count {
    font-size: 36px;
  }
  .mr-sm-100 {
    margin-right: 100px;
  }
  .ml-sm-100 {
    margin-left: 100px;
  }
  .mt-sm-100 {
    margin-top: 100px;
  }
  .mb-sm-100 {
    margin-bottom: 100px;
  }
  .pr-sm-100 {
    padding-right: 100px;
  }
  .pl-sm-100 {
    padding-left: 100px;
  }
  .pt-sm-100 {
    padding-top: 100px;
  }
  .pb-sm-100 {
    padding-bottom: 100px;
  }
  .mr-sm-95 {
    margin-right: 95px;
  }
  .ml-sm-95 {
    margin-left: 95px;
  }
  .mt-sm-95 {
    margin-top: 95px;
  }
  .mb-sm-95 {
    margin-bottom: 95px;
  }
  .pr-sm-95 {
    padding-right: 95px;
  }
  .pl-sm-95 {
    padding-left: 95px;
  }
  .pt-sm-95 {
    padding-top: 95px;
  }
  .pb-sm-95 {
    padding-bottom: 95px;
  }
  .mr-sm-90 {
    margin-right: 90px;
  }
  .ml-sm-90 {
    margin-left: 90px;
  }
  .mt-sm-90 {
    margin-top: 90px;
  }
  .mb-sm-90 {
    margin-bottom: 90px;
  }
  .pr-sm-90 {
    padding-right: 90px;
  }
  .pl-sm-90 {
    padding-left: 90px;
  }
  .pt-sm-90 {
    padding-top: 90px;
  }
  .pb-sm-90 {
    padding-bottom: 90px;
  }
  .mr-sm-85 {
    margin-right: 85px;
  }
  .ml-sm-85 {
    margin-left: 85px;
  }
  .mt-sm-85 {
    margin-top: 85px;
  }
  .mb-sm-85 {
    margin-bottom: 85px;
  }
  .pr-sm-85 {
    padding-right: 85px;
  }
  .pl-sm-85 {
    padding-left: 85px;
  }
  .pt-sm-85 {
    padding-top: 85px;
  }
  .pb-sm-85 {
    padding-bottom: 85px;
  }
  .mr-sm-80 {
    margin-right: 80px;
  }
  .ml-sm-80 {
    margin-left: 80px;
  }
  .mt-sm-80 {
    margin-top: 80px;
  }
  .mb-sm-80 {
    margin-bottom: 80px;
  }
  .pr-sm-80 {
    padding-right: 80px;
  }
  .pl-sm-80 {
    padding-left: 80px;
  }
  .pt-sm-80 {
    padding-top: 80px;
  }
  .pb-sm-80 {
    padding-bottom: 80px;
  }
  .mr-sm-75 {
    margin-right: 75px;
  }
  .ml-sm-75 {
    margin-left: 75px;
  }
  .mt-sm-75 {
    margin-top: 75px;
  }
  .mb-sm-75 {
    margin-bottom: 75px;
  }
  .pr-sm-75 {
    padding-right: 75px;
  }
  .pl-sm-75 {
    padding-left: 75px;
  }
  .pt-sm-75 {
    padding-top: 75px;
  }
  .pb-sm-75 {
    padding-bottom: 75px;
  }
  .mr-sm-70 {
    margin-right: 70px;
  }
  .ml-sm-70 {
    margin-left: 70px;
  }
  .mt-sm-70 {
    margin-top: 70px;
  }
  .mb-sm-70 {
    margin-bottom: 70px;
  }
  .pr-sm-70 {
    padding-right: 70px;
  }
  .pl-sm-70 {
    padding-left: 70px;
  }
  .pt-sm-70 {
    padding-top: 70px;
  }
  .pb-sm-70 {
    padding-bottom: 70px;
  }
  .mr-sm-65 {
    margin-right: 65px;
  }
  .ml-sm-65 {
    margin-left: 65px;
  }
  .mt-sm-65 {
    margin-top: 65px;
  }
  .mb-sm-65 {
    margin-bottom: 65px;
  }
  .pr-sm-65 {
    padding-right: 65px;
  }
  .pl-sm-65 {
    padding-left: 65px;
  }
  .pt-sm-65 {
    padding-top: 65px;
  }
  .pb-sm-65 {
    padding-bottom: 65px;
  }
  .mr-sm-60 {
    margin-right: 60px;
  }
  .ml-sm-60 {
    margin-left: 60px;
  }
  .mt-sm-60 {
    margin-top: 60px;
  }
  .mb-sm-60 {
    margin-bottom: 60px;
  }
  .pr-sm-60 {
    padding-right: 60px;
  }
  .pl-sm-60 {
    padding-left: 60px;
  }
  .pt-sm-60 {
    padding-top: 60px;
  }
  .pb-sm-60 {
    padding-bottom: 60px;
  }
  .mr-sm-55 {
    margin-right: 55px;
  }
  .ml-sm-55 {
    margin-left: 55px;
  }
  .mt-sm-55 {
    margin-top: 55px;
  }
  .mb-sm-55 {
    margin-bottom: 55px;
  }
  .pr-sm-55 {
    padding-right: 55px;
  }
  .pl-sm-55 {
    padding-left: 55px;
  }
  .pt-sm-55 {
    padding-top: 55px;
  }
  .pb-sm-55 {
    padding-bottom: 55px;
  }
  .mr-sm-50 {
    margin-right: 50px;
  }
  .ml-sm-50 {
    margin-left: 50px;
  }
  .mt-sm-50 {
    margin-top: 50px;
  }
  .mb-sm-50 {
    margin-bottom: 50px;
  }
  .pr-sm-50 {
    padding-right: 50px;
  }
  .pl-sm-50 {
    padding-left: 50px;
  }
  .pt-sm-50 {
    padding-top: 50px;
  }
  .pb-sm-50 {
    padding-bottom: 50px;
  }
  .mr-sm-45 {
    margin-right: 45px;
  }
  .ml-sm-45 {
    margin-left: 45px;
  }
  .mt-sm-45 {
    margin-top: 45px;
  }
  .mb-sm-45 {
    margin-bottom: 45px;
  }
  .pr-sm-45 {
    padding-right: 45px;
  }
  .pl-sm-45 {
    padding-left: 45px;
  }
  .pt-sm-45 {
    padding-top: 45px;
  }
  .pb-sm-45 {
    padding-bottom: 45px;
  }
  .mr-sm-40 {
    margin-right: 40px;
  }
  .ml-sm-40 {
    margin-left: 40px;
  }
  .mt-sm-40 {
    margin-top: 40px;
  }
  .mb-sm-40 {
    margin-bottom: 40px;
  }
  .pr-sm-40 {
    padding-right: 40px;
  }
  .pl-sm-40 {
    padding-left: 40px;
  }
  .pt-sm-40 {
    padding-top: 40px;
  }
  .pb-sm-40 {
    padding-bottom: 40px;
  }
  .mr-sm-35 {
    margin-right: 35px;
  }
  .ml-sm-35 {
    margin-left: 35px;
  }
  .mt-sm-35 {
    margin-top: 35px;
  }
  .mb-sm-35 {
    margin-bottom: 35px;
  }
  .pr-sm-35 {
    padding-right: 35px;
  }
  .pl-sm-35 {
    padding-left: 35px;
  }
  .pt-sm-35 {
    padding-top: 35px;
  }
  .pb-sm-35 {
    padding-bottom: 35px;
  }
  .mr-sm-30 {
    margin-right: 30px;
  }
  .ml-sm-30 {
    margin-left: 30px;
  }
  .mt-sm-30 {
    margin-top: 30px;
  }
  .mb-sm-30 {
    margin-bottom: 30px;
  }
  .pr-sm-30 {
    padding-right: 30px;
  }
  .pl-sm-30 {
    padding-left: 30px;
  }
  .pt-sm-30 {
    padding-top: 30px;
  }
  .pb-sm-30 {
    padding-bottom: 30px;
  }
  .mr-sm-25 {
    margin-right: 25px;
  }
  .ml-sm-25 {
    margin-left: 25px;
  }
  .mt-sm-25 {
    margin-top: 25px;
  }
  .mb-sm-25 {
    margin-bottom: 25px;
  }
  .pr-sm-25 {
    padding-right: 25px;
  }
  .pl-sm-25 {
    padding-left: 25px;
  }
  .pt-sm-25 {
    padding-top: 25px;
  }
  .pb-sm-25 {
    padding-bottom: 25px;
  }
  .mr-sm-20 {
    margin-right: 20px;
  }
  .ml-sm-20 {
    margin-left: 20px;
  }
  .mt-sm-20 {
    margin-top: 20px;
  }
  .mb-sm-20 {
    margin-bottom: 20px;
  }
  .pr-sm-20 {
    padding-right: 20px;
  }
  .pl-sm-20 {
    padding-left: 20px;
  }
  .pt-sm-20 {
    padding-top: 20px;
  }
  .pb-sm-20 {
    padding-bottom: 20px;
  }
  .mr-sm-15 {
    margin-right: 15px;
  }
  .ml-sm-15 {
    margin-left: 15px;
  }
  .mt-sm-15 {
    margin-top: 15px;
  }
  .mb-sm-15 {
    margin-bottom: 15px;
  }
  .pr-sm-15 {
    padding-right: 15px;
  }
  .pl-sm-15 {
    padding-left: 15px;
  }
  .pt-sm-15 {
    padding-top: 15px;
  }
  .pb-sm-15 {
    padding-bottom: 15px;
  }
  .mr-sm-10 {
    margin-right: 10px;
  }
  .ml-sm-10 {
    margin-left: 10px;
  }
  .mt-sm-10 {
    margin-top: 10px;
  }
  .mb-sm-10 {
    margin-bottom: 10px;
  }
  .pr-sm-10 {
    padding-right: 10px;
  }
  .pl-sm-10 {
    padding-left: 10px;
  }
  .pt-sm-10 {
    padding-top: 10px;
  }
  .pb-sm-10 {
    padding-bottom: 10px;
  }
  .mr-sm-5 {
    margin-right: 5px;
  }
  .ml-sm-5 {
    margin-left: 5px;
  }
  .mt-sm-5 {
    margin-top: 5px;
  }
  .mb-sm-5 {
    margin-bottom: 5px;
  }
  .pr-sm-5 {
    padding-right: 5px;
  }
  .pl-sm-5 {
    padding-left: 5px;
  }
  .pt-sm-5 {
    padding-top: 5px;
  }
  .pb-sm-5 {
    padding-bottom: 5px;
  }
  .mr-sm-0 {
    margin-right: 0px;
  }
  .ml-sm-0 {
    margin-left: 0px;
  }
  .mt-sm-0 {
    margin-top: 0px;
  }
  .mb-sm-0 {
    margin-bottom: 0px;
  }
  .pr-sm-0 {
    padding-right: 0px;
  }
  .pl-sm-0 {
    padding-left: 0px;
  }
  .pt-sm-0 {
    padding-top: 0px;
  }
  .pb-sm-0 {
    padding-bottom: 0px;
  }
}
@media (max-width: 1100px) {
  .container-fixed {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 960px) {
  .testimonial-wrapper {
    margin-right: 5%;
  }
}
/* Mentions script */
@media (min-width: 600px) and (max-width: 1100px) {
  .mentions-animate-block {
    display: none !important;
  }
}
/* Mobile menu*/
@media screen and (max-width: 1070px) {
  .header .logo {
    margin-right: 0;
  }
  .header .menu-box {
    display: block;
    margin-left: 10px;
  }
  .header .mobile-menu,
  .header .main-menu-block {
    display: none;
    position: absolute;
    right: 50px;
    left: 50px;
    top: 75px;
    background-color: #ffffff;
    padding-top: 15px;
    padding-bottom: 15px;
    z-index: 100;
    -webkit-box-shadow: 0 13px 43px #a6acbf;
    -moz-box-shadow: 0 13px 43px #a6acbf;
    -ms-box-shadow: 0 13px 43px #a6acbf;
    -o-box-shadow: 0 13px 43px #a6acbf;
    box-shadow: 0 13px 43px #a6acbf;
  }
  .header .mobile-menu .main-menu,
  .header .main-menu-block .main-menu {
    margin-bottom: 0;
  }
  .header .mobile-menu .main-menu li,
  .header .main-menu-block .main-menu li {
    float: none;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    text-align: left;
  }
  .header .mobile-menu .main-menu li a,
  .header .main-menu-block .main-menu li a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    display: block;
    font-size: 20px;
    font-weight: bold;
    padding-left: 30px;
    color: #2f323c;
  }
  .header .mobile-menu .main-menu li a:hover,
  .header .main-menu-block .main-menu li a:hover {
    background-color: #eeeff2;
    background-image: none;
    color: #2f323c;
  }
  .mobile-menu-items-hide {
    display: none;
  }
  .login-item a {
    background-color: #e1e3e8;
  }
  .open-menu .mobile-menu {
    display: block;
  }
  .open-menu .mobile-menu .mobile-menu-items {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .container-fixed {
    padding-left: 20px;
    padding-right: 20px;
  }
  .hide-mobile {
    display: none;
  }
  .show-mobile {
    display: block;
  }
  .form-group .form-control {
    font-size: 20px;
  }
  .form-group .btn {
    font-size: 22px;
  }
  .footer .copyright {
    margin-top: 0;
  }
  .footer .footer-form .form-control-md {
    font-size: 22px;
    height: 70px;
  }
  .min-height-600,
  .min-height-560 {
    min-height: auto;
  }
  .top-index-section .index-signup-form {
    padding-bottom: 0;
  }
  .top-index-section .top-index-title {
    margin-top: 30px;
    font-size: 32px;
    line-height: 36px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
  }
  .top-index-section .top-index-title strong {
    font-family: 'Roboto', sans-serif;
    display: block;
    margin-top: 10px;
    color: #2f323c;
    font-size: 20px;
    line-height: 24px;
  }
  .top-index-section .top-index-form {
    padding-bottom: 65px;
  }
  .top-index-section .top-index-form .form-control {
    font-size: 22px;
  }
  .top-index-section .top-index-form .btn {
    font-size: 24px;
    height: 80px;
  }
  .top-index-section .top-index-form .special-green {
    width: 100%;
    height: 65px;
  }
  .shape-bg {
    background-size: cover;
    height: auto;
  }
  .img-absolute-right {
    position: relative;
    top: 0 !important;
  }
  .features-screen-right,
  .features-screen-right-2 {
    margin-left: 0;
  }
  .features-screen-left {
    right: 0;
    position: relative;
  }
  .pricing-table {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
  }
  .pricing-table .plan-block {
    -webkit-box-shadow: 0 13px 43px #a6acbf;
    -moz-box-shadow: 0 13px 43px #a6acbf;
    -ms-box-shadow: 0 13px 43px #a6acbf;
    -o-box-shadow: 0 13px 43px #a6acbf;
    box-shadow: 0 13px 43px #a6acbf;
  }
  .pricing-table .plan-block.pro {
    margin-bottom: 40px;
  }
  .pricing-table .plan-block.pro .popular {
    font-size: 18px;
    line-height: 25px;
  }
  .pricing-table .plan-block .plan-header {
    min-height: 100px;
    padding: 20px 15px;
  }
  .pricing-table .plan-block .plan-header .title {
    font-size: 35px;
  }
  .pricing-table .plan-block .plan-header .desc {
    font-size: 16px;
  }
  .pricing-table .plan-block .plan-body {
    padding: 20px 15px 30px;
  }
  .pricing-table .plan-block .plan-body .custom-text {
    font-size: 46px;
    line-height: 50px;
  }
  .pricing-table .plan-block .plan-body .list {
    text-align: center;
    font-size: 18px;
  }
  .pricing-table .plan-block .plan-body .price {
    text-align: center;
  }
  .pricing-table .plan-block .plan-body .price .count {
    font-size: 60px;
  }
  .pricing-table .plan-block .plan-body .btn {
    font-size: 20px;
    max-width: 240px;
    margin: 0 auto;
  }
  .mentions-animate-block {
    position: relative;
    min-height: 10px;
    width: auto;
    left: 0;
    margin-left: 0;
    display: none;
  }
  .mentions-animate-block .mention-block {
    left: 0 !important;
    right: 0 !important;
    top: 130px !important;
    max-width: 100% !important;
  }
  .mentions-animate-block .mention-block .arrow {
    display: none;
  }
  .mentions-animate-block .mention-block .dot {
    display: none;
  }
  .mentions-animate-block .mention-block:after {
    content: '';
    display: block;
    background-image: url("../images/layout/mobile-arrow-dot.png");
    width: 56px;
    height: 47px;
    position: absolute;
    bottom: -47px;
    left: 113px;
  }
  .bg-white-wrapper {
    margin-left: 0;
    margin-right: 0;
  }
  .mr-xs-100 {
    margin-right: 100px;
  }
  .ml-xs-100 {
    margin-left: 100px;
  }
  .mt-xs-100 {
    margin-top: 100px;
  }
  .mb-xs-100 {
    margin-bottom: 100px;
  }
  .pr-xs-100 {
    padding-right: 100px;
  }
  .pl-xs-100 {
    padding-left: 100px;
  }
  .pt-xs-100 {
    padding-top: 100px;
  }
  .pb-xs-100 {
    padding-bottom: 100px;
  }
  .mr-xs-95 {
    margin-right: 95px;
  }
  .ml-xs-95 {
    margin-left: 95px;
  }
  .mt-xs-95 {
    margin-top: 95px;
  }
  .mb-xs-95 {
    margin-bottom: 95px;
  }
  .pr-xs-95 {
    padding-right: 95px;
  }
  .pl-xs-95 {
    padding-left: 95px;
  }
  .pt-xs-95 {
    padding-top: 95px;
  }
  .pb-xs-95 {
    padding-bottom: 95px;
  }
  .mr-xs-90 {
    margin-right: 90px;
  }
  .ml-xs-90 {
    margin-left: 90px;
  }
  .mt-xs-90 {
    margin-top: 90px;
  }
  .mb-xs-90 {
    margin-bottom: 90px;
  }
  .pr-xs-90 {
    padding-right: 90px;
  }
  .pl-xs-90 {
    padding-left: 90px;
  }
  .pt-xs-90 {
    padding-top: 90px;
  }
  .pb-xs-90 {
    padding-bottom: 90px;
  }
  .mr-xs-85 {
    margin-right: 85px;
  }
  .ml-xs-85 {
    margin-left: 85px;
  }
  .mt-xs-85 {
    margin-top: 85px;
  }
  .mb-xs-85 {
    margin-bottom: 85px;
  }
  .pr-xs-85 {
    padding-right: 85px;
  }
  .pl-xs-85 {
    padding-left: 85px;
  }
  .pt-xs-85 {
    padding-top: 85px;
  }
  .pb-xs-85 {
    padding-bottom: 85px;
  }
  .mr-xs-80 {
    margin-right: 80px;
  }
  .ml-xs-80 {
    margin-left: 80px;
  }
  .mt-xs-80 {
    margin-top: 80px;
  }
  .mb-xs-80 {
    margin-bottom: 80px;
  }
  .pr-xs-80 {
    padding-right: 80px;
  }
  .pl-xs-80 {
    padding-left: 80px;
  }
  .pt-xs-80 {
    padding-top: 80px;
  }
  .pb-xs-80 {
    padding-bottom: 80px;
  }
  .mr-xs-75 {
    margin-right: 75px;
  }
  .ml-xs-75 {
    margin-left: 75px;
  }
  .mt-xs-75 {
    margin-top: 75px;
  }
  .mb-xs-75 {
    margin-bottom: 75px;
  }
  .pr-xs-75 {
    padding-right: 75px;
  }
  .pl-xs-75 {
    padding-left: 75px;
  }
  .pt-xs-75 {
    padding-top: 75px;
  }
  .pb-xs-75 {
    padding-bottom: 75px;
  }
  .mr-xs-70 {
    margin-right: 70px;
  }
  .ml-xs-70 {
    margin-left: 70px;
  }
  .mt-xs-70 {
    margin-top: 70px;
  }
  .mb-xs-70 {
    margin-bottom: 70px;
  }
  .pr-xs-70 {
    padding-right: 70px;
  }
  .pl-xs-70 {
    padding-left: 70px;
  }
  .pt-xs-70 {
    padding-top: 70px;
  }
  .pb-xs-70 {
    padding-bottom: 70px;
  }
  .mr-xs-65 {
    margin-right: 65px;
  }
  .ml-xs-65 {
    margin-left: 65px;
  }
  .mt-xs-65 {
    margin-top: 65px;
  }
  .mb-xs-65 {
    margin-bottom: 65px;
  }
  .pr-xs-65 {
    padding-right: 65px;
  }
  .pl-xs-65 {
    padding-left: 65px;
  }
  .pt-xs-65 {
    padding-top: 65px;
  }
  .pb-xs-65 {
    padding-bottom: 65px;
  }
  .mr-xs-60 {
    margin-right: 60px;
  }
  .ml-xs-60 {
    margin-left: 60px;
  }
  .mt-xs-60 {
    margin-top: 60px;
  }
  .mb-xs-60 {
    margin-bottom: 60px;
  }
  .pr-xs-60 {
    padding-right: 60px;
  }
  .pl-xs-60 {
    padding-left: 60px;
  }
  .pt-xs-60 {
    padding-top: 60px;
  }
  .pb-xs-60 {
    padding-bottom: 60px;
  }
  .mr-xs-55 {
    margin-right: 55px;
  }
  .ml-xs-55 {
    margin-left: 55px;
  }
  .mt-xs-55 {
    margin-top: 55px;
  }
  .mb-xs-55 {
    margin-bottom: 55px;
  }
  .pr-xs-55 {
    padding-right: 55px;
  }
  .pl-xs-55 {
    padding-left: 55px;
  }
  .pt-xs-55 {
    padding-top: 55px;
  }
  .pb-xs-55 {
    padding-bottom: 55px;
  }
  .mr-xs-50 {
    margin-right: 50px;
  }
  .ml-xs-50 {
    margin-left: 50px;
  }
  .mt-xs-50 {
    margin-top: 50px;
  }
  .mb-xs-50 {
    margin-bottom: 50px;
  }
  .pr-xs-50 {
    padding-right: 50px;
  }
  .pl-xs-50 {
    padding-left: 50px;
  }
  .pt-xs-50 {
    padding-top: 50px;
  }
  .pb-xs-50 {
    padding-bottom: 50px;
  }
  .mr-xs-45 {
    margin-right: 45px;
  }
  .ml-xs-45 {
    margin-left: 45px;
  }
  .mt-xs-45 {
    margin-top: 45px;
  }
  .mb-xs-45 {
    margin-bottom: 45px;
  }
  .pr-xs-45 {
    padding-right: 45px;
  }
  .pl-xs-45 {
    padding-left: 45px;
  }
  .pt-xs-45 {
    padding-top: 45px;
  }
  .pb-xs-45 {
    padding-bottom: 45px;
  }
  .mr-xs-40 {
    margin-right: 40px;
  }
  .ml-xs-40 {
    margin-left: 40px;
  }
  .mt-xs-40 {
    margin-top: 40px;
  }
  .mb-xs-40 {
    margin-bottom: 40px;
  }
  .pr-xs-40 {
    padding-right: 40px;
  }
  .pl-xs-40 {
    padding-left: 40px;
  }
  .pt-xs-40 {
    padding-top: 40px;
  }
  .pb-xs-40 {
    padding-bottom: 40px;
  }
  .mr-xs-35 {
    margin-right: 35px;
  }
  .ml-xs-35 {
    margin-left: 35px;
  }
  .mt-xs-35 {
    margin-top: 35px;
  }
  .mb-xs-35 {
    margin-bottom: 35px;
  }
  .pr-xs-35 {
    padding-right: 35px;
  }
  .pl-xs-35 {
    padding-left: 35px;
  }
  .pt-xs-35 {
    padding-top: 35px;
  }
  .pb-xs-35 {
    padding-bottom: 35px;
  }
  .mr-xs-30 {
    margin-right: 30px;
  }
  .ml-xs-30 {
    margin-left: 30px;
  }
  .mt-xs-30 {
    margin-top: 30px;
  }
  .mb-xs-30 {
    margin-bottom: 30px;
  }
  .pr-xs-30 {
    padding-right: 30px;
  }
  .pl-xs-30 {
    padding-left: 30px;
  }
  .pt-xs-30 {
    padding-top: 30px;
  }
  .pb-xs-30 {
    padding-bottom: 30px;
  }
  .mr-xs-25 {
    margin-right: 25px;
  }
  .ml-xs-25 {
    margin-left: 25px;
  }
  .mt-xs-25 {
    margin-top: 25px;
  }
  .mb-xs-25 {
    margin-bottom: 25px;
  }
  .pr-xs-25 {
    padding-right: 25px;
  }
  .pl-xs-25 {
    padding-left: 25px;
  }
  .pt-xs-25 {
    padding-top: 25px;
  }
  .pb-xs-25 {
    padding-bottom: 25px;
  }
  .mr-xs-20 {
    margin-right: 20px;
  }
  .ml-xs-20 {
    margin-left: 20px;
  }
  .mt-xs-20 {
    margin-top: 20px;
  }
  .mb-xs-20 {
    margin-bottom: 20px;
  }
  .pr-xs-20 {
    padding-right: 20px;
  }
  .pl-xs-20 {
    padding-left: 20px;
  }
  .pt-xs-20 {
    padding-top: 20px;
  }
  .pb-xs-20 {
    padding-bottom: 20px;
  }
  .mr-xs-15 {
    margin-right: 15px;
  }
  .ml-xs-15 {
    margin-left: 15px;
  }
  .mt-xs-15 {
    margin-top: 15px;
  }
  .mb-xs-15 {
    margin-bottom: 15px;
  }
  .pr-xs-15 {
    padding-right: 15px;
  }
  .pl-xs-15 {
    padding-left: 15px;
  }
  .pt-xs-15 {
    padding-top: 15px;
  }
  .pb-xs-15 {
    padding-bottom: 15px;
  }
  .mr-xs-10 {
    margin-right: 10px;
  }
  .ml-xs-10 {
    margin-left: 10px;
  }
  .mt-xs-10 {
    margin-top: 10px;
  }
  .mb-xs-10 {
    margin-bottom: 10px;
  }
  .pr-xs-10 {
    padding-right: 10px;
  }
  .pl-xs-10 {
    padding-left: 10px;
  }
  .pt-xs-10 {
    padding-top: 10px;
  }
  .pb-xs-10 {
    padding-bottom: 10px;
  }
  .mr-xs-5 {
    margin-right: 5px;
  }
  .ml-xs-5 {
    margin-left: 5px;
  }
  .mt-xs-5 {
    margin-top: 5px;
  }
  .mb-xs-5 {
    margin-bottom: 5px;
  }
  .pr-xs-5 {
    padding-right: 5px;
  }
  .pl-xs-5 {
    padding-left: 5px;
  }
  .pt-xs-5 {
    padding-top: 5px;
  }
  .pb-xs-5 {
    padding-bottom: 5px;
  }
  .mr-xs-0 {
    margin-right: 0px;
  }
  .ml-xs-0 {
    margin-left: 0px;
  }
  .mt-xs-0 {
    margin-top: 0px;
  }
  .mb-xs-0 {
    margin-bottom: 0px;
  }
  .pr-xs-0 {
    padding-right: 0px;
  }
  .pl-xs-0 {
    padding-left: 0px;
  }
  .pt-xs-0 {
    padding-top: 0px;
  }
  .pb-xs-0 {
    padding-bottom: 0px;
  }
}
@media (max-width: 730px) {
  a.sale-banner {
    height: auto;
    padding-bottom: 30px;
    background-image: url('/images/producthant/cat-sm-2.png');
    background-position: left top;
  }
  .wohoo {
    font-size: 28px;
    line-height: 40px;
    text-align: left;
    margin-left: 138px;
    margin-right: 20px;
  }
}
@media (max-width: 600px) {
  .footer-common .footer-block-header {
    font-size: 16px;
  }
  .footer-common a {
    font-size: 12px;
  }
  .footer-common a.title-name {
    font-size: 16px;
  }
}
.footer {
  font-family: Arial, sans-serif;
  background-color: #2A3249;
  color: #828A9C;
  font-size: 12px;
  line-height: 1.6666;
}
.footer p {
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 1.6666;
}
.footer__btn {
  font-size: 12px;
  height: 40px;
  text-transform: uppercase;
  border: 1px solid #41485C;
  text-decoration: none !important;
  font-weight: bold;
  border-radius: 20px;
  transition: all 0.2s ease;
  width: 180px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.footer__btn:link,
.footer__btn:visited {
  color: white;
}
.footer__btn:hover {
  color: #343a4f;
  border-color: white;
  background-color: white;
}
.footer__column {
  width: 25%;
  padding-right: 60px;
}
@media screen and (max-width: 1023px) {
  .footer__column {
    width: 100%;
    margin-bottom: 60px;
  }
}
.footer__column-nav {
  width: 75%;
  column-count: 3;
  column-gap: 40px;
}
@media screen and (max-width: 1023px) {
  .footer__column-nav {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .footer__column-nav {
    column-count: 2;
  }
}
.footer .footer-nav-container {
  page-break-inside: avoid;
  break-inside: avoid;
}
.footer .footer-nav-container > * {
  display: inline-block;
  width: 100%;
}
.footer__main-container {
  padding: 110px 40px 85px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: content-box;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1180px;
  flex-wrap: nowrap;
}
@media screen and (max-width: 1023px) {
  .footer__main-container {
    padding-top: 60px;
    padding-bottom: 50px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 599px) {
  .footer__main-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.footer__bottom-container {
  padding: 0 40px 100px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: content-box;
  max-width: 1180px;
  display: grid;
  grid-template-columns: 110px 1fr 305px;
  gap: 15px;
  justify-items: start;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .footer__bottom-container {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 599px) {
  .footer__bottom-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 599px) {
  .footer__copyright {
    margin-bottom: 0;
  }
}
.footer-nav {
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0;
}
.footer-nav__item {
  margin-bottom: 8px;
}
.footer-nav__item a {
  color: #828A9C;
  text-decoration: none !important;
  transition: color 0.15s ease;
}
.footer-nav__item a:hover {
  color: white;
}
.footer__title {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}
.footer__title a {
  color: #fff;
  text-decoration: none !important;
  transition: color 0.15s ease;
}
.footer__title a:hover {
  color: #e3d9eb;
}
.footer p {
  text-align: left !important;
}
.footer .social-icon {
  width: 49px;
  height: 49px;
  display: inline-block;
  background: url("../images/social-icons/sprite.png");
}
.footer .social-icon_instagram {
  background-position: -100px 0;
}
.footer .social-icon_instagram:hover,
.footer .social-icon_instagram-color {
  background-position: -100px -49px;
}
.footer .social-icon_facebook {
  background-position: -49px 0;
}
.footer .social-icon_facebook:hover,
.footer .social-icon_facebook-color {
  background-position: -49px -49px;
}
.footer .social-icon_linkedin {
  background-position: -199px 0;
}
.footer .social-icon_linkedin:hover,
.footer .social-icon_linkedin-color {
  background-position: -199px -49px;
}
.footer .social-icon_twitter {
  background-position: 0 0;
}
.footer .social-icon_twitter:hover,
.footer .social-icon_twitter-color {
  background-position: 0 -49px;
}
.footer .social-icon_youtube {
  background-position: -150px 0;
}
.footer .social-icon_youtube:hover,
.footer .social-icon_youtube-color {
  background-position: -150px -49px;
}
.footer .social-list {
  list-style: none;
  display: flex;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.footer .social-list > li:not(:last-child) {
  margin-right: 15px;
}
.language {
  position: relative;
  display: block;
}
.language__current {
  display: block;
}
.language__btn {
  display: flex;
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  gap: 13px;
  padding: 10px 4px;
  transition: 200ms;
}
.language__btn:hover {
  background: rgba(255, 255, 255, 0.06);
}
.language__btn span {
  font-size: 13px;
  color: #fff;
  line-height: 20px;
  letter-spacing: 0.02px;
}
.language__icon {
  --size: 20px;
  width: var(--size);
  height: var(--size);
  display: block;
}
.language .arrow {
  --size: 10px;
  width: var(--size);
  height: var(--size);
  fill: rgba(255, 255, 255, 0.48);
  transition: 200ms;
}
.language-list {
  position: absolute;
  top: -210px;
  display: block;
  transition: 200ms;
  width: 200px;
  background: #fff;
  border: 0;
  border-radius: 4px;
  padding: 4px 0;
  max-height: 200px;
  overflow: auto;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-5px);
}
.language-list::-webkit-scrollbar {
  width: 5px;
  background-color: #D3D5DA;
}
.language-list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  width: 5px;
  background-color: #00A8FF;
  background-clip: padding-box;
  overflow: hidden;
  box-sizing: border-box;
}
.language-list::-webkit-scrollbar-track {
  border-radius: 10px;
  overflow: hidden;
  background-color: #D3D5DA;
}
.language__link {
  display: flex;
  align-items: center;
  padding: 6px 12px;
  gap: 8px;
  text-decoration: none !important;
  transition: 200ms;
}
.language__link:hover {
  background: #E1E2E6;
}
.language__link span {
  font-size: 13px;
  color: #12141A;
  line-height: 20px;
  letter-spacing: 0.02px;
}
.language .--active {
  background: #D9F2FF;
}
.language__current .--is-active .arrow {
  transform: rotate(180deg);
}
.--is-active {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.signup-note_grey {
  color: #666;
}
.signup-note_grey a:link,
.signup-note_grey a:visited {
  color: #666;
}
.signup-note_grey a:focus,
.signup-note_grey a:hover {
  text-decoration: none;
}
.signup-note_white {
  color: white;
}
.signup-note_white a:link,
.signup-note_white a:visited {
  color: white;
}
.signup-note_white a:focus,
.signup-note_white a:hover {
  text-decoration: none;
}
.grecaptcha-badge {
  bottom: 110px !important;
  z-index: 89;
}
/* update 3 */
/*# sourceMappingURL=styles.css.map */