/* Color */
/* Size */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace,monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: .35em .75em .625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  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-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/***** Default and helpers *****/
/* Color */
/* Size */
html {
  overflow: none;
  padding: 0;
  margin: 0;
  height: 100%;
}

body {
  overflow-x: hidden;
  color: #333;
  font-family: sans-serif;
  font-size: 20px;
  height: 100%;
  line-height: 1.5;
  background: #f5f5f5;
}

@media screen and (max-width: 575px) {
  body {
    font-size: 16px;
  }
}

* {
  box-sizing: border-box;
}

*:before, *:after {
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
}

a {
  display: inline-block;
  vertical-align: middle;
  color: #00c;
  text-decoration: none;
  transition: all 0.2s;
}

a:hover {
  color: blue;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4 {
  line-height: 1.2;
}

h1, .h1 {
  margin: 0 0 40px;
  font-size: 52px;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 991px) {
  h1, .h1 {
    font-size: 42px;
  }
}

@media screen and (max-width: 575px) {
  h1, .h1 {
    font-size: 30px;
    margin-bottom: 30px;
  }
}

h2, .h2 {
  margin: 50px 0 40px;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 991px) {
  h2, .h2 {
    font-size: 30px;
  }
}

@media screen and (max-width: 575px) {
  h2, .h2 {
    font-size: 27px;
    margin: 30px 0 20px;
  }
}

h3, .h3 {
  margin: 30px 0 30px;
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 575px) {
  h3, .h3 {
    font-size: 16px;
    margin: 30px 0 20px;
  }
}

h4 .h4 {
  margin: 30px 0 30px;
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 575px) {
  h4 .h4 {
    font-size: 16px;
    margin: 30px 0 20px;
  }
}

h2 span.underline {
  margin-top: 10px;
  display: inline-block;
}

p {
  margin: 30px 0;
}

@media screen and (max-width: 575px) {
  p {
    margin: 20px 0;
  }
}

hr {
  border: none;
  height: 2px;
  background: #999;
  margin: 40px 0;
  display: none;
}

@media screen and (max-width: 575px) {
  hr {
    margin: 20px 0;
  }
}

img {
  max-width: 100%;
  height: auto;
}

.italic {
  font-style: italic;
}

.bold {
  font-weight: bold;
}

.highlight {
  color: #b70909;
}

.orange {
  color: #f47f32;
}

.left {
  text-align: left;
}

.centered {
  text-align: center;
}

.right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.underline {
  text-decoration: underline;
}

.bordered {
  border-width: 4px 0;
  border-style: solid;
  border-color: #999;
  padding: 10px;
  margin: 30px 0;
  font-style: italic;
  font-size: 20px;
}

@media screen and (max-width: 575px) {
  .bordered {
    margin: 20px 0;
  }
}

.bordered p {
  margin: 20px 0;
}

.marker {
  padding: 30px 0;
  background: url("../images/highlight.png") 50% 50% no-repeat;
  background-size: 100% 100%;
}

.m-0 {
  margin: 0 !important;
}

.container {
  max-width: 1040px;
  padding: 40px 80px;
  margin: 30px auto;
  box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.3);
  background: #fff;
}

@media screen and (max-width: 1139px) {
  .container {
    margin: 0;
    max-width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .container {
    padding: 30px 40px;
    margin: 0;
  }
}

@media screen and (max-width: 575px) {
  .container {
    padding: 30px 20px;
  }
}

ul {
  margin: 30px 0;
  padding: 0 0 0 20px;
}

@media screen and (max-width: 575px) {
  ul {
    margin: 20px 0;
    padding: 0;
  }
}

ul li {
  list-style: none;
  padding: 0 0 0 40px;
  position: relative;
  margin: 10px 0;
}

ul li:before {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="25.8" viewBox="0 0 32 25.8"><polygon points="11.9 25.8 0 13.8 5.7 8.1 11.9 14.4 26.3 0 32 5.7 11.9 25.8"/></svg>') 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  top: 5px;
  left: 0;
  -webkit-filter: invert(59%) sepia(29%) saturate(996%) hue-rotate(87deg) brightness(92%) contrast(91%);
          filter: invert(59%) sepia(29%) saturate(996%) hue-rotate(87deg) brightness(92%) contrast(91%);
}

ul.orange-list li:before {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="25.8" viewBox="0 0 32 25.8"><polygon points="11.9 25.8 0 13.8 5.7 8.1 11.9 14.4 26.3 0 32 5.7 11.9 25.8"/></svg>') 0 0 no-repeat;
  background-size: contain;
  -webkit-filter: invert(76%) sepia(19%) saturate(7472%) hue-rotate(342deg) brightness(106%) contrast(109%);
          filter: invert(76%) sepia(19%) saturate(7472%) hue-rotate(342deg) brightness(106%) contrast(109%);
}

ul.m-list li {
  padding-left: 35px;
}

ul.m-list li:before {
  width: 16px;
  height: 16px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="11" height="14" viewBox="0 0 11 14"><path class="a" d="M.5,0V14l11-7Z" transform="translate(-0.5)"/></svg>');
  -webkit-filter: invert(76%) sepia(19%) saturate(7472%) hue-rotate(342deg) brightness(106%) contrast(109%);
          filter: invert(76%) sepia(19%) saturate(7472%) hue-rotate(342deg) brightness(106%) contrast(109%);
}

ul.dash-list {
  border: 3px solid #f47f32;
  padding: 20px;
}

ul.angle-list li:before {
  width: 22px;
  height: 22px;
  background: url("../images/icons/check-2.png") 0 0 no-repeat;
  background-size: contain;
  -webkit-filter: none;
          filter: none;
}

ul.bordered-list li {
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

ul.bordered-list li:before {
  top: 15px;
}

ul.bordered-list.bb-0 li:last-child {
  border-bottom: none;
}

ul.btb-list {
  border-width: 4px 0;
  border-style: solid;
  border-color: #999;
  padding: 10px;
  margin: 30px 0;
  font-style: italic;
  font-size: 20px;
}

.btb-list {
  border-width: 4px 0;
  border-style: solid;
  border-color: #999;
  padding: 10px;
  margin: 30px 0;
  font-style: italic;
  font-size: 20px;
}

ol {
  margin: 30px 0;
}

@media screen and (max-width: 575px) {
  ol {
    margin: 20px 0;
  }
}

ol li {
  margin: 10px 0;
}

.video {
  margin: 40px auto;
  text-align: center;
  max-width: 700px;
}

.testimonials {
  margin: 40px 0;
}

@media screen and (max-width: 575px) {
  .testimonials {
    margin: 20px 0;
  }
}

.testimonials .t-item {
  display: flex;
  align-items: flex-start;
  border-top: 1px dashed #999;
  padding: 30px 0;
}

@media screen and (max-width: 575px) {
  .testimonials .t-item {
    flex-direction: column;
    align-items: center;
  }
}

.testimonials .t-item:last-child {
  border-bottom: 1px dashed #999;
}

.testimonials .t-item .t-img {
  width: 175px;
  height: 175px;
  background: #ccc;
  border-radius: 50%;
  flex: 0 0 175px;
  margin-top: 10px;
}

@media screen and (max-width: 575px) {
  .testimonials .t-item .t-img {
    flex: auto;
    margin-bottom: 20px;
  }
}

.testimonials .t-item .t-img img {
  border-radius: 50%;
}

.testimonials .t-item .t-content {
  flex: 1;
  padding-left: 50px;
}

@media screen and (max-width: 575px) {
  .testimonials .t-item .t-content {
    padding: 0;
  }
}

.testimonials .t-item .t-title {
  font-size: 20px;
  font-weight: bold;
/*  font-style: italic;*/
  margin-bottom: 25px;
}

.testimonials .t-item .t-desc {
  margin-bottom: 25px;
  font-style: italic;
}

.testimonials .t-item .t-author {
  font-weight: bold;
  color: #666;
}

.example {
  margin: 30px 0;
}

.example p {
  margin: 0 0 10px;
}

.btns {
  text-align: center;
  margin: 30px 0 80px;
}

.btn {
  padding: 30px 30px;
  cursor: pointer;
  font-size: 30px;
  text-decoration: none;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-weight: bold;
  border-radius: 3px;
  transition: all 0.2s;
  min-width: 500px;
  box-shadow: inset 0 2px 2px 0 rgba(255, 255, 255, 0.22), 0 233px 233px 0 rgba(255, 255, 255, 0.12) inset;
  margin: 0 auto 10px;
}

@media screen and (max-width: 575px) {
  .btn {
    width: 100%;
    min-width: 0;
    font-size: 24px;
  }
}

.btn:hover {
  box-shadow: inset 0 2px 2px 0 rgba(255, 255, 255, 0.22), 0 233px 233px 0 rgba(255, 255, 255, 0.12) inset, 0 2px 10px rgba(0, 0, 0, 0.1);
}

.btn.btn-orange {
  background: #f47f32;
  border: 2px solid #f47f32;
  color: #fff;
}

.btn.btn-orange:hover {
  background: #f58e4a;
  color: #fff;
}

.btn.btn-white {
  background: #fff;
  border: 2px solid #f47f32;
  color: #f47f32;
}

.btn.btn-white:hover {
  background: #fcfbf8;
  color: #f47f32;
}

.btn-link {
  color: #f47f32;
  text-decoration: underline;
  font-size: 22px;
  font-weight: bold;
  display: block;
  margin: 10px 0;
}

.btn-link:hover {
  color: #f58e4a;
}

.img-left {
  float: left;
  margin: 20px 30px 20px 0;
}

@media screen and (max-width: 767px) {
  .img-left {
    float: none;
    margin: 20px auto;
    text-align: center;
  }
}

.img-right {
  float: right;
  margin: 20px 0 20px 30px;
}

@media screen and (max-width: 767px) {
  .img-right {
    float: none;
    margin: 20px auto;
    text-align: center;
    display: inline-block;
  }
}

.img-right figure {
  margin: 0;
}

.img-right figure figcaption {
  font-size: 14px;
  color: #999;
  text-align: center;
}

.img-shadow {
  padding: 10px;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
}

.border-block {
  border: 3px solid #f47f32;
  padding: 10px 20px;
  margin: 30px 0;
}


/* Footer */
footer p {
    text-align: center;
    font-size: 16px;
    color: #666;
    padding-bottom: 50px;
}

/*# sourceMappingURL=main.css.map */
