/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
/*

 */
@import url("https://fonts.googleapis.com/css2?family=Work+Sans&display=swap");
@keyframes blink {
  0% {
    opacity: .2;
  }
  20% {
    opacity: .75;
  }
  100% {
    opacity: .2;
  }
}

/* line 14, app/assets/stylesheets/utilities/moving_dots.scss */
.dot {
  margin: 0 3px;
  height: 20px;
  width: 20px;
  background-color: #CBAE81;
  border-radius: 50%;
  display: inline-block;
}

/* line 22, app/assets/stylesheets/utilities/moving_dots.scss */
.moving-dots {
  display: inline-block;
}

/* line 26, app/assets/stylesheets/utilities/moving_dots.scss */
.moving-dots span {
  animation-name: blink;
  animation-duration: 1.4s;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}

/* line 33, app/assets/stylesheets/utilities/moving_dots.scss */
.moving-dots span:nth-child(2) {
  animation-delay: .2s;
}

/* line 37, app/assets/stylesheets/utilities/moving_dots.scss */
.moving-dots span:nth-child(3) {
  animation-delay: .4s;
}

/* line 10, app/assets/stylesheets/gopher_abandonment/interstitials.scss.erb */
.instruction-carousel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  width: 600px;
  margin: 0 auto;
  height: 100px;
  border: 1px solid #d4d4d4;
}

/* line 19, app/assets/stylesheets/gopher_abandonment/interstitials.scss.erb */
.instruction-carousel div {
  font-size: 18px;
}

/* line 23, app/assets/stylesheets/gopher_abandonment/interstitials.scss.erb */
.slick-next {
  background: url(https://assets.theguestbook.com/production-assets/extension_landing_page/cashback-arrow-next-a1c5558285057e9aae72ac1449f19fe054c0c5dde4fd8f906042e431f6fc44df.png) no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  color: transparent;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: -50px;
}

/* line 35, app/assets/stylesheets/gopher_abandonment/interstitials.scss.erb */
.slick-next:focus {
  outline: none;
}

/* line 38, app/assets/stylesheets/gopher_abandonment/interstitials.scss.erb */
.slick-prev {
  background: url(https://assets.theguestbook.com/production-assets/extension_landing_page/cashback-arrow-prev-8cc08a1e2b83d3ad7f84dc13c80a62fb2764bd79d007cccd7b6c9e5c35590d40.png) no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  color: transparent;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 30px;
  left: -40px;
}

/* line 50, app/assets/stylesheets/gopher_abandonment/interstitials.scss.erb */
.slick-prev:focus {
  outline: none;
}

/* line 53, app/assets/stylesheets/gopher_abandonment/interstitials.scss.erb */
.slick-slider {
  user-select: text;
  -moz-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
}

/* line 60, app/assets/stylesheets/gopher_abandonment/interstitials.scss.erb */
body {
  color: #272727;
  font-family: 'Work Sans', sans-serif;
  font-size: 16px;
  margin: 0 auto;
  max-width: none;
  background-color: #FFFFFF;
  line-height: 1.5;
  padding: 0;
}

/* line 70, app/assets/stylesheets/gopher_abandonment/interstitials.scss.erb */
body h1 {
  font-size: 25px;
  color: #272727;
  line-height: 1;
  font-weight: bold;
  font-style: normal;
  text-align: center;
}

/* line 77, app/assets/stylesheets/gopher_abandonment/interstitials.scss.erb */
body h1 a {
  color: #e8a713 !important;
  text-decoration: underline !important;
}

/* line 83, app/assets/stylesheets/gopher_abandonment/interstitials.scss.erb */
body .subheader {
  color: #666666;
  font-size: 18px;
}

/* line 88, app/assets/stylesheets/gopher_abandonment/interstitials.scss.erb */
body h2 {
  font-size: 22px;
  color: #202020;
  line-height: 1;
  font-weight: bold;
  font-style: normal;
}

/* line 96, app/assets/stylesheets/gopher_abandonment/interstitials.scss.erb */
body h3 {
  font-size: 20px;
  color: #202020;
  line-height: 1;
  font-weight: bold;
  font-style: normal;
}

/* line 104, app/assets/stylesheets/gopher_abandonment/interstitials.scss.erb */
body .moving-dots {
  width: 100%;
  display: flex;
  justify-content: center;
}

/* line 110, app/assets/stylesheets/gopher_abandonment/interstitials.scss.erb */
body a[href]:not(.buttonstyles) {
  color: black;
  text-decoration: none;
}

/* line 115, app/assets/stylesheets/gopher_abandonment/interstitials.scss.erb */
body button.buttonblock {
  color: #FFFFFF;
  border-radius: 3px;
  background-color: #5D5D5D;
}

/* line 121, app/assets/stylesheets/gopher_abandonment/interstitials.scss.erb */
body td.buttonblock {
  color: #FFFFFF;
  border-radius: 3px;
  background-color: #5D5D5D;
}

/* line 127, app/assets/stylesheets/gopher_abandonment/interstitials.scss.erb */
body a.buttonstyles {
  font-family: Arial;
  font-size: 16px;
  color: #FFFFFF;
  padding: 10px;
}

/* line 133, app/assets/stylesheets/gopher_abandonment/interstitials.scss.erb */
body ul {
  list-style-type: none;
}

/* line 137, app/assets/stylesheets/gopher_abandonment/interstitials.scss.erb */
body .layout-canvas-g {
  background-color: #FFFFFF;
  border: 0px;
  box-sizing: border-box;
  padding: 0px;
  width: 100%;
}

/* line 143, app/assets/stylesheets/gopher_abandonment/interstitials.scss.erb */
body .layout-canvas-g > .header, body .layout-canvas-g > .section, body .layout-canvas-g > .footer {
  position: relative;
  overflow: hidden;
  width: 100%;
  word-wrap: break-word;
}

/* line 149, app/assets/stylesheets/gopher_abandonment/interstitials.scss.erb */
body .layout-canvas-g > .section {
  margin: 10px 0;
}

/* line 151, app/assets/stylesheets/gopher_abandonment/interstitials.scss.erb */
body .layout-canvas-g > .section > .columns {
  box-sizing: border-box;
  word-wrap: break-word;
  width: 100%;
}

/* line 161, app/assets/stylesheets/gopher_abandonment/interstitials.scss.erb */
body .quote {
  width: 1000px;
  margin: auto;
  border: solid 2px black;
  padding: 20px 0;
}

@media only screen and (max-width: 480px) {
  /* line 170, app/assets/stylesheets/gopher_abandonment/interstitials.scss.erb */
  .mobile-hidden {
    display: none !important;
  }
  /* line 173, app/assets/stylesheets/gopher_abandonment/interstitials.scss.erb */
  .responsive-td {
    width: 100% !important;
    display: block !important;
    padding: 0px !important;
  }
}

@media only screen and (max-width: 480px) {
  /* line 181, app/assets/stylesheets/gopher_abandonment/interstitials.scss.erb */
  body,
.tb_properties {
    font-family: Arial !important;
    font-size: 16px !important;
    color: #808080 !important;
    line-height: 1 !important;
    padding: 0px !important;
  }
  /* line 189, app/assets/stylesheets/gopher_abandonment/interstitials.scss.erb */
  .buttonstyles {
    font-family: Arial !important;
    font-size: 16px !important;
    color: #FFFFFF !important;
    padding: 0px !important;
  }
  /* line 195, app/assets/stylesheets/gopher_abandonment/interstitials.scss.erb */
  h1 {
    font-family: Arial !important;
    font-size: 22px !important;
    color: #202020 !important;
    line-height: 1 !important;
  }
  /* line 201, app/assets/stylesheets/gopher_abandonment/interstitials.scss.erb */
  h2 {
    font-family: Arial !important;
    font-size: 20px !important;
    color: #202020 !important;
    line-height: 1 !important;
  }
  /* line 207, app/assets/stylesheets/gopher_abandonment/interstitials.scss.erb */
  h3 {
    font-family: Arial !important;
    font-size: 18px !important;
    color: #202020 !important;
    line-height: 1 !important;
  }
  /* line 213, app/assets/stylesheets/gopher_abandonment/interstitials.scss.erb */
  a:not(.buttonstyles) {
    line-height: 1 !important;
  }
  /* line 216, app/assets/stylesheets/gopher_abandonment/interstitials.scss.erb */
  .mobile-hidden {
    display: none !important;
  }
  /* line 219, app/assets/stylesheets/gopher_abandonment/interstitials.scss.erb */
  .responsive-td {
    width: 100% !important;
    display: block !important;
    padding: 0px !important;
  }
}

@media only screen and (max-width: 480px) {
  /* line 227, app/assets/stylesheets/gopher_abandonment/interstitials.scss.erb */
  body,
.tb_properties {
    font-family: Arial !important;
    font-size: 16px !important;
    color: #808080 !important;
    line-height: 1 !important;
    padding: 0px !important;
  }
  /* line 235, app/assets/stylesheets/gopher_abandonment/interstitials.scss.erb */
  .buttonstyles {
    font-family: Arial !important;
    font-size: 16px !important;
    color: #FFFFFF !important;
    padding: 0px !important;
  }
  /* line 241, app/assets/stylesheets/gopher_abandonment/interstitials.scss.erb */
  h1 {
    font-family: Arial !important;
    font-size: 22px !important;
    color: #202020 !important;
    line-height: 1 !important;
  }
  /* line 247, app/assets/stylesheets/gopher_abandonment/interstitials.scss.erb */
  h2 {
    font-family: Arial !important;
    font-size: 20px !important;
    color: #202020 !important;
    line-height: 1 !important;
  }
  /* line 253, app/assets/stylesheets/gopher_abandonment/interstitials.scss.erb */
  h3 {
    font-family: Arial !important;
    font-size: 18px !important;
    color: #202020 !important;
    line-height: 1 !important;
  }
  /* line 259, app/assets/stylesheets/gopher_abandonment/interstitials.scss.erb */
  a:not(.buttonstyles) {
    line-height: 1 !important;
  }
  /* line 262, app/assets/stylesheets/gopher_abandonment/interstitials.scss.erb */
  .mobile-hidden {
    display: none !important;
  }
  /* line 265, app/assets/stylesheets/gopher_abandonment/interstitials.scss.erb */
  .responsive-td {
    width: 100% !important;
    display: block !important;
    padding: 0px !important;
  }
}

@media only screen and (max-width: 480px) {
  /* MOBILE GLOBAL STYLES - DO NOT CHANGE */
  /* line 274, app/assets/stylesheets/gopher_abandonment/interstitials.scss.erb */
  body,
.tb_properties {
    font-family: Tahoma, Geneva, sans-serif !important;
    font-size: 14px !important;
    color: #272727 !important;
    line-height: 1.5 !important;
    padding: 0px !important;
  }
  /* line 282, app/assets/stylesheets/gopher_abandonment/interstitials.scss.erb */
  .buttonstyles {
    font-family: Arial !important;
    font-size: 16px !important;
    color: #FFFFFF !important;
    padding: 0px !important;
  }
  /* line 288, app/assets/stylesheets/gopher_abandonment/interstitials.scss.erb */
  h1 {
    font-family: "Trebuchet MS", sans-serif !important;
    font-size: 26px !important;
    color: #272727 !important;
    line-height: 1.5 !important;
  }
  /* line 294, app/assets/stylesheets/gopher_abandonment/interstitials.scss.erb */
  h2 {
    font-family: Arial !important;
    font-size: 20px !important;
    color: #202020 !important;
    line-height: 1 !important;
  }
  /* line 300, app/assets/stylesheets/gopher_abandonment/interstitials.scss.erb */
  h3 {
    font-family: Arial !important;
    font-size: 18px !important;
    color: #202020 !important;
    line-height: 1 !important;
  }
  /* line 306, app/assets/stylesheets/gopher_abandonment/interstitials.scss.erb */
  a:not(.buttonstyles) {
    line-height: 1 !important;
  }
  /* line 309, app/assets/stylesheets/gopher_abandonment/interstitials.scss.erb */
  .mobile-hidden {
    display: none !important;
  }
  /* line 312, app/assets/stylesheets/gopher_abandonment/interstitials.scss.erb */
  .responsive-td {
    width: 100% !important;
    display: block !important;
    padding: 0 !important;
  }
}

/* line 319, app/assets/stylesheets/gopher_abandonment/interstitials.scss.erb */
body {
  margin: 0;
  padding: 0;
  background: #fff;
}

/* line 325, app/assets/stylesheets/gopher_abandonment/interstitials.scss.erb */
.cs-loader {
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

/* line 333, app/assets/stylesheets/gopher_abandonment/interstitials.scss.erb */
.cs-loader-inner {
  transform: translateY(-50%);
  top: 50%;
  position: relative;
  width: calc(100% - 200px);
  color: #CBAE81;
  padding: 0 100px;
  text-align: center;
}

/* line 343, app/assets/stylesheets/gopher_abandonment/interstitials.scss.erb */
.cs-loader-inner label {
  font-size: 20px;
  opacity: 0;
  display: inline-block;
}

@keyframes lol {
  0% {
    opacity: 0;
    transform: translateX(-300px);
  }
  33% {
    opacity: 1;
    transform: translateX(0px);
  }
  66% {
    opacity: 1;
    transform: translateX(0px);
  }
  100% {
    opacity: 0;
    transform: translateX(300px);
  }
}

/* line 387, app/assets/stylesheets/gopher_abandonment/interstitials.scss.erb */
.cs-loader-inner label:nth-child(6) {
  animation: lol 3s infinite ease-in-out;
}

/* line 392, app/assets/stylesheets/gopher_abandonment/interstitials.scss.erb */
.cs-loader-inner label:nth-child(5) {
  animation: lol 3s 100ms infinite ease-in-out;
}

/* line 397, app/assets/stylesheets/gopher_abandonment/interstitials.scss.erb */
.cs-loader-inner label:nth-child(4) {
  animation: lol 3s 200ms infinite ease-in-out;
}

/* line 402, app/assets/stylesheets/gopher_abandonment/interstitials.scss.erb */
.cs-loader-inner label:nth-child(3) {
  animation: lol 3s 300ms infinite ease-in-out;
}

/* line 407, app/assets/stylesheets/gopher_abandonment/interstitials.scss.erb */
.cs-loader-inner label:nth-child(2) {
  animation: lol 3s 400ms infinite ease-in-out;
}

/* line 412, app/assets/stylesheets/gopher_abandonment/interstitials.scss.erb */
.cs-loader-inner label:nth-child(1) {
  animation: lol 3s 500ms infinite ease-in-out;
}

/* line 417, app/assets/stylesheets/gopher_abandonment/interstitials.scss.erb */
.safari-instructions {
  margin: 20px 0 0;
}

/* line 421, app/assets/stylesheets/gopher_abandonment/interstitials.scss.erb */
.header {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 425, app/assets/stylesheets/gopher_abandonment/interstitials.scss.erb */
.header .plus {
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  margin: auto 50px;
  font-size: 25px;
}

/* line 432, app/assets/stylesheets/gopher_abandonment/interstitials.scss.erb */
.header .gopher-head-box {
  display: inline-block;
  width: 175px;
}

/* line 438, app/assets/stylesheets/gopher_abandonment/interstitials.scss.erb */
.partner_logo {
  display: inline-block;
  padding: 0;
  text-align: center;
  width: 140px;
  height: 140px;
}

/* line 445, app/assets/stylesheets/gopher_abandonment/interstitials.scss.erb */
.left {
  float: left;
}
