html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

progress {
  vertical-align: baseline;
}

template,
[hidden] {
  display: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

button,
input,
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 {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

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-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

@font-face {
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/BebasNeue-Regular.otf) format("opentype");
}

@font-face {
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/BebasNeue-Light.otf) format("opentype");
}

@font-face {
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/BebasNeue-Bold.otf) format("opentype");
}

@font-face {
  font-family: 'Amethyst';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Amethyst.ttf) format("ttf");
}

body {
  font-family: 'Bebas Neue', sans-serif;
  color: #333;
}

.book {
  background: url(/se/images/tct-lp/book-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 100px;
  position: relative;
  overflow: hidden;
  background-color: #262626;
}

@media only screen and (max-width: 992px) {
  .book {
    padding-top: 10px;
  }
}

.book::after {
  display: block;
  content: '';
  height: 11px;
  width: 65%;
  margin-right: -15px;
  background-color: #f73c3c;
  position: absolute;
  top: 0;
  right: 0;
  transform: skewX(-25deg);
}

.book::after .unskew {
  transform: skewX(25deg);
}

@media only screen and (max-width: 992px) {
  .book::after {
    display: none;
  }
}

.book__top {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(35% + 10px);
  color: #fff;
  background-color: #494949;
  font-size: 38px;
  padding: 10px 10px 3px 15px;
  margin-left: -15px;
  text-align: center;
  font-weight: bold;
  transform: skewX(-25deg);
}

.book__top .unskew {
  transform: skewX(25deg);
}

@media only screen and (max-width: 992px) {
  .book__top {
    position: relative;
    font-size: 28px;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    border: 6px solid #f73c3c;
    width: 50%;
    margin-left: 0;
  }
  .book__top::before {
    position: absolute;
    display: block;
    content: '';
    top: 50%;
    right: 100%;
    background-color: #f73c3c;
    height: 6px;
    margin-top: -3px;
    width: 100%;
    z-index: 1;
  }
  .book__top::after {
    position: absolute;
    display: block;
    content: '';
    top: 50%;
    left: 100%;
    background-color: #f73c3c;
    height: 6px;
    margin-top: -3px;
    width: 100%;
    z-index: 1;
  }
  .book__top .unskew {
    transform: none;
  }
}

.book__top span {
  color: #f73c3c;
}

.book__title {
  text-align: center;
  color: #fff;
  font-size: 80px;
  font-weight: bold;
  letter-spacing: 3px;
  margin: 25px 0;
}

@media only screen and (max-width: 992px) {
  .book__title {
    font-size: 48px;
  }
}

.book__title span {
  color: #f73c3c;
}

.book__container {
  background-image: url(/se/images/tct-lp/book.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 100px 0 25px;
  margin-bottom: -115px;
}

@media only screen and (max-width: 992px) {
  .book__container {
    background-image: none;
    background-color: #fff;
    padding: 25px 0;
    padding-bottom: 100px;
    margin-bottom: -35px;
  }
}

.book__left {
  width: 50%;
  padding: 0 4% 0 7.5%;
}

@media only screen and (max-width: 992px) {
  .book__left {
    width: 100%;
    padding: 35px 35px 15px;
  }
}

.book__right {
  width: 50%;
  padding: 0 7.5% 0 4%;
}

@media only screen and (max-width: 992px) {
  .book__right {
    width: 100%;
    padding: 15px 35px 35px;
  }
}

.book__video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
  margin-bottom: 50px;
  border: 7px solid #781f1f;
  background-color: black;
}

.book__video iframe, .book__video object, .book__video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 992px) {
  .book__video {
    margin-bottom: 25px;
  }
}

.book__nearly {
  position: relative;
  margin-top: 75px;
  padding-top: 50px;
}

@media only screen and (max-width: 992px) {
  .book__nearly {
    margin-top: 25px;
    padding-top: 25px;
  }
}

.book__nearly::before {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  left: 50%;
  height: 2px;
  background-color: #999999;
  width: 75%;
  transform: translateX(-50%);
}

.book__nearly-img {
  display: block;
  width: 100%;
}

.book__third {
  margin-top: 25px;
  text-align: center;
}

.book__third img {
  max-width: 100%;
}

.book__review {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 992px) {
  .book__review {
    margin-bottom: 15px;
    display: block;
  }
}

.book__review--reverse {
  flex-direction: row-reverse;
}

.book__review--reverse .book__review-content {
  margin-right: -30px;
  margin-left: 0;
}

.book__review--reverse .book__review-author {
  transform: skewX(15deg);
  margin-left: auto;
  margin-right: 18px;
}

.book__review--reverse .book__review-author .unskew {
  transform: skewX(-15deg);
}

.book__review--reverse .book__review-text {
  transform: skewX(15deg);
}

.book__review--reverse .book__review-text .unskew {
  transform: skewX(-15deg);
}

.book__review-img {
  display: block;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 992px) {
  .book__review-img {
    max-width: 50%;
    margin: 0 auto;
    border: 5px solid #f73c3c;
  }
}

.book__review-content {
  flex: 1;
  position: relative;
  z-index: 1;
  margin-left: -30px;
  margin-right: 0;
}

@media only screen and (max-width: 992px) {
  .book__review-content {
    margin: 0 !important;
  }
}

.book__review-author {
  color: #fff;
  background-color: #f73c3c;
  transform: skewX(-15deg);
  position: relative;
  z-index: 2;
  font-size: 30px;
  text-align: center;
  max-width: 70%;
  margin-right: auto;
  margin-left: 15px;
  padding: 5px 15px 0;
  margin-bottom: -5px;
}

.book__review-author .unskew {
  transform: skewX(15deg);
}

@media only screen and (max-width: 992px) {
  .book__review-author {
    margin: 0 auto !important;
    transform: none !important;
  }
  .book__review-author .unskew {
    transform: none !important;
  }
}

.book__review-text {
  color: #fff;
  background-color: #353631;
  transform: skewX(-15deg);
  position: relative;
  font-weight: 300;
  letter-spacing: .2px;
  z-index: 1;
  font-size: 14px;
  padding: 10px 20px 5px;
}

.book__review-text .unskew {
  transform: skewX(15deg);
}

@media only screen and (max-width: 992px) {
  .book__review-text {
    margin: 0 auto !important;
    transform: none !important;
    text-align: center;
    font-size: 16px;
    padding: 20px 10px;
  }
  .book__review-text .unskew {
    transform: none !important;
  }
}

.book__cta {
  position: absolute;
  left: -50px;
  bottom: 30px;
  max-width: 25%;
  display: block;
}

@media only screen and (max-width: 992px) {
  .book__cta {
    position: relative;
    left: auto;
    bottom: auto;
    max-width: 75%;
    margin: 0 auto;
  }
}

.book__cta-img {
  max-width: 100%;
}

.book__star {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(25%, 25%);
}

@media only screen and (max-width: 1200px) {
  .book__star {
    transform: translate(50%, 50%);
  }
}

@media only screen and (max-width: 992px) {
  .book__star {
    right: 50%;
    transform: translate(50%, 50%);
  }
}

.book__quote {
  background-image: url(/se/images/tct-lp/book-bg-quote.jpg);
  background-size: cover;
  border-top: 2px solid #fff;
  padding: 150px 0 50px;
}

.book__quote-text {
  text-align: center;
  color: #fff;
  font-size: 42px;
  font-weight: bold;
  letter-spacing: 2px;
}

.seen {
  background-image: url(/se/images/tct-lp/asseen-bg.jpg);
  background-size: cover;
  padding: 15px 0 10px;
}

.seen__img {
  display: block;
  width: 100%;
}

.roadmap {
  background-color: #f73c3c;
  padding: 30px 0;
}

.roadmap__text {
  font-size: 45px;
  border: 5px solid #fff;
  padding: 25px 15px 20px;
  text-align: center;
  color: #fff;
  letter-spacing: 2px;
}

@media only screen and (max-width: 992px) {
  .roadmap__text {
    font-size: 28px;
  }
}

.entre {
  padding: 50px 0;
}

.entre__title {
  font-size: 100px;
  text-align: center;
  font-weight: bold;
  color: #4a4a4a;
}

@media only screen and (max-width: 992px) {
  .entre__title {
    font-size: 45px;
  }
}

.entre__sub {
  font-size: 65px;
  text-align: center;
  color: #f73c3c;
  font-weight: bold;
  letter-spacing: 1px;
}

@media only screen and (max-width: 992px) {
  .entre__sub {
    font-size: 28px;
  }
}

.entre__text {
  font-size: 38px;
  color: #878787;
  text-align: center;
  padding: 25px 0;
}

@media only screen and (max-width: 992px) {
  .entre__text {
    font-size: 28px;
  }
}

.entre__circles {
  text-align: center;
  padding: 25px 0 50px;
}

.entre__circles img {
  max-width: 100%;
}

.entre__after-title {
  text-align: center;
  color: #4a4a4a;
  font-size: 64px;
}

@media only screen and (max-width: 992px) {
  .entre__after-title {
    font-size: 45px;
  }
}

.entre__after-title span {
  color: #f73c3c;
}

.entre__after-sub {
  color: #878787;
  text-align: center;
  font-size: 32px;
}

@media only screen and (max-width: 992px) {
  .entre__after-sub {
    font-size: 28px;
  }
}

.entre-grey {
  background-color: #d9d9d9;
  margin: 50px 0;
}

.entre-grey__split {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 992px) {
  .entre-grey__split {
    flex-direction: column;
  }
}

.entre-grey__img {
  margin: -20px 0;
  border: 7px solid #fff;
  max-width: inherit;
}

.entre-grey__content {
  padding: 30px 0 30px 75px;
  font-size: 38px;
  letter-spacing: 1px;
}

.entre-grey__content span {
  color: #f73c3c;
  font-size: 1.1em;
}

@media only screen and (max-width: 1200px) {
  .entre-grey__content {
    font-size: 32px;
  }
}

@media only screen and (max-width: 992px) {
  .entre-grey__content {
    padding: 50px 0 30px;
    text-align: center;
    font-size: 28px;
  }
}

.circles-title {
  background-color: #d9d9d9;
  padding: 35px 0;
  text-align: center;
  position: relative;
}

.circles-title::after {
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  content: '';
  background-image: url(/se/images/tct-lp/grey-down.png);
  height: 15px;
  width: 100%;
  background-size: 100% 100%;
}

.circles-title__title {
  font-size: 68px;
}

@media only screen and (max-width: 992px) {
  .circles-title__title {
    font-size: 45px;
  }
}

.circles-title__title span {
  color: #f73c3c;
  font-weight: bold;
}

.circles-main {
  padding: 50px 0;
}

.circles__single {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

@media only screen and (max-width: 992px) {
  .circles__single {
    display: block;
  }
}

.circles__circle {
  position: relative;
  z-index: 2;
}

.circles__circle img {
  margin-right: -100px;
  display: block;
  max-width: inherit;
}

@media only screen and (max-width: 992px) {
  .circles__circle img {
    max-width: 75%;
    margin: 0 auto;
  }
}

.circles__content {
  position: relative;
  z-index: 1;
}

.circles__title {
  position: relative;
  z-index: 2;
  font-size: 50px;
}

@media only screen and (max-width: 1200px) {
  .circles__title {
    font-size: 38px;
    text-align: center;
  }
}

.circles__title span {
  background-color: #f73c3c;
  color: #fff;
  border-radius: 10px;
  padding: 10px 15px 5px 100px;
}

@media only screen and (max-width: 992px) {
  .circles__title span {
    padding: 5px 10px 0;
    display: block;
    margin: 5px 0;
  }
}

.circles__text {
  position: relative;
  z-index: 1;
  padding: 15px 50px 15px 120px;
  font-size: 26px;
  background-color: #d9d9d9;
  letter-spacing: 0;
  transform: skewX(-10deg);
}

.circles__text .unskew {
  transform: skewX(10deg);
}

@media only screen and (max-width: 1200px) {
  .circles__text {
    font-size: 22px;
  }
}

@media only screen and (max-width: 992px) {
  .circles__text {
    transform: none;
    padding: 15px;
    text-align: center;
  }
  .circles__text .unskew {
    transform: none;
  }
}

.btb {
  background-image: url(/se/images/tct-lp/btb-bg.jpg);
  background-size: cover;
  background-position: center;
  border-top: 8px solid #f73c3c;
  border-bottom: 8px solid #f73c3c;
  padding: 35px 0;
}

.btb__container {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 992px) {
  .btb__container {
    display: block;
  }
}

.btb__text {
  width: 80%;
  font-size: 32px;
  padding-right: 25px;
  color: #fff;
}

@media only screen and (max-width: 992px) {
  .btb__text {
    width: auto;
    text-align: center;
    padding-right: 0;
  }
}

.btb__text span {
  color: #f73c3c;
}

.btb__cta {
  width: 20%;
  display: block;
}

@media only screen and (max-width: 992px) {
  .btb__cta {
    width: 65%;
    margin: 25px auto 0;
  }
}

.btb__cta img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.testimonials-title {
  background-color: #d9d9d9;
  padding: 20px 0;
}

.testimonials-title__text {
  font-size: 48px;
  text-align: center;
}

@media only screen and (max-width: 992px) {
  .testimonials-title__text {
    font-size: 32px;
  }
}

.testimonials-title__text span {
  color: #f73c3c;
}

.testimonials-title__box {
  width: 50%;
  background-color: #262626;
  color: #fff;
  font-size: 72px;
  text-align: center;
  margin: 5px auto 0;
  padding: 15px 15px 5px;
  position: relative;
  border-bottom: 10px solid #f73c3c;
}

@media only screen and (max-width: 992px) {
  .testimonials-title__box {
    font-size: 36px;
    width: 90%;
    padding: 10px 15px 5px;
  }
}

.testimonials-title__box::before {
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 0 20px;
  border-color: transparent transparent transparent #d9d9d9;
}

.testimonials-title__box::after {
  position: absolute;
  top: 100%;
  right: 0;
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 20px;
  border-color: transparent transparent #d9d9d9 transparent;
}

.testimonials-main {
  padding: 50px 0;
}

.testimonials__single {
  margin-bottom: 25px;
}

.testimonials__top {
  width: 380px;
  margin: 0 auto;
  background-color: #f73c3c;
  color: #fff;
  height: 75px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 26px;
  position: relative;
  z-index: 2;
  margin-bottom: -10px;
  letter-spacing: 0;
}

@media only screen and (max-width: 992px) {
  .testimonials__top {
    width: 95%;
    font-size: 22px;
  }
}

.testimonials__top::before {
  content: '';
  position: absolute;
  top: 0;
  right: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 75px 0;
  border-color: transparent #f73c3c transparent transparent;
}

.testimonials__top::after {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 75px 15px 0 0;
  border-color: #f73c3c transparent transparent transparent;
}

.testimonials__image {
  width: 330px;
  margin: 0 auto;
  position: relative;
}

@media only screen and (max-width: 992px) {
  .testimonials__image {
    width: calc(95% - 50px);
  }
}

.testimonials__image img {
  display: block;
  width: 100%;
}

.testimonials__image::before {
  content: '';
  position: absolute;
  top: 10px;
  right: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 25px 10px 0;
  border-color: transparent #262626 transparent transparent;
}

.testimonials__image::after {
  content: '';
  position: absolute;
  top: 10px;
  left: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 25px 0 0;
  border-color: #262626 transparent transparent transparent;
}

.testimonials__body {
  position: relative;
  width: 90%;
  margin: 0 auto;
  background-color: #d9d9d9;
  border-radius: 10px;
  padding: 25px 25px 10px;
  z-index: 2;
  margin-top: -10px;
  letter-spacing: 0;
}

@media only screen and (max-width: 992px) {
  .testimonials__body {
    width: 100%;
  }
}

.testimonials__text {
  font-size: 26px;
  text-align: center;
}

@media only screen and (max-width: 992px) {
  .testimonials__text {
    font-size: 22px;
  }
}

.testimonials__author {
  font-size: 18px;
  text-align: right;
  color: #f73c3c;
}

@media only screen and (max-width: 992px) {
  .testimonials__author {
    text-align: center;
  }
}

.getitnow {
  background-image: url(/se/images/tct-lp/cta-bg.jpg);
  background-size: cover;
  background-position: center;
  padding: 20px 0;
}

.getitnow__text {
  text-align: center;
  color: #fff;
  font-size: 42px;
}

.getitnow__cta {
  text-align: center;
}

.getitnow__cta a img {
  max-width: 75%;
}

.review {
  padding: 50px 0 25px;
  border-left: 8px solid #f73c3c;
  border-right: 8px solid #f73c3c;
}

.review__title {
  max-width: 998px;
  margin: 0 auto 50px;
}

.review__title img {
  display: block;
  width: 100%;
}

.review__single {
  display: flex;
  align-items: center;
  margin: 15px 0;
}

@media only screen and (max-width: 992px) {
  .review__single {
    display: block;
  }
}

.review__image {
  position: relative;
  z-index: 2;
  border-radius: 50%;
  border: 7px solid #fff;
}

.review__image img {
  display: block;
  max-width: inherit;
}

@media only screen and (max-width: 992px) {
  .review__image img {
    margin: 0 auto;
    max-width: 75%;
  }
}

.review__body {
  position: relative;
  z-index: 1;
  margin-left: -100px;
}

@media only screen and (max-width: 992px) {
  .review__body {
    margin: 0;
  }
}

.review__top {
  position: relative;
  z-index: 2;
  color: #fff;
  border: 7px solid #fff;
  background-color: #262626;
  font-size: 28px;
  transform: skewX(-10deg);
  padding: 15px 30px 10px;
  display: inline-block;
  margin-bottom: -25px;
  margin-left: 120px;
  letter-spacing: 0;
}

.review__top .unskew {
  transform: skewX(10deg);
}

@media only screen and (max-width: 1200px) {
  .review__top {
    font-size: 20px;
  }
}

@media only screen and (max-width: 992px) {
  .review__top {
    transform: none;
    margin: 0 auto -25px;
    width: 70%;
    display: block;
    font-size: 20px;
    text-align: center;
  }
  .review__top .unskew {
    transform: none;
  }
}

.review__text {
  position: relative;
  z-index: 1;
  font-size: 28px;
  letter-spacing: 0;
  background-color: #d9d9d9;
  transform: skewX(-10deg);
  padding: 50px 25px 25px 150px;
}

.review__text .unskew {
  transform: skewX(10deg);
}

@media only screen and (max-width: 1200px) {
  .review__text {
    font-size: 24px;
  }
}

@media only screen and (max-width: 992px) {
  .review__text {
    transform: none;
    padding: 50px 25px 25px;
    text-align: center;
    font-size: 24px;
  }
  .review__text .unskew {
    transform: none;
  }
}

.review__text span {
  font-size: 22px;
  color: #f73c3c;
  display: block;
}

@media only screen and (max-width: 992px) {
  .review__text span {
    font-size: 18px;
    margin-top: 15px;
  }
}

.review__text::after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  transform: translate(40%, -40%);
  height: 70px;
  width: 65px;
  background-image: url(/se/images/tct-lp/quote.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

@media only screen and (max-width: 992px) {
  .review__text::after {
    left: 5px;
    height: 38px;
    width: 32px;
    transform: translateY(-50%);
  }
}

.instagram-title {
  background-image: url(/se/images/tct-lp/btb-bg.jpg);
  background-size: cover;
  background-position: center;
  padding: 35px 0;
  position: relative;
}

.instagram-title::before {
  position: absolute;
  bottom: 100%;
  left: 0;
  display: block;
  content: '';
  background-image: url(/se/images/tct-lp/red-up.png);
  height: 15px;
  width: 100%;
  background-size: 100% 100%;
}

.instagram-title::after {
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  content: '';
  background-image: url(/se/images/tct-lp/red-down.png);
  height: 15px;
  width: 100%;
  background-size: 100% 100%;
}

.instagram-title__title {
  color: #fff;
  font-size: 34px;
  text-align: center;
  letter-spacing: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (max-width: 992px) {
  .instagram-title__title {
    font-size: 24px;
  }
}

.instagram-title__text {
  padding: 0 15px;
  letter-spacing: 0;
  flex: 1;
}

.instagram-title__text span {
  color: #f73c3c;
  font-size: 38px;
}

@media only screen and (max-width: 992px) {
  .instagram-title__text span {
    font-size: 28px;
  }
}

.instagram-title__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f73c3c;
  height: 50px;
  width: 50px;
  color: #000;
  border-radius: 10px;
  font-size: 38px;
}

.instagram-main {
  background-image: url(/se/images/tct-lp/instagram-bg.jpg);
  background-size: cover;
  background-position: center;
  padding: 400px 0;
}

@media only screen and (max-width: 992px) {
  .instagram-main {
    padding: 100px 0;
  }
}

.instagram__box {
  background-color: #f73c3c;
  max-width: 75%;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-size: 64px;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 10px 0 0;
  box-shadow: 0px 0px 25px 0px black;
}

@media only screen and (max-width: 992px) {
  .instagram__box {
    max-width: 100%;
    font-size: 32px;
    padding: 5px 15px 0;
  }
}

.students-title {
  background-image: url(/se/images/tct-lp/students-bg.jpg);
  background-size: cover;
  background-position: center;
  padding: 25px 0;
}

.students-title__line {
  display: block;
  width: 100%;
}

.students-title__text {
  color: #fff;
  font-size: 42px;
  padding: 35px 0 30px;
  text-align: center;
  text-shadow: 0px 0px 15px black;
}

@media only screen and (max-width: 992px) {
  .students-title__text {
    font-size: 32px;
  }
}

.students-main {
  background-image: url(/se/images/tct-lp/students-main-bg.jpg);
  background-size: cover;
  background-position: center;
  padding: 35px 0;
  position: relative;
}

.students-main::after {
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  content: '';
  background-image: url(/se/images/tct-lp/red-down.png);
  height: 15px;
  width: 100%;
  background-size: 100% 100%;
}

.students__side {
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  transform: translateY(-50%);
  max-width: 20%;
}

@media only screen and (max-width: 1200px) {
  .students__side {
    max-width: 15%;
  }
}

@media only screen and (max-width: 992px) {
  .students__side {
    display: none;
  }
}

.students__video {
  margin: 0 auto;
  border: 10px solid #d5d5d5;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
  box-shadow: 0px 0px 20px 0px black;
}

.students__video iframe, .students__video object, .students__video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.students__video-wrap {
  max-width: 720px;
  margin: 0 auto;
}

.amazon {
  padding: 50px 0;
  position: relative;
}

.amazon::after {
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  content: '';
  background-image: url(/se/images/tct-lp/red-down.png);
  height: 15px;
  width: 100%;
  background-size: 100% 100%;
}

.amazon__title {
  font-size: 150px;
  margin-bottom: -20px;
  text-align: center;
  font-weight: bold;
}

@media only screen and (max-width: 992px) {
  .amazon__title {
    font-size: 60px;
    margin-bottom: 0;
  }
}

.amazon__strip {
  background-image: url(/se/images/tct-lp/btb-bg.jpg);
  background-size: cover;
  background-position: center;
}

.amazon__desc {
  font-size: 62px;
  text-align: center;
  padding-top: 10px;
  color: #c7c7c7;
}

@media only screen and (max-width: 992px) {
  .amazon__desc {
    font-size: 48px;
  }
}

.amazon__desc span {
  color: #ffbc00;
}

.amazon__review {
  width: 920px;
  max-width: 100%;
  margin: 50px auto 0;
  padding: 5px;
  border: 15px solid #c2c2c2;
}

@media only screen and (max-width: 992px) {
  .amazon__review {
    margin: 25px auto 0;
  }
}

.amazon__review img {
  width: 100%;
  display: block;
}

.ready {
  background-image: url(/se/images/tct-lp/ready.jpg);
  background-size: cover;
  background-position: center;
  margin-top: 15px;
  position: relative;
}

.ready::after {
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  content: '';
  background-image: url(/se/images/tct-lp/red-down.png);
  height: 15px;
  width: 100%;
  background-size: 100% 100%;
}

.ready__top img {
  width: 100%;
  display: block;
}

.ready__options {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 40px 0;
}

.ready__yes {
  font-size: 62px;
  color: #fff !important;
  text-decoration: none;
  background-color: #39b54a;
  width: 250px;
  border: 8px solid #fff;
  text-align: center;
  padding: 15px 0 5px;
  cursor: pointer;
}

@media only screen and (max-width: 992px) {
  .ready__yes {
    margin: 0 15px;
    padding: 5px 0 0;
    font-size: 42px;
  }
}

.ready__no {
  font-size: 62px;
  color: #fff !important;
  text-decoration: none;
  background-color: #f73c3c;
  width: 250px;
  border: 8px solid #fff;
  text-align: center;
  padding: 15px 0 5px;
  cursor: pointer;
}

@media only screen and (max-width: 992px) {
  .ready__no {
    margin: 0 15px;
    padding: 5px 0 0;
    font-size: 42px;
  }
}

.ready__bottom {
  padding: 50px 0;
  background-color: rgba(255, 255, 255, 0.65);
}

.ready__bottom-text {
  font-size: 68px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  letter-spacing: 2px;
}

@media only screen and (max-width: 992px) {
  .ready__bottom-text {
    font-size: 28px;
  }
}

.ready__bottom-text span {
  color: #000;
}

.convince {
  padding: 50px 0 25px;
}

.convince__title {
  max-width: 998px;
  margin: 0 auto 50px;
}

.convince__title img {
  display: block;
  width: 100%;
}

.convince__single {
  display: flex;
  align-items: center;
  margin: 25px 0;
}

@media only screen and (max-width: 992px) {
  .convince__single {
    display: block;
  }
}

.convince__image {
  position: relative;
  z-index: 2;
}

.convince__image img {
  display: block;
  border-radius: 15px;
  max-width: 350px;
  border: 7px solid #fff;
}

@media only screen and (max-width: 992px) {
  .convince__image img {
    margin: 0 auto;
    max-width: 75%;
  }
}

.convince__body {
  position: relative;
  z-index: 1;
  margin-left: -100px;
}

@media only screen and (max-width: 992px) {
  .convince__body {
    margin: 0;
  }
}

.convince__top {
  position: relative;
  z-index: 2;
  color: #000;
  background-color: #d9d9d9;
  font-size: 28px;
  transform: skewX(-10deg);
  padding: 15px 30px 10px;
  display: inline-block;
  margin-bottom: -25px;
  margin-left: 120px;
  letter-spacing: 0;
}

.convince__top .unskew {
  transform: skewX(10deg);
}

@media only screen and (max-width: 1200px) {
  .convince__top {
    font-size: 20px;
  }
}

@media only screen and (max-width: 992px) {
  .convince__top {
    transform: none;
    margin: 0 auto -25px;
    width: 70%;
    display: block;
    font-size: 20px;
    text-align: center;
  }
  .convince__top .unskew {
    transform: none;
  }
}

.convince__text {
  position: relative;
  z-index: 1;
  font-size: 28px;
  letter-spacing: 0;
  background-color: #262626;
  color: #fff;
  transform: skewX(-10deg);
  padding: 50px 25px 25px 150px;
}

.convince__text .unskew {
  transform: skewX(10deg);
}

@media only screen and (max-width: 1200px) {
  .convince__text {
    font-size: 24px;
  }
}

@media only screen and (max-width: 992px) {
  .convince__text {
    transform: none;
    padding: 50px 25px 25px;
    text-align: center;
    font-size: 24px;
  }
  .convince__text .unskew {
    transform: none;
  }
}

.convince__text span {
  font-size: 22px;
  color: #f73c3c;
  display: block;
}

@media only screen and (max-width: 992px) {
  .convince__text span {
    font-size: 18px;
    margin-top: 15px;
  }
}

.convince__text::after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  transform: translate(40%, -40%);
  height: 70px;
  width: 65px;
  background-image: url(/se/images/tct-lp/quote.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

@media only screen and (max-width: 992px) {
  .convince__text::after {
    left: 5px;
    height: 38px;
    width: 32px;
    transform: translateY(-50%);
  }
}

.getthebook {
  background-image: url(/se/images/tct-lp/getthebook.jpg);
  background-size: cover;
  background-position: center;
  padding: 150px 0;
  position: relative;
}

.getthebook::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: '';
  background-image: url(/se/images/tct-lp/red-down.png);
  height: 15px;
  width: 100%;
  background-size: 100% 100%;
}

.getthebook::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: '';
  background-image: url(/se/images/tct-lp/red-up.png);
  height: 15px;
  width: 100%;
  background-size: 100% 100%;
}

@media only screen and (max-width: 992px) {
  .getthebook {
    padding: 50px 0;
  }
}

.getthebook__title {
  text-align: center;
  color: #fff;
  font-size: 54px;
  text-shadow: 0px 0px 25px rgba(0, 0, 0, 0.8);
  font-weight: bold;
  letter-spacing: 2px;
}

@media only screen and (max-width: 992px) {
  .getthebook__title {
    font-size: 32px;
  }
}

.getthebook__img {
  text-align: center;
  margin: 15px 0;
}

.getthebook__img img {
  max-width: 100%;
}

.getthebook__desc {
  text-align: center;
  color: #fff;
}

.guarantee {
  padding: 150px 0 50px;
  position: relative;
}

@media only screen and (max-width: 992px) {
  .guarantee {
    padding: 100px 0 50px;
  }
}

.guarantee::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: '';
  background-image: url(/se/images/tct-lp/blue-up.png);
  height: 15px;
  width: 100%;
  background-size: 100% 100%;
}

.guarantee__wrap {
  text-align: center;
  border: 6px solid #f73c3c;
  padding: 0 30px 50px;
}

.guarantee__img {
  margin-top: -130px;
}

@media only screen and (max-width: 992px) {
  .guarantee__img {
    margin-top: -75px;
  }
}

.guarantee__img img {
  max-width: 75%;
}

.guarantee__text {
  font-size: 42px;
  margin-top: 25px;
}

@media only screen and (max-width: 992px) {
  .guarantee__text {
    font-size: 28px;
  }
}

.guarantee__text span {
  color: #f73c3c;
}

.books {
  background-color: #f9f9f9;
  padding: 50px 0;
}

.books .books__image {
  text-align: center;
}

.books .books__image img {
  max-width: 100%;
}

.course {
  background-image: url(/se/images/tct-lp/course.jpg);
  background-position: center;
  background-size: cover;
  padding: 45px 0;
  position: relative;
}

.course::before {
  position: absolute;
  bottom: 100%;
  left: 0;
  display: block;
  content: '';
  background-image: url(/se/images/tct-lp/blue-up.png);
  height: 15px;
  width: 100%;
  background-size: 100% 100%;
}

.course::after {
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  content: '';
  background-image: url(/se/images/tct-lp/red-down.png);
  height: 15px;
  width: 100%;
  background-size: 100% 100%;
}

.course__text {
  text-align: center;
  font-size: 46px;
  font-weight: bold;
  color: #fff;
}

@media only screen and (max-width: 992px) {
  .course__text {
    font-size: 28px;
  }
}

.course__text span {
  color: #f73c3c;
  font-size: 52px;
}

@media only screen and (max-width: 992px) {
  .course__text span {
    font-size: 32px;
  }
}

.screen-bg {
  background-image: url(/se/images/tct-lp/screen-bg.jpg);
  background-size: cover;
  background-position: center;
  padding: 35px 0 0;
}

@media only screen and (max-width: 992px) {
  .screen-bg {
    padding: 25px 0;
  }
}

.screen__text {
  color: #fff;
  text-align: center;
  font-size: 24px;
  letter-spacing: 0;
  padding-top: 50px;
}

@media only screen and (max-width: 992px) {
  .screen__text {
    padding-top: 15px;
  }
}

.screen__image {
  max-width: 100%;
  margin-bottom: -125px;
  display: block;
}

@media only screen and (max-width: 992px) {
  .screen__image {
    margin-bottom: 0;
    max-width: 75%;
    margin: 0 auto;
  }
}

.screen__info {
  font-weight: bold;
  letter-spacing: 2px;
  padding-top: 150px;
  text-align: center;
}

@media only screen and (max-width: 992px) {
  .screen__info {
    padding-top: 25px;
  }
}

.screen__info-top {
  font-size: 82px;
}

@media only screen and (max-width: 992px) {
  .screen__info-top {
    font-size: 42px;
  }
}

.screen__info-top div {
  color: #f73c3c;
}

.screen__info-bottom {
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 100px;
  margin-top: 50px;
}

@media only screen and (max-width: 992px) {
  .screen__info-bottom {
    font-size: 42px;
  }
}

.screen__info-bottom span {
  color: #f73c3c;
  text-decoration: line-through;
}

.screen__info-bottom div {
  font-size: 72px;
  color: #f73c3c;
}

@media only screen and (max-width: 992px) {
  .screen__info-bottom div {
    font-size: 38px;
  }
}

.buynow__one {
  background-color: #ebebeb;
  padding: 25px 0;
}

.buynow__button {
  text-align: center;
}

.buynow__button img {
  max-width: 100%;
}

.buynow__cards {
  text-align: center;
}

.buynow__note {
  font-size: 14px;
  color: #1e8ecd;
  text-align: center;
  margin-top: 10px;
}

.buynow__two {
  background-color: #cccccc;
  padding: 5px 0;
}

.buynow__cart {
  text-align: center;
}

.buynow__cart img {
  max-width: 100%;
}

.buynow__three {
  background-color: #ebebeb;
  padding: 15px 0;
}

.buynow__phone {
  text-align: center;
}

.buynow__phone img {
  max-width: 100%;
}

.buynow__email {
  text-align: center;
  margin-top: 5px;
}

.buynow__email a {
  color: #333;
  text-decoration: none;
  font-size: 12px;
}

.buynow__four {
  background-color: #cccccc;
  padding: 25px 0;
}

.buynow__shipping-top {
  text-align: center;
  font-size: 28px;
  color: #f73c3c;
}

.buynow__shipping-bot {
  text-align: center;
  font-size: 16px;
  max-width: 50%;
  margin: 10px auto 0;
}

@media only screen and (max-width: 992px) {
  .buynow__shipping-bot {
    max-width: 100%;
  }
}

.footer {
  background-image: url(/se/images/tct-lp/footer.jpg);
  background-position: center;
  background-size: cover;
  padding: 25px 0 150px;
}

.footer__title {
  text-align: center;
  font-size: 48px;
  font-weight: bold;
}

.footer__title span {
  color: #f73c3c;
}

.footer__ig {
  text-align: center;
  margin: 15px 0;
}

.footer__ig img {
  max-width: 100%;
  border: 5px solid #f73c3c;
}

.footer__paypal {
  text-align: center;
}

.footer__paypal img {
  max-width: 100%;
}

.footer__copy {
  font-size: 14px;
  color: #7e7e7e;
  border-bottom: 1px solid #333;
  padding-bottom: 15px;
  margin: 15px auto;
  max-width: 720px;
  text-align: center;
}

.footer__last {
  font-size: 14px;
  text-align: center;
  margin: 0 auto;
  max-width: 720px;
}

/*# sourceMappingURL=main.css.map */

/**************************************************************/
/**************************************************************/
/**************************************************************/
/**************************************************************/
/**************************************************************/
/**************************************************************/
/**************************************************************/
/**************************************************************/
/**************************************************************/
/**************************************************************/
@-ms-viewport{width:device-width}.visible-lg,.visible-md,.visible-sm,.visible-xs{display:none!important}.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}}@media (max-width:767px){.visible-xs-block{display:block!important}}@media (max-width:767px){.visible-xs-inline{display:inline!important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}}@media (min-width:1200px){.visible-lg-block{display:block!important}}@media (min-width:1200px){.visible-lg-inline{display:inline!important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table}tr.visible-print{display:table-row!important}td.visible-print,th.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.row{margin-left:-15px;margin-right:-15px}.col,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.col,.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0%}@media (min-width:768px){.col,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0%}}@media (min-width:992px){.col,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0%}}@media (min-width:1200px){.col,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0%}}.clearfix,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.row:after,.row:before{content:" ";display:table}.clearfix:after,.container-fluid:after,.container:after,.row:after{clear:both}.center-block{display:block;margin-left:auto;margin-right:auto}.pull-right{float:right!important}.pull-left{float:left!important}*,:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
/*# sourceMappingURL=grid.css.map */
/**************************************************************/
/**************************************************************/
/**************************************************************/
/**************************************************************/
/**************************************************************/
/**************************************************************/
/**************************************************************/
/**************************************************************/
/**************************************************************/
/**************************************************************/
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT
Copyright (c) 2015 Daniel Eden
*/.animated{-webkit-backface-visibility:hidden;-webkit-animation-duration:1s;-moz-animation-duration:1s;-o-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;-moz-animation-duration:2s;-o-animation-duration:2s;animation-duration:2s}.animated.bounceIn,.animated.bounceOut{-webkit-animation-duration:0.75s;-moz-animation-duration:0.75s;-o-animation-duration:0.75s;animation-duration:0.75s}.animated.flipOutX,.animated.flipOutY{-webkit-animation-duration:0.75s;-moz-animation-duration:0.75s;-o-animation-duration:0.75s;animation-duration:0.75s}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@-moz-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@-o-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;-moz-animation-name:fadeIn;-o-animation-name:fadeIn;animation-name:fadeIn}
/*# sourceMappingURL=animate.css.map */