@charset "UTF-8";
/* line 5, ../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 1, ../sass/components/_standarddef.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 6, ../sass/components/_standarddef.scss */
small {
  font-size: 80%;
}

/* line 10, ../sass/components/_standarddef.scss */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 17, ../sass/components/_standarddef.scss */
sup {
  top: -0.5em;
}

/* line 21, ../sass/components/_standarddef.scss */
sub {
  bottom: -0.25em;
}

/* line 25, ../sass/components/_standarddef.scss */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 30, ../sass/components/_standarddef.scss */
button {
  cursor: pointer;
}

/* line 35, ../sass/components/_standarddef.scss */
input [type="button"],
input [type="reset"],
input [type="submit"] {
  cursor: pointer;
}

/* line 42, ../sass/components/_standarddef.scss */
input {
  line-height: normal;
}

/* line 46, ../sass/components/_standarddef.scss */
fieldset {
  border: 1px solid #e6e6e6;
}

/* line 50, ../sass/components/_standarddef.scss */
legend {
  padding: 0;
  border: 0;
}

/* line 55, ../sass/components/_standarddef.scss */
textarea {
  font-family: "Arial";
  font-weight: bold;
}

/* line 1, ../sass/components/_header.scss */
header {
  background-color: #000000;
  height: auto;
  padding: 5px 0;
  color: #e6e6e6;
  text-align: right;
  font-size: 0.8em;
  vertical-align: middle;
}
@media screen and (max-width: 1000px) {
  /* line 1, ../sass/components/_header.scss */
  header {
    padding: 20px 0;
    text-align: center;
  }
}

/* line 16, ../sass/components/_header.scss */
.logo-left {
  text-decoration: none;
  float: left;
  width: 20rem;
  margin-right: 100px;
}
@media screen and (max-width: 1000px) {
  /* line 16, ../sass/components/_header.scss */
  .logo-left {
    text-align: center;
    float: none;
    margin: 0 auto;
    width: auto;
  }
}

/* line 26, ../sass/components/_header.scss */
.logo-center {
  text-decoration: none;
  text-align: center;
}

/* line 31, ../sass/components/_header.scss */
.logo-right {
  text-decoration: none;
  float: right;
  width: 20rem;
  margin-right: 100px;
}

/* line 39, ../sass/components/_header.scss */
nav {
  margin: 20px auto;
  max-width: 1200px;
}
@media screen and (min-width: 1000px) {
  /* line 39, ../sass/components/_header.scss */
  nav {
    width: 90%;
  }
}
/* line 46, ../sass/components/_header.scss */
nav ul {
  border-radius: 3px;
  padding: 0;
  z-index: 100;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 750px) {
  /* line 46, ../sass/components/_header.scss */
  nav ul {
    display: none;
  }
}
/* line 55, ../sass/components/_header.scss */
nav li {
  margin: .5em;
  padding: 5px;
  text-align: center;
  display: flex;
  -webkit-flex: 1 1 30%;
  flex: 1 1 30%;
}

/* line 67, ../sass/components/_header.scss */
.drop_menu {
  background: #FFFFFF;
}
/* line 70, ../sass/components/_header.scss */
.drop_menu li a {
  display: block;
  padding: 5px 0;
}
/* line 74, ../sass/components/_header.scss */
.drop_menu li:hover {
  position: relative;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}
/* line 78, ../sass/components/_header.scss */
.drop_menu li:hover ul {
  left: -30px;
  top: 30px;
}
/* line 83, ../sass/components/_header.scss */
.drop_menu li:active {
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}
/* line 87, ../sass/components/_header.scss */
.drop_menu li:hover ul li a {
  padding: 5px 0;
  display: block;
  background-color: #e6e6e6;
  min-width: 135px;
  margin: 0 auto;
}
/* line 93, ../sass/components/_header.scss */
.drop_menu li:hover ul li a:hover {
  background-color: #e6e6e6;
  color: #000000;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}
/* line 99, ../sass/components/_header.scss */
.drop_menu li:hover ul li a:active {
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}
/* line 105, ../sass/components/_header.scss */
.drop_menu ul {
  position: absolute;
  display: block;
  left: -9999px;
  top: -9999px;
}
@media screen and (max-width: 1000px) {
  /* line 67, ../sass/components/_header.scss */
  .drop_menu {
    display: none;
  }
}

/* line 117, ../sass/components/_header.scss */
.mobile-menu {
  display: block;
  color: #e6e6e6;
  text-align: center;
  z-index: 1;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  /* line 117, ../sass/components/_header.scss */
  .mobile-menu {
    display: none;
  }
}
/* line 127, ../sass/components/_header.scss */
.mobile-menu ul {
  margin: 0 auto;
  padding-left: 0;
  text-align: center;
  width: 100%;
  position: absolute;
}
/* line 134, ../sass/components/_header.scss */
.mobile-menu li {
  display: inline-block;
  margin: 2px 0;
}
/* line 137, ../sass/components/_header.scss */
.mobile-menu li a {
  display: block;
  min-width: 140px;
  text-align: center;
  background-color: #e6e6e6;
  color: #000000;
  margin-left: -5px;
  padding: 10px 0;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
/* line 151, ../sass/components/_header.scss */
.mobile-menu li:hover {
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}
/* line 154, ../sass/components/_header.scss */
.mobile-menu li:hover a {
  color: #FFFFFF;
  background-color: #e6e6e6;
}
/* line 159, ../sass/components/_header.scss */
.mobile-menu li:hover ul a {
  background-color: #FFFFFF;
  color: #000000;
  height: 40px;
  line-height: 40px;
}
/* line 164, ../sass/components/_header.scss */
.mobile-menu li:hover ul a:hover {
  color: #e6e6e6;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}
/* line 171, ../sass/components/_header.scss */
.mobile-menu li:hover ul li a {
  width: auto;
  min-width: 100px;
  padding: 0 20px;
}
/* line 179, ../sass/components/_header.scss */
.mobile-menu li:active {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}
/* line 183, ../sass/components/_header.scss */
.mobile-menu li ul {
  display: none;
}
/* line 185, ../sass/components/_header.scss */
.mobile-menu li ul li {
  display: block;
  float: none;
}
/* line 191, ../sass/components/_header.scss */
.mobile-menu .show-menu {
  text-align: center;
  display: block;
  cursor: pointer;
  text-transform: uppercase;
}
/* line 197, ../sass/components/_header.scss */
.mobile-menu .show-menu span {
  padding-left: 35px;
}
/* line 202, ../sass/components/_header.scss */
.mobile-menu input[type=checkbox] {
  display: none;
}
/* line 204, ../sass/components/_header.scss */
.mobile-menu input[type=checkbox]:checked ~ #menu {
  display: block;
}
/* line 209, ../sass/components/_header.scss */
.mobile-menu .lines {
  border-bottom: 9px double #e6e6e6;
  border-top: 3px solid #e6e6e6;
  content: "";
  height: 15px;
  width: 20px;
  padding-right: 15px;
  margin-top: 3px;
  float: right;
}
/* line 219, ../sass/components/_header.scss */
.mobile-menu ul {
  position: static;
  display: none;
}
/* line 222, ../sass/components/_header.scss */
.mobile-menu ul li {
  width: 100%;
}

/* line 230, ../sass/components/_header.scss */
nav {
  position: relative;
}

/* line 234, ../sass/components/_header.scss */
.col-md-4 {
  padding-right: 15px;
}
@media screen and (max-width: 1000px) {
  /* line 234, ../sass/components/_header.scss */
  .col-md-4 {
    width: 100%;
  }
}

/* line 242, ../sass/components/_header.scss */
ul.main-nav {
  list-style-type: none;
  padding: 0;
  font-size: 0px;
  max-width: 1200px;
  margin: 0 auto;
}
/* line 248, ../sass/components/_header.scss */
ul.main-nav > li {
  display: inline-block;
  padding: 0;
}
/* line 251, ../sass/components/_header.scss */
ul.main-nav > li > a {
  display: block;
  padding: 20px 30px;
  position: relative;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 400;
  box-sizing: border-box;
}
/* line 259, ../sass/components/_header.scss */
ul.main-nav > li > a .active {
  text-decoration: underline;
  font-weight: bold;
  color: #e6e6e6;
}
/* line 266, ../sass/components/_header.scss */
ul.main-nav > li:hover {
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}
/* line 275, ../sass/components/_header.scss */
ul.main-nav > li:active {
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}
/* line 280, ../sass/components/_header.scss */
ul.main-nav > li ul.sub-menu-lists {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: block;
}
/* line 285, ../sass/components/_header.scss */
ul.main-nav > li ul.sub-menu-lists > li {
  padding: 2px 0;
}
/* line 287, ../sass/components/_header.scss */
ul.main-nav > li ul.sub-menu-lists > li > a {
  font-size: 14px;
}

/* line 297, ../sass/components/_header.scss */
.ic {
  position: fixed;
  cursor: pointer;
  display: inline-block;
  right: 25px;
  width: 32px;
  height: 24px;
  text-align: center;
  top: 0px;
  outline: none;
}
/* line 307, ../sass/components/_header.scss */
.ic.close {
  opacity: 0;
  font-size: 0px;
  font-weight: 300;
  color: #FFFFFF;
  top: 8px;
  height: 40px;
  display: block;
  outline: none;
}
/* line 317, ../sass/components/_header.scss */
.ic.menu {
  top: 5%;
  z-index: 20;
}
/* line 320, ../sass/components/_header.scss */
.ic.menu .line {
  height: 4px;
  width: 100%;
  display: block;
  margin-bottom: 6px;
}
/* line 326, ../sass/components/_header.scss */
.ic.menu .line-last-child {
  margin-bottom: 0px;
}

/* line 332, ../sass/components/_header.scss */
.sub-menu-head {
  margin: 10px 0;
}

/* line 336, ../sass/components/_header.scss */
.banners-are {
  margin-top: 20px;
  padding-top: 15px;
}

@media screen and (max-width: 1000px) {
  /* line 342, ../sass/components/_header.scss */
  .main-nav {
    display: block;
  }

  /* line 346, ../sass/components/_header.scss */
  .active {
    text-decoration: underline;
  }

  /* line 351, ../sass/components/_header.scss */
  .ic.menu {
    display: block;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    /*&:focus, &:active {
        outline: none;
        opacity: 1;
        -webkit-user-select: none;
        -webkit-touch-callout: none;
       .line {
           background-color: $color4 !important;
           &:nth-child(1) {
               -webkit-transform: rotate(45deg);
               -moz-transform: rotate(45deg);
               -ms-transform: rotate(45deg);
               transform: rotate(45deg);
           }
           &:nth-child(2) {
               -webkit-transform: rotate(-45deg);
               -moz-transform: rotate(-45deg);
               -ms-transform: rotate(-45deg);
               transform: rotate(-45deg); 
               margin-top: -10px;
           }
           &:nth-child(3) {
               -webkit-transform: translateY(15px);
               -moz-transform: translateY(15px);
               -ms-transform: translateY(15px);
               transform: translateY(15px);
               opacity: 0;
           }
       }
       ~ .ic.close {
           opacity: 1;
           z-index: 21;
           outline: none;
       }
       ~ .main-nav {
           width: 300px;
           background-color: $color1;
           > * {
               opacity: 1;
           }
       }
       ul {
           &.main-nav {
               > li {
                   > div {
                       &.sub-menu-block {
                           border-left: 0px solid $color2;
                           border-right: 0px solid $color2;
                           border-bottom: 0px solid $color2;
                           position: relative;
                           visibility: visible;
                           opacity: 1.0;
                       }
                   }
               }
           }
       }
    }*/
  }
  /* line 355, ../sass/components/_header.scss */
  .ic.menu .line {
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    background-color: #FFFFFF;
  }
  /* line 366, ../sass/components/_header.scss */
  .ic.menu.menuOpened {
    outline: none;
    opacity: 1;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
  }
  /* line 371, ../sass/components/_header.scss */
  .ic.menu.menuOpened .line {
    background-color: #FFFFFF !important;
  }
  /* line 373, ../sass/components/_header.scss */
  .ic.menu.menuOpened .line:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  /* line 379, ../sass/components/_header.scss */
  .ic.menu.menuOpened .line:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -10px;
  }
  /* line 386, ../sass/components/_header.scss */
  .ic.menu.menuOpened .line:nth-child(3) {
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
    opacity: 0;
  }
  /* line 394, ../sass/components/_header.scss */
  .ic.menu.menuOpened ~ .ic.close {
    opacity: 1;
    z-index: 21;
    outline: none;
  }
  /* line 399, ../sass/components/_header.scss */
  .ic.menu.menuOpened ~ .main-nav {
    width: 300px;
    background-color: #000000;
  }
  /* line 402, ../sass/components/_header.scss */
  .ic.menu.menuOpened ~ .main-nav > * {
    opacity: 1;
  }
  /* line 410, ../sass/components/_header.scss */
  .ic.menu.menuOpened ul.main-nav > li > div.sub-menu-block {
    border-left: 0px solid #e6e6e6;
    border-right: 0px solid #e6e6e6;
    border-bottom: 0px solid #e6e6e6;
    position: relative;
    visibility: visible;
    opacity: 1.0;
  }

  /* line 483, ../sass/components/_header.scss */
  nav {
    background-color: transparent;
  }

  /* line 488, ../sass/components/_header.scss */
  ul.main-nav {
    z-index: 2;
    padding: 50px 0;
    position: fixed;
    right: 0px;
    top: 0px;
    width: 0px;
    background-color: #FFFFFF;
    height: 100%;
    overflow: auto;
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    transition-duration: 0.6s;
  }
  /* line 502, ../sass/components/_header.scss */
  ul.main-nav > * {
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    opacity: 0;
  }
  /* line 509, ../sass/components/_header.scss */
  ul.main-nav > li {
    display: block;
    border-bottom: 1px solid #e6e6e6;
  }
  /* line 512, ../sass/components/_header.scss */
  ul.main-nav > li > a:after {
    display: none;
  }
  /* line 515, ../sass/components/_header.scss */
  ul.main-nav > li:first-child {
    border-radius: 0px;
  }
  /* line 518, ../sass/components/_header.scss */
  ul.main-nav > li > a {
    font-weight: 600;
  }
  /* line 524, ../sass/components/_header.scss */
  ul.main-nav > li ul.sub-menu-lists > li a {
    color: #e6e6e6;
    font-size: 14px;
  }
  /* line 531, ../sass/components/_header.scss */
  ul.main-nav > li:hover {
    background-color: transparent;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
  }
  /* line 535, ../sass/components/_header.scss */
  ul.main-nav > li:hover > a {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 600;
  }
  /* line 541, ../sass/components/_header.scss */
  ul.main-nav > li:active {
    -webkit-user-select: none;
    -webkit-touch-callout: none;
  }

  /* line 547, ../sass/components/_header.scss */
  ‚
  .sub-menu-block {
    padding: 0 30px;
  }

  /* line 553, ../sass/components/_header.scss */
  .banners-area {
    padding-bottom: 0px;
    border-top: 1px solid #e6e6e6;
  }
  /* line 556, ../sass/components/_header.scss */
  .banners-area div {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1000px) {
  /* line 564, ../sass/components/_header.scss */
  .ic.menu {
    display: none;
  }

  /* line 568, ../sass/components/_header.scss */
  ul.main-nav {
    display: block;
    position: relative;
  }

  /* line 573, ../sass/components/_header.scss */
  .sub-menu-block {
    padding: 15px;
  }

  /* line 577, ../sass/components/_header.scss */
  ul.main-nav > li > div.sub-menu-block {
    visibility: visible;
    background-color: #FFFFFF;
    position: absolute;
    margin-top: 0px;
    width: 100%;
    color: #000000;
    left: 0;
    box-sizing: border-box;
    z-index: 3;
    font-size: 16px;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    opacity: 0;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
  }

  /* line 604, ../sass/components/_header.scss */
  ul.main-nav > li:hover > div.sub-menu-block {
    background-color: #FFFFFF;
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }

  /* line 614, ../sass/components/_header.scss */
  ul.main-nav > li > div.sub-menu-block > * {
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    opacity: 0;
  }

  /* line 626, ../sass/components/_header.scss */
  ul.main-nav > li:hover > div.sub-menu-block > * {
    opacity: 1;
  }

  /* line 630, ../sass/components/_header.scss */
  ul.main-nav > li > a:after {
    content: '';
    width: 1px;
    height: 62px;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 2;
  }

  /* line 640, ../sass/components/_header.scss */
  ul.main-nav > li > a.mega-menu > span {
    display: block;
    vertical-align: middle;
  }

  /* line 645, ../sass/components/_header.scss */
  ul.main-nav > li > a.mega-menu > span:after {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    content: '';
    background-color: transparent;
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
  }

  /* line 658, ../sass/components/_header.scss */
  ul.main-nav > li:hover > a.mega-menu span:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 0px solid transparent;
    border-bottom: 5px solid #e6e6e6;
  }

  /* line 665, ../sass/components/_header.scss */
  .banners-area {
    border-top: 1px solid #e6e6e6;
  }
}
/* line 670, ../sass/components/_header.scss */
.sub-menu-head {
  margin: 10px 0;
  background-color: #e6e6e6;
  padding: 5px;
}
@media screen and (max-width: 750px) {
  /* line 670, ../sass/components/_header.scss */
  .sub-menu-head {
    color: #e6e6e6;
    font-size: 16px;
  }
}
@media screen and (min-width: 750px) {
  /* line 670, ../sass/components/_header.scss */
  .sub-menu-head {
    font-size: 20px;
    display: flex;
  }
}

@media screen and (max-width: 750px) {
  /* line 684, ../sass/components/_header.scss */
  .sub-menu-block {
    padding: 0 30px;
  }
}
@media screen and (min-width: 750px) {
  /* line 684, ../sass/components/_header.scss */
  .sub-menu-block {
    padding: 15px;
  }
}

/* line 2, ../sass/components/_buttons.scss */
button {
  display: inline-block;
  height: 38px;
  padding: 0 15px;
  color: #000000;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 2px;
  border: 1px solid #e6e6e6;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-appearance: none;
}
/* line 4, ../sass/components/_buttons.scss */
button:hover {
  color: #0a8cbd;
  border-color: #0a8cbd;
  outline: 0;
}
/* line 7, ../sass/components/_buttons.scss */
button:focus {
  color: #0a8cbd;
  border-color: #0a8cbd;
  outline: 0;
}

/* line 12, ../sass/components/_buttons.scss */
.button-primary {
  color: #FFFFFF !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
/* line 14, ../sass/components/_buttons.scss */
.button-primary:hover {
  color: #000000 !important;
  background-color: #FFFFFF !important;
  border-color: #000000 !important;
}
/* line 17, ../sass/components/_buttons.scss */
.button-primary:focus {
  color: #000000 !important;
  background-color: #FFFFFF !important;
  border-color: #000000 !important;
}

/* line 22, ../sass/components/_buttons.scss */
.button-silver {
  color: #000000 !important;
  background-color: #e6e6e6 !important;
  border-color: #000000 !important;
}
/* line 24, ../sass/components/_buttons.scss */
.button-silver:hover {
  color: #e6e6e6 !important;
  background-color: #000000 !important;
  border-color: #e6e6e6 !important;
}
/* line 27, ../sass/components/_buttons.scss */
.button-silver:focus {
  color: #e6e6e6 !important;
  background-color: #000000 !important;
  border-color: #e6e6e6 !important;
}

/* line 34, ../sass/components/_buttons.scss */
input[type="submit"] {
  display: inline-block;
  height: 38px;
  padding: 0 15px;
  color: #000000;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 2px;
  border: 1px solid #e6e6e6;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-appearance: none;
}
/* line 36, ../sass/components/_buttons.scss */
input[type="submit"]:hover {
  color: #0a8cbd;
  border-color: #0a8cbd;
  outline: 0;
}
/* line 39, ../sass/components/_buttons.scss */
input[type="submit"]:focus {
  color: #0a8cbd;
  border-color: #0a8cbd;
  outline: 0;
}
/* line 43, ../sass/components/_buttons.scss */
input[type="reset"] {
  display: inline-block;
  height: 38px;
  padding: 0 15px;
  color: #000000;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 2px;
  border: 1px solid #e6e6e6;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-appearance: none;
}
/* line 45, ../sass/components/_buttons.scss */
input[type="reset"]:hover {
  color: #0a8cbd;
  border-color: #0a8cbd;
  outline: 0;
}
/* line 48, ../sass/components/_buttons.scss */
input[type="reset"]:focus {
  color: #0a8cbd;
  border-color: #0a8cbd;
  outline: 0;
}
/* line 52, ../sass/components/_buttons.scss */
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 15px;
  color: #000000;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 2px;
  border: 1px solid #e6e6e6;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-appearance: none;
}
/* line 54, ../sass/components/_buttons.scss */
input[type="button"]:focus {
  color: #0a8cbd;
  border-color: #0a8cbd;
  outline: 0;
}
/* line 57, ../sass/components/_buttons.scss */
input[type="button"]:hover {
  color: #0a8cbd;
  border-color: #0a8cbd;
  outline: 0;
}

/* line 65, ../sass/components/_buttons.scss */
section#button-container {
  display: inline-block;
  width: 100%;
}
/* line 69, ../sass/components/_buttons.scss */
section#button-container .button-diagonal {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  display: block;
  float: left;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}
/* line 80, ../sass/components/_buttons.scss */
section#button-container .button {
  margin: 20px;
  float: left;
  position: relative;
  font-family: arial;
  text-transform: uppercase;
  color: #0a8cbd;
  cursor: pointer;
}
/* line 90, ../sass/components/_buttons.scss */
section#button-container .button .label {
  padding: 10px;
  display: inline-block;
}
/* line 98, ../sass/components/_buttons.scss */
section#button-container .button.v1:hover .icon {
  transform: scale(0.9) skew(0deg, 0deg);
}
/* line 101, ../sass/components/_buttons.scss */
section#button-container .button.v1:hover .icon:before, section#button-container .button.v1:hover .icon:after {
  width: 100%;
}
/* line 106, ../sass/components/_buttons.scss */
section#button-container .button.v1:hover .icon span:before, section#button-container .button.v1:hover .icon span:after {
  height: 100%;
}
/* line 113, ../sass/components/_buttons.scss */
section#button-container .button.v1 .label {
  padding: 10px 22px;
}
/* line 117, ../sass/components/_buttons.scss */
section#button-container .button.v1 .icon {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: skew(-40deg, 0deg);
  transition: all 0.2s;
}
/* line 127, ../sass/components/_buttons.scss */
section#button-container .button.v1 .icon:before, section#button-container .button.v1 .icon:after {
  content: '';
  height: 1px;
  width: 30px;
  position: absolute;
  display: block;
  background: #000000;
  transition: width 0.2s;
  transition-delay: 0.2s;
}
/* line 137, ../sass/components/_buttons.scss */
section#button-container .button.v1 .icon:before {
  left: 0;
  top: 0;
}
/* line 141, ../sass/components/_buttons.scss */
section#button-container .button.v1 .icon:after {
  right: 0;
  bottom: 0;
}
/* line 147, ../sass/components/_buttons.scss */
section#button-container .button.v1 .icon span:before, section#button-container .button.v1 .icon span:after {
  content: '';
  background: #000000;
  position: absolute;
  display: block;
  width: 2px;
  height: 30px;
  transition: height 0.2s;
  transition-delay: 0.2s;
}
/* line 157, ../sass/components/_buttons.scss */
section#button-container .button.v1 .icon span:before {
  left: 0;
  top: 0;
}
/* line 161, ../sass/components/_buttons.scss */
section#button-container .button.v1 .icon span:after {
  right: 0;
  bottom: 0;
}
/* line 173, ../sass/components/_buttons.scss */
section#button-container .button.v2:hover .icon:before, section#button-container .button.v2:hover .icon:after {
  width: 100%;
}
/* line 178, ../sass/components/_buttons.scss */
section#button-container .button.v2:hover .icon span:before, section#button-container .button.v2:hover .icon span:after {
  height: 100%;
}
/* line 183, ../sass/components/_buttons.scss */
section#button-container .button.v2:hover .icon2 {
  transform: skew(-40deg, 0deg) scaleX(1);
  background: #000000;
  z-index: -1;
}
/* line 190, ../sass/components/_buttons.scss */
section#button-container .button.v2 .label {
  padding: 10px 22px;
}
/* line 193, ../sass/components/_buttons.scss */
section#button-container .button.v2 .icon2 {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: skew(-40deg, 0deg) scaleX(0.2);
  transition: all 0.2s;
  transition-delay: 0.2s;
}
/* line 205, ../sass/components/_buttons.scss */
section#button-container .button.v2 .icon {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: skew(-40deg, 0deg);
  transition: all 0.2s;
}
/* line 215, ../sass/components/_buttons.scss */
section#button-container .button.v2 .icon:before, section#button-container .button.v2 .icon:after {
  content: '';
  height: 1px;
  width: 30px;
  position: absolute;
  display: block;
  background: #000000;
  transition: all 0.2s;
  transition-delay: 0.2s;
}
/* line 225, ../sass/components/_buttons.scss */
section#button-container .button.v2 .icon:before {
  left: 0;
  top: 0;
}
/* line 229, ../sass/components/_buttons.scss */
section#button-container .button.v2 .icon:after {
  right: 0;
  bottom: 0;
}
/* line 235, ../sass/components/_buttons.scss */
section#button-container .button.v2 .icon span:before, section#button-container .button.v2 .icon span:after {
  content: '';
  background: #000000;
  position: absolute;
  display: block;
  width: 2px;
  height: 30px;
  transition: all 0.2s;
  transition-delay: 0.2s;
}
/* line 245, ../sass/components/_buttons.scss */
section#button-container .button.v2 .icon span:before {
  left: 0;
  top: 0;
}
/* line 249, ../sass/components/_buttons.scss */
section#button-container .button.v2 .icon span:after {
  right: 0;
  bottom: 0;
}
/* line 258, ../sass/components/_buttons.scss */
section#button-container .button.v3 .label {
  padding: 10px 30px;
  font-family: arial;
  font-size: 14px;
  display: inline-block;
  z-index: 10;
  position: relative;
  white-space: nowrap;
  line-height: 24px;
  transition: all 0.225s;
  transition-delay: 0.45s;
  letter-spacing: 2px;
}
/* line 273, ../sass/components/_buttons.scss */
section#button-container .button.v3.button-start .label {
  padding: 12px 65px;
}
/* line 278, ../sass/components/_buttons.scss */
section#button-container .button.v3 .icon2 {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.225s;
  transform: skew(-40deg, 0deg) scaleX(1);
  background: rgba(0, 0, 0, 0.8);
  transition-delay: 0.45s;
}
/* line 291, ../sass/components/_buttons.scss */
section#button-container .button.v3 .icon {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.225s;
  transform: scale(0.9) skew(0deg, 0deg);
  transition-delay: 0.15s;
}
/* line 302, ../sass/components/_buttons.scss */
section#button-container .button.v3 .icon:before, section#button-container .button.v3 .icon:after {
  width: 60px;
  opacity: 0;
  content: '';
  height: 1px;
  position: absolute;
  display: block;
  background: #000000;
  transition: all 0.375s;
  transition-delay: 0.3s;
}
/* line 313, ../sass/components/_buttons.scss */
section#button-container .button.v3 .icon:before {
  top: 0;
  left: calc(50% - 30px);
}
/* line 317, ../sass/components/_buttons.scss */
section#button-container .button.v3 .icon:after {
  bottom: 0;
  right: calc(50% - 30px);
}
/* line 323, ../sass/components/_buttons.scss */
section#button-container .button.v3 .icon span:before, section#button-container .button.v3 .icon span:after {
  height: 0;
  transition-delay: 0s;
  content: '';
  background: #000000;
  position: absolute;
  display: block;
  width: 2px;
  transition: all 0.225s;
}
/* line 333, ../sass/components/_buttons.scss */
section#button-container .button.v3 .icon span:before {
  left: 0;
  top: 0;
}
/* line 337, ../sass/components/_buttons.scss */
section#button-container .button.v3 .icon span:after {
  right: 0;
  bottom: 0;
}
/* line 344, ../sass/components/_buttons.scss */
section#button-container .button.v3:hover .icon {
  transform: skew(-40deg, 0deg);
}
/* line 347, ../sass/components/_buttons.scss */
section#button-container .button.v3:hover .icon:before, section#button-container .button.v3:hover .icon:after {
  transition-delay: 0s;
  width: 30px;
  opacity: 1;
}
/* line 352, ../sass/components/_buttons.scss */
section#button-container .button.v3:hover .icon:before {
  left: 0;
}
/* line 355, ../sass/components/_buttons.scss */
section#button-container .button.v3:hover .icon:after {
  right: 0;
}
/* line 360, ../sass/components/_buttons.scss */
section#button-container .button.v3:hover .icon span:before, section#button-container .button.v3:hover .icon span:after {
  height: 30px;
  transition-delay: 0.45s;
}
/* line 366, ../sass/components/_buttons.scss */
section#button-container .button.v3:hover .icon2 {
  transform: skew(-40deg, 0deg) scaleX(0.2);
  background: transparent;
  transition-delay: 0s;
  opacity: 0;
}
/* line 374, ../sass/components/_buttons.scss */
section#button-container .button.v3:hover .icon {
  transform: scale(1) skew(-40deg, 0deg);
}

/* line 384, ../sass/components/_buttons.scss */
.button-trans {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 80vw;
  margin: 0 auto;
  cursor: pointer;
}
/* line 393, ../sass/components/_buttons.scss */
.button-trans .btn {
  flex: 1 1 auto;
  margin: 10px;
  padding: 15px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: #FFFFFF;
  box-shadow: 0 0 10px #a1a1a1;
  border-radius: 5px;
}
/* line 404, ../sass/components/_buttons.scss */
.button-trans .btn:hover {
  background-position: right center;
}
/* line 408, ../sass/components/_buttons.scss */
.button-trans .btn-1 {
  background-image: linear-gradient(to right, #f6d365 0%, #fda085 51%, #f6d365 100%);
}
/* line 411, ../sass/components/_buttons.scss */
.button-trans .btn-2 {
  background-image: linear-gradient(to right, #fbc2eb 0%, #a6c1ee 51%, #fbc2eb 100%);
}
/* line 414, ../sass/components/_buttons.scss */
.button-trans .btn-3 {
  background-image: linear-gradient(to right, #84fab0 0%, #8fd3f4 51%, #84fab0 100%);
}
/* line 417, ../sass/components/_buttons.scss */
.button-trans .btn-4 {
  background-image: linear-gradient(to right, #a1c4fd 0%, #c2e9fb 51%, #a1c4fd 100%);
}
/* line 420, ../sass/components/_buttons.scss */
.button-trans .btn-5 {
  background-image: linear-gradient(to right, #ffecd2 0%, #fcb69f 51%, #ffecd2 100%);
}

/* line 2, ../sass/components/_accordeontabs.scss */
.accordeon {
  margin: 1em 0;
  width: 100%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}
/* line 7, ../sass/components/_accordeontabs.scss */
.accordeon input[type=radio] {
  visibility: hidden;
  width: 0;
  height: 0;
  position: fixed;
}
/* line 12, ../sass/components/_accordeontabs.scss */
.accordeon input[type=radio] + .accordeon-content {
  overflow: hidden;
  height: auto;
  max-height: 0;
  will-change: max-height;
  transition: max-height 1s ease;
  background: rgba(255, 255, 255, 0.2);
}
/* line 19, ../sass/components/_accordeontabs.scss */
.accordeon input[type=radio] + .accordeon-content > * {
  padding: 0 2em;
}
/* line 25, ../sass/components/_accordeontabs.scss */
.accordeon input[type=radio]:checked + .accordeon-content {
  max-height: 500px;
}
/* line 29, ../sass/components/_accordeontabs.scss */
.accordeon-header {
  color: #FFFFFF;
  cursor: pointer;
  border-top: 1px solid;
  font-size: 1.4em;
  text-transform: uppercase;
  background: #000000;
  font-weight: bold;
  width: 100%;
  padding: 10px;
  display: block;
  transition: 250ms;
}
/* line 41, ../sass/components/_accordeontabs.scss */
.accordeon-header:hover {
  text-indent: 10px;
  background: black;
}
/* line 45, ../sass/components/_accordeontabs.scss */
.accordeon-header:first-of-type {
  border: none;
}

/* line 52, ../sass/components/_accordeontabs.scss */
.tabs {
  left: 50%;
  transform: translateX(-50%);
  position: relative;
  padding: 50px;
  width: 100%;
  height: auto;
  border-radius: 5px;
  border: 1px solid #e6e6e6;
  min-width: 240px;
}
@media screen and (max-width: 550px) {
  /* line 52, ../sass/components/_accordeontabs.scss */
  .tabs {
    padding: 25px;
  }
}
/* line 65, ../sass/components/_accordeontabs.scss */
.tabs input[name="tab-control"] {
  display: none;
}
/* line 68, ../sass/components/_accordeontabs.scss */
.tabs .content section h2,
.tabs ul li label {
  font-size: 1.5em;
}
/* line 72, ../sass/components/_accordeontabs.scss */
.tabs ul {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
/* line 81, ../sass/components/_accordeontabs.scss */
.tabs ul li {
  box-sizing: border-box;
  flex: 1;
  width: 25%;
  padding: 0 10px;
  text-align: center;
}
@media screen and (max-width: 550px) {
  /* line 81, ../sass/components/_accordeontabs.scss */
  .tabs ul li {
    width: 100%;
  }
}
/* line 90, ../sass/components/_accordeontabs.scss */
.tabs ul li label {
  transition: all 0.3s ease-in-out;
  color: #000000;
  padding: 5px auto;
  text-overflow: ellipsis;
  display: block;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
  -webkit-touch-callout: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
@media screen and (max-width: 550px) {
  /* line 90, ../sass/components/_accordeontabs.scss */
  .tabs ul li label {
    width: 60vw;
  }
}
/* line 104, ../sass/components/_accordeontabs.scss */
.tabs ul li label br {
  display: none;
}
/* line 107, ../sass/components/_accordeontabs.scss */
.tabs ul li label:hover, .tabs ul li label:focus, .tabs ul li label:active {
  outline: 0;
  color: #262626;
}
/* line 112, ../sass/components/_accordeontabs.scss */
.tabs ul li label:hover svg, .tabs ul li label:focus svg, .tabs ul li label:active svg {
  fill: #262626;
}
/* line 119, ../sass/components/_accordeontabs.scss */
.tabs .slider {
  position: relative;
  width: 25%;
  transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
}
/* line 123, ../sass/components/_accordeontabs.scss */
.tabs .slider .indicator {
  position: relative;
  width: 50px;
  max-width: 100%;
  margin: 0 auto;
  height: 4px;
  background: #e6e6e6;
  border-radius: 1px;
}
@media screen and (max-width: 550px) {
  /* line 123, ../sass/components/_accordeontabs.scss */
  .tabs .slider .indicator {
    display: none;
  }
}
/* line 136, ../sass/components/_accordeontabs.scss */
.tabs .content {
  margin-top: 30px;
}
/* line 138, ../sass/components/_accordeontabs.scss */
.tabs .content section {
  display: none;
  animation-name: content;
  animation-direction: normal;
  animation-duration: 0.3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  line-height: 1.4;
}
/* line 148, ../sass/components/_accordeontabs.scss */
.tabs .content section h2 {
  color: #000000;
  display: none;
}
/* line 151, ../sass/components/_accordeontabs.scss */
.tabs .content section h2::after {
  content: "";
  position: relative;
  display: block;
  width: 30px;
  height: 3px;
  background: #e6e6e6;
  margin-top: 5px;
  left: 1px;
}
/* line 166, ../sass/components/_accordeontabs.scss */
.tabs input[name="tab-control"]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
  cursor: default;
  color: #000000;
}
@media (max-width: 600px) {
  /* line 166, ../sass/components/_accordeontabs.scss */
  .tabs input[name="tab-control"]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
    background: rgba(0, 0, 0, 0.08);
    padding: 8px;
  }
}
/* line 123, ../sass/components/_mixin.scss */
.tabs input[name="tab-control"]:nth-of-type(1):checked ~ .slider {
  transform: translateX(0%);
}
/* line 127, ../sass/components/_mixin.scss */
.tabs input[name="tab-control"]:nth-of-type(1):checked ~ .content > section:nth-child(1) {
  display: block;
}
/* line 166, ../sass/components/_accordeontabs.scss */
.tabs input[name="tab-control"]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
  cursor: default;
  color: #000000;
}
@media (max-width: 600px) {
  /* line 166, ../sass/components/_accordeontabs.scss */
  .tabs input[name="tab-control"]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
    background: rgba(0, 0, 0, 0.08);
    padding: 8px;
  }
}
/* line 123, ../sass/components/_mixin.scss */
.tabs input[name="tab-control"]:nth-of-type(2):checked ~ .slider {
  transform: translateX(100%);
}
/* line 127, ../sass/components/_mixin.scss */
.tabs input[name="tab-control"]:nth-of-type(2):checked ~ .content > section:nth-child(2) {
  display: block;
}
/* line 166, ../sass/components/_accordeontabs.scss */
.tabs input[name="tab-control"]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
  cursor: default;
  color: #000000;
}
@media (max-width: 600px) {
  /* line 166, ../sass/components/_accordeontabs.scss */
  .tabs input[name="tab-control"]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
    background: rgba(0, 0, 0, 0.08);
    padding: 8px;
  }
}
/* line 123, ../sass/components/_mixin.scss */
.tabs input[name="tab-control"]:nth-of-type(3):checked ~ .slider {
  transform: translateX(200%);
}
/* line 127, ../sass/components/_mixin.scss */
.tabs input[name="tab-control"]:nth-of-type(3):checked ~ .content > section:nth-child(3) {
  display: block;
}
/* line 166, ../sass/components/_accordeontabs.scss */
.tabs input[name="tab-control"]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label {
  cursor: default;
  color: #000000;
}
@media (max-width: 600px) {
  /* line 166, ../sass/components/_accordeontabs.scss */
  .tabs input[name="tab-control"]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label {
    background: rgba(0, 0, 0, 0.08);
    padding: 8px;
  }
}
/* line 123, ../sass/components/_mixin.scss */
.tabs input[name="tab-control"]:nth-of-type(4):checked ~ .slider {
  transform: translateX(300%);
}
/* line 127, ../sass/components/_mixin.scss */
.tabs input[name="tab-control"]:nth-of-type(4):checked ~ .content > section:nth-child(4) {
  display: block;
}

/* line 179, ../sass/components/_accordeontabs.scss */
.tabs-h {
  position: relative;
  margin: 40px auto;
  width: 1024px;
  max-width: 100%;
  overflow: hidden;
  padding-top: 10px;
  margin-bottom: 0;
}
/* line 187, ../sass/components/_accordeontabs.scss */
.tabs-h input {
  position: absolute;
  z-index: 1000;
  width: 25%;
  height: 50px;
  left: 0;
  top: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  cursor: pointer;
  margin: 0;
}
/* line 199, ../sass/components/_accordeontabs.scss */
.tabs-h input#tab-2 {
  left: 25%;
}
/* line 202, ../sass/components/_accordeontabs.scss */
.tabs-h input#tab-3 {
  left: 50%;
}
/* line 205, ../sass/components/_accordeontabs.scss */
.tabs-h input#tab-4 {
  left: 75%;
}
/* line 208, ../sass/components/_accordeontabs.scss */
.tabs-h input:checked + label {
  background: #e6e6e6;
  color: #000000;
  z-index: 6;
}
/* line 214, ../sass/components/_accordeontabs.scss */
.tabs-h label {
  background: #000000;
  color: #FFFFFF;
  font-size: 15px;
  line-height: 50px;
  height: 60px;
  position: relative;
  top: 0;
  padding: 0 20px;
  float: left;
  display: block;
  width: 25%;
  letter-spacing: 1px;
  font-weight: bold;
  text-align: center;
  -webkit-transition: all 150ms ease 0s;
  transition: all 150ms ease 0s;
}
@media screen and (max-width: 550px) {
  /* line 214, ../sass/components/_accordeontabs.scss */
  .tabs-h label {
    width: 100%;
  }
}
/* line 234, ../sass/components/_accordeontabs.scss */
.tabs-h label:hover {
  cursor: pointer;
}
/* line 237, ../sass/components/_accordeontabs.scss */
.tabs-h label:after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  display: block;
}
/* line 246, ../sass/components/_accordeontabs.scss */
.tabs-h label:first-of-type {
  z-index: 4;
}
/* line 250, ../sass/components/_accordeontabs.scss */
.tabs-h .tab-label-2 {
  z-index: 4;
}
/* line 253, ../sass/components/_accordeontabs.scss */
.tabs-h .tab-label-3 {
  z-index: 3;
}
/* line 256, ../sass/components/_accordeontabs.scss */
.tabs-h .tab-label-4 {
  z-index: 2;
}
/* line 259, ../sass/components/_accordeontabs.scss */
.tabs-h .content-hor {
  height: auto;
  width: 100%;
  float: left;
  position: relative;
  z-index: 5;
  top: -10px;
  box-sizing: border-box;
}
/* line 267, ../sass/components/_accordeontabs.scss */
.tabs-h .content-hor div {
  position: relative;
  float: left;
  width: 0;
  height: 0;
  box-sizing: border-box;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
}
/* line 279, ../sass/components/_accordeontabs.scss */
.tabs-h .tab-selector-1:checked ~ .content-hor .content-h-1,
.tabs-h .tab-selector-2:checked ~ .content-hor .content-h-2,
.tabs-h .tab-selector-3:checked ~ .content-hor .content-h-3,
.tabs-h .tab-selector-4:checked ~ .content-hor .content-h-4 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  width: 100%;
  height: auto;
  padding: 3%;
}
@media screen and (max-width: 550px) {
  /* line 279, ../sass/components/_accordeontabs.scss */
  .tabs-h .tab-selector-1:checked ~ .content-hor .content-h-1,
  .tabs-h .tab-selector-2:checked ~ .content-hor .content-h-2,
  .tabs-h .tab-selector-3:checked ~ .content-hor .content-h-3,
  .tabs-h .tab-selector-4:checked ~ .content-hor .content-h-4 {
    padding: 8% 3% 0 3%;
  }
}

/* line 3, ../sass/components/_loading.scss */
.spinner1 > div {
  width: 18px;
  height: 18px;
  background-color: #000000;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
/* line 12, ../sass/components/_loading.scss */
.spinner1 .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
/* line 16, ../sass/components/_loading.scss */
.spinner1 .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* line 42, ../sass/components/_loading.scss */
.loader-square {
  z-index: 1000;
  box-sizing: border-box;
}
/* line 45, ../sass/components/_loading.scss */
.loader-square.positioning {
  position: relative;
  top: 0;
  left: 50%;
}
/* line 50, ../sass/components/_loading.scss */
.loader-square.square {
  border-radius: 4px;
  width: 74px;
  height: 74px;
  box-sizing: border-box;
}
/* line 56, ../sass/components/_loading.scss */
.loader-square.square .block:before {
  bottom: 2px;
  left: 2px;
}
/* line 60, ../sass/components/_loading.scss */
.loader-square.square .block:after {
  bottom: 2px;
  right: 2px;
}
/* line 64, ../sass/components/_loading.scss */
.loader-square.square .block .box {
  left: 2px;
  top: 2px;
  -webkit-animation-name: slide;
  animation-name: slide;
}
/* line 73, ../sass/components/_loading.scss */
.loader-square.reg .block {
  -webkit-animation-name: reg;
  animation-name: reg;
}
/* line 78, ../sass/components/_loading.scss */
.loader-square .block {
  position: absolute;
  border: 2px solid #000000;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
/* line 89, ../sass/components/_loading.scss */
.loader-square .block:before {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  background: #000000;
  border-radius: 4px;
  left: 2px;
}
/* line 98, ../sass/components/_loading.scss */
.loader-square .block:after {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  background: #000000;
  border-radius: 5px;
  right: 2px;
}
/* line 108, ../sass/components/_loading.scss */
.loader-square .box {
  position: absolute;
  width: 32px;
  height: 32px;
  background: #000000;
  border-radius: 4px;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes slide {
  33% {
    left: 2px;
  }
  67%, 100% {
    left: 36px;
  }
}
@keyframes slide {
  33% {
    left: 2px;
  }
  67%, 100% {
    left: 36px;
  }
}
@-webkit-keyframes reg {
  50% {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }
}
@keyframes reg {
  50% {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }
}
/* line 2, ../sass/components/_effekte.scss */
.note {
  position: relative;
  width: 70%;
  padding: 1em 1.5em;
  margin: 2em auto;
  color: #FFFFFF;
  background: #658E15;
  overflow: hidden;
  border-radius: 4px;
}
/* line 11, ../sass/components/_effekte.scss */
.note:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0 16px 16px 0;
  border-style: solid;
  border-color: #FFFFFF #FFFFFF #c1d1a1 #c1d1a1;
  background: #c1d1a1;
  display: block;
  width: 0;
}
/* line 23, ../sass/components/_effekte.scss */
.note p {
  margin: 0;
}
/* line 26, ../sass/components/_effekte.scss */
.note.red {
  background: #C93213;
}
/* line 28, ../sass/components/_effekte.scss */
.note.red:before {
  border-color: #FFFFFF #FFFFFF #d5999d #d5999d;
  background: #d5999d;
}
/* line 33, ../sass/components/_effekte.scss */
.note.blue {
  background: #53A3B4;
}
/* line 35, ../sass/components/_effekte.scss */
.note.blue:before {
  border-color: #FFFFFF #FFFFFF #97C7D2 #97C7D2;
  background: #97C7D2;
}
/* line 40, ../sass/components/_effekte.scss */
.note.taupe {
  background: #999868;
}
/* line 42, ../sass/components/_effekte.scss */
.note.taupe:before {
  border-color: #FFFFFF #FFFFFF #BDBB8B #BDBB8B;
  background: #BDBB8B;
}

/* line 1, ../sass/components/_slider.scss */
#slider {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
/* line 6, ../sass/components/_slider.scss */
#slider .slides {
  width: 400%;
  height: 100%;
  position: relative;
  -webkit-animation: slide 30s infinite;
  -moz-animation: slide 30s infinite;
  animation: slide 30s infinite;
}
/* line 14, ../sass/components/_slider.scss */
#slider .slider {
  width: 25%;
  height: 100%;
  float: left;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
/* line 23, ../sass/components/_slider.scss */
#slider .slide img {
  width: 100%;
  height: 100%;
}
/* line 28, ../sass/components/_slider.scss */
#slider .image {
  width: 100%;
  height: 100%;
}
/* line 31, ../sass/components/_slider.scss */
#slider .image img {
  width: 100%;
  height: 100%;
}
/* line 36, ../sass/components/_slider.scss */
#slider .legend {
  border: 400px solid transparent;
  border-left: 800px solid rgba(0, 0, 0, 0.5);
  border-bottom: 0;
  position: absolute;
  bottom: 7px;
}
@media screen and (max-width: 1000px) {
  /* line 36, ../sass/components/_slider.scss */
  #slider .legend {
    display: none;
  }
}
/* line 46, ../sass/components/_slider.scss */
#slider .content {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}
/* line 52, ../sass/components/_slider.scss */
#slider .content-txt {
  width: 400px;
  height: 150px;
  float: left;
  position: relative;
  top: 100px;
  -webkit-animation: content-s 7.5s infinite;
  -moz-animation: content-s 7.5s infinite;
  animation: content-s 7.5s infinite;
}
@media screen and (max-width: 1000px) {
  /* line 52, ../sass/components/_slider.scss */
  #slider .content-txt {
    width: 100%;
    top: 15%;
    float: none;
  }
}
/* line 67, ../sass/components/_slider.scss */
#slider .content-txt h1 {
  font-weight: lighter;
  color: #FFFFFF;
  text-align: left;
  margin-left: 15%;
  padding-bottom: 10px;
  font-size: 2em;
}
@media screen and (max-width: 1000px) {
  /* line 67, ../sass/components/_slider.scss */
  #slider .content-txt h1 {
    font-size: 1.5em;
    text-align: center;
    margin: 5% 30%;
  }
}
@media screen and (max-width: 750px) {
  /* line 67, ../sass/components/_slider.scss */
  #slider .content-txt h1 {
    margin: 0;
  }
}
/* line 83, ../sass/components/_slider.scss */
#slider .content-txt h2 {
  font-size: 1em;
  color: #FFFFFF;
  margin-left: 15%;
  text-align: left;
  font-family: "Arial";
}
@media screen and (max-width: 1000px) {
  /* line 83, ../sass/components/_slider.scss */
  #slider .content-txt h2 {
    font-size: 1em;
    text-align: center;
    margin: 0 30%;
  }
}
@media screen and (max-width: 1000px) and (max-width: 750px) {
  /* line 83, ../sass/components/_slider.scss */
  #slider .content-txt h2 {
    margin: 0;
    margin-bottom: 3%;
  }
}

/* line 100, ../sass/components/_slider.scss */
#slider .switch {
  width: 120px;
  height: 10px;
  position: absolute;
  bottom: 23px;
  z-index: 99;
  margin: 0 50%;
}
@media screen and (max-width: 1000px) {
  /* line 100, ../sass/components/_slider.scss */
  #slider .switch {
    display: none;
  }
}
/* line 110, ../sass/components/_slider.scss */
#slider .switch > ul {
  list-style: none;
}
/* line 112, ../sass/components/_slider.scss */
#slider .switch > ul > li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #e6e6e6;
  float: left;
  margin-right: 5px;
  cursor: pointer;
}
/* line 122, ../sass/components/_slider.scss */
#slider .switch ul {
  overflow: hidden;
}
/* line 125, ../sass/components/_slider.scss */
#slider .switch .on {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #0a8cbd;
  position: relative;
  -webkit-animation: on 30s infinite;
  -moz-animation: on 30s infinite;
  animation: on 30s infinite;
}

@keyframes load {
  from {
    left: -100%;
  }
  to {
    left: 0;
  }
}
@-webkit-keyframes slide {
  0%,100% {
    margin-left: 0%;
  }
  21% {
    margin-left: 0%;
  }
  25% {
    margin-left: -100%;
  }
  46% {
    margin-left: -100%;
  }
  50% {
    margin-left: -200%;
  }
  71% {
    margin-left: -200%;
  }
  75% {
    margin-left: -300%;
  }
  96% {
    margin-left: -300%;
  }
}
@-moz-keyframes slide {
  0%,100% {
    margin-left: 0%;
  }
  21% {
    margin-left: 0%;
  }
  25% {
    margin-left: -100%;
  }
  46% {
    margin-left: -100%;
  }
  50% {
    margin-left: -200%;
  }
  71% {
    margin-left: -200%;
  }
  75% {
    margin-left: -300%;
  }
  96% {
    margin-left: -300%;
  }
}
@keyframes slide {
  0%,100% {
    margin-left: 0%;
  }
  21% {
    margin-left: 0%;
  }
  25% {
    margin-left: -100%;
  }
  46% {
    margin-left: -100%;
  }
  50% {
    margin-left: -200%;
  }
  71% {
    margin-left: -200%;
  }
  75% {
    margin-left: -300%;
  }
  96% {
    margin-left: -300%;
  }
}
@-webkit-keyframes content-s {
  0% {
    left: -600px;
  }
  10% {
    left: 0px;
  }
  30% {
    left: 0px;
  }
  40% {
    left: 0px;
  }
  50% {
    left: 0px;
  }
  60% {
    left: 0px;
  }
  70% {
    left: 0;
  }
  80% {
    left: -600px;
  }
  90% {
    left: -600px;
  }
  100% {
    left: -600px;
  }
}
@-moz-keyframes content-s {
  0% {
    left: -600px;
  }
  10% {
    left: 0px;
  }
  30% {
    left: 0px;
  }
  40% {
    left: 0px;
  }
  50% {
    left: 0px;
  }
  60% {
    left: 0px;
  }
  70% {
    left: 0;
  }
  80% {
    left: -600px;
  }
  90% {
    left: -600px;
  }
  100% {
    left: -600px;
  }
}
@keyframes content-s {
  0% {
    left: -600px;
  }
  10% {
    left: 20px;
  }
  15% {
    left: 0px;
  }
  30% {
    left: 0px;
  }
  40% {
    left: 0px;
  }
  50% {
    left: 0px;
  }
  60% {
    left: 0px;
  }
  70% {
    left: 0;
  }
  80% {
    left: -600px;
  }
  90% {
    left: -600px;
  }
  100% {
    left: -600px;
  }
}
@-webkit-keyframes on {
  0%,100% {
    margin-left: 0%;
  }
  21% {
    margin-left: 0%;
  }
  25% {
    margin-left: 15px;
  }
  46% {
    margin-left: 15px;
  }
  50% {
    margin-left: 30px;
  }
  71% {
    margin-left: 30px;
  }
  75% {
    margin-left: 45px;
  }
  96% {
    margin-left: 45px;
  }
}
@-moz-keyframes on {
  0%,100% {
    margin-left: 0%;
  }
  21% {
    margin-left: 0%;
  }
  25% {
    margin-left: 15px;
  }
  46% {
    margin-left: 15px;
  }
  50% {
    margin-left: 30px;
  }
  71% {
    margin-left: 30px;
  }
  75% {
    margin-left: 45px;
  }
  96% {
    margin-left: 45px;
  }
}
@keyframes on {
  0%,100% {
    margin-left: 0%;
  }
  21% {
    margin-left: 0%;
  }
  25% {
    margin-left: 15px;
  }
  46% {
    margin-left: 15px;
  }
  50% {
    margin-left: 30px;
  }
  71% {
    margin-left: 30px;
  }
  75% {
    margin-left: 45px;
  }
  96% {
    margin-left: 45px;
  }
}
/* line 1, ../sass/components/_footer.scss */
footer {
  background-color: #000000;
  color: #e6e6e6;
  padding: 10px 20px;
}

/* line 7, ../sass/components/_footer.scss */
.footer {
  max-width: 1200px;
  margin: 20px auto;
  font-size: 0.7em;
  min-height: 5px;
}
@media screen and (max-width: 550px) {
  /* line 7, ../sass/components/_footer.scss */
  .footer {
    width: 80%;
    text-align: center;
  }
}
/* line 16, ../sass/components/_footer.scss */
.footer a {
  color: #e6e6e6;
}

/* line 17, ../sass/style.scss */
* {
  box-sizing: border-box;
}

/* line 21, ../sass/style.scss */
html {
  font-size: 62.5%;
}

/* line 25, ../sass/style.scss */
body {
  margin: 0 auto;
  font-family: "Arial";
  font-size: 1.5em;
  line-height: 1.5em;
  color: #000000;
}

/* line 33, ../sass/style.scss */
h1 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300;
  color: #000000;
  font-family: "Tinos";
  font-size: 3.0rem;
  line-height: 1.25;
  letter-spacing: -.1rem;
}
@media screen and (min-width: 1000px) {
  /* line 33, ../sass/style.scss */
  h1 {
    font-size: 3.0rem;
  }
}

/* line 43, ../sass/style.scss */
h2 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300;
  color: #000000;
  font-family: "Tinos";
  font-size: 2.6rem;
  line-height: 1.2;
  letter-spacing: -.1rem;
}
@media screen and (min-width: 1000px) {
  /* line 43, ../sass/style.scss */
  h2 {
    font-size: 2.7rem;
  }
}

/* line 53, ../sass/style.scss */
h3 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300;
  color: #000000;
  font-family: "Tinos";
  font-size: 2.3rem;
  line-height: 1.3;
  letter-spacing: -.1rem;
}
@media screen and (min-width: 1000px) {
  /* line 53, ../sass/style.scss */
  h3 {
    font-size: 2.6rem;
  }
}

/* line 63, ../sass/style.scss */
h4 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300;
  color: #000000;
  font-family: "Tinos";
  font-size: 2.0rem;
  line-height: 1.35;
  letter-spacing: -.08rem;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 1000px) {
  /* line 63, ../sass/style.scss */
  h4 {
    font-size: 2.0rem;
  }
}

/* line 74, ../sass/style.scss */
h5 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300;
  color: #000000;
  font-family: "Tinos";
  font-size: 0.8rem;
  line-height: 1.5;
  letter-spacing: -.05rem;
}
@media screen and (min-width: 1000px) {
  /* line 74, ../sass/style.scss */
  h5 {
    font-size: 1.4rem;
  }
}

/* line 84, ../sass/style.scss */
h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300;
  color: #000000;
  font-family: "Tinos";
  font-size: 0.5rem;
  line-height: 1.6;
  letter-spacing: 0;
}
@media screen and (min-width: 1000px) {
  /* line 84, ../sass/style.scss */
  h6 {
    font-size: 0.5rem;
  }
}

/* line 94, ../sass/style.scss */
a {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
}
/* line 98, ../sass/style.scss */
a:hover {
  text-decoration: underline;
}

/* line 103, ../sass/style.scss */
.active {
  color: #000000;
  font-weight: bold;
}

/* line 108, ../sass/style.scss */
em {
  font-style: italic;
}

/* line 112, ../sass/style.scss */
strong {
  font-weight: bold;
}

/* line 116, ../sass/style.scss */
main {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 20px auto;
  box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  /* line 116, ../sass/style.scss */
  main {
    width: 90%;
    padding: 0 20px;
  }
}
@media screen and (min-width: 1000px) {
  /* line 116, ../sass/style.scss */
  main {
    width: 90%;
  }
}

/* line 131, ../sass/style.scss */
.row {
  display: flex;
  flex-flow: row wrap;
}
/* line 134, ../sass/style.scss */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* line 141, ../sass/style.scss */
.full {
  background-color: #e6e6e6;
  margin-bottom: 3%;
}

/* line 147, ../sass/style.scss */
.container:after {
  content: "";
  display: table;
  clear: both;
}

/* line 154, ../sass/style.scss */
.u-cf {
  content: "";
  display: table;
  clear: both;
}

/* line 160, ../sass/style.scss */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1;
}

/* line 169, ../sass/style.scss */
.container {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 400px) {
  /* line 169, ../sass/style.scss */
  .container {
    width: 85%;
    padding: 0;
  }
}

/* line 181, ../sass/style.scss */
.column, .columns {
  width: 100%;
  float: left;
  box-sizing: border-box;
}
/* line 186, ../sass/style.scss */
.column img, .columns img {
  width: 100%;
}
@media screen and (min-width: 750px) {
  /* line 181, ../sass/style.scss */
  .column, .columns {
    margin-right: 2%;
  }
  /* line 191, ../sass/style.scss */
  .column:first-child, .columns:first-child {
    margin-left: 0;
  }
}

/* line 197, ../sass/style.scss */
.one {
  width: 4.66666666667%;
}
@media screen and (max-width: 1000px) {
  /* line 197, ../sass/style.scss */
  .one {
    width: 100%;
  }
}

/* line 204, ../sass/style.scss */
.onetwo {
  width: 10%;
  padding: 10px;
}
@media screen and (max-width: 1000px) {
  /* line 204, ../sass/style.scss */
  .onetwo {
    width: 100%;
  }
}

/* line 212, ../sass/style.scss */
.two {
  width: 13.3333333333%;
}
@media screen and (max-width: 1000px) {
  /* line 212, ../sass/style.scss */
  .two {
    width: 100%;
  }
}

/* line 219, ../sass/style.scss */
.three {
  width: 21%;
}
@media screen and (max-width: 1000px) {
  /* line 219, ../sass/style.scss */
  .three {
    width: 100%;
  }
}
@media all and (min-width: 1000px) {
  /* line 219, ../sass/style.scss */
  .three {
    order: 1;
    flex: 1 auto;
  }
}

/* line 230, ../sass/style.scss */
.threeleft {
  width: 22%;
}
@media screen and (max-width: 1000px) {
  /* line 230, ../sass/style.scss */
  .threeleft {
    width: 100%;
  }
}
@media all and (min-width: 1000px) {
  /* line 230, ../sass/style.scss */
  .threeleft {
    order: 2;
    flex: 1 auto;
  }
}

/* line 241, ../sass/style.scss */
.four {
  width: 30.6666666667%;
}
@media screen and (max-width: 1000px) {
  /* line 241, ../sass/style.scss */
  .four {
    width: 100%;
  }
}

/* line 248, ../sass/style.scss */
.five {
  width: 39.3333333333%;
}
@media screen and (max-width: 1000px) {
  /* line 248, ../sass/style.scss */
  .five {
    width: 100%;
  }
}

/* line 255, ../sass/style.scss */
.six {
  width: 48%;
}
@media screen and (max-width: 1000px) {
  /* line 255, ../sass/style.scss */
  .six {
    width: 100%;
  }
}

/* line 262, ../sass/style.scss */
.seven {
  width: 56.6666666667%;
}
@media screen and (max-width: 1000px) {
  /* line 262, ../sass/style.scss */
  .seven {
    width: 100%;
  }
}

/* line 269, ../sass/style.scss */
.eight {
  width: 65.3333333333%;
  padding: 10px;
}
@media screen and (max-width: 1000px) {
  /* line 269, ../sass/style.scss */
  .eight {
    width: 100%;
  }
}

/* line 277, ../sass/style.scss */
.nine {
  width: 74%;
}
@media screen and (max-width: 1000px) {
  /* line 277, ../sass/style.scss */
  .nine {
    width: 100%;
  }
}
@media all and (min-width: 1000px) {
  /* line 277, ../sass/style.scss */
  .nine {
    order: 2;
  }
}

/* line 287, ../sass/style.scss */
.nineright {
  width: 74%;
}
@media screen and (max-width: 1000px) {
  /* line 287, ../sass/style.scss */
  .nineright {
    width: 100%;
  }
}
@media all and (min-width: 1000px) {
  /* line 287, ../sass/style.scss */
  .nineright {
    order: 1;
  }
}

/* line 297, ../sass/style.scss */
.ten {
  width: 82.6666666667%;
  padding: 10px;
}
@media screen and (max-width: 1000px) {
  /* line 297, ../sass/style.scss */
  .ten {
    width: 100%;
  }
}

/* line 305, ../sass/style.scss */
.eleven {
  text-decoration: none;
  width: 91.3333333333%;
}
@media screen and (max-width: 1000px) {
  /* line 305, ../sass/style.scss */
  .eleven {
    width: 100%;
  }
}

/* line 313, ../sass/style.scss */
.twelve {
  width: 98%;
  margin-left: 0;
  padding: 10px;
}
@media screen and (max-width: 1000px) {
  /* line 313, ../sass/style.scss */
  .twelve {
    width: 100%;
  }
}

/* line 322, ../sass/style.scss */
.one-fourth {
  width: 23%;
  padding: 10px 0;
}
@media screen and (max-width: 1000px) {
  /* line 322, ../sass/style.scss */
  .one-fourth {
    width: 100%;
  }
}

/* line 330, ../sass/style.scss */
.one-third {
  width: 30.6666666667%;
  padding: 10px;
  min-height: 220px;
}
@media screen and (max-width: 1000px) {
  /* line 330, ../sass/style.scss */
  .one-third {
    width: 100%;
    min-height: auto;
  }
}

/* line 340, ../sass/style.scss */
.one-third2 {
  width: 31.3%;
  padding: 10px;
  min-height: 355px;
}
@media screen and (max-width: 1000px) {
  /* line 340, ../sass/style.scss */
  .one-third2 {
    width: 100%;
    min-height: auto;
  }
}

/* line 350, ../sass/style.scss */
.two-thirds {
  width: 48%;
  padding: 10px;
  min-height: 220px;
}
@media screen and (max-width: 1000px) {
  /* line 350, ../sass/style.scss */
  .two-thirds {
    width: 100%;
    min-height: auto;
  }
}

/* line 360, ../sass/style.scss */
.one-half {
  width: 48%;
  padding: 10px;
  min-height: 258px;
}
@media screen and (max-width: 1000px) {
  /* line 360, ../sass/style.scss */
  .one-half {
    width: 100%;
    min-height: auto;
  }
}

/* line 371, ../sass/style.scss */
.height450 {
  min-height: 450px;
}
@media screen and (max-width: 1000px) {
  /* line 371, ../sass/style.scss */
  .height450 {
    min-height: auto;
  }
}

/* line 378, ../sass/style.scss */
clear {
  clear: both;
}

/* line 385, ../sass/style.scss */
input[type="email"] {
  height: 38px;
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
  font-size: 100%;
}
/* line 388, ../sass/style.scss */
input[type="number"] {
  height: 38px;
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
  font-size: 100%;
}
/* line 391, ../sass/style.scss */
input[type="search"] {
  height: 38px;
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
  font-size: 100%;
}
/* line 394, ../sass/style.scss */
input[type="text"] {
  height: 38px;
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
  font-size: 100%;
}
/* line 397, ../sass/style.scss */
input[type="tel"] {
  height: 38px;
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
  font-size: 100%;
}
/* line 400, ../sass/style.scss */
input[type="url"] {
  height: 38px;
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
  font-size: 100%;
}
/* line 403, ../sass/style.scss */
input[type="password"] {
  height: 38px;
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
  font-size: 100%;
}

/* line 408, ../sass/style.scss */
textarea {
  height: 38px;
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
  font-size: 100%;
  min-height: 65px;
  padding: 6px;
}

/* line 414, ../sass/style.scss */
select {
  height: 38px;
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
  font-size: 100%;
}
/* line 416, ../sass/style.scss */
select:focus {
  border: 1px solid #000000;
  outline: 0;
}

/* line 423, ../sass/style.scss */
input[type="email"], input[type="number"], input[type="search"], input[type="text"],
input [type="tel"], input [type="url"], input [type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none;
}
/* line 428, ../sass/style.scss */
input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="text"]:focus,
input [type="tel"]:focus, input [type="url"]:focus, input [type="password"]:focus {
  border: 1px solid #000000;
  outline: 0;
}

/* line 435, ../sass/style.scss */
textarea {
  min-height: 65px;
  padding: 6px;
}
/* line 438, ../sass/style.scss */
textarea:focus {
  border: 1px solid #000000;
  outline: 0;
}

/* line 444, ../sass/style.scss */
label, legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600;
}

/* line 450, ../sass/style.scss */
fieldset {
  padding: 0;
  border-width: 0;
}

/* line 456, ../sass/style.scss */
input[type="checkbox"], input[type="radio"] {
  display: inline;
}

/* line 461, ../sass/style.scss */
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal;
}

/* line 469, ../sass/style.scss */
ul {
  list-style: inside;
  padding-left: 0;
  margin-top: 0;
}
/* line 473, ../sass/style.scss */
ul ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%;
}
/* line 476, ../sass/style.scss */
ul ol {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%;
}

/* line 481, ../sass/style.scss */
ol {
  list-style: decimal inside;
  padding-left: 0;
  margin-top: 0;
}
/* line 485, ../sass/style.scss */
ol ol {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%;
}
/* line 488, ../sass/style.scss */
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%;
}

/* line 493, ../sass/style.scss */
li {
  margin-bottom: 1rem;
}

/* line 497, ../sass/style.scss */
.none {
  list-style: none;
}

/* line 503, ../sass/style.scss */
th {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1;
}
/* line 505, ../sass/style.scss */
th:first-child {
  padding-left: 0;
}
/* line 508, ../sass/style.scss */
th:last-child {
  padding-right: 0;
}

/* line 513, ../sass/style.scss */
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1;
}
/* line 515, ../sass/style.scss */
td:first-child {
  padding-left: 0;
}
/* line 518, ../sass/style.scss */
td:last-child {
  padding-right: 0;
}

/* line 523, ../sass/style.scss */
.table-color {
  border-top: 0.2em solid #000000;
  padding: 0 10px;
}
/* line 526, ../sass/style.scss */
.table-color th {
  background-color: #e6e6e6;
  color: #000000;
  font-weight: bold;
}
/* line 530, ../sass/style.scss */
.table-color th:first-child {
  padding-left: 10px;
}
/* line 533, ../sass/style.scss */
.table-color th:last-child {
  padding-left: 10px;
}
/* line 538, ../sass/style.scss */
.table-color td:first-child {
  padding-left: 10px;
}
/* line 541, ../sass/style.scss */
.table-color td:last-child {
  padding-left: 10px;
}

/* line 549, ../sass/style.scss */
button {
  margin-bottom: 1rem;
}

/* line 553, ../sass/style.scss */
input, textarea, select, fieldset {
  margin-bottom: 1.5rem;
}

/* line 557, ../sass/style.scss */
pre, blockquote, dl, figure, table, p, ul, ol, form {
  margin-bottom: 2rem;
}

/* line 563, ../sass/style.scss */
code {
  padding: 0.2rem 0.5rem;
  margin: 0 0.2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #f1f1f1;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
}

/* line 574, ../sass/style.scss */
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre-line;
}

/* line 583, ../sass/style.scss */
.u-full-width, .u-max-full-width {
  width: 100%;
  box-sizing: border-box;
}

/* line 588, ../sass/style.scss */
.u-pull-right {
  float: right;
}
@media screen and (max-width: 550px) {
  /* line 588, ../sass/style.scss */
  .u-pull-right {
    float: none;
    text-align: center;
  }
}

/* line 596, ../sass/style.scss */
.u-pull-left {
  float: left;
}
@media screen and (max-width: 550px) {
  /* line 596, ../sass/style.scss */
  .u-pull-left {
    float: none;
    text-align: center;
  }
}
