/* ------------------------------------------------------------ *\
  Vendor
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Generic
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
  SCSS Functions
\* ------------------------------------------------------------ */
/* example usage*/
/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Sprite
\* ------------------------------------------------------------ */
.getting-started * {
  padding: 0;
  margin: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.getting-started *:before,
.getting-started *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  display: block;
}
template {
  display: none;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
}
img,
iframe,
video,
audio,
object {
  max-width: 100%;
}
img,
iframe {
  border: 0 none;
}
img {
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
b,
strong {
  font-weight: bold;
}
address {
  font-style: normal;
}
svg:not(:root) {
  overflow: hidden;
}
a,
button,
input[type=submit],
input[type=button],
input[type=reset],
input[type=file],
input[type=image],
label[for] {
  cursor: pointer;
}
a[href^=tel],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input[type=text],
input[type=password],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=week],
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
input[type=color],
textarea,
a[href^=tel] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none;
}
textarea {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
button,
select {
  text-transform: none;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
nav ul,
nav ol {
  list-style: none outside none;
}
input::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}
input::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
input:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
input::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
input::placeholder {
  color: inherit;
  opacity: 1;
}
textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}
textarea::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
textarea:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
textarea::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
textarea::placeholder {
  color: inherit;
  opacity: 1;
}
input:-webkit-autofill {
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
input[type=text],
input[type=button],
input[type=tel],
input[type=email],
input[type=submit],
input[type=date],
input[type=search],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
/* ------------------------------------------------------------ *\
    Fonts
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */
html {
  font-size: 62.5%;
}
body {
  min-width: 320px;
  background: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #000;
}
a {
  color: inherit;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
a[href^=tel] {
  text-decoration: none;
}
.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  margin-bottom: calc(1.2em / 2);
}
p,
ul,
ol,
dl,
hr,
table,
blockquote {
  margin-bottom: 1.2em;
}
h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child {
  margin-bottom: 0;
}
/* ------------------------------------------------------------ *\
  Helpers
\* ------------------------------------------------------------ */
/*  Clear  */
.clear:after {
  content: "";
  line-height: 0;
  display: table;
  clear: both;
}
/* sr-only */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/*  Notext  */
.notext {
  white-space: nowrap;
  text-indent: 100%;
  text-shadow: none;
  overflow: hidden;
}
.notext-old {
  font-size: 0;
  line-height: 0;
  text-indent: -4000px;
}
/*  Hidden  */
[hidden],
.hidden {
  display: none;
}
/*  Disabled  */
[disabled],
.disabled {
  cursor: default;
}
/*  Responsive Helpers  */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hidden-xs {
    display: none !important;
  }

  .visible-xs-block {
    display: block !important;
  }

  .visible-xs-inline {
    display: inline !important;
  }

  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 767.02px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }

  .visible-sm-block {
    display: block !important;
  }

  .visible-sm-inline {
    display: inline !important;
  }

  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1023.02px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }

  .visible-md-block {
    display: block !important;
  }

  .visible-md-inline {
    display: inline !important;
  }

  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1199.02px) {
  .hidden-lg {
    display: none !important;
  }

  .visible-lg-block {
    display: block !important;
  }

  .visible-lg-inline {
    display: inline !important;
  }

  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
/* ------------------------------------------------------------ *\
	Components
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	btn-alert
\* ------------------------------------------------------------ */
.btn-alert {
  padding-left: 5.9rem;
  background-color: #fff;
  display: inline-block;
  border-top-right-radius: 10rem;
  border-bottom-right-radius: 10rem;
  /*  Mobile  */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .btn-alert {
    padding-left: 4.9rem;
  }
}
.btn-alert span {
  display: inline-block;
  color: #fff;
  background: -o-linear-gradient(302deg, #ff4767 0%, #ff7345 100%);
  background: linear-gradient(148deg, #ff4767 0%, #ff7345 100%);
  font-size: 1.9rem;
  font-weight: 700;
  padding: 2rem 1.6rem 2rem 1.3rem;
  border-top-right-radius: 10rem;
  border-bottom-right-radius: 10rem;
  /*  Mobile  */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .btn-alert span {
    font-size: 1.52rem;
    padding: 1.6rem 1.5rem 1.7rem 0.9rem;
  }
}
/* ------------------------------------------------------------ *\
	Grid
\* ------------------------------------------------------------ */
.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  /*  Grid col 1of2  */
  /*  Grid col 1of3  */
}
.grid .grid__col {
  max-width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}
.grid .grid__col--1of2 {
  max-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.grid .grid__col--1of3 {
  max-width: calc(100% / 3);
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: calc(100% / 3);
      flex-basis: calc(100% / 3);
}
/* ------------------------------------------------------------ *\
	grid--type1
\* ------------------------------------------------------------ */
.grid--type1 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.grid--type1 .grid__col--size1 {
  max-width: 44.2%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 44.2%;
          flex: 0 0 44.2%;
  /*  Tablet  */
}
@media (max-width: 1023px) {
  .grid--type1 .grid__col--size1 {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.grid--type1 .grid__col--size2 {
  max-width: 55.8%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 55.8%;
          flex: 0 0 55.8%;
  /*  Tablet  */
}
@media (max-width: 1023px) {
  .grid--type1 .grid__col--size2 {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
/* ------------------------------------------------------------ *\
	Hero
\* ------------------------------------------------------------ */
.hero {
  background-color: #F5F5F5;
  padding: 12.4rem 0 12.2rem;
  color: #001D5E;
  /*  Tablet  */
  /*  Mobile  */
}
@media (max-width: 1023px) {
  .hero {
    padding: 6rem 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero {
    padding: 4.2rem 0 8.9rem;
  }
}
.hero .trending {
  width: 100%;
  max-width: 84%;
  margin: 0 auto;
  padding: 0;
  /*  Mobile  */
  /*  Mobile Small  */
}
@media (max-width: 1400px) {
  .hero .trending {
    max-width: 94%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero .trending {
    max-width: 80%;
  }
}
@media (max-width: 374px) {
  .hero .trending {
    max-width: 90%;
  }
}
.hero .hero__head {
  max-width: 55.2rem;
  width: 100%;
  margin-bottom: 2.2rem;
  padding-right: 2rem;
  /*  Mobile  */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero .hero__head {
    padding-right: 0;
  }
}
.hero .hero__head h1 {
  font-size: 4rem !important;
  margin: auto 0 1em auto !important;
  color: #001D5E !important;;
  /*  Small Desktop  */
  /*  Mobile  */
}
@media (max-width: 1199px) {
  .hero .hero__head h1 {
    font-size: 3.2rem !important;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero .hero__head h1 {
    font-size: 2rem !important;
  }
}
.hero .hero__head p {
  font-size: 2.2rem;
  line-height: 1.6;
  /*  Small Desktop  */
  /*  Mobile  */
}
@media (max-width: 1199px) {
  .hero .hero__head p {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero .hero__head p {
    font-size: 1.4rem;
    line-height: 1.72;
  }
}
.hero .hero__body {
  position: relative;
  max-width: 74.6rem;
  width: 100%;
  /*  Tablet  */
  /*  Mobile  */
}
@media (max-width: 1023px) {
  .hero .hero__body {
    margin-top: 10rem;
    margin-right: 4rem;
    max-width: 100%;
    width: auto;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero .hero__body {
    max-width: 50rem;
    margin-right: 2.7rem;
    margin-top: 4.6rem;
  }
}
.hero .hero__widget {
  position: absolute;
  right: -4.4rem;
  top: -7.3rem;
  /*  Tablet  */
  /*  Mobile  */
}
@media (max-width: 1400px) {
  .hero .hero__widget {
    right: -2rem;
    top: -10rem;
  }
}
@media (max-width: 1023px) {
  .hero .hero__widget {
    right: -4rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero .hero__widget {
    right: -2.3rem;
    top: -4rem;
  }
}
/* ------------------------------------------------------------ *\
	list-steps
\* ------------------------------------------------------------ */
.list-steps {
  max-width: 138.8rem;
  margin: 0 auto;
}
@media (max-width: 1500px) {
  .list-steps {
    max-width: 100%;
    margin: 0;
  }
}
.list-steps ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -6rem 0 6rem;
  /*  Mobile  */
}
@media (max-width: 1500px) {
  .list-steps ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-steps ul {
    display: block;
  }
}
.list-steps li {
  max-width: 33.33%;
  -ms-flex-wrap: 0 0 33.33%;
      flex-wrap: 0 0 33.33%;
  list-style-type: none;
  padding: 0 6rem;
  /*  Mobile  */
}
@media (max-width: 1500px) {
  .list-steps li {
    padding: 0 2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-steps li {
    max-width: 100%;
  }
}
.list-steps li + li {
  /*  Mobile  */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-steps li + li {
    margin-top: 3.6rem;
  }
}
/* ------------------------------------------------------------ *\
	List-tiles
\* ------------------------------------------------------------ */
.list-tiles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -2rem;
}
@media (max-width: 1400px) {
  .list-tiles {
    margin: 0 -1.2rem;
  }
}
.list-tiles > li {
  max-width: 33.33%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  padding: 0 2rem;
  list-style-type: none;
  /*  Mobile  */
}
@media (max-width: 1400px) {
  .list-tiles > li {
    padding: 0 1.2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-tiles > li {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
.list-tiles > li:first-child {
  /*  Mobile  */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-tiles > li:first-child {
    display: none;
  }
}
/* ------------------------------------------------------------ *\
	Section-steps
\* ------------------------------------------------------------ */
.section-steps {
  color: #001D5E;
  padding: 9.4rem 0 12rem;
  /*  Mobile  */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-steps {
    padding: 4.5rem 0 1.9rem;
    margin-top: 0 !important;
  }
}
.section-steps h2 {
  font-size: 4rem;
  max-width: 120rem;
  padding: 0 2rem;
  margin: 0 auto 6.7rem;
  text-align: center;
  /*  Small Desktop  */
  /*  Mobile  */
}
@media (max-width: 1199px) {
  .section-steps h2 {
    font-size: 3.2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-steps h2 {
    font-size: 2rem;
    margin: 0 auto 3.3rem;
  }
}
/* ------------------------------------------------------------ *\
	Step
\* ------------------------------------------------------------ */
.step {
  text-align: center;
  max-width: 34.4rem;
  margin: 0 auto;
}
.step .step__image {
  display: inline-block;
  width: 19.2rem;
  height: 19.2rem;
  border-radius: 50%;
  background-color: rgba(0, 29, 94, 0.1);
  padding: 3.2rem 0;
  margin-bottom: 5.3rem;
  position: relative;
  /*  Mobile  */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .step .step__image {
    width: 15.4rem;
    height: 15.4rem;
    padding: 2.5rem 0;
    margin-bottom: 3.4rem;
  }
}
.step .step__image p {
  font-size: 3rem;
  /*  Mobile  */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .step .step__image p {
    font-size: 2.4rem;
  }
}
.step .step__image img + p {
  margin-top: 1.2rem;
  /*  Mobile  */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .step .step__image img + p {
    margin-top: 0.9rem;
  }
}
.step .step__image img {
  /*  Mobile  */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .step .step__image img {
    width: 9.2rem;
    height: 6.7rem;
  }
}
.step .step__image .btn-alert {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.step h3 {
  font-size: 3rem;
  /*  Tablet  */
  /*  Mobile  */
}
@media (max-width: 1023px) {
  .step h3 {
    font-size: 2.4rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .step h3 {
    font-size: 1.8rem;
    margin-bottom: 0.7rem;
  }
}
.step h3 br {
  /*  Mobile  */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .step h3 br {
    display: none;
  }
}
.step p {
  font-size: 2rem;
  /*  Tablet  */
  /*  Mobile  */
}
@media (max-width: 1023px) {
  .step p {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .step p {
    font-size: 1.4rem;
    margin: 0 auto;
    line-height: 1.78;
  }
}
/*  step--alert  */
.step--alert .step__image p {
  color: #FF6A4C;
  font-weight: 700;
}
/* ------------------------------------------------------------ *\
	Tile
\* ------------------------------------------------------------ */
.tile {
  padding: 1.8rem 0;
  background-color: #fff;
  -webkit-box-shadow: 0.2rem 0.5rem 2.7rem rgba(0, 29, 94, 0.1);
          box-shadow: 0.2rem 0.5rem 2.7rem rgba(0, 29, 94, 0.1);
  border-radius: 0.9rem;
  height: 100%;
  /*  Mobile  */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tile {
    padding: 1rem 0;
  }
}
.tile .tile__content {
  padding: 1.9rem 1rem;
  /*  Mobile  */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tile .tile__content {
    padding: 1.4rem 1rem 1rem;
  }
}
.tile .tile__image {
  padding-top: 88%;
  background-repeat: no-repeat;
  background-position: center;
  /*  Mobile  */
}
@media (max-width: 1450px) {
  .tile .tile__image {
    background-size: auto 100%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tile .tile__image {
    padding-top: 85%;
  }
}
.tile h5 {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 2.2rem;
  /*  Small Desktop  */
  /*  Tablet  */
  /*  Mobile  */
}
@media (max-width: 1199px) {
  .tile h5 {
    max-width: 11rem;
    margin: 0 auto 2.2rem;
  }
}
@media (max-width: 1023px) {
  .tile h5 {
    max-width: 100%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tile h5 {
    font-size: 1rem;
    margin-bottom: 1.2rem;
  }
}
.tile ul {
  list-style-type: none;
}
.tile ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 -0.8rem;
}
.tile ul li + li {
  margin-top: 1.1rem;
  /*  Mobile  */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tile ul li + li {
    margin-top: 0.7rem;
  }
}
.tile ul li p {
  max-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  text-align: right;
  padding: 0 0.8rem;
  font-size: 1.44rem;
  margin-bottom: 0;
  /*  Mobile  */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tile ul li p {
    font-size: 0.8rem;
    padding: 0 0.2rem;
  }
}
.tile ul li p + p {
  text-align: left;
  /*  Mobile  */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tile ul li p + p {
    padding-left: 0.9rem;
  }
}
/* ------------------------------------------------------------ *\
	Widget
\* ------------------------------------------------------------ */
.widget {
  background-color: #fff;
  -webkit-box-shadow: 0.6rem 2.9rem 3rem rgba(0, 0, 0, 0.1);
          box-shadow: 0.6rem 2.9rem 3rem rgba(0, 0, 0, 0.1);
  border-radius: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3rem 3.4rem 3.5rem;
  min-width: 44.2rem;
  /*  Mobile  */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .widget {
    padding: 1.8rem;
    min-width: 24.7rem;
  }
}
.widget .widget__image {
  margin-right: 3rem;
  /*  Mobile  */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .widget .widget__image {
    margin-right: 1.7rem;
  }
}
.widget .widget__image img {
  /*  Mobile  */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .widget .widget__image img {
    width: 2.8rem;
    height: 2.1rem;
  }
}
.widget h4 {
  font-size: 2rem;
  margin-bottom: 0;
  /*  Mobile  */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .widget h4 {
    font-size: 1.12rem;
  }
}
.widget p {
  font-size: 2rem;
  /*  Mobile  */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .widget p {
    font-size: 1.12rem;
  }
}
/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */
.wrapper {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}
/* ------------------------------------------------------------ *\
	Overwrites
\* ------------------------------------------------------------ */