.w-pagination-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.w-pagination-previous {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-page-count {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.w-pagination-next {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

body {
  background-color: #f1f5f8;
  font-family: Merriweather, serif;
  color: #112b42;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

h1 {
  margin-bottom: 40px;
  font-family: 'Lexend Deca', sans-serif;
  color: #004179;
  font-size: 4.5em;
  line-height: 1.1em;
  font-weight: 400;
}

h2 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: 'Lexend Deca', sans-serif;
  font-size: 2.6em;
  line-height: 1.1em;
  font-weight: 400;
}

h3 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: 'Lexend Deca', sans-serif;
  font-size: 1.8em;
  line-height: 1.2em;
  font-weight: 700;
}

h4 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: 'Lexend Deca', sans-serif;
  font-size: 1.2em;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: 'Lexend Deca', sans-serif;
  font-size: 1em;
  line-height: 1.2em;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

h6 {
  margin-top: 40px;
  margin-bottom: 30px;
  opacity: 0.7;
  font-size: 1.4em;
  line-height: 1.4em;
  font-weight: 300;
}

p {
  margin-bottom: 1.5em;
  line-height: 1.7em;
  font-weight: 300;
}

a {
  color: #3bb300;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  margin-bottom: 0.75em;
  font-weight: 300;
}

label {
  display: block;
  margin-bottom: 5px;
  opacity: 0.8;
  font-family: 'Lexend Deca', sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

blockquote {
  margin-bottom: 40px;
  padding: 0px;
  border: 1px none #000;
  font-family: 'Lexend Deca', sans-serif;
  font-size: 2.5em;
  line-height: 1.2em;
  font-weight: 400;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  margin-top: 15px;
  opacity: 0.8;
  font-family: Montserrat, sans-serif;
  color: #667a8d;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
}

.o-hero-section {
  position: relative;
  min-height: 500px;
  padding-top: 12vw;
  padding-bottom: 15vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  background-image: url('../images/Section-LargeWaves_Dark.png');
  background-position: 49% 105%;
  background-size: 102%;
  background-repeat: no-repeat;
  color: #112b42;
  text-align: center;
}

.o-hero-section.sub {
  min-height: 400px;
  padding-bottom: 12vw;
  background-image: url('../images/BG-Graphs-Mini.svg');
  background-position: 50% 140%;
  background-size: 102%;
  background-repeat: no-repeat;
  text-align: left;
}

.o-hero-section.sub.clear {
  padding-bottom: 3vw;
  background-image: none;
}

.o-hero-section.mini {
  min-height: 40vh;
  padding-top: 10vw;
  padding-bottom: 0vw;
  background-image: url('../images/Section-Waves_Light.png');
  background-position: 50% 100%;
  background-size: 100%;
  text-align: left;
}

.l-container {
  position: relative;
  z-index: 1;
  width: 70vw;
  max-width: 1040px;
  min-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.l-container.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90vw;
  max-width: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.l-container.thin {
  max-width: 920px;
  min-width: 500px;
  padding-right: 40px;
  padding-left: 40px;
}

.l-container.thin.thinner {
  width: 50vw;
  max-width: 550px;
  min-width: 400px;
}

.l-container.wide {
  width: 80vw;
  min-width: 800px;
}

.l-container.centred {
  text-align: center;
}

.l-hero-grid {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-areas: "Text Image";
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}

.a-button {
  display: block;
  height: 50px;
  padding: 10px 20px;
  float: left;
  border-style: none;
  border-radius: 100px;
  background-color: #3bb300;
  background-image: none;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

.a-button:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 43, 66, 0.2)), to(rgba(17, 43, 66, 0.2)));
  background-image: linear-gradient(180deg, rgba(17, 43, 66, 0.2), rgba(17, 43, 66, 0.2));
}

.a-button.big {
  display: inline-block;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  padding: 16px 20px;
  float: none;
  border: 2px solid #fff;
  font-size: 20px;
  line-height: 24px;
}

.a-button.big:hover {
  text-decoration: none;
}

.a-button.tracking {
  position: static;
  margin-right: auto;
  margin-left: auto;
  padding-left: 50px;
  float: none;
  border: 2px solid #fff;
  background-color: #fff;
  background-image: url('../images/np_target_746586_3BB300.svg');
  background-position: 15px 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  color: #3bb300;
}

.a-button.tracking.update {
  display: none;
}

.a-button.nav {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 20px;
  padding: 6px 15px;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  font-size: 14px;
}

.a-button.blue {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #fff;
  border-radius: 100px;
  background-color: #3d95cb;
  background-image: none;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.a-button.blue:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 43, 66, 0.2)), to(rgba(17, 43, 66, 0.2)));
  background-image: linear-gradient(180deg, rgba(17, 43, 66, 0.2), rgba(17, 43, 66, 0.2));
  text-decoration: none;
}

.a-button.enquiry {
  padding-left: 50px;
  border: 2px solid transparent;
  background-color: #3bb300;
  background-image: url('../images/np_sending_1379768_FFFFFF.svg');
  background-position: 15px 50%;
  background-size: 30px;
  background-repeat: no-repeat;
  color: #fff;
}

.a-button.save {
  position: fixed;
  left: auto;
  top: auto;
  right: 40px;
  bottom: 40px;
  z-index: 9999;
  box-shadow: 0 4px 16px -2px rgba(59, 179, 0, 0.6);
}

.a-button.white {
  border-style: solid;
  border-width: 2px;
  border-color: #3d95cb;
  background-color: #fff;
  color: #3d95cb;
}

.a-button.white:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(61, 149, 203, 0.2)), to(rgba(61, 149, 203, 0.2)));
  background-image: linear-gradient(180deg, rgba(61, 149, 203, 0.2), rgba(61, 149, 203, 0.2));
}

.a-button.unsubscribe {
  padding-left: 50px;
  border: 2px solid transparent;
  background-color: #3d95cb;
  background-image: url('../images/Unsubscribe-S.svg');
  background-position: 15px 50%;
  background-size: 30px;
  background-repeat: no-repeat;
  color: #fff;
}

.a-button_text {
  display: inline;
  float: left;
}

.a-hero-image {
  width: 400px;
  margin-top: 5vw;
  margin-bottom: 5vw;
}

.o-section {
  position: relative;
  z-index: 10;
  padding-top: 4vw;
  padding-bottom: 2vw;
}

.o-section.dark {
  overflow: visible;
  background-color: #112b42;
  color: #fff;
}

.o-section.light {
  background-color: transparent;
  color: #01223f;
}

.o-section.light.end {
  margin-bottom: -10vw;
  padding-top: 12vw;
  padding-bottom: 12vw;
  background-image: url('../images/BG-Graphs-Mini.svg');
  background-position: 50% 100%;
  background-size: 102%;
  background-repeat: no-repeat;
}

.o-section.form_section {
  z-index: 20;
}

.o-section.footer {
  min-height: 0vh;
  margin-top: 10vw;
  padding-top: 2vw;
  padding-bottom: 4vw;
  background-color: #112b42;
  color: #fff;
}

.o-section.single {
  min-height: 50vh;
}

.a-logo {
  height: 40px;
}

.o-nav {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.l-features-grid {
  display: -ms-grid;
  display: grid;
  margin-top: -15vw;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.m-feature-block {
  padding: 30px;
  border-width: 3px;
  border-color: #fff;
  border-radius: 6px;
  background-color: #2a628b;
  box-shadow: none;
  color: #fff;
  font-size: 16px;
  text-align: left;
}

.m-feature-block.pro {
  width: 100%;
  height: 100%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #fff;
  color: #112b42;
  text-align: center;
}

.a-icon-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.a-icon-container.button {
  width: 28px;
  height: 28px;
  margin-right: 4px;
  float: left;
}

.a-icon-container.button.small {
  width: 15px;
  height: 20px;
}

.a-icon-container.basic-badge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #fff;
  border-radius: 100px;
  background-color: #3d95cb;
}

.a-icon-container.basic-badge.small {
  width: 30px;
  height: 30px;
}

.a-icon-container.pro-badge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #fff;
  border-radius: 100px;
  background-color: #c3a400;
}

.a-icon-container.pro-badge.small {
  width: 30px;
  height: 30px;
}

.a-icon-container.large {
  width: 80px;
  height: 80px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
}

.a-icon-container.pro {
  width: 40px;
  height: 40px;
  margin-right: 8px;
  padding: 8px;
}

.a-icon-container.dark {
  border-radius: 100%;
  background-color: #2a628b;
}

.a-icon {
  width: 75%;
  -o-object-fit: fill;
  object-fit: fill;
}

.a-icon.full {
  width: 100%;
}

.m-quote-block {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-flex: 50%;
  -webkit-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-areas: "Quote" "Citation";
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto 40px auto;
  grid-template-rows: auto auto;
  text-align: center;
}

.a-headshot {
  overflow: hidden;
  width: 150px;
  height: 150px;
  margin-bottom: 0px;
  border-radius: 100%;
}

.a-headshot_image {
  max-width: 200%;
  margin-top: -30%;
  margin-left: -50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.m-citation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.a-citation_name {
  margin-top: 10px;
  margin-bottom: 0px;
  opacity: 0.7;
  color: #3d95cb;
  font-size: 1.1em;
  line-height: 28px;
}

.a-citation_name.small {
  margin-top: 10px;
  font-size: 16px;
}

.text-block {
  opacity: 0.6;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.l-intro-grid {
  display: block;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}

.a-intro-text {
  margin-top: 10px;
  font-size: 1.2em;
  line-height: 1.7em;
}

.m-signup {
  padding: 80px 60px 60px;
  border-radius: 6px;
  background-color: #3bb300;
  box-shadow: 0 20px 30px -10px rgba(17, 43, 66, 0.3);
  color: #fff;
  text-align: center;
}

.m-signup.subtle {
  background-color: #78a1bf;
  background-image: linear-gradient(180deg, rgba(17, 43, 66, 0.74), rgba(17, 43, 66, 0.74)), linear-gradient(45deg, #3bb300, #3d95cb 33%, #cc384f 66%, #c3a400);
}

.body {
  background-color: #f7f7f7;
}

.a-form-block {
  position: relative;
  z-index: 1;
}

.a-form-block.hide {
  display: block;
}

.a-text-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 2px;
  border-color: hsla(0, 0%, 100%, 0);
  border-radius: 10px;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  font-family: Merriweather, serif;
  color: #3d95cb;
  font-size: 18px;
  line-height: 1.7em;
  font-weight: 300;
  text-align: left;
}

.a-text-field:focus {
  border-style: solid;
  border-color: #3d95cb;
  background-color: #fff;
  box-shadow: 0 20px 30px -20px rgba(1, 34, 63, 0.4);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  color: #3d95cb;
}

.a-text-field::-webkit-input-placeholder {
  color: #accad8;
}

.a-text-field:-ms-input-placeholder {
  color: #accad8;
}

.a-text-field::-ms-input-placeholder {
  color: #accad8;
}

.a-text-field::placeholder {
  color: #accad8;
}

.a-text-field.area {
  height: 160px;
  max-width: 100%;
}

.a-text-field.small {
  height: 50px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(1, 34, 63, 0.16);
  border-radius: 5px;
  font-size: 16px;
  text-align: left;
}

.a-text-field.small:focus {
  color: #01223f;
}

.a-text-field.small::-webkit-input-placeholder {
  color: rgba(1, 34, 63, 0.3);
}

.a-text-field.small:-ms-input-placeholder {
  color: rgba(1, 34, 63, 0.3);
}

.a-text-field.small::-ms-input-placeholder {
  color: rgba(1, 34, 63, 0.3);
}

.a-text-field.small::placeholder {
  color: rgba(1, 34, 63, 0.3);
}

.a-text-field.small.area {
  height: 160px;
}

.a-text-field.white {
  background-color: #fff;
}

.a-text-field.hide {
  display: none;
}

.a-nav-link {
  margin-right: 15px;
  margin-left: 15px;
  padding: 4px 0px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Lexend Deca', sans-serif;
  color: #78a1bf;
  font-size: 18px;
  line-height: 26px;
}

.a-nav-link:hover {
  color: #3bb300;
  text-decoration: none;
}

.a-nav-link.w--current {
  color: #112b42;
}

.a-nav-link.in-page {
  border-bottom-style: dashed;
}

.a-nav-link.login {
  display: inline-block;
  padding-right: 38px;
  padding-left: 18px;
  border-radius: 40px;
  background-color: #78a1bf;
  background-image: url("https://uploads-ssl.webflow.com/5ed0f8a9bf330284c8f6f3ef/5f4fa6ca0d72f2084b0ddb16_Login.svg");
  background-position: 82% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  color: #fff;
}

.a-nav-link.login:hover {
  background-color: #3bb300;
  background-position: 85% 50%;
}

.a-nav-link.login.in-page {
  padding: 6px 42px 6px 24px;
  border-bottom: 1px none #000;
  background-color: #3d95cb;
  background-position: 92% 50%;
}

.a-nav-link.login.in-page:hover {
  background-color: #3bb300;
  background-position: 93% 50%;
}

.m-nav-menu {
  float: left;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.a-brand {
  padding-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.a-form-heading {
  max-width: 65%;
  min-width: 500px;
  margin: -10px auto 60px;
  color: #fff;
}

.a-small-text {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.6em;
  letter-spacing: 0.2px;
}

.m-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
  font-size: 14px;
  line-height: 18px;
}

.a-credit_logo {
  height: 20px;
  margin-left: 15px;
}

.l-credit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.m-footer_links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.a-social-icon {
  width: 100%;
}

.a-footer-icon {
  width: 30px;
  height: 30px;
  margin-right: 5px;
  margin-left: 5px;
}

.a-footer-icon:hover {
  opacity: 0.8;
}

.a-hero-bg {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -1%;
  height: 170vh;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 100%;
  object-position: 50% 100%;
}

.a-hero-bg.mini {
  left: -1%;
  bottom: -20%;
  width: 102%;
  height: auto;
  max-width: none;
}

.form-block {
  margin-right: auto;
  margin-left: auto;
}

.a-hero-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.a-hero-text p {
  margin-top: -10px;
  opacity: 1;
  font-family: 'Lexend Deca', sans-serif;
  color: #78a1bf;
  font-size: 1.8em;
  line-height: 1.3em;
}

.a-hero-text.setting-intro.hide {
  display: none;
}

.a-hero-text.pro h1 {
  color: #c3a400;
}

.a-content-text figure {
  margin-top: 40px;
  margin-bottom: 40px;
}

.a-content-text blockquote {
  padding-top: 50px;
  padding-bottom: 30px;
  background-position: 0% 0%;
  background-size: 30px;
  font-size: 1.8em;
  line-height: 1.4em;
}

.a-content-text a {
  opacity: 1;
  color: #3d95cb;
}

.a-post-link {
  display: inline-block;
  color: #3d95cb;
}

.a-post-link:hover {
  color: #3d95cb;
  text-decoration: underline;
}

.a-post-meta {
  display: inline;
  opacity: 0.65;
  font-size: 14px;
}

.m-post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.m-pagination {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.m-post-meta {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.m-menu {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.a-message {
  padding: 25px 40px;
  border-radius: 10px;
  background-color: transparent;
  font-size: 16px;
  text-align: center;
}

.a-message.error {
  margin-top: 40px;
  color: #cc384f;
}

.a-message.success {
  background-color: rgba(59, 179, 0, 0.2);
}

.a-message.error {
  background-color: rgba(204, 56, 79, 0.2);
}

.a-pill {
  position: relative;
  top: -2px;
  margin-right: 2px;
  margin-left: 2px;
  padding: 6px 10px;
  border: 2px solid #3c95cb;
  border-radius: 100px;
  background-color: #fff;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  -webkit-transition: padding 100ms ease;
  transition: padding 100ms ease;
  font-family: Montserrat, sans-serif;
  color: #3c95cb;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.a-pill:hover {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-color: #3c95cb;
  opacity: 0.7;
}

.tag-suggestions {
  background-color: #fff;
}

.tag {
  margin-bottom: 0em;
  padding: 13px 20px;
  color: #000;
  text-align: left;
}

.tag:focus {
  background-color: #dbdbdb;
}

.tags_wrapper {
  position: relative;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 78px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 10px;
  background-color: #fff;
  font-family: Merriweather, serif;
  cursor: pointer;
}

.added_field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  min-width: 100px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 2px;
  border-color: hsla(0, 0%, 100%, 0);
  border-radius: 10px;
  -webkit-transition: -webkit-transform 300ms ease-out;
  transition: -webkit-transform 300ms ease-out;
  transition: transform 300ms ease-out;
  transition: transform 300ms ease-out, -webkit-transform 300ms ease-out;
  color: #3bb300;
  font-size: 18px;
  text-align: center;
}

.added_field:focus {
  border-color: #fff;
  background-color: #fff;
  box-shadow: 0 20px 30px -20px rgba(1, 34, 63, 0.4);
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.added_field::-webkit-input-placeholder {
  color: #3bb300;
}

.added_field:-ms-input-placeholder {
  color: #3bb300;
}

.added_field::-ms-input-placeholder {
  color: #3bb300;
}

.added_field::placeholder {
  color: #3bb300;
}

.added_field.area {
  height: 160px;
  max-width: 100%;
}

.added_field.small {
  height: 50px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(1, 34, 63, 0.16);
  border-radius: 5px;
  font-size: 16px;
  text-align: left;
}

.added_field.small:focus {
  color: #01223f;
}

.added_field.small::-webkit-input-placeholder {
  color: rgba(1, 34, 63, 0.3);
}

.added_field.small:-ms-input-placeholder {
  color: rgba(1, 34, 63, 0.3);
}

.added_field.small::-ms-input-placeholder {
  color: rgba(1, 34, 63, 0.3);
}

.added_field.small::placeholder {
  color: rgba(1, 34, 63, 0.3);
}

.added_field.small.area {
  height: 160px;
}

.added_field.white {
  background-color: #fff;
}

.tag-input {
  position: relative;
  z-index: 1;
  height: 78px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 10px;
  font-size: 18px;
  text-align: center;
}

.tag-input::-webkit-input-placeholder {
  color: #3bb300;
}

.tag-input:-ms-input-placeholder {
  color: #3bb300;
}

.tag-input::-ms-input-placeholder {
  color: #3bb300;
}

.tag-input::placeholder {
  color: #3bb300;
}

.suglist {
  position: relative;
  z-index: 1;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  font-family: 'Lexend Deca', sans-serif;
  font-size: 16px;
}

.div-block-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph {
  font-size: 16px;
  line-height: 16px;
}

.tags-input {
  position: relative;
  z-index: 20;
  display: inline-block;
  min-width: 20px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px none #000;
  border-radius: 10px;
  background-color: #3c95cb;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #fff;
  font-size: 18px;
  text-align: right;
  text-transform: uppercase;
}

.tags-input::-webkit-input-placeholder {
  color: #3bb300;
}

.tags-input:-ms-input-placeholder {
  color: #3bb300;
}

.tags-input::-ms-input-placeholder {
  color: #3bb300;
}

.tags-input::placeholder {
  color: #3bb300;
}

.tag_input_block {
  position: absolute;
  left: auto;
  top: 19px;
  right: 12px;
  bottom: auto;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 40px;
  max-width: 40px;
  padding-right: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #3c95cb;
  box-shadow: 1px 1px 10px 0 rgba(61, 149, 203, 0.74);
  -webkit-transition: all 250ms ease-in;
  transition: all 250ms ease-in;
  font-family: Montserrat, sans-serif;
}

.close-input {
  position: relative;
  right: -5px;
  z-index: 10;
  display: inline;
  line-height: 18px;
  cursor: pointer;
}

.tag_plus {
  position: absolute;
  left: auto;
  top: 19px;
  right: 12px;
  bottom: auto;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 40px;
  background-color: #3c95cb;
  cursor: pointer;
}

.sug-list-item {
  position: relative;
  overflow: hidden;
  min-height: 50px;
  padding: 17px 20px;
  color: #3d95cb;
}

.sug-list-item:hover {
  background-color: #3c95cb;
  color: #fff;
}

.sug_list_item_text {
  position: absolute;
  top: 18px;
  z-index: 2;
  margin-bottom: 0em;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}

.sug-list-item-tag {
  position: absolute;
  left: auto;
  top: 6px;
  right: 12px;
  bottom: auto;
  z-index: 6;
  margin-bottom: 0em;
  padding: 8px 14px;
  border: 2px solid #3c95cb;
  border-radius: 50px;
  background-color: #fff;
  opacity: 1;
  font-family: Montserrat, sans-serif;
  color: #3c95cb;
  line-height: 16px;
  font-weight: 400;
}

.sug-list-item-gradient {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 4;
  display: none;
  width: 50%;
}

.add-stocks-text {
  position: absolute;
  left: 20px;
  top: 24px;
  right: auto;
  bottom: auto;
  opacity: 1;
  color: #accad8;
}

.a-text-field_hidden {
  display: none;
  height: 0px;
  opacity: 0;
}

.tags_wrapper_overlay {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 140px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.div-block-4 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  box-shadow: 1px 1px 13px 0 #000;
}

.added_field_wrapper {
  position: absolute;
  left: 0%;
  top: 3px;
  right: auto;
  bottom: auto;
  width: 100%;
}

.list-item-shadow {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  width: 50%;
}

.setting-section {
  position: relative;
  padding-top: 180px;
  padding-bottom: 139px;
  background-color: #004179;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.95)), to(hsla(0, 0%, 100%, 0.95)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.95), hsla(0, 0%, 100%, 0.95));
}

.image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  width: 100%;
}

.setting-wrapper {
  position: relative;
  max-width: 920px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

.basic-info {
  margin-bottom: 80px;
}

.basic-info.type-of-user {
  position: relative;
}

.basic-header {
  border-bottom: 1px solid rgba(17, 43, 66, 0.2);
}

.basic-hr {
  width: 100%;
  height: 1px;
  background-color: #78a1bf;
  opacity: 0.2;
}

.basic-text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.setting-row-title {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #112b42;
  font-size: 24px;
  line-height: 110%;
}

.setting-row-para {
  margin-bottom: 0em;
  padding-left: 20px;
  opacity: 1;
  color: #78a1bf;
  font-size: 16px;
  line-height: 150%;
}

.setting-input-row {
  margin-bottom: 40px;
}

.plan-upgraded-block {
  padding-top: 40px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.setting-input-block.email {
  min-width: 450px;
}

.a-field-label {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 110%;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.a-field-label.full-width {
  width: 100%;
}

.a-field {
  max-width: 100%;
  min-height: 50px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(17, 43, 66, 0.2);
  border-radius: 10px;
  background-color: #fff;
  color: #112b42;
  font-weight: 300;
}

.a-field:focus {
  border-color: #3d95cb;
  color: #3d95cb;
}

.a-field::-webkit-input-placeholder {
  color: rgba(17, 43, 66, 0.3);
  line-height: 110%;
}

.a-field:-ms-input-placeholder {
  color: rgba(17, 43, 66, 0.3);
  line-height: 110%;
}

.a-field::-ms-input-placeholder {
  color: rgba(17, 43, 66, 0.3);
  line-height: 110%;
}

.a-field::placeholder {
  color: rgba(17, 43, 66, 0.3);
  line-height: 110%;
}

.a-field.message {
  min-height: 100px;
}

.user-type-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.trial-text {
  margin-top: 15px;
  margin-bottom: 0px;
  font-family: Merriweather, serif;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
}

.user-type-para {
  margin-bottom: 0em;
  color: #c4a400;
  font-size: 16px;
  line-height: 24px;
}

.user-type-text-block {
  padding-left: 10px;
}

.user-type-button-text {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.open-billing-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding: 10px 15px;
  border-style: solid;
  border-width: 2px;
  border-color: #3d95cb;
  border-radius: 100px;
  background-color: #fff;
  -webkit-transition: all 275ms ease;
  transition: all 275ms ease;
  color: #3d95cb;
}

.open-billing-details:hover {
  background-color: rgba(61, 149, 203, 0.2);
  text-decoration: none;
}

.save-settings {
  position: fixed;
  left: auto;
  top: auto;
  right: 40px;
  bottom: 40px;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  margin-top: 40px;
  padding: 10px 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 2px solid #fff;
  border-radius: 100px;
  background-color: #3bb300;
  box-shadow: 0 4px 20px -2px rgba(59, 179, 0, 0.4);
  color: #fff;
  font-size: 16px;
}

.save-settings:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 43, 66, 0.2)), to(rgba(17, 43, 66, 0.2)));
  background-image: linear-gradient(180deg, rgba(17, 43, 66, 0.2), rgba(17, 43, 66, 0.2));
}

.save-button-text {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 8px;
  font-size: 16px;
}

.preferencess {
  margin-bottom: 80px;
}

.preferencess.type-of-user {
  position: relative;
}

.setting-preferences-grid {
  padding-top: 40px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.prefer-block-para {
  margin-bottom: 0em;
  opacity: 1;
  color: #7695b0;
  font-size: 16px;
  line-height: 150%;
}

.prefer-block-title {
  margin-top: 0px;
  margin-bottom: 5px;
  color: #112b42;
  font-weight: 400;
}

.prefer-values-block {
  margin-bottom: 10px;
}

.prefer-value {
  margin-top: 5px;
  margin-bottom: 20px;
}

.radio-button-field {
  position: relative;
  padding-left: 25px;
  color: #7695b0;
}

.prefer-radio-desc {
  margin-bottom: 0em;
  opacity: 1;
  font-family: Merriweather, serif;
  color: #667a8d;
  font-size: 14px;
  line-height: 140%;
  font-weight: 400;
  text-transform: capitalize;
}

.prefer-radio-label {
  position: relative;
  top: -5px;
  margin-bottom: 1px;
  opacity: 1;
  font-family: Merriweather, serif;
  color: #112b42;
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
}

.radio-button {
  background-color: #fff;
  opacity: 0;
}

.radio-selection {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15px;
  height: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(17, 43, 66, 0.2);
  border-radius: 50px;
  background-color: #fff;
  opacity: 1;
}

.preference-radio-mark {
  display: none;
  width: 7px;
  height: 7px;
  border-radius: 7px;
  background-color: #3c95cb;
}

.pro-block {
  position: relative;
  margin-right: -40px;
  margin-left: -40px;
}

.div-block-7 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url("https://uploads-ssl.webflow.com/5ed0f8a9bf330284c8f6f3ef/5ed0f8a9bf3302891ff6f44b_Upgrade-Banner.svg");
  background-position: 0% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.l-upgrade-banner_content {
  position: relative;
  z-index: 2;
  display: -ms-grid;
  display: grid;
  margin-bottom: 80px;
  padding: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto 20px auto;
  grid-template-rows: auto auto;
}

.grid {
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.upgrade-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 15px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 100px;
  background-color: #3bb300;
  background-image: none;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.upgrade-button:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 43, 66, 0.2)), to(rgba(17, 43, 66, 0.2)));
  background-image: linear-gradient(180deg, rgba(17, 43, 66, 0.2), rgba(17, 43, 66, 0.2));
}

.a-upgrade-banner_title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 400;
}

.a-text_gold {
  color: #c3a400;
}

.grid-2 {
  grid-column-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.m-upgrade_feature-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.a-upgrade-text {
  margin-bottom: 0em;
  opacity: 1;
  font-weight: 500;
}

.m-upgrade-banner_cta {
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.upgrade-pro-left {
  position: relative;
  z-index: 3;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.m-upgrade-banner_features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.group {
  margin: 40px -40px;
  padding: 40px;
  border-radius: 10px;
  background-color: rgba(0, 65, 125, 0.03);
}

.group-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.group-header-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #3c95cb;
  font-size: 24px;
  line-height: 110%;
  font-weight: 400;
}

.group-header-actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.move-down {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 275ms ease;
  transition: opacity 275ms ease;
  cursor: pointer;
}

.move-down:hover {
  opacity: 0.6;
}

.move-down-text {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  color: #3c95cb;
  font-size: 17px;
  line-height: 110%;
  font-weight: 400;
}

.rename {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  cursor: pointer;
}

.rename:hover {
  opacity: 0.6;
}

.rename-text {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  color: #3c95cb;
  font-size: 17px;
  line-height: 110%;
  font-weight: 400;
}

.group-prefer-check {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.preference-title {
  width: 220px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 24px;
  font-weight: 400;
}

.new-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 40px -40px;
  padding: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: rgba(0, 65, 125, 0.03);
  cursor: pointer;
}

.new-group-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 15px;
  border: 2px solid #fff;
  border-radius: 100px;
  background-color: #3d95cb;
  cursor: pointer;
}

.new-group-button:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 43, 66, 0.2)), to(rgba(17, 43, 66, 0.2)));
  background-image: linear-gradient(180deg, rgba(17, 43, 66, 0.2), rgba(17, 43, 66, 0.2));
}

.new-group-text {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 8px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.preference-check {
  position: relative;
  cursor: pointer;
}

.preference-checkmark {
  opacity: 0;
}

.custom-prefer-checkmark {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15px;
  height: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2px;
  background-color: #fff;
}

.checkbox-field {
  padding-left: 25px;
  cursor: pointer;
}

.custome-preference-check-icon {
  display: none;
}

.preference-check-desc {
  margin-bottom: 0em;
  opacity: 1;
  font-family: Merriweather, serif;
  color: #7695b0;
  font-size: 14px;
  line-height: 140%;
  text-transform: none;
}

.preference-check-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.preference-checks-row {
  display: none;
  margin-top: 20px;
  padding-top: 41px;
  padding-left: 30px;
  border-top: 1px solid rgba(172, 202, 216, 0.5);
}

.preference-checks-grid {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.preference-label {
  position: relative;
  top: -5px;
  margin-bottom: 0px;
  opacity: 1;
  font-family: Merriweather, serif;
  color: #112b42;
  font-size: 16px;
  text-transform: none;
}

.preference-radio-selection {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15px;
  height: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 #000;
  opacity: 1;
}

.preference-check-title {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #7695b0;
  font-size: 14px;
  line-height: 110%;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.pro-user-title {
  margin-top: 5px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #00417d;
  font-size: 24px;
  line-height: 110%;
  font-weight: 500;
  text-align: left;
}

.pro-bg {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  min-height: 100%;
  border-radius: 4px;
}

.o-upgrade-banner {
  position: relative;
  margin: 80px -40px;
  border-radius: 4px;
  background-color: #fff;
  background-image: url("https://uploads-ssl.webflow.com/5ed0f8a9bf330284c8f6f3ef/5eeaded006c26f6917f6be4e_Upgrade-Banner-BG.svg");
  background-position: 100% 100%;
  background-size: 130%;
  background-repeat: no-repeat;
  box-shadow: 0 4px 10px 0 rgba(66, 17, 17, 0.1);
  font-family: Montserrat, sans-serif;
  color: #112b42;
}

.block-to-upgrade-plan {
  padding-top: 40px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.basic-user-title {
  margin-top: 5px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #00417d;
  font-size: 24px;
  line-height: 110%;
  font-weight: 500;
  text-align: left;
}

.basic-user-para {
  margin-bottom: 0em;
  color: #3c95cb;
  font-size: 16px;
  line-height: 24px;
}

.upgrade-to-pro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding: 10px 15px;
  border: 1px solid #3c95cb;
  border-radius: 100px;
  background-color: #3bb300;
  -webkit-transition: all 275ms ease;
  transition: all 275ms ease;
}

.upgrade-plan-text {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-left: 8px;
}

.dropdown-wrapper {
  position: relative;
}

.stock-input {
  position: relative;
}

.group-new {
  display: none;
  margin: 40px -40px;
  padding: 40px;
  border-radius: 10px;
  background-color: rgba(0, 65, 125, 0.03);
}

.prefer-announcement-block {
  margin-bottom: 10px;
}

.prefer-frequency-block {
  margin-bottom: 10px;
}

.prefer-order-block {
  margin-bottom: 10px;
}

.heading {
  color: #00417d;
}

.paragraph-2 {
  opacity: 0.75;
  font-family: Merriweather, serif;
  font-size: 1.6em;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.a-form-element {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.a-button_icon {
  display: inline;
  margin-right: 10px;
  float: left;
}

.text-block-2 {
  display: inline;
}

.l-spacer._20 {
  width: 20px;
  height: 20px;
}

.a-wave_footer {
  position: absolute;
  left: 0%;
  top: 20%;
  right: 0%;
  bottom: auto;
  width: 100%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.div-block-12 {
  margin-top: 5vw;
}

.image-3 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.body-2 {
  background-color: #f1f5f8;
}

.m-footer-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.a-post-title {
  font-size: 3em;
}

.a-feature-copy {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.4em;
}

.a-feature-copy.strong {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.a-feature-copy.secondary {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 10px;
  border-left: 1px solid rgba(120, 161, 191, 0.2);
  color: #78a1bf;
  font-weight: 400;
}

.a-small-quote {
  margin-bottom: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #004179;
  font-size: 22px;
  line-height: 32px;
}

.m-quotes {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.collection-list {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.footer-2 {
  margin-top: 7vw;
}

.l-contact-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.m-pricing-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 4px solid #fff;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 10px 20px 0 rgba(0, 65, 121, 0.1);
}

.a-price {
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 70px;
  line-height: 70px;
  font-weight: 500;
}

.a-feature-block_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  margin-left: -4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.a-feature-block_header.centred-vert {
  margin-bottom: 20px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.a-pricing-block_title {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 6px;
  color: #fff;
  font-size: 1em;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.a-pricing-block_title.pro {
  color: #c3a400;
}

.a-pricing-block_title.basic {
  color: #3d95cb;
}

.l-grid_pricing {
  display: -ms-grid;
  display: grid;
  margin-right: -40px;
  margin-bottom: 80px;
  margin-left: -40px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.a-pro-plus {
  font-family: Montserrat, sans-serif;
  color: #c3a400;
  font-weight: 600;
}

.tags-input-2 {
  position: relative;
  z-index: 20;
  display: inline-block;
  min-width: 20px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px none #000;
  border-radius: 10px;
  background-color: #3c95cb;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #fff;
  font-size: 18px;
  text-align: right;
  text-transform: uppercase;
}

.tags-input-2::-webkit-input-placeholder {
  color: #3bb300;
}

.tags-input-2:-ms-input-placeholder {
  color: #3bb300;
}

.tags-input-2::-ms-input-placeholder {
  color: #3bb300;
}

.tags-input-2::placeholder {
  color: #3bb300;
}

.suglist-2 {
  position: relative;
  z-index: 1;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  font-family: 'Lexend Deca', sans-serif;
  font-size: 16px;
}

.sug-list-item-2 {
  position: relative;
  overflow: hidden;
  min-height: 50px;
  padding: 17px 20px;
  color: #3d95cb;
}

.sug-list-item-2:hover {
  background-color: #3c95cb;
  color: #fff;
}

.added_field-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  min-width: 100px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 2px;
  border-color: hsla(0, 0%, 100%, 0);
  border-radius: 10px;
  -webkit-transition: -webkit-transform 300ms ease-out;
  transition: -webkit-transform 300ms ease-out;
  transition: transform 300ms ease-out;
  transition: transform 300ms ease-out, -webkit-transform 300ms ease-out;
  color: #3bb300;
  font-size: 18px;
  text-align: center;
}

.added_field-2:focus {
  border-color: #fff;
  background-color: #fff;
  box-shadow: 0 20px 30px -20px rgba(1, 34, 63, 0.4);
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.added_field-2::-webkit-input-placeholder {
  color: #3bb300;
}

.added_field-2:-ms-input-placeholder {
  color: #3bb300;
}

.added_field-2::-ms-input-placeholder {
  color: #3bb300;
}

.added_field-2::placeholder {
  color: #3bb300;
}

.tags_wrapper-2 {
  position: relative;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 78px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 10px;
  background-color: #fff;
  font-family: Merriweather, serif;
  cursor: pointer;
}

.a-hero-stat {
  margin-top: 30px;
  margin-bottom: -30px;
  opacity: 1;
  font-family: Merriweather, serif;
  color: rgba(17, 43, 66, 0.6);
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

.a-hero-stat_number {
  font-family: Montserrat, sans-serif;
  color: #004179;
  font-weight: 700;
}

.div-block-13 {
  background-position: 50% 0%;
  background-size: auto;
}

.a-message_title {
  margin-top: 10px;
  margin-bottom: 10px;
}

.l-grid_features {
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.a-message {
  background-color: #fff;
  color: #78a1bf;
}

.a-message.success {
  color: #3bb300;
}

.a-text_highlight {
  color: #3bb300;
}

.a-text_highlight.highlight-word {
  margin-right: -2px;
  margin-left: -2px;
  padding: 2px 3px;
  border-radius: 1px;
  background-color: #3bb300;
  background-clip: padding-box;
}

.a-text_highlight.highlight-word.blue {
  background-color: rgba(61, 149, 203, 0.15);
  color: #3d95cb;
}

.a-text_highlight.highlight-word.gold {
  background-color: rgba(195, 164, 0, 0.2);
  color: #c3a400;
}

.m-giveaway {
  display: -ms-grid;
  display: grid;
  margin-right: -40px;
  margin-left: -40px;
  padding: 60px 60px 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 60px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1.25fr 0.5fr;
  grid-template-columns: 1.25fr 0.5fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 6px;
  background-color: rgba(61, 149, 203, 0.1);
}

.a-giveaway_mockup {
  width: 165%;
  max-width: none;
  margin-top: -40%;
  margin-bottom: -28%;
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
}

.l-form_giveaway {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.a-giveaway_heading {
  margin-top: 0px;
  font-size: 2.4em;
  line-height: 1.1em;
}

.a-text_white {
  color: #fff;
}

.m-pricing_features {
  padding: 40px 30px 30px;
  font-weight: 500;
}

.a-pricing_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  margin-bottom: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.7;
}

.a-pricing_title.centred-vert {
  margin-bottom: 20px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.m-pricing-block_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-width: 1px;
  border-color: #000;
  background-color: #3d95cb;
  color: #fff;
  font-weight: 500;
}

.m-pricing-block_header.pro {
  background-color: #c3a400;
}

.a-pricing-features_title {
  margin-top: 0px;
  margin-bottom: 30px;
}

.a-pricing-feature_item {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: -3px;
  padding-left: 24px;
  background-image: url("https://uploads-ssl.webflow.com/5ed0f8a9bf330284c8f6f3ef/5f4f876ec9d66e36dd951d40_Add-Green.svg");
  background-position: 0% 0px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

.m-pricing-features_list {
  margin-bottom: -15px;
}

.a-email-banner {
  display: block;
  width: 70%;
  height: 320px;
  margin-top: 80px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 20px;
  background-image: url("https://uploads-ssl.webflow.com/5ed0f8a9bf330284c8f6f3ef/5f50a14f6dabef214af7ea8a_Email%20Mockups%20Link%20-%20Wide.jpg");
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 991px) {
  body {
  font-size: 16px;
  }
  h1 {
  font-size: 3.5em;
  }
  h2 {
  font-size: 2em;
  }
  h3 {
  margin-top: 30px;
  font-size: 1.4em;
  }
  h6 {
  font-size: 1.3em;
  }
  blockquote {
  padding-top: 60px;
  padding-bottom: 30px;
  background-size: 30px;
  font-size: 2em;
  }
  .o-hero-section {
  padding-top: 160px;
  }
  .o-hero-section.sub {
  background-position: 50% 120%;
  }
  .o-hero-section.mini {
  min-height: 300px;
  padding-top: 120px;
  padding-bottom: 0px;
  }
  .l-container {
  width: 80vw;
  }
  .l-container.wide {
  min-width: 700px;
  }
  .a-button.big {
  height: 50px;
  padding: 12px 15px;
  }
  .a-hero-image {
  width: 300px;
  }
  .o-section {
  padding-top: 40px;
  padding-bottom: 40px;
  }
  .o-section.footer {
  padding-top: 25px;
  padding-bottom: 25px;
  }
  .a-logo {
  height: 35px;
  }
  .o-nav {
  padding-top: 30px;
  padding-bottom: 30px;
  }
  .l-features-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  }
  .m-feature-block {
  padding: 20px;
  }
  .a-icon-container {
  width: 40px;
  height: 40px;
  }
  .a-icon-container.large {
  width: 60px;
  height: 60px;
  padding: 5px;
  }
  .m-quote-block {
  margin-top: 30px;
  margin-bottom: 30px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  }
  .a-headshot {
  width: 100px;
  height: 100px;
  }
  .a-intro-text {
  font-size: 1.1em;
  }
  .m-signup {
  padding: 60px 40px 40px;
  }
  .a-form-block {
  margin-bottom: 20px;
  }
  .a-text-field {
  height: 70px;
  font-size: 16px;
  }
  .a-nav-link {
  margin-right: 10px;
  margin-left: 10px;
  }
  .a-form-heading {
  margin-bottom: 40px;
  }
  .a-content-text blockquote {
  margin-bottom: 20px;
  padding-top: 40px;
  padding-bottom: 20px;
  background-size: 25px;
  font-size: 1.4em;
  }
  .m-menu {
  position: relative;
  }
  .added_field {
  height: 70px;
  }
  .setting-section {
  padding-top: 80px;
  }
  .user-type-block {
  margin-top: 0px;
  }
  .open-billing-details {
  margin-top: 0px;
  }
  .save-settings {
  top: -55px;
  right: 20px;
  }
  .l-upgrade-banner_content {
  margin-bottom: 60px;
  padding-bottom: 15px;
  justify-items: center;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  }
  .a-upgrade-banner_title {
  margin-bottom: 15px;
  font-size: 30px;
  }
  .m-upgrade_feature-block {
  margin-bottom: 10px;
  }
  .a-upgrade-text {
  font-size: 16px;
  }
  .m-upgrade-banner_cta {
  margin-bottom: 0px;
  }
  .group {
  margin-top: 20px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 20px;
  }
  .preference-checks-grid {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  }
  .o-upgrade-banner {
  margin: 40px -20px;
  background-size: 220%;
  }
  .upgrade-to-pro {
  margin-top: 0px;
  }
  .group-new {
  margin-top: 20px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 20px;
  }
  .a-post-title {
  margin-bottom: 30px;
  font-size: 2.2em;
  }
  .a-feature-copy {
  font-size: 16px;
  }
  .a-small-quote {
  font-size: 20px;
  line-height: 30px;
  }
  .m-quotes {
  width: 100%;
  }
  .a-price {
  font-size: 60px;
  }
  .l-grid_pricing {
  margin-right: -80px;
  margin-left: -80px;
  }
  .added_field-2 {
  height: 70px;
  }
  .a-hero-stat {
  margin-top: 20px;
  margin-bottom: -20px;
  font-size: 14px;
  line-height: 20px;
  }
  .m-giveaway {
  overflow: hidden;
  margin-right: -20px;
  margin-left: -20px;
  padding: 40px 40px 25px;
  -ms-grid-columns: 0.75fr 0.5fr;
  grid-template-columns: 0.75fr 0.5fr;
  }
  .a-giveaway_mockup {
  width: 140%;
  margin-top: 0%;
  margin-bottom: 0%;
  }
  .l-form_giveaway {
  display: block;
  }
  .a-giveaway_heading {
  font-size: 2.3em;
  }
  .m-pricing_features {
  padding: 30px 20px 20px;
  }
  .a-pricing_title {
  margin-top: 20px;
  margin-bottom: 20px;
  }
  .a-email-banner {
  width: 80%;
  height: 300px;
  margin-top: 60px;
  }
  .new-group {
	  margin: 40px 0;
  }
}

@media screen and (max-width: 767px) {
  h1 {
  font-size: 2.2em;
  }
  h2 {
  font-size: 1.6em;
  }
  h3 {
  font-size: 1.1em;
  }
  h5 {
  margin-top: 20px;
  margin-bottom: 20px;
  }
  h6 {
  font-size: 1.1em;
  }
  blockquote {
  font-size: 1.6em;
  }
  .o-hero-section {
  padding-top: 120px;
  }
  .o-hero-section.sub {
  background-position: 50% 115%;
  }
  .o-hero-section.mini {
  min-height: 0vh;
  padding-top: 80px;
  padding-bottom: 0px;
  }
  .l-container {
  width: 90vw;
  min-width: 440px;
  }
  .l-container.thin {
  width: 90vw;
  min-width: 400px;
  padding-right: 0px;
  padding-left: 0px;
  }
  .l-container.wide {
  width: 90vw;
  min-width: 450px;
  }
  .a-button {
  height: 45px;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 16px;
  line-height: 20px;
  }
  .a-button.big {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 20px;
  }
  .a-hero-image {
  width: 250px;
  }
  .o-section {
  padding-top: 30px;
  padding-bottom: 30px;
  }
  .a-logo {
  height: 25px;
  }
  .o-nav {
  padding-top: 20px;
  padding-bottom: 0px;
  }
  .l-features-grid {
  grid-auto-flow: row;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  }
  .m-feature-block {
  box-shadow: none;
  }
  .a-icon-container.button {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  }
  .a-icon-container.large {
  width: 40px;
  height: 40px;
  padding: 2px;
  }
  .m-quote-block {
  margin-top: 20px;
  margin-bottom: 20px;
  }
  .a-citation_name {
  font-size: 1em;
  }
  .a-intro-text {
  font-size: 1em;
  }
  .m-signup {
  padding: 30px 20px 20px;
  }
  .a-text-field {
  height: 50px;
  padding-right: 10px;
  padding-left: 10px;
  }
  .a-nav-link {
  border-bottom-style: none;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  }
  .a-nav-link.login.in-page {
  padding-right: 40px;
  padding-left: 18px;
  }
  .m-nav-menu {
  left: auto;
  top: 0%;
  right: 5vw;
  bottom: auto;
  width: 30vw;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #fff;
  box-shadow: 0 15px 20px -5px rgba(1, 34, 63, 0.2);
  }
  .a-form-heading {
  max-width: 80%;
  min-width: 0px;
  margin-bottom: 30px;
  }
  .m-footer {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 12px;
  line-height: 16px;
  }
  .m-footer_links {
  margin-top: 10px;
  margin-bottom: 20px;
  }
  .a-footer-icon {
  width: 25px;
  height: 25px;
  }
  .form-block {
  width: 100%;
  }
  .block-quote {
  margin-bottom: 20px;
  padding-top: 50px;
  padding-bottom: 20px;
  }
  .menu-button {
  width: 40px;
  height: 40px;
  padding: 8px;
  color: #004179;
  font-size: 35px;
  }
  .menu-button.w--open {
  background-color: #fff;
  color: #004179;
  }
  .a-hero-text p {
  font-size: 1em;
  }
  .a-content-text blockquote {
  padding-top: 30px;
  background-size: 20px;
  font-size: 1.2em;
  }
  .a-post-link {
  font-size: 1.5em;
  }
  .a-post-meta {
  font-size: 12px;
  }
  .m-post-meta {
  text-align: left;
  }
  .added_field {
  height: 50px;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 16px;
  }
  .sug_list_item_text {
  width: 400px;
  }
  .user-type-block {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  }
  .trial-text {
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  }
  .user-type-text-block {
  padding-left: 0px;
  }
  .save-settings {
  right: 0px;
  }
  .setting-preferences-grid {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  }
  .prefer-type-block {
  margin-bottom: 20px;
  }
  .m-radio-element {
  margin-bottom: 20px;
  }
  .l-upgrade-banner_content {
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  }
  .m-upgrade-banner_cta {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  }
  .move-down {
  margin-right: 15px;
  }
  .rename-text {
  padding-left: 5px;
  }
  .pro-user-title {
  margin-top: 15px;
  margin-bottom: 5px;
  }
  .o-upgrade-banner {
  background-size: 210%;
  }
  .basic-user-title {
  margin-top: 15px;
  margin-bottom: 5px;
  }
  .a-wave_footer {
  top: 5%;
  }
  .a-post-title {
  margin-bottom: 20px;
  font-size: 1.6em;
  line-height: 1.2em;
  text-align: left;
  }
  .a-feature-copy {
  margin-bottom: 6px;
  }
  .a-small-quote {
  font-size: 18px;
  line-height: 26px;
  }
  .l-contact-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  }
  .a-price {
  margin-bottom: 0px;
  font-size: 25px;
  line-height: 30px;
  }
  .l-grid_pricing {
  margin-right: 0px;
  margin-left: 0px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  }
  .added_field-2 {
  height: 50px;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 16px;
  }
  .a-copyright {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  }
  .l-grid_features {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  }
  .m-giveaway {
  padding: 30px 25px 10px;
  -ms-grid-columns: 1fr 0.5fr;
  grid-template-columns: 1fr 0.5fr;
  }
  .a-giveaway_mockup {
  width: 160%;
  max-width: 215px;
  }
  .a-giveaway_heading {
  font-size: 1.8em;
  }
  .m-pricing_features {
  padding: 20px 10px 15px;
  }
  .a-pricing_title {
  margin-top: 10px;
  margin-bottom: 15px;
  }
  .m-pricing-block_header {
  padding: 15px 10px 5px;
  }
  .a-pricing-features_title {
  margin-bottom: 20px;
  font-size: 1.1em;
  }
  .a-pricing-feature_item {
  margin-top: 20px;
  margin-bottom: 20px;
  }
  .a-email-banner {
  width: 100%;
  height: 280px;
  background-image: url("https://uploads-ssl.webflow.com/5ed0f8a9bf330284c8f6f3ef/5f50a14f034a8acd77d2036d_Email%20Mockups%20Link.jpg");
  }
}

@media screen and (max-width: 479px) {
  h1 {
  font-size: 1.8em;
  letter-spacing: -1px;
  }
  h2 {
  font-size: 1.6em;
  }
  blockquote {
  padding-top: 40px;
  padding-bottom: 20px;
  font-size: 1.4em;
  }
  .o-hero-section.sub {
  background-position: 50% 125%;
  background-size: 250%;
  }
  .l-container {
  min-width: 220px;
  }
  .l-container.thin {
  width: 90vw;
  min-width: 220px;
  }
  .l-container.thin.thinner {
  width: 90vw;
  min-width: 230px;
  }
  .l-container.wide {
  min-width: 230px;
  }
  .a-button.big {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  }
  .a-hero-image {
  width: 100%;
  }
  .m-quote-block {
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 100%;
  -ms-flex: 0 100%;
  flex: 0 100%;
  }
  .a-headshot {
  width: 70px;
  height: 70px;
  }
  .m-signup {
  padding: 30px 20px 20px;
  }
  .a-nav-link.login.in-page {
  margin-right: 1px;
  margin-left: 1px;
  }
  .m-footer {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  }
  .a-credit_logo {
  margin-left: 0px;
  }
  .l-credit {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  }
  .m-footer_links {
  margin-top: 20px;
  margin-bottom: 20px;
  }
  .a-hero-text p {
  font-size: 1em;
  }
  .tags_wrapper_overlay {
  display: none;
  }
  .setting-section {
  margin-top: -40px;
  padding-top: 45px;
  }
  .setting-wrapper {
  padding-right: 20px;
  padding-left: 20px;
  }
  .basic-text-block {
  padding-bottom: 81px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  }
  .setting-row-title {
  margin-bottom: 5px;
  }
  .setting-row-para {
  padding-left: 0px;
  }
  .plan-upgraded-block {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  }
  .save-settings {
  top: 31px;
  }
  .prefer-block-para {
  font-size: 15px;
  }
  .l-upgrade-banner_content {
  padding-top: 25px;
  padding-right: 20px;
  padding-left: 20px;
  }
  .a-upgrade-banner_title {
  font-size: 22px;
  }
  .a-upgrade-text {
  font-size: 15px;
  }
  .m-upgrade-banner_features {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  }
  .group-header {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  }
  .group-header-title {
  margin-bottom: 15px;
  }
  .group-prefer-check {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  }
  .preference-title {
  margin-bottom: 30px;
  }
  .new-group {
  margin-right: 0px;
  margin-left: 0px;
  }
  .preference-checks-row {
  padding-left: 0px;
  }
  .preference-checks-grid {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  }
  .o-upgrade-banner {
  margin-right: 0px;
  margin-left: 0px;
  background-size: 320%;
  }
  .block-to-upgrade-plan {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  }
  .image-2 {
  width: 18px;
  }
  .a-wave_footer {
  top: 1%;
  }
  .m-footer-links {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  }
  .a-small-quote {
  font-size: 16px;
  line-height: 24px;
  }
  .l-grid_pricing {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  }
  .a-hero-stat {
  margin-bottom: -10px;
  }
  .l-grid_features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  }
  .m-giveaway {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  }
  .a-giveaway_mockup {
  width: 100%;
  max-width: 170px;
  margin-top: -25%;
  margin-bottom: 10%;
  }
  .a-pricing-features_title {
  font-size: 1em;
  }
  .a-email-banner {
  height: 190px;
  }
}

#w-node-32f5f0ba2723-f0ba2720 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-5616fca9befd-fca9befa {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-5616fca9bf05-fca9befa {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-5616fca9bf06-fca9befa {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-5616fca9bf09-fca9befa {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-5616fca9bf11-fca9befa {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-72cf03f9ad08-d1f6f3ed {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-7583d8575538-6df6f3ee {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-7583d857553f-6df6f3ee {
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-fd7182cb4349-6df6f3ee {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-fd7182cb4350-6df6f3ee {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-a6a4ea423098-ea423095 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-a6a4ea42309c-ea423095 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-a6a4ea4230a9-ea423095 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-37703e4eaea4-3e4eaea1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-row-align: center;
  align-self: center;
  grid-area: Quote;
}

#w-node-37703e4eaea6-3e4eaea1 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-180c2a23a680-0d7c40b2 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

@media screen and (max-width: 991px) {
  #w-node-a6a4ea423098-ea423095 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-align: end;
  align-self: end;
  }
  #w-node-a6a4ea42309c-ea423095 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  }
  #w-node-a6a4ea4230a9-ea423095 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-5616fca9befd-fca9befa {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  }
  #w-node-5616fca9bf05-fca9befa {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row: 2;
  grid-row-start: 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-5616fca9befd-fca9befa {
  -ms-grid-column-span: 2;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  }
  #w-node-5616fca9bf05-fca9befa {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: end;
  align-self: end;
  }
  #w-node-5616fca9bf06-fca9befa {
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  }
  #w-node-7583d857553f-6df6f3ee {
  -ms-grid-column-align: start;
  justify-self: start;
  }
  #w-node-fd7182cb4350-6df6f3ee {
  -ms-grid-column-align: start;
  justify-self: start;
  }
}

/* Custom overrides */
.m-footer {
	font-family: Montserrat, "sans-serif" !important;
	font-weight: 500;
}
@media(max-width: 767px) {
	#year {
		margin-bottom: 15px;
		display: inline-block;
	}
}