*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-family: "Open Sans";
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 16px;
}
body {
  margin: 0;
  padding: 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: 600;
}
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;
}
html,
body {
  width: 100%;
  font-weight: 300;
  line-height: 1.5em;
}
html {
  min-height: 100vh;
  overflow-x: hidden;
}
.image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}
.inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 780px) {
  .inner {
    padding: 0 60px;
  }
}
.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}
.clearfix::after {
  clear: both;
}
.trans-hover {
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
/* Begin Content Styles */
.page-header {
  text-align: center;
  background-repeat: no-repeat;
}
.section {
  padding: 20px 0;
}
.home-section-title {
  margin-top: 0;
  text-align: left;
  font-family: "Campton";
  font-size: 1.25rem;
  text-transform: uppercase;
  line-height: 1.875rem;
  letter-spacing: 0.1rem;
  margin-bottom: 40px;
}
.home-section-title span {
  display: table;
  position: relative;
  z-index: 1;
  margin: 5px 0;
}
.home-section-title span::before {
  content: "";
  position: absolute;
  width: calc(100% + 10px);
  height: 15px;
  background-color: #f6287d;
  bottom: 0;
  z-index: -1;
  left: -2px;
}
.home-section-title.title-alternative {
  color: #00f2ea;
}
.home-section-title.title-alternative span::before {
  width: 90px;
  height: 8px;
  background-color: #00f2ea;
  margin: auto;
  left: 0;
  right: 0;
  top: 100%;
  margin-top: 5px;
}
@media screen and (min-width: 360px) {
  .home-section-title {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 980px) {
  .section {
    padding: 50px 0;
  }
  .home-section-title {
    font-size: 2.25rem;
    line-height: 2.5rem;
    margin-bottom: 60px;
  }
  .home-section-title span::before {
    height: 20px;
  }
}
/* End Content Styles */

/* Begin HomeBanner Styles */
.home-banner {
  color: #fff;
  background-image: url("../img/stars.9365c308ec51.png");
  background-size: cover;
  background-color: #000;
  font-family: "Campton";
  padding-top: 100px;
}
.home-banner .image-wrapper {
  display: block;
  margin: 30px 0 0 auto;
  max-width: 360px;
}
.home-banner .text-complement {
  margin-top: -20px;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 2.125rem;
  text-align: left;
  padding-right: 15%;
}
.home-banner .description {
  text-align: left;
  font-size: 1.375rem;
  font-weight: 300;
  line-height: 1.625rem;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  margin-bottom: 24px;
}
.home-banner .counter-wrapper {
  background-color: #343434;
  padding: 5px 10px 15px;
  border-radius: 20px;
  max-width: 340px;
}
.home-banner .counter-wrapper .title {
  font-size: 0.688rem;
  margin-bottom: 5px;
}
.home-banner .flipdown {
  width: auto;
  height: auto;
  display: -webkit-border-box;
  display: -moz-border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: border-box;
  display: flex;
  -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;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 0 auto;
}
.home-banner .flipdown .rotor-group {
  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;
  width: 80px;
  padding-right: 0;
  margin-right: 10px;
  float: initial;
}
.home-banner .flipdown .rotor-group .rotor {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -o-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  font-size: 2.5rem;
  height: 66px;
  /*width: 38px;*/
}
.home-banner .flipdown .rotor-group .rotor::after {
  height: 33px;
  width: 38px;
}
.home-banner .flipdown .rotor-group .rotor-leaf {
  height: 66px;
  width: 38px;
}
.home-banner .flipdown .rotor-group .rotor-leaf-rear {
  height: 33px;
  width: 38px;
}
.home-banner .flipdown .rotor-group .rotor-leaf-front {
  line-height: 66px;
  height: 33px;
  width: 38px;
}
.home-banner .flipdown .rotor-group .rotor-top {
  line-height: 66px;
  height: 33px;
  width: 38px;
}
.home-banner .flipdown .rotor-group .rotor-bottom {
  height: 33px;
  width: 38px;
}
.home-banner .flipdown .rotor-group-heading {
  -webkit-box-ordinal-group: 3;
  -moz-box-ordinal-group: 3;
  -o-box-ordinal-group: 3;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  width: 100%;
  margin: 5px 0;
}
.home-banner .flipdown .rotor-group-heading::before {
  font-weight: 300;
  font-size: 0.625rem;
  color: #fff;
  text-transform: uppercase;
}
.home-banner .flipdown .rotor-group::before,
.home-banner .flipdown .rotor-group::after {
  display: none;
}
.home-banner .flipdown .rotor-group:last-child {
  display: none;
}
.home-banner .flipdown .rotor-group:nth-last-child(2) {
  margin-right: 0;
}
.home-banner .flipdown.flipdown__theme-dark {
  font-family: inherit;
}
.home-banner .link-btn {
  width: 100%;
  display: -webkit-border-box;
  display: -moz-border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: border-box;
  display: flex;
  -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;
  color: #343434;
  background-color: #00f2ea;
  font-weight: bold;
  text-decoration: none;
  border-radius: 0 50px 50px 0;
  padding: 5px;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -o-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
  font-size: 0.875rem;
}
.home-banner .link-btn:hover {
  background-color: #fff;
}
@media screen and (min-width: 360px) {
  .home-banner .text-complement {
    padding-right: 25%;
  }
  .home-banner .counter-wrapper {
    padding: 10px 18px 18px;
  }
  .home-banner .flipdown .rotor-group {
    width: 88px;
    margin-right: 10px;
  }
  .home-banner .flipdown .rotor-group .rotor {
    font-size: 2.75rem;
    height: 70px;
    width: 30px;
  }
  .home-banner .flipdown .rotor-group .rotor::after {
    height: 35px;
    width: 40px;
  }
  .home-banner .flipdown .rotor-group .rotor-leaf {
    height: 70px;
    width: 40px;
  }
  .home-banner .flipdown .rotor-group .rotor-leaf-rear {
    height: 35px;
    width: 40px;
  }
  .home-banner .flipdown .rotor-group .rotor-leaf-front {
    line-height: 70px;
    height: 35px;
    width: 40px;
  }
  .home-banner .flipdown .rotor-group .rotor-top {
    line-height: 70px;
    height: 35px;
    width: 40px;
  }
  .home-banner .flipdown .rotor-group .rotor-bottom {
    height: 35px;
    width: 40px;
  }
  .home-banner .link-btn {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 380px) {
  .home-banner .text-complement {
    padding-right: 25%;
  }
  .home-banner .counter-wrapper {
    padding: 10px 18px 18px;
  }
  .home-banner .flipdown .rotor-group {
    width: 88px;
    margin-right: 10px;
  }
  .home-banner .flipdown .rotor-group .rotor {
    font-size: 2.75rem;
    height: 70px;
    width: 38px;
  }
  .home-banner .flipdown .rotor-group .rotor::after {
    height: 35px;
    width: 40px;
  }
  .home-banner .flipdown .rotor-group .rotor-leaf {
    height: 70px;
    width: 40px;
  }
  .home-banner .flipdown .rotor-group .rotor-leaf-rear {
    height: 35px;
    width: 40px;
  }
  .home-banner .flipdown .rotor-group .rotor-leaf-front {
    line-height: 70px;
    height: 35px;
    width: 40px;
  }
  .home-banner .flipdown .rotor-group .rotor-top {
    line-height: 70px;
    height: 35px;
    width: 40px;
  }
  .home-banner .flipdown .rotor-group .rotor-bottom {
    height: 35px;
    width: 40px;
  }
  .home-banner .link-btn {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 980px) {
  .home-banner {
    padding-top: 100px;
  }
  .home-banner .inner {
    position: relative;
    display: -webkit-border-box;
    display: -moz-border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: border-box;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
  }
  .home-banner .inner p {
    margin: 0;
  }
  .home-banner .home-section-title {
    padding-left: 60px;
    margin-bottom: 30px;
    z-index: 5;
  }
  .home-banner .image-wrapper {
    position: absolute;
    right: 0;
    top: 30px;
    max-width: 450px;
    z-index: 0;
  }
  .home-banner .text-complement {
    max-width: 380px;
    padding-right: 0;
    font-size: 1.75rem;
    line-height: 2.125rem;
    position: relative;
    padding-left: 60px;
    padding-right: 8%;
  }
  .home-banner .text-complement:before {
    content: "";
    width: 30px;
    height: calc(100% - 5px);
    background-color: #f6287d;
    position: absolute;
    left: 0;
    top: 0;
  }
  .home-banner .description {
    -webkit-box-ordinal-group: 5;
    -moz-box-ordinal-group: 5;
    -o-box-ordinal-group: 5;
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
    margin-bottom: 0;
    padding-left: 10%;
    padding-right: 10%;
    font-size: 1.75rem;
    line-height: 2.125rem;
  }
  .home-banner .counter-wrapper {
    max-width: 550px;
    padding: 15px 25px 30px;
    z-index: 5;
  }
  .home-banner .counter-wrapper .title {
    font-size: 1rem;
    margin-bottom: 10px;
  }
  .home-banner .flipdown .rotor-group {
    width: 145px;
    margin-right: 10px;
  }
  .home-banner .flipdown .rotor-group .rotor {
    font-size: 4rem;
    height: 100px;
    width: 64px;
  }
  .home-banner .flipdown .rotor-group .rotor::after {
    height: 50px;
    width: 64px;
  }
  .home-banner .flipdown .rotor-group .rotor-leaf {
    height: 100px;
    width: 64px;
  }
  .home-banner .flipdown .rotor-group .rotor-leaf-rear {
    height: 50px;
    width: 64px;
  }
  .home-banner .flipdown .rotor-group .rotor-leaf-front {
    line-height: 100px;
    height: 50px;
    width: 64px;
  }
  .home-banner .flipdown .rotor-group .rotor-top {
    line-height: 100px;
    height: 50px;
    width: 64px;
  }
  .home-banner .flipdown .rotor-group .rotor-bottom {
    height: 50px;
    width: 64px;
  }
  .home-banner .flipdown .rotor-group-heading {
    margin: 15px 0 10px;
  }
  .home-banner .flipdown .rotor-group-heading::before {
    font-size: 0.875rem;
    line-height: 1rem;
  }
  .home-banner .link-btn {
    padding: 12px 10px;
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}
@media screen and (min-width: 1200px) {
  .home-banner {
    padding-top: 200px;
  }
  .home-banner .image-wrapper {
    max-width: 600px;
    top: 0;
  }
}
/* End HomeBanner Styles */

/*!* Begin HomeMedia Styles *!*/
#media {
  padding-top: 1px !important;
}
.home-media {
  color: #fff;
  background-image: url("../img/stars.9365c308ec51.png");
  background-size: cover;
  background-color: #000;
}
.home-media .home-section-title span {
  margin-left: auto;
  margin-right: auto;
}
.home-media .media-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  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: space-between;
  justify-content: space-evenly;
  gap: 10px;
}

@media screen and (min-width: 1150px) {
  .home-media .media-list li {
    width: calc((100% - 20px) / 3);
    max-width: 360px;
  }
}

.home-media .media-list li {
  width: 100%;
  max-width: 280px;
  min-width: 346px;
  max-height: 600px;
  margin-top: 20px;
}
.home-media .media-list .title {
  background-color: #f6287d;
  height: 44px;
  padding: 10px 20px;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: 0.1rem;
  font-weight: bold;
}
.home-media .media-list .content {
  background: #f6287d;
  padding: 25px 20px;
  height: calc(100% - 54px);
}
.home-media .media-list .content-inside {
  background-color: #fff;
  height: 100%;
  overflow: hidden;
  /*padding: 15px;*/
  overflow-y: auto;
}
@media screen and (min-width: 980px) {
  .home-media .media-list ul {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  /*.home-media .media-list .content-inside {*/
  /*  height: 480px;*/
  /*}*/
}

#newsletter .section-title {
  line-height: 2em;
}
/*!* End HomeMedia Styles *!*/
/*!* Begin HomeContact Styles *!*/
/*.home-contact {*/
/*  color: #fff;*/
/*  background-image: url("../img/stars.9365c308ec51.png");*/
/*  background-size: cover;*/
/*  background-color: #000;*/
/*}*/
/*.home-contact .home-section-title span {*/
/*  margin-left: auto;*/
/*  margin-right: auto;*/
/*}*/
/*.home-contact .description {*/
/*  font-size: 0.938rem;*/
/*}*/
/*.home-contact .contact-form {*/
/*  margin-top: 20px;*/
/*  max-width: 500px;*/
/*  margin-left: auto;*/
/*  margin-right: auto;*/
/*}*/
/*.home-contact .contact-form input[type="text"],*/
/*.home-contact .contact-form input[type="email"] {*/
/*  padding: 10px 15px;*/
/*  background-color: #343434;*/
/*  color: #fff;*/
/*  border: 2px solid #5a5a5a;*/
/*  width: 100%;*/
/*}*/
/*.home-contact .contact-form input[type="text"]:focus,*/
/*.home-contact .contact-form input[type="email"]:focus,*/
/*.home-contact .contact-form input[type="text"]:active,*/
/*.home-contact .contact-form input[type="email"]:active {*/
/*  outline: none;*/
/*  border-color: #9a9a9a;*/
/*}*/
/*.home-contact .contact-form input[type="submit"] {*/
/*  background-color: #f6287d;*/
/*  color: #fff;*/
/*  border: none;*/
/*  padding: 8px 25px;*/
/*  border-radius: 20px;*/
/*  text-transform: uppercase;*/
/*  letter-spacing: 0.1rem;*/
/*  font-size: 1.125rem;*/
/*  font-weight: bold;*/
/*  -webkit-transition: 0.35s;*/
/*  -moz-transition: 0.35s;*/
/*  -o-transition: 0.35s;*/
/*  -ms-transition: 0.35s;*/
/*  transition: 0.35s;*/
/*  cursor: pointer;*/
/*}*/
/*.home-contact .contact-form input[type="submit"]:hover {*/
/*  background-color: #e20963;*/
/*}*/
/*.home-contact .contact-form .field-wrap {*/
/*  margin: 10px 0;*/
/*  position: relative;*/
/*}*/
/*.home-contact .contact-form .field-wrap.submit {*/
/*  margin-top: 25px;*/
/*}*/
/*.home-contact .contact-form .error-field input {*/
/*  border-color: #f00;*/
/*}*/
/*.home-contact .contact-form .error-field input:focus,*/
/*.home-contact .contact-form .error-field input:active {*/
/*  border-color: #f00;*/
/*}*/
/*.home-contact .contact-form .error-alert {*/
/*  width: 24px;*/
/*  height: 24px;*/
/*  color: #fff;*/
/*  text-align: center;*/
/*  position: absolute;*/
/*  z-index: 5;*/
/*  font-weight: bold;*/
/*  line-height: 24px;*/
/*  background-color: #f00;*/
/*  border-radius: 50px;*/
/*  top: 0;*/
/*  bottom: 0;*/
/*  right: 10px;*/
/*  margin: auto;*/
/*}*/
/*.home-contact .field-recaptcha {*/
/*  width: 100%;*/
/*  display: -webkit-border-box;*/
/*  display: -moz-border-box;*/
/*  display: -webkit-flex;*/
/*  display: -ms-flexbox;*/
/*  display: border-box;*/
/*  display: flex;*/
/*  -webkit-box-pack: center;*/
/*  -moz-box-pack: center;*/
/*  -o-box-pack: center;*/
/*  -ms-flex-pack: center;*/
/*  -webkit-justify-content: center;*/
/*  justify-content: center;*/
/*  margin-top: 15px;*/
/*}*/
/*.home-contact .field-recaptcha img {*/
/*  max-width: 300px;*/
/*}*/
/*.home-contact .contact-image {*/
/*  max-width: 250px;*/
/*  text-align: center;*/
/*  margin: 40px auto;*/
/*}*/
/*.home-contact .contact-image img {*/
/*  margin: auto;*/
/*}*/
/*.home-contact .icon-sprite {*/
/*  background-image: url("../img/icon-sprite.aca481e219c8.png");*/
/*  background-repeat: no-repeat;*/
/*}*/
/*.home-contact .social-item {*/
/*  text-indent: -200%;*/
/*  margin: 0 5px;*/
/*}*/
/*.home-contact .social-item.icon-sprite {*/
/*  border-radius: 30px;*/
/*  display: inline-block;*/
/*  width: 36px;*/
/*  height: 36px;*/
/*  text-indent: -480%;*/
/*  overflow: hidden;*/
/*  white-space: nowrap;*/
/*}*/
/*.home-contact .social-item.icon-facebook {*/
/*  background-position: -62px -62px;*/
/*}*/
/*.home-contact .social-item.icon-facebook:hover {*/
/*  background: -webkit-linear-gradient(rgba(255,214,52,0.3), rgba(255,214,52,0.3)), url("../img/icon-sprite.aca481e219c8.png");*/
/*  background: -moz-linear-gradient(rgba(255,214,52,0.3), rgba(255,214,52,0.3)), url("../img/icon-sprite.aca481e219c8.png");*/
/*  background: -o-linear-gradient(rgba(255,214,52,0.3), rgba(255,214,52,0.3)), url("../img/icon-sprite.aca481e219c8.png");*/
/*  background: -ms-linear-gradient(rgba(255,214,52,0.3), rgba(255,214,52,0.3)), url("../img/icon-sprite.aca481e219c8.png");*/
/*  background: linear-gradient(rgba(255,214,52,0.3), rgba(255,214,52,0.3)), url("../img/icon-sprite.aca481e219c8.png");*/
/*  background-position: -62px -62px;*/
/*}*/
/*.home-contact .social-item.icon-twitter {*/
/*  background-position: -122px -62px;*/
/*}*/
/*.home-contact .social-item.icon-twitter:hover {*/
/*  background: -webkit-linear-gradient(rgba(255,214,52,0.3), rgba(255,214,52,0.3)), url("../img/icon-sprite.aca481e219c8.png");*/
/*  background: -moz-linear-gradient(rgba(255,214,52,0.3), rgba(255,214,52,0.3)), url("../img/icon-sprite.aca481e219c8.png");*/
/*  background: -o-linear-gradient(rgba(255,214,52,0.3), rgba(255,214,52,0.3)), url("../img/icon-sprite.aca481e219c8.png");*/
/*  background: -ms-linear-gradient(rgba(255,214,52,0.3), rgba(255,214,52,0.3)), url("../img/icon-sprite.aca481e219c8.png");*/
/*  background: linear-gradient(rgba(255,214,52,0.3), rgba(255,214,52,0.3)), url("../img/icon-sprite.aca481e219c8.png");*/
/*  background-position: -122px -62px;*/
/*}*/
/*.home-contact .social-item.icon-instagram {*/
/*  background-position: -283px -62px;*/
/*}*/
/*.home-contact .social-item.icon-instagram:hover {*/
/*  background: -webkit-linear-gradient(rgba(255,214,52,0.3), rgba(255,214,52,0.3)), url("../img/icon-sprite.aca481e219c8.png");*/
/*  background: -moz-linear-gradient(rgba(255,214,52,0.3), rgba(255,214,52,0.3)), url("../img/icon-sprite.aca481e219c8.png");*/
/*  background: -o-linear-gradient(rgba(255,214,52,0.3), rgba(255,214,52,0.3)), url("../img/icon-sprite.aca481e219c8.png");*/
/*  background: -ms-linear-gradient(rgba(255,214,52,0.3), rgba(255,214,52,0.3)), url("../img/icon-sprite.aca481e219c8.png");*/
/*  background: linear-gradient(rgba(255,214,52,0.3), rgba(255,214,52,0.3)), url("../img/icon-sprite.aca481e219c8.png");*/
/*  background-position: -283px -62px;*/
/*}*/
/*.home-contact .social-item.icon-mail {*/
/*  background-position: -227px -62px;*/
/*}*/
/*.home-contact .social-item.icon-mail:hover {*/
/*  background: -webkit-linear-gradient(rgba(255,214,52,0.3), rgba(255,214,52,0.3)), url("../img/icon-sprite.aca481e219c8.png");*/
/*  background: -moz-linear-gradient(rgba(255,214,52,0.3), rgba(255,214,52,0.3)), url("../img/icon-sprite.aca481e219c8.png");*/
/*  background: -o-linear-gradient(rgba(255,214,52,0.3), rgba(255,214,52,0.3)), url("../img/icon-sprite.aca481e219c8.png");*/
/*  background: -ms-linear-gradient(rgba(255,214,52,0.3), rgba(255,214,52,0.3)), url("../img/icon-sprite.aca481e219c8.png");*/
/*  background: linear-gradient(rgba(255,214,52,0.3), rgba(255,214,52,0.3)), url("../img/icon-sprite.aca481e219c8.png");*/
/*  background-position: -227px -62px;*/
/*}*/
/*.home-contact .social-item.icon-youtube {*/
/*  background-position: -339px -62px;*/
/*}*/
/*.home-contact .social-item.icon-youtube:hover {*/
/*  background: -webkit-linear-gradient(rgba(255,214,52,0.3), rgba(255,214,52,0.3)), url("../img/icon-sprite.aca481e219c8.png");*/
/*  background: -moz-linear-gradient(rgba(255,214,52,0.3), rgba(255,214,52,0.3)), url("../img/icon-sprite.aca481e219c8.png");*/
/*  background: -o-linear-gradient(rgba(255,214,52,0.3), rgba(255,214,52,0.3)), url("../img/icon-sprite.aca481e219c8.png");*/
/*  background: -ms-linear-gradient(rgba(255,214,52,0.3), rgba(255,214,52,0.3)), url("../img/icon-sprite.aca481e219c8.png");*/
/*  background: linear-gradient(rgba(255,214,52,0.3), rgba(255,214,52,0.3)), url("../img/icon-sprite.aca481e219c8.png");*/
/*  background-position: -339px -62px;*/
/*}*/
/*@media screen and (min-width: 980px) {*/
/*  .home-contact .inner {*/
/*    display: -webkit-border-box;*/
/*    display: -moz-border-box;*/
/*    display: -webkit-flex;*/
/*    display: -ms-flexbox;*/
/*    display: border-box;*/
/*    display: flex;*/
/*    -webkit-box-align: start;*/
/*    -moz-box-align: start;*/
/*    -o-box-align: start;*/
/*    -ms-flex-align: start;*/
/*    -webkit-align-items: flex-start;*/
/*    align-items: flex-start;*/
/*    -webkit-box-pack: justify;*/
/*    -moz-box-pack: justify;*/
/*    -o-box-pack: justify;*/
/*    -ms-flex-pack: justify;*/
/*    -webkit-justify-content: space-between;*/
/*    justify-content: space-between;*/
/*    -webkit-box-lines: multiple;*/
/*    -moz-box-lines: multiple;*/
/*    -o-box-lines: multiple;*/
/*    -webkit-flex-wrap: wrap;*/
/*    -ms-flex-wrap: wrap;*/
/*    flex-wrap: wrap;*/
/*  }*/
/*  .home-contact .home-section-title {*/
/*    width: 100%;*/
/*  }*/
/*  .home-contact .description {*/
/*    width: 100%;*/
/*    padding-left: 10%;*/
/*    padding-right: 10%;*/
/*    font-size: 1.5rem;*/
/*    margin-bottom: 30px;*/
/*  }*/
/*  .home-contact .contact-form {*/
/*    width: 45%;*/
/*    text-align: left;*/
/*    margin-left: 0;*/
/*  }*/
/*  .home-contact .contact-form .field-recaptcha {*/
/*    -webkit-box-pack: start;*/
/*    -moz-box-pack: start;*/
/*    -o-box-pack: start;*/
/*    -ms-flex-pack: start;*/
/*    -webkit-justify-content: flex-start;*/
/*    justify-content: flex-start;*/
/*  }*/
/*  .home-contact .contact-image {*/
/*    width: 50%;*/
/*    max-width: 400px;*/
/*    margin-right: 0;*/
/*  }*/
/*  .home-contact .social-icons {*/
/*    margin-top: 40px;*/
/*    width: 100%;*/
/*    text-align: left;*/
/*  }*/
/*}*/
/* End HomeContact Styles */
