/**************************************************

1. PARTIALS
2. MODULES
3. BREAKPOINTS

**************************************************/
/**************************************************
1. PARTIALS
**************************************************/
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/* line 12, ../sass/partials/_normalize.scss */
article,
aside,
details,
figcaption,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
/* line 29, ../sass/partials/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 40, ../sass/partials/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
/* line 50, ../sass/partials/_normalize.scss */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 64, ../sass/partials/_normalize.scss */
html {
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 73, ../sass/partials/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 85, ../sass/partials/_normalize.scss */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 93, ../sass/partials/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 101, ../sass/partials/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 115, ../sass/partials/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 124, ../sass/partials/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 132, ../sass/partials/_normalize.scss */
b,
strong,
.strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 142, ../sass/partials/_normalize.scss */
dfn,
em,
.em {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 152, ../sass/partials/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
/* line 162, ../sass/partials/_normalize.scss */
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

/*
 * Addresses margins set differently in IE6/7.
 */
/* line 173, ../sass/partials/_normalize.scss */
pre {
  margin: 0;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
/* line 181, ../sass/partials/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 193, ../sass/partials/_normalize.scss */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
/* line 201, ../sass/partials/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 208, ../sass/partials/_normalize.scss */
q:before,
q:after {
  content: '';
  content: none;
}

/* line 214, ../sass/partials/_normalize.scss */
small, .small {
  font-size: 75%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 222, ../sass/partials/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 230, ../sass/partials/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 234, ../sass/partials/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
/* line 246, ../sass/partials/_normalize.scss */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

/* line 253, ../sass/partials/_normalize.scss */
dd {
  margin: 0;
}

/*
 * Addresses paddings set differently in IE6/7.
 */
/* line 261, ../sass/partials/_normalize.scss */
menu {
  padding: 0 0 0 40px;
}

/* line 265, ../sass/partials/_normalize.scss */
ol,
ul {
  padding: 0;
  list-style-type: none;
}

/*
 * Corrects list images handled incorrectly in IE7.
 */
/* line 276, ../sass/partials/_normalize.scss */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* line 283, ../sass/partials/_normalize.scss */
ul {
  -webkit-padding-start: 0px;
}

/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 295, ../sass/partials/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 303, ../sass/partials/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 315, ../sass/partials/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
/* line 327, ../sass/partials/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 338, ../sass/partials/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
/* line 349, ../sass/partials/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 363, ../sass/partials/_normalize.scss */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 375, ../sass/partials/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 388, ../sass/partials/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 400, ../sass/partials/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 410, ../sass/partials/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 422, ../sass/partials/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 434, ../sass/partials/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 443, ../sass/partials/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 454, ../sass/partials/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 467, ../sass/partials/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 474, ../sass/partials/_normalize.scss */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px;
}

/* line 483, ../sass/partials/_normalize.scss */
.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/* line 491, ../sass/partials/_normalize.scss */
.clearfix, .cf {
  zoom: 1;
}
/* line 493, ../sass/partials/_normalize.scss */
.clearfix:before, .clearfix:after, .cf:before, .cf:after {
  content: "";
  display: table;
}
/* line 494, ../sass/partials/_normalize.scss */
.clearfix:after, .cf:after {
  clear: both;
}

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
/* line 501, ../sass/partials/_normalize.scss */
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic;
}

/**************************************************

1. DEFINITIONS
2. IMPLEMENTATIONS

**************************************************/
/**************************************************
1. DEFINITIONS
**************************************************/
/**************************************************
1. IMPLEMENTATIONS
**************************************************/
/**************************************************
1. TEXT CLASSES
**************************************************/
/* line 5, ../sass/partials/_typography.scss */
.red {
  color: #F2352E;
}

/* line 7, ../sass/partials/_typography.scss */
.underline {
  text-decoration: underline;
}

/* line 9, ../sass/partials/_typography.scss */
.italic {
  font-style: italic;
}

/* line 11, ../sass/partials/_typography.scss */
.subtext {
  margin-bottom: 42px;
  font-size: 0.8125rem;
  line-height: 1.375rem;
  color: #4A4A4A;
}

/**************************************************

1. LOGO
2. SYNESTHESIA

**************************************************/
/**************************************************
1. LOGO
**************************************************/
@keyframes logo {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  20% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  40% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  50% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  60% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  70% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  80% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  90% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
/**************************************************
1. SYNESTHESIA
**************************************************/
/* line 34, ../sass/partials/_animations.scss */
.fade-red {
  animation: fade-red 12s linear 0s 1;
}
@keyframes fade-red {
  0% {
    color: black;
  }
  50% {
    color: #cc0000;
  }
  100% {
    color: black;
  }
}
/* line 43, ../sass/partials/_animations.scss */
.fade-blue {
  animation: fade-blue 12s linear 3s 1;
}
@keyframes fade-blue {
  0% {
    color: black;
  }
  50% {
    color: #00cccc;
  }
  100% {
    color: black;
  }
}
/* line 52, ../sass/partials/_animations.scss */
.fade-yellow {
  animation: fade-yellow 12s linear 6s 1;
}
@keyframes fade-yellow {
  0% {
    color: black;
  }
  50% {
    color: #e6e600;
  }
  100% {
    color: black;
  }
}
/* line 61, ../sass/partials/_animations.scss */
.fade-magenta {
  animation: fade-magenta 12s linear 9s 1;
}
@keyframes fade-magenta {
  0% {
    color: black;
  }
  50% {
    color: #e500e5;
  }
  100% {
    color: black;
  }
}
/* line 70, ../sass/partials/_animations.scss */
.fade-orange {
  animation: fade-orange 12s linear 12s 1;
}
@keyframes fade-orange {
  0% {
    color: black;
  }
  50% {
    color: orange;
  }
  100% {
    color: black;
  }
}
/* line 79, ../sass/partials/_animations.scss */
.fade-green {
  animation: fade-green 12s linear 15s 1;
}
@keyframes fade-green {
  0% {
    color: black;
  }
  50% {
    color: #009a00;
  }
  100% {
    color: black;
  }
}
/**************************************************
2. MODULES
**************************************************/
/* line 1, ../sass/modules/_thank-you.scss */
.thank-you {
  display: block;
  margin-top: 100px;
  margin-left: 6%;
  margin-right: 6%;
}
/* line 7, ../sass/modules/_thank-you.scss */
.thank-you a {
  text-decoration: none;
  color: black;
}
/* line 12, ../sass/modules/_thank-you.scss */
.thank-you header {
  padding-left: 0;
}
/* line 16, ../sass/modules/_thank-you.scss */
.thank-you .thanks {
  margin-bottom: 100px;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  /* line 26, ../sass/modules/_thank-you.scss */
  .thank-you {
    margin-top: 120px;
  }
  /* line 29, ../sass/modules/_thank-you.scss */
  .thank-you .thanks {
    margin-bottom: 260px;
  }
  /* line 32, ../sass/modules/_thank-you.scss */
  .thank-you .thanks h1 {
    margin-bottom: 20px;
    font-size: 60px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 47, ../sass/modules/_thank-you.scss */
  .thank-you header {
    margin-bottom: 120px;
  }
}
@media only screen and (min-width: 1440px) {
  /* line 59, ../sass/modules/_thank-you.scss */
  .thank-you .thanks {
    margin-bottom: 500px;
    width: 57.5%;
  }
}
/**************************************************
3. BREAKPOINTS
**************************************************/
/**************************************************
1. BASE RULES
**************************************************/
/* line 5, ../sass/breakpoints/_base.scss */
html {
  font-size: 16px;
}

/* line 9, ../sass/breakpoints/_base.scss */
h1,
h2,
h3,
h4,
p {
  text-align: center;
  margin-top: 0;
}

/* line 19, ../sass/breakpoints/_base.scss */
h2,
h3 {
  font-size: 1rem;
  font-weight: 900;
}

/* line 26, ../sass/breakpoints/_base.scss */
a {
  color: #F2352E;
}
/* line 27, ../sass/breakpoints/_base.scss */
a:hover {
  font-weight: bold;
}

/**************************************************
2. HEADER
**************************************************/
/* line 38, ../sass/breakpoints/_base.scss */
header {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
  padding-left: 7%;
  padding-right: 7%;
  text-align: center;
}
/* line 46, ../sass/breakpoints/_base.scss */
header .header__logo {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
  width: 100%;
}
/* line 54, ../sass/breakpoints/_base.scss */
header .header__logo img {
  vertical-align: middle;
}
/* line 58, ../sass/breakpoints/_base.scss */
header .header__logo .header__logo__icon {
  margin-right: 24px;
  width: 60px;
  height: 60px;
  animation: logo 10s linear infinite;
}
/* line 66, ../sass/breakpoints/_base.scss */
header .header__logo .header__logo__name {
  width: 184px;
  height: 30px;
}
/* line 74, ../sass/breakpoints/_base.scss */
header .header__slogan {
  margin-bottom: 50px;
  width: 100%;
}
/* line 78, ../sass/breakpoints/_base.scss */
header .header__slogan h1 {
  margin-bottom: 10px;
  font-size: 12.85714vw;
  font-weight: normal;
}

/**************************************************
3. COLUMNS
**************************************************/
/* line 95, ../sass/breakpoints/_base.scss */
.wrapper {
  padding-left: 9%;
  padding-right: 9%;
}

/* line 105, ../sass/breakpoints/_base.scss */
.block-1 h2,
.block-2 h2,
.block-3 h2 {
  margin-bottom: 34px;
}
/* line 108, ../sass/breakpoints/_base.scss */
.block-1 h3,
.block-2 h3,
.block-3 h3 {
  margin-bottom: 8px;
}
/* line 112, ../sass/breakpoints/_base.scss */
.block-1 p,
.block-2 p,
.block-3 p {
  margin-bottom: 32px;
  line-height: 1.875rem;
  font-weight: 500;
}

/**************************************************
4. FORM
**************************************************/
/* line 128, ../sass/breakpoints/_base.scss */
.form-container input,
.form-container textarea {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #929292;
  color: #000000;
}
/* line 137, ../sass/breakpoints/_base.scss */
.form-container input[type="text"],
.form-container input[type="email"] {
  margin-bottom: 28px;
  padding: 14px 14px 16px 14px;
}
/* line 144, ../sass/breakpoints/_base.scss */
.form-container textarea {
  margin-bottom: 26px;
  padding: 18px 14px;
}
/* line 149, ../sass/breakpoints/_base.scss */
.form-container input[type="submit"] {
  margin-bottom: 36px;
  background: none;
  border: none;
  color: #F2352E;
}
/* line 155, ../sass/breakpoints/_base.scss */
.form-container input[type="submit"]:hover {
  font-weight: bold;
}
/* line 160, ../sass/breakpoints/_base.scss */
.form-container .form-container__alt {
  margin-bottom: 42px;
}
/* line 164, ../sass/breakpoints/_base.scss */
.form-container .form__recaptcha {
  margin-bottom: 26px;
}

/* line 171, ../sass/breakpoints/_base.scss */
::-webkit-input-placeholder {
  /* Chrome */
  color: black;
}

/* line 174, ../sass/breakpoints/_base.scss */
:-ms-input-placeholder {
  /* IE 10+ */
  color: black;
}

/* line 177, ../sass/breakpoints/_base.scss */
::-moz-placeholder {
  /* Firefox 19+ */
  color: black;
  opacity: 1;
}

/* line 181, ../sass/breakpoints/_base.scss */
:-moz-placeholder {
  /* Firefox 4 - 18 */
  color: black;
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  /**************************************************
  1. BASE RULES
  **************************************************/
  /* line 5, ../sass/breakpoints/_768up.scss */
  h1,
  h2,
  h3,
  p {
    text-align: left;
  }

  /**************************************************
  2. HEADER
  **************************************************/
  /* line 19, ../sass/breakpoints/_768up.scss */
  header {
    padding-left: 5.20833%;
    padding-right: 5.20833%;
    text-align: left;
  }
  /* line 24, ../sass/breakpoints/_768up.scss */
  header .header__logo {
    justify-content: flex-start;
    margin-bottom: 70px;
  }
  /* line 29, ../sass/breakpoints/_768up.scss */
  header .header__slogan {
    margin-bottom: 60px;
  }
  /* line 32, ../sass/breakpoints/_768up.scss */
  header .header__slogan h1 {
    margin-bottom: 10px;
    font-size: 8.98551vw;
  }

  /**************************************************
  3. COLUMNS
  **************************************************/
  /* line 47, ../sass/breakpoints/_768up.scss */
  .wrapper {
    display: flex;
    flex-wrap: wrap;
    padding-left: 5.20833%;
    padding-right: 5.20833%;
  }

  /* line 54, ../sass/breakpoints/_768up.scss */
  .block-1,
  .block-2,
  .block-3 {
    width: 50%;
  }

  /* line 61, ../sass/breakpoints/_768up.scss */
  .block-1 {
    padding-right: 2.86458%;
  }

  /* line 65, ../sass/breakpoints/_768up.scss */
  .block-2 {
    padding-top: 6px;
    padding-left: 2.86458%;
    height: 40px;
  }

  /* line 71, ../sass/breakpoints/_768up.scss */
  .block-3 {
    padding-right: 2.86458%;
  }

  /**************************************************
  4. FORM
  **************************************************/
  /* line 81, ../sass/breakpoints/_768up.scss */
  .form-container {
    width: 98%;
  }
  /* line 84, ../sass/breakpoints/_768up.scss */
  .form-container input[type="submit"] {
    text-align: left;
  }
}
@media only screen and (min-width: 1024px) {
  /**************************************************
  1. BASE
  **************************************************/
  /**************************************************
  2. HEADER
  **************************************************/
  /* line 11, ../sass/breakpoints/_1024up.scss */
  header {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-top: 122px;
    padding-left: 8.33333%;
    padding-right: 8.33333%;
  }
  /* line 19, ../sass/breakpoints/_1024up.scss */
  header .header__logo {
    flex-basis: 38%;
    flex-grow: 1;
    margin-bottom: 150px;
  }
  /* line 25, ../sass/breakpoints/_1024up.scss */
  header .header__slogan {
    flex-grow: 2;
    margin-bottom: 122px;
  }
  /* line 29, ../sass/breakpoints/_1024up.scss */
  header .header__slogan h1 {
    margin-bottom: -15px;
    font-size: 5.71429vw;
    text-align: right;
  }

  /**************************************************
  3. COLUMNS
  **************************************************/
  /* line 45, ../sass/breakpoints/_1024up.scss */
  .wrapper {
    display: flex;
    flex-wrap: wrap;
    padding-left: 8.33333%;
    padding-right: 8.33333%;
  }

  /**************************************************
  4. FORM
  **************************************************/
  /* line 58, ../sass/breakpoints/_1024up.scss */
  .form-container {
    width: 100%;
  }
}
