html {
  color: #000;
}
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-family: "OpenSans";
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 16px;
}
body {
  margin: 0;
  font-size: 1em;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
progress {
  vertical-align: baseline;
}
template,
[hidden] {
  display: none;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  margin: 0;
}
optgroup {
  font-weight: bold;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=54)";
  filter: alpha(opacity=54);
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
[class*='grid-'] {
  float: left;
  padding: 10px;
}
[class*='grid-']:last-of-type {
  padding-right: 10px;
  float: right;
}
[class*='grid-'] [class*='grid-'] {
  padding-top: 0;
  padding-bottom: 0;
}
[class*='grid-']:first-of-type {
  float: left !important;
  padding-left: 10px !important;
}
.box:after {
  content: "";
  display: table;
  clear: both;
}
.grid-1 {
  width: 100%;
}
.grid-2 {
  width: 50%;
}
.grid-2.f-inline-block {
  width: 49.6%;
}
.grid-3 {
  width: 33.33%;
}
.grid-3.f-inline-block {
  width: 32.93%;
}
.grid-4 {
  width: 25%;
}
.grid-4.f-inline-block {
  width: 24.6%;
}
.grid-5 {
  width: 20%;
}
.grid-5.f-inline-block {
  width: 19.6%;
}
.grid-6 {
  width: 16.6666666667%;
}
.grid-6.f-inline-block {
  width: 16.2666666667%;
}
.grid-7 {
  width: 14.2857142857%;
}
.grid-7.f-inline-block {
  width: 13.8857142857%;
}
.grid-8 {
  width: 12.5%;
}
.grid-8.f-inline-block {
  width: 12.1%;
}
.grid-9 {
  width: 11.1111111111%;
}
.grid-9.f-inline-block {
  width: 10.7111111111%;
}
.grid-10 {
  width: 10%;
}
.grid-10.f-inline-block {
  width: 9.6%;
}
.grid-11 {
  width: 9.09090909091%;
}
.grid-11.f-inline-block {
  width: 8.69090909091%;
}
.grid-12 {
  width: 8.33%;
}
.grid-12.f-inline-block {
  width: 7.93%;
}
.grid-10 {
  width: 10%;
}
.grid-20 {
  width: 20%;
}
.grid-30 {
  width: 30%;
}
.grid-40 {
  width: 40%;
}
.grid-45 {
  width: 45%;
}
.grid-50 {
  width: 50%;
}
.grid-20 {
  width: 20%;
}
.grid-25 {
  width: 25%;
}
.grid-35 {
  width: 35%;
}
.grid-60 {
  width: 60%;
}
.grid-70 {
  width: 70%;
}
.grid-80 {
  width: 80%;
}
.grid-90 {
  width: 90%;
}
.container {
  max-width: 1280px;
  width: 90%;
  margin: auto;
  display: block;
}
.container-xs {
  max-width: 960px;
  width: 100%;
  margin: auto;
}
@media screen and (min-width: 800px) and (max-width: 1100px) {
  .grid-2,
  .grid-7 {
    width: 100%;
  }
  .grid-4,
  .grid-8,
  .grid-10,
  .grid-12 {
    width: 50%;
  }
}
@media screen and (max-width: 800px) {
  .grid-4,
  .grid-6,
  .grid-8,
  .grid-10,
  .grid-12 {
    width: 50%;
  }
  .grid-1,
  .grid-2,
  .grid-3,
  .grid-5,
  .grid-7,
  .grid-9,
  .grid-11 {
    width: 100%;
  }
  .grid-1.f-inline-block,
  .grid-2.f-inline-block,
  .grid-3.f-inline-block,
  .grid-5.f-inline-block,
  .grid-7.f-inline-block,
  .grid-9.f-inline-block,
  .grid-11.f-inline-block {
    width: 100%;
  }
  .grid-25,
  .grid-30,
  .grid-40,
  .grid-45,
  .grid-20,
  .grid-60,
  .grid-70,
  .grid-80 {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .grid-1,
  .grid-2,
  .grid-3,
  .grid-4,
  .grid-5,
  .grid-6,
  .grid-7,
  .grid-8,
  .grid-9,
  .grid-10,
  .grid-11,
  .grid-12 {
    width: 100%;
  }
}
@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans-Extrabold.eot");
  src: url("../fonts/OpenSans-Extrabold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Extrabold.woff2") format("woff2"), url("../fonts/OpenSans-Extrabold.woff") format("woff"), url("../fonts/OpenSans-Extrabold.ttf") format("ttf"), url("../fonts/OpenSans-Extrabold.svg#OpenSans-Extrabold") format("svg");
  font-style: normal;
  font-weight: 800;
}
@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans-Bold.eot");
  src: url("../fonts/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Bold.woff2") format("woff2"), url("../fonts/OpenSans-Bold.woff") format("woff"), url("../fonts/OpenSans-Bold.ttf") format("ttf"), url("../fonts/OpenSans-Bold.svg#OpenSans-Bold") format("svg");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans.eot");
  src: url("../fonts/OpenSans.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans.woff2") format("woff2"), url("../fonts/OpenSans.woff") format("woff"), url("../fonts/OpenSans.ttf") format("ttf"), url("../fonts/OpenSans.svg#OpenSans") format("svg");
  font-style: normal;
  font-weight: 400;
}
.u-text-center {
  text-align: center;
}
.u-float-left {
  float: left;
}
.u-color-sec {
  color: color-sec;
}
.u-bgimage {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
}
.u-bgimage img {
  width: 0;
  height: 0;
  display: block;
}
.u-color-1 {
  color: #72b223;
}
.u-bg-color-1 {
  background-color: #72b223;
}
.u-border-color-1 {
  border-color: #72b223;
}
.u-color-2 {
  color: #008e46;
}
.u-bg-color-2 {
  background-color: #008e46;
}
.u-border-color-2 {
  border-color: #008e46;
}
.u-color-3 {
  color: #414042;
}
.u-bg-color-3 {
  background-color: #414042;
}
.u-border-color-3 {
  border-color: #414042;
}
.u-color-4 {
  color: #f9f9f9;
}
.u-bg-color-4 {
  background-color: #f9f9f9;
}
.u-border-color-4 {
  border-color: #f9f9f9;
}
.u-color-5 {
  color: #e6e7e8;
}
.u-bg-color-5 {
  background-color: #e6e7e8;
}
.u-border-color-5 {
  border-color: #e6e7e8;
}
.u-color-6 {
  color: #bcbec0;
}
.u-bg-color-6 {
  background-color: #bcbec0;
}
.u-border-color-6 {
  border-color: #bcbec0;
}
.u-color-7 {
  color: #dab636;
}
.u-bg-color-7 {
  background-color: #dab636;
}
.u-border-color-7 {
  border-color: #dab636;
}
.u-color-8 {
  color: #4e8c4c;
}
.u-bg-color-8 {
  background-color: #4e8c4c;
}
.u-border-color-8 {
  border-color: #4e8c4c;
}
.u-color-w {
  color: #fff;
}
.u-bg-color-w {
  background-color: #fff;
}
.u-border-color-w {
  border-color: #fff;
}
.u-color-b {
  color: #000;
}
.u-bg-color-b {
  background-color: #000;
}
.u-border-color-b {
  border-color: #000;
}
[class^='block-'] {
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 380px) {
  [class^='block-'] {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.breadcrumb {
  display: inline-block;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: left;
  padding-left: 0;
}
.breadcrumb li {
  display: inline-block;
  position: relative;
  padding: 0 0.4rem;
}
.breadcrumb li:after {
  content: "/";
  position: absolute;
  left: 100%;
}
.breadcrumb li:last-child:after {
  content: none;
}
.breadcrumb li a {
  color: color-text-cua;
  text-decoration: underline;
}
.breadcrumb li a.select {
  color: color-pri;
  text-decoration: none;
}
.btn {
  background-color: #fff;
  border: 1px solid #fff;
  color: #c6d68f;
  padding: 1rem 1.6rem;
  display: inline-block;
  text-decoration: none;
  font-weight: 400;
  border-radius: 25px;
  margin-left: 1em;
  margin-right: 1em;
  font-size: 0.92rem;
  -webkit-transition: 0.25s all ease;
  -moz-transition: 0.25s all ease;
  -o-transition: 0.25s all ease;
  -ms-transition: 0.25s all ease;
  transition: 0.25s all ease;
  -webkit-transition-property: background-color, color, border;
  -moz-transition-property: background-color, color, border;
  -o-transition-property: background-color, color, border;
  -ms-transition-property: background-color, color, border;
  transition-property: background-color, color, border;
  line-height: 1rem;
}
.btn:hover {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
}
.btn--2 {
  border-color: #72b223;
  background-color: #72b223;
  color: #414042;
}
.btn--2:hover {
  background-color: #414042;
  border: 1px solid #72b223;
  color: #72b223;
}
.btn--3 {
  border-color: #f9f9f9;
  background-color: #f9f9f9;
  color: #414042;
}
.btn--3:hover {
  background-color: #414042;
  border: 1px solid #f9f9f9;
  color: #f9f9f9;
}
.btn--4 {
  background-color: #414042;
  border-color: #414042;
  color: color-10;
}
.btn--4:hover {
  border: 1px solid #414042;
  background-color: color-10;
  color: #414042;
}
.fileinput {
  width: 100%;
  margin-bottom: 2rem;
  display: block;
  cursor: pointer;
}
.fileinput__btn,
.fileinput__name {
  display: block;
  width: 60%;
  float: left;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fileinput__btn {
  width: 40%;
  border: 1px solid;
  height: 2rem;
  line-height: 2rem;
  border-radius: 15px;
  font-size: 0.92rem;
  color: color-cua;
  font-weight: 300;
}
.fileinput__name {
  height: 2rem;
  line-height: 2rem;
  position: relative;
}
.fileinput__name:before {
  content: "";
  position: absolute;
  width: 90%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-bottom: 2px solid #ddd;
}
.fileinput:after {
  content: "";
  clear: both;
  display: table;
}
.fileinput input[type="file"] {
  width: 0.1px;
  height: 0.1px;
  position: absolute;
  z-index: -1;
  overflow: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
@media screen and (max-width: 480px) {
  .fileinput__btn,
  .fileinput__name {
    width: 100%;
    float: none;
    margin-top: 1rem;
  }
}
.go-top {
  position: fixed;
  z-index: 9999;
  background-color: transparent;
  right: 1%;
  bottom: -8%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  -ms-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.2);
}
.go-top a {
  margin: 0;
  display: block;
  text-decoration: none;
  color: #72b223;
  font-size: 1.5rem;
  line-height: inherit;
}
.go-top:hover {
  background-color: #008e46;
  -webkit-transform: translateY(-12%);
  -moz-transform: translateY(-12%);
  -o-transform: translateY(-12%);
  -ms-transform: translateY(-12%);
  transform: translateY(-12%);
}
.go-top:hover a {
  color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "OpenSans";
  font-weight: bold;
  position: relative;
}
h1.hr:before,
h2.hr:before,
h3.hr:before,
h4.hr:before,
h5.hr:before,
h6.hr:before,
.h1.hr:before,
.h2.hr:before,
.h3.hr:before,
.h4.hr:before,
.h5.hr:before,
.h6.hr:before {
  content: "";
  position: absolute;
  border-bottom: 6px solid;
  width: 32px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -10px;
}
h1.hr--border:before,
h2.hr--border:before,
h3.hr--border:before,
h4.hr--border:before,
h5.hr--border:before,
h6.hr--border:before,
.h1.hr--border:before,
.h2.hr--border:before,
.h3.hr--border:before,
.h4.hr--border:before,
.h5.hr--border:before,
.h6.hr--border:before {
  border-color: inherit;
}
h1.hr.left:before,
h2.hr.left:before,
h3.hr.left:before,
h4.hr.left:before,
h5.hr.left:before,
h6.hr.left:before,
.h1.hr.left:before,
.h2.hr.left:before,
.h3.hr.left:before,
.h4.hr.left:before,
.h5.hr.left:before,
.h6.hr.left:before {
  right: initial;
  left: 0;
}
h1,
.h1 {
  font-size: 3rem;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
h2,
.h2 {
  font-size: 2.4rem;
  margin-top: 0.9rem;
  margin-bottom: 1.8rem;
}
h3,
.h3 {
  font-size: 1.8rem;
  margin-top: 0.7rem;
  margin-bottom: 1.4rem;
}
h4,
.h4 {
  font-size: 1.2rem;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
h5,
.h5 {
  font-size: 1rem;
  margin-top: 0.4rem;
  margin-bottom: 0.8rem;
}
h6,
.h6 {
  font-size: 0.8rem;
  margin-top: 0.3rem;
  margin-bottom: 0.6rem;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
.leave-js {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
}
.leave-js.no-opacity-js {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.banner {
  width: 100%;
  position: relative;
}
.banner-js {
  margin-bottom: 0 !important;
  overflow: hidden;
}
.banner__back {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 80vh;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .banner__back {
    padding-top: 100vh;
  }
}
.banner__wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.banner__wrapper:before {
  content: "";
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.25);
  z-index: 5;
}
.banner__wrapper:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
  z-index: 10;
}
.banner__container {
  display: inline-block;
  vertical-align: middle;
  z-index: 10;
  position: relative;
  width: 98%;
  color: #fff;
  text-align: left;
}
@media screen and (max-width: 600px) {
  .banner__container h2 {
    font-size: 5vw;
    line-height: 5vw;
    margin-bottom: 0.5rem;
  }
  .banner__container p {
    font-size: 3vw;
  }
}
.banner__btn {
  border: 2px solid #dab636;
  color: #dab636;
  padding: 1rem 1.6rem;
  display: inline-block;
  font-weight: 400;
  border-radius: 25px;
  margin-left: 1em;
  margin-right: 1em;
  font-size: 0.92rem;
  -webkit-transition: 0.25s all ease-in;
  -moz-transition: 0.25s all ease-in;
  -o-transition: 0.25s all ease-in;
  -ms-transition: 0.25s all ease-in;
  transition: 0.25s all ease-in;
  -webkit-transition-property: background-color, color, border;
  -moz-transition-property: background-color, color, border;
  -o-transition-property: background-color, color, border;
  -ms-transition-property: background-color, color, border;
  transition-property: background-color, color, border;
  line-height: 1rem;
  text-decoration: none;
  background-color: rgba(255,255,255,0.1);
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
@media screen and (max-width: 600px) {
  .banner__btn {
    display: none;
  }
}
.banner__btn:hover {
  background-color: #dab636;
  color: #fff;
}
.banner__dots {
  position: absolute;
  right: 20px;
  top: 0;
  height: 100%;
  width: 20px;
  display: inline-block;
  vertical-align: middle;
  z-index: 998;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .banner__dots {
    display: none;
  }
}
.banner__dots__container {
  display: inline-block !important;
  vertical-align: middle;
  margin: auto;
  top: 0;
  bottom: 0;
  padding: 0;
  list-style: none;
  position: absolute;
}
.banner__dots__container li {
  display: inline-block;
  vertical-align: middle;
  height: 15px;
  width: 15px;
  position: relative;
}
.banner__dots__container li.slick-active button {
  background-color: transparent;
}
.banner__dots__container li button {
  color: transparent;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #fff;
  cursor: pointer;
  outline: none;
  background-color: #fff;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  -webkit-transition-property: background-color, border-color;
  -moz-transition-property: background-color, border-color;
  -o-transition-property: background-color, border-color;
  -ms-transition-property: background-color, border-color;
  transition-property: background-color, border-color;
}
.banner__go-top {
  position: absolute;
  bottom: 1rem;
  width: 100%;
  z-index: 100;
  width: 30px;
  margin: auto;
  left: 0;
  right: 0;
  text-align: center;
}
.banner__go-top a {
  display: -webkit-border-box;
  display: -moz-border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: border-box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  color: #fff;
}
.banner__go-top a i {
  font-size: 30px;
  line-height: 6px;
  -webkit-animation: fadeInOut 2s infinite;
  -moz-animation: fadeInOut 2s infinite;
  -o-animation: fadeInOut 2s infinite;
  -ms-animation: fadeInOut 2s infinite;
  animation: fadeInOut 2s infinite;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  -ms-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
}
.banner__go-top a i:nth-child(2) {
  -webkit-animation-delay: 1.25s;
  -moz-animation-delay: 1.25s;
  -o-animation-delay: 1.25s;
  -ms-animation-delay: 1.25s;
  animation-delay: 1.25s;
}
.banner__go-top a i:nth-child(3) {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  -ms-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.banner__go-top a i:nth-child(4) {
  -webkit-animation-delay: 1.75s;
  -moz-animation-delay: 1.75s;
  -o-animation-delay: 1.75s;
  -ms-animation-delay: 1.75s;
  animation-delay: 1.75s;
}
@-moz-keyframes fadeInOut {
  0%, 50% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  25% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@-webkit-keyframes fadeInOut {
  0%, 50% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  25% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@-o-keyframes fadeInOut {
  0%, 50% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  25% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@keyframes fadeInOut {
  0%, 50% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  25% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
.footer__widget__share ul li a[class*=icon-facebook] {
  border-color: #3b5998;
}
.footer__widget__share ul li a[class*=icon-twitter] {
  border-color: #55acee;
}
.footer__widget__share ul li a[class*=icon-google] {
  border-color: #dd4d39;
}
.footer__widget__share ul li a[class*=icon-pinterest] {
  border-color: #bd081c;
}
.footer__widget__share ul li a[class*=icon-linkedin] {
  border-color: #0077b5;
}
.footer__widget__share ul li a[class*=icon-youtube] {
  border-color: #e52d27;
}
.footer__widget__share ul li a[class*=icon-linkedin] {
  border-color: #80ceff;
}
.footer__widget__share ul li a:hover[class*=icon-facebook] {
  color: #3b5998;
}
.footer__widget__share ul li a:hover[class*=icon-twitter] {
  color: #55acee;
}
.footer__widget__share ul li a:hover[class*=icon-google] {
  color: #dd4d39;
}
.footer__widget__share ul li a:hover[class*=icon-pinterest] {
  color: #bd081c;
}
.footer__widget__share ul li a:hover[class*=icon-linkedin] {
  color: #0077b5;
}
.footer__widget__share ul li a:hover[class*=icon-youtube] {
  color: #e52d27;
}
.footer__widget__share ul li a:hover[class*=icon-linkedin] {
  color: #80ceff;
}
.footer {
  position: relative;
  padding-top: 2rem;
  -webkit-box-shadow: inset 0 0 0 1000px rgba(0,0,0,0.7);
  box-shadow: inset 0 0 0 1000px rgba(0,0,0,0.7);
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.footer__wrapper {
  position: relative;
  display: -webkit-border-box;
  display: -moz-border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: border-box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 500px) {
  .footer__wrapper {
    width: 90%;
  }
}
.footer__wrapper a {
  position: relative;
}
.footer__widget {
  width: 25%;
  color: #fff;
  vertical-align: middle;
  margin-top: 0rem;
}
@media screen and (max-width: 992px) {
  .footer__widget {
    width: 100%;
    text-align: center;
    margin-bottom: 2rem;
  }
}
.footer__widget:first-child {
  float: left;
}
@media screen and (max-width: 992px) {
  .footer__widget:first-child {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -o-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
}
.footer__widget:last-child {
  float: right;
}
@media screen and (max-width: 992px) {
  .footer__widget:last-child {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -o-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
}
.footer__widget.center {
  text-align: center;
  margin: 2rem 0;
  width: 50%;
}
@media screen and (max-width: 992px) {
  .footer__widget.center {
    width: 100%;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -o-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
}
.footer__widget h3 {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 1.3em;
}
@media screen and (max-width: 992px) {
  .footer__widget h3 br {
    display: none;
  }
}
.footer__widget address,
.footer__widget p,
.footer__widget a {
  font-style: normal;
  font-size: 1em;
  font-weight: 300;
  text-decoration: none;
  color: #fff;
  line-height: 1.5em;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 992px) {
  .footer__widget address,
  .footer__widget p,
  .footer__widget a {
    text-align: center;
  }
}
.footer__widget__logo {
  height: 100px;
  position: relative;
  margin-bottom: 1rem;
}
.footer__widget__logo a {
  display: inline-block;
  height: 100%;
}
.footer__widget__logo a img {
  height: 100%;
}
.footer__widget__share {
  display: inline-block;
}
.footer__widget__share ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer__widget__share ul li {
  display: inline-block;
}
.footer__widget__share ul li a {
  border: 2px solid #fff;
  height: 40px;
  width: 40px;
  display: block;
  line-height: 38px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transition-property: background-color, color;
  -moz-transition-property: background-color, color;
  -o-transition-property: background-color, color;
  -ms-transition-property: background-color, color;
  transition-property: background-color, color;
  font-size: 0.9rem;
}
.footer__widget__share ul li a:hover {
  border-color: #fff;
  background-color: #fff;
}
.footer__widget__suscription {
  margin-top: 2rem;
}
.footer__widget__suscription .suscrip__btn__off,
.footer__widget__suscription button {
  display: inline-block;
  padding: 0.5rem 2rem;
  border: 2px solid #fff;
  border-radius: 25px;
  font-size: 1rem;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
.footer__widget__suscription .suscrip__btn__off:hover,
.footer__widget__suscription button:hover {
  background-color: #fff;
  color: #008e46;
}
.footer__widget__suscription .suscrip__btn__off.active {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
@media screen and (max-width: 992px) {
  .footer__widget__suscription .suscrip__btn__off.active {
    display: none;
  }
}
.footer__widget__suscription button {
  border-color: #dab636;
  color: #dab636;
  background-color: transparent;
  outline: none;
  cursor: pointer;
}
.footer__widget__suscription button:hover {
  color: #fff;
  background-color: #dab636;
}
.footer__widget__suscription .form__suscription {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
@media screen and (max-width: 992px) {
  .footer__widget__suscription .form__suscription {
    display: none;
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -o-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
  }
}
.footer__widget__suscription .form__suscription.active {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
@media screen and (max-width: 992px) {
  .footer__widget__suscription .form__suscription.active {
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -o-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
    display: block;
  }
}
.footer__widget__suscription .form__suscription.active>div {
  width: 100%;
  margin-bottom: 1rem;
}
.footer__widget__suscription form {
  margin-top: 1rem;
  display: -webkit-border-box;
  display: -moz-border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: border-box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.footer__widget__suscription form span {
  width: 50%;
  padding: 0 0.5rem;
}
@media screen and (max-width: 992px) {
  .footer__widget__suscription form span {
    display: block;
    width: 90%;
    margin: auto;
    margin-bottom: 0.5rem;
  }
}
.footer__widget__suscription form span input {
  width: 100%;
  padding: 0.5rem 1rem;
  border-radius: 25px;
  border: 2px solid #fff;
  background-color: transparent;
  color: #fff;
  font-size: 1rem;
  font-weight: 300;
  outline: none;
}
.footer__widget__suscription form span input::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.footer__widget__suscription form span input:-moz-placeholder {
  color: #fff;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.footer__widget__suscription form span input::-moz-placeholder {
  color: #fff;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.footer__widget__suscription form span input:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.footer__widget__suscription form span input:focus {
  color: #dab636;
}
.footer__copyright {
  text-align: center;
  position: relative;
  background-color: #000;
  color: #808080;
  padding: 1rem 0;
}
.footer__copyright a {
  color: #808080;
  text-decoration: none;
}
.header {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100px;
  background-color: rgba(255,255,255,0.6);
  -webkit-box-shadow: 0px 2px 5px 0px rgba(65,64,66,0.2);
  box-shadow: 0px 2px 5px 0px rgba(65,64,66,0.2);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 600px) {
  .header {
    height: 80px;
  }
}
.header>.container {
  height: 100%;
}
.header__responsive {
  display: block;
  position: absolute;
  overflow: hidden;
  margin: auto;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  cursor: pointer;
  outline: none;
  background-color: #72b223;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -ms-transition: background 0.3s;
  transition: background 0.3s;
  display: none;
}
@media screen and (max-width: 992px) {
  .header__responsive {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .header__responsive {
    width: 40px;
    height: 40px;
  }
}
.header__responsive span {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 8px;
  right: 8px;
  height: 4px;
  background-color: #fff;
  -webkit-transition: background 0s 0.3s;
  -moz-transition: background 0s 0.3s;
  -o-transition: background 0s 0.3s;
  -ms-transition: background 0s 0.3s;
  transition: background 0s 0.3s;
}
@media screen and (max-width: 600px) {
  .header__responsive span {
    height: 2px;
  }
}
.header__responsive span:after,
.header__responsive span:before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
  -webkit-transition-duration: 0.3s, 0.3s;
  -moz-transition-duration: 0.3s, 0.3s;
  -o-transition-duration: 0.3s, 0.3s;
  -ms-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  -moz-transition-delay: 0.3s, 0s;
  -o-transition-delay: 0.3s, 0s;
  -ms-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
}
@media screen and (max-width: 600px) {
  .header__responsive span:after,
  .header__responsive span:before {
    height: 2px;
  }
}
.header__responsive span:before {
  top: -12px;
  -webkit-transition-property: top, -webkit-transform;
  -moz-transition-property: top, -moz-transform;
  -o-transition-property: top, -o-transform;
  -ms-transition-property: top, -ms-transform;
  transition-property: top, transform;
}
@media screen and (max-width: 600px) {
  .header__responsive span:before {
    top: 8px;
  }
}
.header__responsive span:after {
  bottom: -12px;
  -webkit-transition-property: bottom, -webkit-transform;
  -moz-transition-property: bottom, -moz-transform;
  -o-transition-property: bottom, -o-transform;
  -ms-transition-property: bottom, -ms-transform;
  transition-property: bottom, transform;
}
@media screen and (max-width: 600px) {
  .header__responsive span:after {
    bottom: 8px;
  }
}
.header__responsive.active span {
  background-color: transparent;
}
.header__responsive.active span:after,
.header__responsive.active span:before {
  -webkit-transition-delay: 0s, 0.3s;
  -moz-transition-delay: 0s, 0.3s;
  -o-transition-delay: 0s, 0.3s;
  -ms-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}
.header__responsive.active span:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header__responsive.active span:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header__wrapper {
  position: relative;
  display: -webkit-border-box;
  display: -moz-border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: border-box;
  display: flex;
  height: 100%;
}
.header__logo {
  position: relative;
  width: 20%;
}
.header__logo a {
  position: absolute;
  display: block;
  height: 60px;
  margin: auto;
  top: 0;
  bottom: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 600px) {
  .header__logo a {
    height: 40px;
  }
}
.header__logo a img {
  height: 100%;
}
.header__nav {
  position: relative;
  text-align: right;
  width: 80%;
}
@media screen and (max-width: 992px) {
  .header__nav {
    display: none;
    position: fixed;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,142,70,0.8);
    text-align: center;
  }
  .header__nav.active {
    display: block;
  }
  .header__nav:after {
    content: '';
    height: 100%;
    width: 0;
    display: inline-block;
    vertical-align: middle;
  }
  .header__nav__container {
    position: relative;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    width: 80%;
    overflow: hidden;
  }
}
.header__nav .menu-primary-container {
  position: relative;
  display: inline-block;
}
.header__nav .menu {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  height: 100%;
}
@media screen and (max-width: 992px) {
  .header__nav .menu {
    height: inherit;
    height: initial;
    width: 100%;
  }
}
.header__nav .menu>li {
  display: inline-block;
  height: 100%;
  padding: 0 1rem;
}
@media screen and (max-width: 1100px) {
  .header__nav .menu>li {
    padding: 0 0.5rem;
  }
}
@media screen and (max-width: 992px) {
  .header__nav .menu>li {
    height: inherit;
    height: initial;
    width: 100%;
    padding: 0;
    padding-left: 100%;
    position: relative;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin: 0.6rem 0;
  }
  .header__nav .menu>li.li_play {
    padding-left: 0;
  }
  .header__nav .menu>li.active>a {
    padding: 0.5rem;
    color: #000;
    background-color: #fff;
  }
}
.header__nav .menu>li:hover .sub-menu {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  height: initial;
  overflow: initial;
  clip: initial;
}
.header__nav .menu>li a {
  position: relative;
  height: 100%;
  display: block;
  line-height: 100px;
  text-decoration: none;
  color: #414042;
  text-transform: uppercase;
  font-size: 1rem;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 992px) {
  .header__nav .menu>li a {
    color: #fff;
    line-height: 1.2rem;
    display: block;
  }
}
.header__nav .menu>li a:after {
  content: '';
  position: absolute;
  width: 0;
  height: 4px;
  background-color: #008e46;
  left: 0;
  bottom: 0;
  -webkit-transition: width 0.8s ease-in;
  -moz-transition: width 0.8s ease-in;
  -o-transition: width 0.8s ease-in;
  -ms-transition: width 0.8s ease-in;
  transition: width 0.8s ease-in;
}
@media screen and (max-width: 992px) {
  .header__nav .menu>li a:after {
    display: none;
  }
}
.header__nav .menu>li a:hover:after {
  width: 100%;
}
.header__nav .menu .sub-menu {
  position: absolute;
  z-index: 100;
  width: 150px;
  list-style: none;
  margin: 0;
  padding: 0;
  top: 99.9%;
  height: 1px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 992px) {
  .header__nav .menu .sub-menu {
    position: relative;
    top: inherit;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    height: inherit;
    width: 100%;
    display: none;
  }
}
.header__nav .menu .sub-menu>li {
  background-color: rgba(255,255,255,0.8);
  text-align: center;
}
@media screen and (max-width: 992px) {
  .header__nav .menu .sub-menu>li {
    width: 100%;
    background-color: transparent;
    padding-left: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .header__nav .menu .sub-menu>li.active {
    padding-left: 0;
  }
}
.header__nav .menu .sub-menu>li a {
  text-transform: capitalize;
  line-height: 1.1rem;
  font-size: 0.9rem;
  padding: 1.2rem 0.5rem;
}
@media screen and (max-width: 992px) {
  .header__nav .menu .sub-menu>li a {
    font-size: 1.1rem;
  }
}
.header__nav .menu .sub-menu>li a:hover {
  color: #008e46;
}
.header__nav .menu .sub-menu>li a:after {
  height: 0px;
  width: 70%;
  margin: auto;
  left: 0;
  right: 0;
  background-color: transparent;
  border: 1px dashed #000;
}
@media screen and (max-width: 992px) {
  .header__nav .menu .sub-menu>li a:after {
    display: none;
  }
}
.header__nav .menu .sub-menu>li:last-child a:after {
  display: none;
}
@media screen and (max-width: 992px) and (max-width: 650px) {
  .header__nav__container {
    max-height: 95%;
    overflow: auto;
  }
}
.header__intranet {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  margin-left: 1.5rem;
}
@media screen and (max-width: 1100px) {
  .header__intranet {
    margin-left: 0.5rem;
  }
}
@media screen and (max-width: 992px) {
  .header__intranet {
    margin: 1rem 0;
  }
}
.header__intranet a {
  padding: 0.4rem 1.8rem;
  text-decoration: none;
  border: 2px solid #008e46;
  border-radius: 25px;
  color: #008e46;
}
@media screen and (max-width: 992px) {
  .header__intranet a {
    border-color: #fff;
    color: #fff;
  }
}
.header__fixed {
  height: 80px;
  background-color: rgba(255,255,255,0.8);
}
@media screen and (max-width: 600px) {
  .header__fixed {
    height: 60px;
  }
}
.header__fixed .header__logo a {
  height: 50px;
}
@media screen and (max-width: 600px) {
  .header__fixed .header__logo a {
    height: 40px;
  }
}
.header__fixed .header__nav .menu>li>a {
  line-height: 80px;
}
@media screen and (max-width: 992px) {
  .header__fixed .header__nav .menu>li>a {
    line-height: 1.2rem;
  }
}
body {
  background-image: url("../images/img-amorosas.png");
}
.home {
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
}
.home__wrapper {
  position: relative;
  display: -webkit-border-box;
  display: -moz-border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: border-box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.home__image {
  position: relative;
  max-width: 750px;
}
.home__image img {
  max-width: 100%;
}
.home__text {
  position: relative;
  color: #fff;
  font-size: 1rem;
  width: 100%;
}
.home__text .text {
  position: relative;
  max-width: 600px;
  margin: auto;
}
.home__text .text p {
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.85rem;
  line-height: 1.2rem;
  color: #999;
}
@media screen and (max-width: 600px) {
  .home__text .text p br {
    display: none;
  }
}
.home__text .text p .span {
  color: #fff;
}
.home__text .text p strong {
  font-family: Arial, Helvetica, sans-serif;
  color: #999;
}
.home__text .text p.fot-text {
  color: #999;
}
.home__text .text p.adv {
  color: #f00;
}
.home__text .text strong {
  font-size: 0.8rem;
  color: #ff0;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.home__buttons {
  position: relative;
  display: -webkit-border-box;
  display: -moz-border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: border-box;
  display: flex;
  text-align: center;
  margin-top: 2rem;
}
@media screen and (max-width: 600px) {
  .home__buttons {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 600px) and (orientation: landscape) {
  .home__buttons {
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -o-box-lines: single;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.home__buttons a {
  position: relative;
  display: -webkit-border-box;
  display: -moz-border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: border-box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none;
}
@media screen and (max-width: 600px) {
  .home__buttons a {
    width: 100%;
    margin: 1.2rem 0;
  }
}
@media screen and (max-width: 600px) and (orientation: landscape) {
  .home__buttons a {
    margin: auto;
    width: auto;
  }
}
.home__buttons a .image-left,
.home__buttons a .image-right {
  max-height: 40px;
}
.home__buttons a .image-left img,
.home__buttons a .image-right img {
  height: 40px;
}
.home__buttons a:last-child {
  margin-left: 50px;
}
@media screen and (max-width: 600px) {
  .home__buttons a:last-child {
    margin-left: auto;
  }
}
@media screen and (max-width: 600px) and (orientation: landscape) {
  .home__buttons a:last-child {
    margin-left: 40px;
  }
}
.home__buttons a:first-child {
  margin-right: 50px;
}
@media screen and (max-width: 600px) and (orientation: landscape) {
  .home__buttons a:first-child {
    margin-right: 40px;
  }
}
@media screen and (max-width: 600px) {
  .home__buttons a:first-child {
    margin-right: auto;
  }
}
.home__buttons a p {
  width: 100%;
  padding: 0;
  margin: 0;
  color: #fff;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 0.9rem;
  padding: 0.5rem 0;
}
.home__footer {
  position: relative;
}
.home__footer p {
  position: relative;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 0.8rem;
}
