@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (-webkit-min-device-pixel-ratio: 2.0833333333333335), only screen and (-o-min-device-pixel-ratio: 25/12), only screen and (min-resolution: 200dpi), only screen and (-o-min-device-pixel-ratio: 5/4), only screen and (min-resolution: 1.25dppx) {
  /* Resolution-specific CSS & images */ }

h1,
h2,
h3,
h4 {
  letter-spacing: -0.015em;
  margin: 0.1em 0 1em;
  line-height: 1.15;
  font-family: "Georgia", "Times New Roman", "Lucida Bright", "Palatino", "Baskerville", serif;
  font-weight: normal; }

h1 {
  font-size: 2.6rem; }
  @media screen and (min-width: 768px) {
    h1 {
      font-size: 2.7rem; } }
  @media screen and (min-width: 992px) {
    h1 {
      font-size: 2.8rem; } }
  @media screen and (min-width: 1200px) {
    h1 {
      font-size: 3rem; } }

h2 {
  font-size: 1.65rem; }
  @media screen and (min-width: 768px) {
    h2 {
      font-size: 1.75rem; } }
  @media screen and (min-width: 992px) {
    h2 {
      font-size: 2.1rem; } }
  @media screen and (min-width: 1200px) {
    h2 {
      font-size: 2.3rem; } }

h3 {
  font-size: 1.2rem; }
  @media screen and (min-width: 768px) {
    h3 {
      font-size: 1.4rem; } }
  @media screen and (min-width: 992px) {
    h3 {
      font-size: 1.7rem; } }
  @media screen and (min-width: 1200px) {
    h3 {
      font-size: 1.9rem; } }

h4 {
  font-size: 1.15rem; }
  @media screen and (min-width: 768px) {
    h4 {
      font-size: 1.25rem; } }
  @media screen and (min-width: 992px) {
    h4 {
      font-size: 1.325rem; } }
  @media screen and (min-width: 1200px) {
    h4 {
      font-size: 1.4rem; } }

/*
 * # Semantic UI 2.2.14 - Reset
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
             Reset
*******************************/
/* Border-Box */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* iPad Input Shadows */
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  /* mobile firefox too! */ }

/* normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/*******************************
         Site Overrides
*******************************/
/*
 * # Semantic UI 2.2.14 - Grid
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
            Standard
*******************************/
.ui.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 0em; }

/*----------------------
      Remove Gutters
-----------------------*/
.ui.grid {
  margin-top: -1rem;
  margin-bottom: -1rem;
  margin-left: -1rem;
  margin-right: -1rem; }

.ui.relaxed.grid {
  margin-left: -1.5rem;
  margin-right: -1.5rem; }

.ui[class*="very relaxed"].grid {
  margin-left: -2.5rem;
  margin-right: -2.5rem; }

/* Preserve Rows Spacing on Consecutive Grids */
.ui.grid + .grid {
  margin-top: 1rem; }

/*-------------------
       Columns
--------------------*/
/* Standard 16 column */
.ui.grid > .column:not(.row),
.ui.grid > .row > .column {
  position: relative;
  display: inline-block;
  width: 6.25%;
  padding-left: 1rem;
  padding-right: 1rem;
  vertical-align: top; }

.ui.grid > * {
  padding-left: 1rem;
  padding-right: 1rem; }

/*-------------------
        Rows
--------------------*/
.ui.grid > .row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: inherit;
  -ms-flex-pack: inherit;
  justify-content: inherit;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100% !important;
  padding: 0rem;
  padding-top: 1rem;
  padding-bottom: 1rem; }

/*-------------------
       Columns
--------------------*/
/* Vertical padding when no rows */
.ui.grid > .column:not(.row) {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.ui.grid > .row > .column {
  margin-top: 0em;
  margin-bottom: 0em; }

/*-------------------
      Content
--------------------*/
.ui.grid > .row > img,
.ui.grid > .row > .column > img {
  max-width: 100%; }

/*-------------------
    Loose Coupling
--------------------*/
/* Collapse Margin on Consecutive Grid */
.ui.grid > .ui.grid:first-child {
  margin-top: 0em; }

.ui.grid > .ui.grid:last-child {
  margin-bottom: 0em; }

/* Segment inside Aligned Grid */
.ui.grid .aligned.row > .column > .segment:not(.compact):not(.attached),
.ui.aligned.grid .column > .segment:not(.compact):not(.attached) {
  width: 100%; }

/* Align Dividers with Gutter */
.ui.grid .row + .ui.divider {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 1rem 1rem; }

.ui.grid .column + .ui.vertical.divider {
  height: calc(50% -  1rem); }

/* Remove Border on Last Horizontal Segment */
.ui.grid > .row > .column:last-child > .horizontal.segment,
.ui.grid > .column:last-child > .horizontal.segment {
  -webkit-box-shadow: none;
  box-shadow: none; }

/*******************************
           Variations
*******************************/
/*-----------------------
       Page Grid
-------------------------*/
@media only screen and (max-width: 767px) {
  .ui.page.grid {
    width: auto;
    padding-left: 0em;
    padding-right: 0em;
    margin-left: 0em;
    margin-right: 0em; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ui.page.grid {
    width: auto;
    margin-left: 0em;
    margin-right: 0em;
    padding-left: 2em;
    padding-right: 2em; } }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ui.page.grid {
    width: auto;
    margin-left: 0em;
    margin-right: 0em;
    padding-left: 3%;
    padding-right: 3%; } }

@media only screen and (min-width: 1200px) and (max-width: 1919px) {
  .ui.page.grid {
    width: auto;
    margin-left: 0em;
    margin-right: 0em;
    padding-left: 15%;
    padding-right: 15%; } }

@media only screen and (min-width: 1920px) {
  .ui.page.grid {
    width: auto;
    margin-left: 0em;
    margin-right: 0em;
    padding-left: 23%;
    padding-right: 23%; } }

/*-------------------
     Column Count
--------------------*/
/* Assume full width with one column */
.ui.grid > .column:only-child,
.ui.grid > .row > .column:only-child {
  width: 100%; }

/* Grid Based */
.ui[class*="one column"].grid > .row > .column,
.ui[class*="one column"].grid > .column:not(.row) {
  width: 100%; }

.ui[class*="two column"].grid > .row > .column,
.ui[class*="two column"].grid > .column:not(.row) {
  width: 50%; }

.ui[class*="three column"].grid > .row > .column,
.ui[class*="three column"].grid > .column:not(.row) {
  width: 33.33333333%; }

.ui[class*="four column"].grid > .row > .column,
.ui[class*="four column"].grid > .column:not(.row) {
  width: 25%; }

.ui[class*="five column"].grid > .row > .column,
.ui[class*="five column"].grid > .column:not(.row) {
  width: 20%; }

.ui[class*="six column"].grid > .row > .column,
.ui[class*="six column"].grid > .column:not(.row) {
  width: 16.66666667%; }

.ui[class*="seven column"].grid > .row > .column,
.ui[class*="seven column"].grid > .column:not(.row) {
  width: 14.28571429%; }

.ui[class*="eight column"].grid > .row > .column,
.ui[class*="eight column"].grid > .column:not(.row) {
  width: 12.5%; }

.ui[class*="nine column"].grid > .row > .column,
.ui[class*="nine column"].grid > .column:not(.row) {
  width: 11.11111111%; }

.ui[class*="ten column"].grid > .row > .column,
.ui[class*="ten column"].grid > .column:not(.row) {
  width: 10%; }

.ui[class*="eleven column"].grid > .row > .column,
.ui[class*="eleven column"].grid > .column:not(.row) {
  width: 9.09090909%; }

.ui[class*="twelve column"].grid > .row > .column,
.ui[class*="twelve column"].grid > .column:not(.row) {
  width: 8.33333333%; }

.ui[class*="thirteen column"].grid > .row > .column,
.ui[class*="thirteen column"].grid > .column:not(.row) {
  width: 7.69230769%; }

.ui[class*="fourteen column"].grid > .row > .column,
.ui[class*="fourteen column"].grid > .column:not(.row) {
  width: 7.14285714%; }

.ui[class*="fifteen column"].grid > .row > .column,
.ui[class*="fifteen column"].grid > .column:not(.row) {
  width: 6.66666667%; }

.ui[class*="sixteen column"].grid > .row > .column,
.ui[class*="sixteen column"].grid > .column:not(.row) {
  width: 6.25%; }

/* Row Based Overrides */
.ui.grid > [class*="one column"].row > .column {
  width: 100% !important; }

.ui.grid > [class*="two column"].row > .column {
  width: 50% !important; }

.ui.grid > [class*="three column"].row > .column {
  width: 33.33333333% !important; }

.ui.grid > [class*="four column"].row > .column {
  width: 25% !important; }

.ui.grid > [class*="five column"].row > .column {
  width: 20% !important; }

.ui.grid > [class*="six column"].row > .column {
  width: 16.66666667% !important; }

.ui.grid > [class*="seven column"].row > .column {
  width: 14.28571429% !important; }

.ui.grid > [class*="eight column"].row > .column {
  width: 12.5% !important; }

.ui.grid > [class*="nine column"].row > .column {
  width: 11.11111111% !important; }

.ui.grid > [class*="ten column"].row > .column {
  width: 10% !important; }

.ui.grid > [class*="eleven column"].row > .column {
  width: 9.09090909% !important; }

.ui.grid > [class*="twelve column"].row > .column {
  width: 8.33333333% !important; }

.ui.grid > [class*="thirteen column"].row > .column {
  width: 7.69230769% !important; }

.ui.grid > [class*="fourteen column"].row > .column {
  width: 7.14285714% !important; }

.ui.grid > [class*="fifteen column"].row > .column {
  width: 6.66666667% !important; }

.ui.grid > [class*="sixteen column"].row > .column {
  width: 6.25% !important; }

/* Celled Page */
.ui.celled.page.grid {
  -webkit-box-shadow: none;
  box-shadow: none; }

/*-------------------
    Column Width
--------------------*/
/* Sizing Combinations */
.ui.grid > .row > [class*="one wide"].column,
.ui.grid > .column.row > [class*="one wide"].column,
.ui.grid > [class*="one wide"].column,
.ui.column.grid > [class*="one wide"].column {
  width: 6.25% !important; }

.ui.grid > .row > [class*="two wide"].column,
.ui.grid > .column.row > [class*="two wide"].column,
.ui.grid > [class*="two wide"].column,
.ui.column.grid > [class*="two wide"].column {
  width: 12.5% !important; }

.ui.grid > .row > [class*="three wide"].column,
.ui.grid > .column.row > [class*="three wide"].column,
.ui.grid > [class*="three wide"].column,
.ui.column.grid > [class*="three wide"].column {
  width: 18.75% !important; }

.ui.grid > .row > [class*="four wide"].column,
.ui.grid > .column.row > [class*="four wide"].column,
.ui.grid > [class*="four wide"].column,
.ui.column.grid > [class*="four wide"].column {
  width: 25% !important; }

.ui.grid > .row > [class*="five wide"].column,
.ui.grid > .column.row > [class*="five wide"].column,
.ui.grid > [class*="five wide"].column,
.ui.column.grid > [class*="five wide"].column {
  width: 31.25% !important; }

.ui.grid > .row > [class*="six wide"].column,
.ui.grid > .column.row > [class*="six wide"].column,
.ui.grid > [class*="six wide"].column,
.ui.column.grid > [class*="six wide"].column {
  width: 37.5% !important; }

.ui.grid > .row > [class*="seven wide"].column,
.ui.grid > .column.row > [class*="seven wide"].column,
.ui.grid > [class*="seven wide"].column,
.ui.column.grid > [class*="seven wide"].column {
  width: 43.75% !important; }

.ui.grid > .row > [class*="eight wide"].column,
.ui.grid > .column.row > [class*="eight wide"].column,
.ui.grid > [class*="eight wide"].column,
.ui.column.grid > [class*="eight wide"].column {
  width: 50% !important; }

.ui.grid > .row > [class*="nine wide"].column,
.ui.grid > .column.row > [class*="nine wide"].column,
.ui.grid > [class*="nine wide"].column,
.ui.column.grid > [class*="nine wide"].column {
  width: 56.25% !important; }

.ui.grid > .row > [class*="ten wide"].column,
.ui.grid > .column.row > [class*="ten wide"].column,
.ui.grid > [class*="ten wide"].column,
.ui.column.grid > [class*="ten wide"].column {
  width: 62.5% !important; }

.ui.grid > .row > [class*="eleven wide"].column,
.ui.grid > .column.row > [class*="eleven wide"].column,
.ui.grid > [class*="eleven wide"].column,
.ui.column.grid > [class*="eleven wide"].column {
  width: 68.75% !important; }

.ui.grid > .row > [class*="twelve wide"].column,
.ui.grid > .column.row > [class*="twelve wide"].column,
.ui.grid > [class*="twelve wide"].column,
.ui.column.grid > [class*="twelve wide"].column {
  width: 75% !important; }

.ui.grid > .row > [class*="thirteen wide"].column,
.ui.grid > .column.row > [class*="thirteen wide"].column,
.ui.grid > [class*="thirteen wide"].column,
.ui.column.grid > [class*="thirteen wide"].column {
  width: 81.25% !important; }

.ui.grid > .row > [class*="fourteen wide"].column,
.ui.grid > .column.row > [class*="fourteen wide"].column,
.ui.grid > [class*="fourteen wide"].column,
.ui.column.grid > [class*="fourteen wide"].column {
  width: 87.5% !important; }

.ui.grid > .row > [class*="fifteen wide"].column,
.ui.grid > .column.row > [class*="fifteen wide"].column,
.ui.grid > [class*="fifteen wide"].column,
.ui.column.grid > [class*="fifteen wide"].column {
  width: 93.75% !important; }

.ui.grid > .row > [class*="sixteen wide"].column,
.ui.grid > .column.row > [class*="sixteen wide"].column,
.ui.grid > [class*="sixteen wide"].column,
.ui.column.grid > [class*="sixteen wide"].column {
  width: 100% !important; }

/*----------------------
    Width per Device
-----------------------*/
/* Mobile Sizing Combinations */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .ui.grid > .row > [class*="one wide mobile"].column,
  .ui.grid > .column.row > [class*="one wide mobile"].column,
  .ui.grid > [class*="one wide mobile"].column,
  .ui.column.grid > [class*="one wide mobile"].column {
    width: 6.25% !important; }
  .ui.grid > .row > [class*="two wide mobile"].column,
  .ui.grid > .column.row > [class*="two wide mobile"].column,
  .ui.grid > [class*="two wide mobile"].column,
  .ui.column.grid > [class*="two wide mobile"].column {
    width: 12.5% !important; }
  .ui.grid > .row > [class*="three wide mobile"].column,
  .ui.grid > .column.row > [class*="three wide mobile"].column,
  .ui.grid > [class*="three wide mobile"].column,
  .ui.column.grid > [class*="three wide mobile"].column {
    width: 18.75% !important; }
  .ui.grid > .row > [class*="four wide mobile"].column,
  .ui.grid > .column.row > [class*="four wide mobile"].column,
  .ui.grid > [class*="four wide mobile"].column,
  .ui.column.grid > [class*="four wide mobile"].column {
    width: 25% !important; }
  .ui.grid > .row > [class*="five wide mobile"].column,
  .ui.grid > .column.row > [class*="five wide mobile"].column,
  .ui.grid > [class*="five wide mobile"].column,
  .ui.column.grid > [class*="five wide mobile"].column {
    width: 31.25% !important; }
  .ui.grid > .row > [class*="six wide mobile"].column,
  .ui.grid > .column.row > [class*="six wide mobile"].column,
  .ui.grid > [class*="six wide mobile"].column,
  .ui.column.grid > [class*="six wide mobile"].column {
    width: 37.5% !important; }
  .ui.grid > .row > [class*="seven wide mobile"].column,
  .ui.grid > .column.row > [class*="seven wide mobile"].column,
  .ui.grid > [class*="seven wide mobile"].column,
  .ui.column.grid > [class*="seven wide mobile"].column {
    width: 43.75% !important; }
  .ui.grid > .row > [class*="eight wide mobile"].column,
  .ui.grid > .column.row > [class*="eight wide mobile"].column,
  .ui.grid > [class*="eight wide mobile"].column,
  .ui.column.grid > [class*="eight wide mobile"].column {
    width: 50% !important; }
  .ui.grid > .row > [class*="nine wide mobile"].column,
  .ui.grid > .column.row > [class*="nine wide mobile"].column,
  .ui.grid > [class*="nine wide mobile"].column,
  .ui.column.grid > [class*="nine wide mobile"].column {
    width: 56.25% !important; }
  .ui.grid > .row > [class*="ten wide mobile"].column,
  .ui.grid > .column.row > [class*="ten wide mobile"].column,
  .ui.grid > [class*="ten wide mobile"].column,
  .ui.column.grid > [class*="ten wide mobile"].column {
    width: 62.5% !important; }
  .ui.grid > .row > [class*="eleven wide mobile"].column,
  .ui.grid > .column.row > [class*="eleven wide mobile"].column,
  .ui.grid > [class*="eleven wide mobile"].column,
  .ui.column.grid > [class*="eleven wide mobile"].column {
    width: 68.75% !important; }
  .ui.grid > .row > [class*="twelve wide mobile"].column,
  .ui.grid > .column.row > [class*="twelve wide mobile"].column,
  .ui.grid > [class*="twelve wide mobile"].column,
  .ui.column.grid > [class*="twelve wide mobile"].column {
    width: 75% !important; }
  .ui.grid > .row > [class*="thirteen wide mobile"].column,
  .ui.grid > .column.row > [class*="thirteen wide mobile"].column,
  .ui.grid > [class*="thirteen wide mobile"].column,
  .ui.column.grid > [class*="thirteen wide mobile"].column {
    width: 81.25% !important; }
  .ui.grid > .row > [class*="fourteen wide mobile"].column,
  .ui.grid > .column.row > [class*="fourteen wide mobile"].column,
  .ui.grid > [class*="fourteen wide mobile"].column,
  .ui.column.grid > [class*="fourteen wide mobile"].column {
    width: 87.5% !important; }
  .ui.grid > .row > [class*="fifteen wide mobile"].column,
  .ui.grid > .column.row > [class*="fifteen wide mobile"].column,
  .ui.grid > [class*="fifteen wide mobile"].column,
  .ui.column.grid > [class*="fifteen wide mobile"].column {
    width: 93.75% !important; }
  .ui.grid > .row > [class*="sixteen wide mobile"].column,
  .ui.grid > .column.row > [class*="sixteen wide mobile"].column,
  .ui.grid > [class*="sixteen wide mobile"].column,
  .ui.column.grid > [class*="sixteen wide mobile"].column {
    width: 100% !important; } }

/* Tablet Sizing Combinations */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ui.grid > .row > [class*="one wide tablet"].column,
  .ui.grid > .column.row > [class*="one wide tablet"].column,
  .ui.grid > [class*="one wide tablet"].column,
  .ui.column.grid > [class*="one wide tablet"].column {
    width: 6.25% !important; }
  .ui.grid > .row > [class*="two wide tablet"].column,
  .ui.grid > .column.row > [class*="two wide tablet"].column,
  .ui.grid > [class*="two wide tablet"].column,
  .ui.column.grid > [class*="two wide tablet"].column {
    width: 12.5% !important; }
  .ui.grid > .row > [class*="three wide tablet"].column,
  .ui.grid > .column.row > [class*="three wide tablet"].column,
  .ui.grid > [class*="three wide tablet"].column,
  .ui.column.grid > [class*="three wide tablet"].column {
    width: 18.75% !important; }
  .ui.grid > .row > [class*="four wide tablet"].column,
  .ui.grid > .column.row > [class*="four wide tablet"].column,
  .ui.grid > [class*="four wide tablet"].column,
  .ui.column.grid > [class*="four wide tablet"].column {
    width: 25% !important; }
  .ui.grid > .row > [class*="five wide tablet"].column,
  .ui.grid > .column.row > [class*="five wide tablet"].column,
  .ui.grid > [class*="five wide tablet"].column,
  .ui.column.grid > [class*="five wide tablet"].column {
    width: 31.25% !important; }
  .ui.grid > .row > [class*="six wide tablet"].column,
  .ui.grid > .column.row > [class*="six wide tablet"].column,
  .ui.grid > [class*="six wide tablet"].column,
  .ui.column.grid > [class*="six wide tablet"].column {
    width: 37.5% !important; }
  .ui.grid > .row > [class*="seven wide tablet"].column,
  .ui.grid > .column.row > [class*="seven wide tablet"].column,
  .ui.grid > [class*="seven wide tablet"].column,
  .ui.column.grid > [class*="seven wide tablet"].column {
    width: 43.75% !important; }
  .ui.grid > .row > [class*="eight wide tablet"].column,
  .ui.grid > .column.row > [class*="eight wide tablet"].column,
  .ui.grid > [class*="eight wide tablet"].column,
  .ui.column.grid > [class*="eight wide tablet"].column {
    width: 50% !important; }
  .ui.grid > .row > [class*="nine wide tablet"].column,
  .ui.grid > .column.row > [class*="nine wide tablet"].column,
  .ui.grid > [class*="nine wide tablet"].column,
  .ui.column.grid > [class*="nine wide tablet"].column {
    width: 56.25% !important; }
  .ui.grid > .row > [class*="ten wide tablet"].column,
  .ui.grid > .column.row > [class*="ten wide tablet"].column,
  .ui.grid > [class*="ten wide tablet"].column,
  .ui.column.grid > [class*="ten wide tablet"].column {
    width: 62.5% !important; }
  .ui.grid > .row > [class*="eleven wide tablet"].column,
  .ui.grid > .column.row > [class*="eleven wide tablet"].column,
  .ui.grid > [class*="eleven wide tablet"].column,
  .ui.column.grid > [class*="eleven wide tablet"].column {
    width: 68.75% !important; }
  .ui.grid > .row > [class*="twelve wide tablet"].column,
  .ui.grid > .column.row > [class*="twelve wide tablet"].column,
  .ui.grid > [class*="twelve wide tablet"].column,
  .ui.column.grid > [class*="twelve wide tablet"].column {
    width: 75% !important; }
  .ui.grid > .row > [class*="thirteen wide tablet"].column,
  .ui.grid > .column.row > [class*="thirteen wide tablet"].column,
  .ui.grid > [class*="thirteen wide tablet"].column,
  .ui.column.grid > [class*="thirteen wide tablet"].column {
    width: 81.25% !important; }
  .ui.grid > .row > [class*="fourteen wide tablet"].column,
  .ui.grid > .column.row > [class*="fourteen wide tablet"].column,
  .ui.grid > [class*="fourteen wide tablet"].column,
  .ui.column.grid > [class*="fourteen wide tablet"].column {
    width: 87.5% !important; }
  .ui.grid > .row > [class*="fifteen wide tablet"].column,
  .ui.grid > .column.row > [class*="fifteen wide tablet"].column,
  .ui.grid > [class*="fifteen wide tablet"].column,
  .ui.column.grid > [class*="fifteen wide tablet"].column {
    width: 93.75% !important; }
  .ui.grid > .row > [class*="sixteen wide tablet"].column,
  .ui.grid > .column.row > [class*="sixteen wide tablet"].column,
  .ui.grid > [class*="sixteen wide tablet"].column,
  .ui.column.grid > [class*="sixteen wide tablet"].column {
    width: 100% !important; } }

/* Computer/Desktop Sizing Combinations */
@media only screen and (min-width: 992px) {
  .ui.grid > .row > [class*="one wide computer"].column,
  .ui.grid > .column.row > [class*="one wide computer"].column,
  .ui.grid > [class*="one wide computer"].column,
  .ui.column.grid > [class*="one wide computer"].column {
    width: 6.25% !important; }
  .ui.grid > .row > [class*="two wide computer"].column,
  .ui.grid > .column.row > [class*="two wide computer"].column,
  .ui.grid > [class*="two wide computer"].column,
  .ui.column.grid > [class*="two wide computer"].column {
    width: 12.5% !important; }
  .ui.grid > .row > [class*="three wide computer"].column,
  .ui.grid > .column.row > [class*="three wide computer"].column,
  .ui.grid > [class*="three wide computer"].column,
  .ui.column.grid > [class*="three wide computer"].column {
    width: 18.75% !important; }
  .ui.grid > .row > [class*="four wide computer"].column,
  .ui.grid > .column.row > [class*="four wide computer"].column,
  .ui.grid > [class*="four wide computer"].column,
  .ui.column.grid > [class*="four wide computer"].column {
    width: 25% !important; }
  .ui.grid > .row > [class*="five wide computer"].column,
  .ui.grid > .column.row > [class*="five wide computer"].column,
  .ui.grid > [class*="five wide computer"].column,
  .ui.column.grid > [class*="five wide computer"].column {
    width: 31.25% !important; }
  .ui.grid > .row > [class*="six wide computer"].column,
  .ui.grid > .column.row > [class*="six wide computer"].column,
  .ui.grid > [class*="six wide computer"].column,
  .ui.column.grid > [class*="six wide computer"].column {
    width: 37.5% !important; }
  .ui.grid > .row > [class*="seven wide computer"].column,
  .ui.grid > .column.row > [class*="seven wide computer"].column,
  .ui.grid > [class*="seven wide computer"].column,
  .ui.column.grid > [class*="seven wide computer"].column {
    width: 43.75% !important; }
  .ui.grid > .row > [class*="eight wide computer"].column,
  .ui.grid > .column.row > [class*="eight wide computer"].column,
  .ui.grid > [class*="eight wide computer"].column,
  .ui.column.grid > [class*="eight wide computer"].column {
    width: 50% !important; }
  .ui.grid > .row > [class*="nine wide computer"].column,
  .ui.grid > .column.row > [class*="nine wide computer"].column,
  .ui.grid > [class*="nine wide computer"].column,
  .ui.column.grid > [class*="nine wide computer"].column {
    width: 56.25% !important; }
  .ui.grid > .row > [class*="ten wide computer"].column,
  .ui.grid > .column.row > [class*="ten wide computer"].column,
  .ui.grid > [class*="ten wide computer"].column,
  .ui.column.grid > [class*="ten wide computer"].column {
    width: 62.5% !important; }
  .ui.grid > .row > [class*="eleven wide computer"].column,
  .ui.grid > .column.row > [class*="eleven wide computer"].column,
  .ui.grid > [class*="eleven wide computer"].column,
  .ui.column.grid > [class*="eleven wide computer"].column {
    width: 68.75% !important; }
  .ui.grid > .row > [class*="twelve wide computer"].column,
  .ui.grid > .column.row > [class*="twelve wide computer"].column,
  .ui.grid > [class*="twelve wide computer"].column,
  .ui.column.grid > [class*="twelve wide computer"].column {
    width: 75% !important; }
  .ui.grid > .row > [class*="thirteen wide computer"].column,
  .ui.grid > .column.row > [class*="thirteen wide computer"].column,
  .ui.grid > [class*="thirteen wide computer"].column,
  .ui.column.grid > [class*="thirteen wide computer"].column {
    width: 81.25% !important; }
  .ui.grid > .row > [class*="fourteen wide computer"].column,
  .ui.grid > .column.row > [class*="fourteen wide computer"].column,
  .ui.grid > [class*="fourteen wide computer"].column,
  .ui.column.grid > [class*="fourteen wide computer"].column {
    width: 87.5% !important; }
  .ui.grid > .row > [class*="fifteen wide computer"].column,
  .ui.grid > .column.row > [class*="fifteen wide computer"].column,
  .ui.grid > [class*="fifteen wide computer"].column,
  .ui.column.grid > [class*="fifteen wide computer"].column {
    width: 93.75% !important; }
  .ui.grid > .row > [class*="sixteen wide computer"].column,
  .ui.grid > .column.row > [class*="sixteen wide computer"].column,
  .ui.grid > [class*="sixteen wide computer"].column,
  .ui.column.grid > [class*="sixteen wide computer"].column {
    width: 100% !important; } }

/* Large Monitor Sizing Combinations */
@media only screen and (min-width: 1200px) and (max-width: 1919px) {
  .ui.grid > .row > [class*="one wide large screen"].column,
  .ui.grid > .column.row > [class*="one wide large screen"].column,
  .ui.grid > [class*="one wide large screen"].column,
  .ui.column.grid > [class*="one wide large screen"].column {
    width: 6.25% !important; }
  .ui.grid > .row > [class*="two wide large screen"].column,
  .ui.grid > .column.row > [class*="two wide large screen"].column,
  .ui.grid > [class*="two wide large screen"].column,
  .ui.column.grid > [class*="two wide large screen"].column {
    width: 12.5% !important; }
  .ui.grid > .row > [class*="three wide large screen"].column,
  .ui.grid > .column.row > [class*="three wide large screen"].column,
  .ui.grid > [class*="three wide large screen"].column,
  .ui.column.grid > [class*="three wide large screen"].column {
    width: 18.75% !important; }
  .ui.grid > .row > [class*="four wide large screen"].column,
  .ui.grid > .column.row > [class*="four wide large screen"].column,
  .ui.grid > [class*="four wide large screen"].column,
  .ui.column.grid > [class*="four wide large screen"].column {
    width: 25% !important; }
  .ui.grid > .row > [class*="five wide large screen"].column,
  .ui.grid > .column.row > [class*="five wide large screen"].column,
  .ui.grid > [class*="five wide large screen"].column,
  .ui.column.grid > [class*="five wide large screen"].column {
    width: 31.25% !important; }
  .ui.grid > .row > [class*="six wide large screen"].column,
  .ui.grid > .column.row > [class*="six wide large screen"].column,
  .ui.grid > [class*="six wide large screen"].column,
  .ui.column.grid > [class*="six wide large screen"].column {
    width: 37.5% !important; }
  .ui.grid > .row > [class*="seven wide large screen"].column,
  .ui.grid > .column.row > [class*="seven wide large screen"].column,
  .ui.grid > [class*="seven wide large screen"].column,
  .ui.column.grid > [class*="seven wide large screen"].column {
    width: 43.75% !important; }
  .ui.grid > .row > [class*="eight wide large screen"].column,
  .ui.grid > .column.row > [class*="eight wide large screen"].column,
  .ui.grid > [class*="eight wide large screen"].column,
  .ui.column.grid > [class*="eight wide large screen"].column {
    width: 50% !important; }
  .ui.grid > .row > [class*="nine wide large screen"].column,
  .ui.grid > .column.row > [class*="nine wide large screen"].column,
  .ui.grid > [class*="nine wide large screen"].column,
  .ui.column.grid > [class*="nine wide large screen"].column {
    width: 56.25% !important; }
  .ui.grid > .row > [class*="ten wide large screen"].column,
  .ui.grid > .column.row > [class*="ten wide large screen"].column,
  .ui.grid > [class*="ten wide large screen"].column,
  .ui.column.grid > [class*="ten wide large screen"].column {
    width: 62.5% !important; }
  .ui.grid > .row > [class*="eleven wide large screen"].column,
  .ui.grid > .column.row > [class*="eleven wide large screen"].column,
  .ui.grid > [class*="eleven wide large screen"].column,
  .ui.column.grid > [class*="eleven wide large screen"].column {
    width: 68.75% !important; }
  .ui.grid > .row > [class*="twelve wide large screen"].column,
  .ui.grid > .column.row > [class*="twelve wide large screen"].column,
  .ui.grid > [class*="twelve wide large screen"].column,
  .ui.column.grid > [class*="twelve wide large screen"].column {
    width: 75% !important; }
  .ui.grid > .row > [class*="thirteen wide large screen"].column,
  .ui.grid > .column.row > [class*="thirteen wide large screen"].column,
  .ui.grid > [class*="thirteen wide large screen"].column,
  .ui.column.grid > [class*="thirteen wide large screen"].column {
    width: 81.25% !important; }
  .ui.grid > .row > [class*="fourteen wide large screen"].column,
  .ui.grid > .column.row > [class*="fourteen wide large screen"].column,
  .ui.grid > [class*="fourteen wide large screen"].column,
  .ui.column.grid > [class*="fourteen wide large screen"].column {
    width: 87.5% !important; }
  .ui.grid > .row > [class*="fifteen wide large screen"].column,
  .ui.grid > .column.row > [class*="fifteen wide large screen"].column,
  .ui.grid > [class*="fifteen wide large screen"].column,
  .ui.column.grid > [class*="fifteen wide large screen"].column {
    width: 93.75% !important; }
  .ui.grid > .row > [class*="sixteen wide large screen"].column,
  .ui.grid > .column.row > [class*="sixteen wide large screen"].column,
  .ui.grid > [class*="sixteen wide large screen"].column,
  .ui.column.grid > [class*="sixteen wide large screen"].column {
    width: 100% !important; } }

/* Widescreen Sizing Combinations */
@media only screen and (min-width: 1920px) {
  .ui.grid > .row > [class*="one wide widescreen"].column,
  .ui.grid > .column.row > [class*="one wide widescreen"].column,
  .ui.grid > [class*="one wide widescreen"].column,
  .ui.column.grid > [class*="one wide widescreen"].column {
    width: 6.25% !important; }
  .ui.grid > .row > [class*="two wide widescreen"].column,
  .ui.grid > .column.row > [class*="two wide widescreen"].column,
  .ui.grid > [class*="two wide widescreen"].column,
  .ui.column.grid > [class*="two wide widescreen"].column {
    width: 12.5% !important; }
  .ui.grid > .row > [class*="three wide widescreen"].column,
  .ui.grid > .column.row > [class*="three wide widescreen"].column,
  .ui.grid > [class*="three wide widescreen"].column,
  .ui.column.grid > [class*="three wide widescreen"].column {
    width: 18.75% !important; }
  .ui.grid > .row > [class*="four wide widescreen"].column,
  .ui.grid > .column.row > [class*="four wide widescreen"].column,
  .ui.grid > [class*="four wide widescreen"].column,
  .ui.column.grid > [class*="four wide widescreen"].column {
    width: 25% !important; }
  .ui.grid > .row > [class*="five wide widescreen"].column,
  .ui.grid > .column.row > [class*="five wide widescreen"].column,
  .ui.grid > [class*="five wide widescreen"].column,
  .ui.column.grid > [class*="five wide widescreen"].column {
    width: 31.25% !important; }
  .ui.grid > .row > [class*="six wide widescreen"].column,
  .ui.grid > .column.row > [class*="six wide widescreen"].column,
  .ui.grid > [class*="six wide widescreen"].column,
  .ui.column.grid > [class*="six wide widescreen"].column {
    width: 37.5% !important; }
  .ui.grid > .row > [class*="seven wide widescreen"].column,
  .ui.grid > .column.row > [class*="seven wide widescreen"].column,
  .ui.grid > [class*="seven wide widescreen"].column,
  .ui.column.grid > [class*="seven wide widescreen"].column {
    width: 43.75% !important; }
  .ui.grid > .row > [class*="eight wide widescreen"].column,
  .ui.grid > .column.row > [class*="eight wide widescreen"].column,
  .ui.grid > [class*="eight wide widescreen"].column,
  .ui.column.grid > [class*="eight wide widescreen"].column {
    width: 50% !important; }
  .ui.grid > .row > [class*="nine wide widescreen"].column,
  .ui.grid > .column.row > [class*="nine wide widescreen"].column,
  .ui.grid > [class*="nine wide widescreen"].column,
  .ui.column.grid > [class*="nine wide widescreen"].column {
    width: 56.25% !important; }
  .ui.grid > .row > [class*="ten wide widescreen"].column,
  .ui.grid > .column.row > [class*="ten wide widescreen"].column,
  .ui.grid > [class*="ten wide widescreen"].column,
  .ui.column.grid > [class*="ten wide widescreen"].column {
    width: 62.5% !important; }
  .ui.grid > .row > [class*="eleven wide widescreen"].column,
  .ui.grid > .column.row > [class*="eleven wide widescreen"].column,
  .ui.grid > [class*="eleven wide widescreen"].column,
  .ui.column.grid > [class*="eleven wide widescreen"].column {
    width: 68.75% !important; }
  .ui.grid > .row > [class*="twelve wide widescreen"].column,
  .ui.grid > .column.row > [class*="twelve wide widescreen"].column,
  .ui.grid > [class*="twelve wide widescreen"].column,
  .ui.column.grid > [class*="twelve wide widescreen"].column {
    width: 75% !important; }
  .ui.grid > .row > [class*="thirteen wide widescreen"].column,
  .ui.grid > .column.row > [class*="thirteen wide widescreen"].column,
  .ui.grid > [class*="thirteen wide widescreen"].column,
  .ui.column.grid > [class*="thirteen wide widescreen"].column {
    width: 81.25% !important; }
  .ui.grid > .row > [class*="fourteen wide widescreen"].column,
  .ui.grid > .column.row > [class*="fourteen wide widescreen"].column,
  .ui.grid > [class*="fourteen wide widescreen"].column,
  .ui.column.grid > [class*="fourteen wide widescreen"].column {
    width: 87.5% !important; }
  .ui.grid > .row > [class*="fifteen wide widescreen"].column,
  .ui.grid > .column.row > [class*="fifteen wide widescreen"].column,
  .ui.grid > [class*="fifteen wide widescreen"].column,
  .ui.column.grid > [class*="fifteen wide widescreen"].column {
    width: 93.75% !important; }
  .ui.grid > .row > [class*="sixteen wide widescreen"].column,
  .ui.grid > .column.row > [class*="sixteen wide widescreen"].column,
  .ui.grid > [class*="sixteen wide widescreen"].column,
  .ui.column.grid > [class*="sixteen wide widescreen"].column {
    width: 100% !important; } }

/*----------------------
        Centered
-----------------------*/
.ui.centered.grid,
.ui.centered.grid > .row,
.ui.grid > .centered.row {
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.ui.centered.grid > .column:not(.aligned):not(.justified):not(.row),
.ui.centered.grid > .row > .column:not(.aligned):not(.justified),
.ui.grid .centered.row > .column:not(.aligned):not(.justified) {
  text-align: left; }

.ui.grid > .centered.column,
.ui.grid > .row > .centered.column {
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*----------------------
        Relaxed
-----------------------*/
.ui.relaxed.grid > .column:not(.row),
.ui.relaxed.grid > .row > .column,
.ui.grid > .relaxed.row > .column {
  padding-left: 1.5rem;
  padding-right: 1.5rem; }

.ui[class*="very relaxed"].grid > .column:not(.row),
.ui[class*="very relaxed"].grid > .row > .column,
.ui.grid > [class*="very relaxed"].row > .column {
  padding-left: 2.5rem;
  padding-right: 2.5rem; }

/* Coupling with UI Divider */
.ui.relaxed.grid .row + .ui.divider,
.ui.grid .relaxed.row + .ui.divider {
  margin-left: 1.5rem;
  margin-right: 1.5rem; }

.ui[class*="very relaxed"].grid .row + .ui.divider,
.ui.grid [class*="very relaxed"].row + .ui.divider {
  margin-left: 2.5rem;
  margin-right: 2.5rem; }

/*----------------------
        Padded
-----------------------*/
.ui.padded.grid:not(.vertically):not(.horizontally) {
  margin: 0em !important; }

[class*="horizontally padded"].ui.grid {
  margin-left: 0em !important;
  margin-right: 0em !important; }

[class*="vertically padded"].ui.grid {
  margin-top: 0em !important;
  margin-bottom: 0em !important; }

/*----------------------
       "Floated"
-----------------------*/
.ui.grid [class*="left floated"].column {
  margin-right: auto; }

.ui.grid [class*="right floated"].column {
  margin-left: auto; }

/*----------------------
        Divided
-----------------------*/
.ui.divided.grid:not([class*="vertically divided"]) > .column:not(.row),
.ui.divided.grid:not([class*="vertically divided"]) > .row > .column {
  -webkit-box-shadow: -1px 0px 0px 0px rgba(34, 36, 38, 0.15);
  box-shadow: -1px 0px 0px 0px rgba(34, 36, 38, 0.15); }

/* Swap from padding to margin on columns to have dividers align */
.ui[class*="vertically divided"].grid > .column:not(.row),
.ui[class*="vertically divided"].grid > .row > .column {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-top: 0rem;
  padding-bottom: 0rem; }

.ui[class*="vertically divided"].grid > .row {
  margin-top: 0em;
  margin-bottom: 0em; }

/* No divider on first column on row */
.ui.divided.grid:not([class*="vertically divided"]) > .column:first-child,
.ui.divided.grid:not([class*="vertically divided"]) > .row > .column:first-child {
  -webkit-box-shadow: none;
  box-shadow: none; }

/* No space on top of first row */
.ui[class*="vertically divided"].grid > .row:first-child > .column {
  margin-top: 0em; }

/* Divided Row */
.ui.grid > .divided.row > .column {
  -webkit-box-shadow: -1px 0px 0px 0px rgba(34, 36, 38, 0.15);
  box-shadow: -1px 0px 0px 0px rgba(34, 36, 38, 0.15); }

.ui.grid > .divided.row > .column:first-child {
  -webkit-box-shadow: none;
  box-shadow: none; }

/* Vertically Divided */
.ui[class*="vertically divided"].grid > .row {
  position: relative; }

.ui[class*="vertically divided"].grid > .row:before {
  position: absolute;
  content: "";
  top: 0em;
  left: 0px;
  width: calc(100% -  2rem);
  height: 1px;
  margin: 0% 1rem;
  -webkit-box-shadow: 0px -1px 0px 0px rgba(34, 36, 38, 0.15);
  box-shadow: 0px -1px 0px 0px rgba(34, 36, 38, 0.15); }

/* Padded Horizontally Divided */
[class*="horizontally padded"].ui.divided.grid,
.ui.padded.divided.grid:not(.vertically):not(.horizontally) {
  width: 100%; }

/* First Row Vertically Divided */
.ui[class*="vertically divided"].grid > .row:first-child:before {
  -webkit-box-shadow: none;
  box-shadow: none; }

/* Inverted Divided */
.ui.inverted.divided.grid:not([class*="vertically divided"]) > .column:not(.row),
.ui.inverted.divided.grid:not([class*="vertically divided"]) > .row > .column {
  -webkit-box-shadow: -1px 0px 0px 0px rgba(255, 255, 255, 0.1);
  box-shadow: -1px 0px 0px 0px rgba(255, 255, 255, 0.1); }

.ui.inverted.divided.grid:not([class*="vertically divided"]) > .column:not(.row):first-child,
.ui.inverted.divided.grid:not([class*="vertically divided"]) > .row > .column:first-child {
  -webkit-box-shadow: none;
  box-shadow: none; }

.ui.inverted[class*="vertically divided"].grid > .row:before {
  -webkit-box-shadow: 0px -1px 0px 0px rgba(255, 255, 255, 0.1);
  box-shadow: 0px -1px 0px 0px rgba(255, 255, 255, 0.1); }

/* Relaxed */
.ui.relaxed[class*="vertically divided"].grid > .row:before {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  width: calc(100% -  3rem); }

.ui[class*="very relaxed"][class*="vertically divided"].grid > .row:before {
  margin-left: 5rem;
  margin-right: 5rem;
  width: calc(100% -  5rem); }

/*----------------------
         Celled
-----------------------*/
.ui.celled.grid {
  width: 100%;
  margin: 1em 0em;
  -webkit-box-shadow: 0px 0px 0px 1px #D4D4D5;
  box-shadow: 0px 0px 0px 1px #D4D4D5; }

.ui.celled.grid > .row {
  width: 100% !important;
  margin: 0em;
  padding: 0em;
  -webkit-box-shadow: 0px -1px 0px 0px #D4D4D5;
  box-shadow: 0px -1px 0px 0px #D4D4D5; }

.ui.celled.grid > .column:not(.row),
.ui.celled.grid > .row > .column {
  -webkit-box-shadow: -1px 0px 0px 0px #D4D4D5;
  box-shadow: -1px 0px 0px 0px #D4D4D5; }

.ui.celled.grid > .column:first-child,
.ui.celled.grid > .row > .column:first-child {
  -webkit-box-shadow: none;
  box-shadow: none; }

.ui.celled.grid > .column:not(.row),
.ui.celled.grid > .row > .column {
  padding: 1em; }

.ui.relaxed.celled.grid > .column:not(.row),
.ui.relaxed.celled.grid > .row > .column {
  padding: 1.5em; }

.ui[class*="very relaxed"].celled.grid > .column:not(.row),
.ui[class*="very relaxed"].celled.grid > .row > .column {
  padding: 2em; }

/* Internally Celled */
.ui[class*="internally celled"].grid {
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0em; }

.ui[class*="internally celled"].grid > .row:first-child {
  -webkit-box-shadow: none;
  box-shadow: none; }

.ui[class*="internally celled"].grid > .row > .column:first-child {
  -webkit-box-shadow: none;
  box-shadow: none; }

/*----------------------
   Vertically Aligned
-----------------------*/
/* Top Aligned */
.ui[class*="top aligned"].grid > .column:not(.row),
.ui[class*="top aligned"].grid > .row > .column,
.ui.grid > [class*="top aligned"].row > .column,
.ui.grid > [class*="top aligned"].column:not(.row),
.ui.grid > .row > [class*="top aligned"].column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  vertical-align: top;
  -ms-flex-item-align: start !important;
  align-self: flex-start !important; }

/* Middle Aligned */
.ui[class*="middle aligned"].grid > .column:not(.row),
.ui[class*="middle aligned"].grid > .row > .column,
.ui.grid > [class*="middle aligned"].row > .column,
.ui.grid > [class*="middle aligned"].column:not(.row),
.ui.grid > .row > [class*="middle aligned"].column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  vertical-align: middle;
  -ms-flex-item-align: center !important;
  align-self: center !important; }

/* Bottom Aligned */
.ui[class*="bottom aligned"].grid > .column:not(.row),
.ui[class*="bottom aligned"].grid > .row > .column,
.ui.grid > [class*="bottom aligned"].row > .column,
.ui.grid > [class*="bottom aligned"].column:not(.row),
.ui.grid > .row > [class*="bottom aligned"].column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  vertical-align: bottom;
  -ms-flex-item-align: end !important;
  align-self: flex-end !important; }

/* Stretched */
.ui.stretched.grid > .row > .column,
.ui.stretched.grid > .column,
.ui.grid > .stretched.row > .column,
.ui.grid > .stretched.column:not(.row),
.ui.grid > .row > .stretched.column {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.ui.stretched.grid > .row > .column > *,
.ui.stretched.grid > .column > *,
.ui.grid > .stretched.row > .column > *,
.ui.grid > .stretched.column:not(.row) > *,
.ui.grid > .row > .stretched.column > * {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

/*----------------------
  Horizontally Centered
-----------------------*/
/* Left Aligned */
.ui[class*="left aligned"].grid > .column,
.ui[class*="left aligned"].grid > .row > .column,
.ui.grid > [class*="left aligned"].row > .column,
.ui.grid > [class*="left aligned"].column.column,
.ui.grid > .row > [class*="left aligned"].column.column {
  text-align: left;
  -ms-flex-item-align: inherit;
  align-self: inherit; }

/* Center Aligned */
.ui[class*="center aligned"].grid > .column,
.ui[class*="center aligned"].grid > .row > .column,
.ui.grid > [class*="center aligned"].row > .column,
.ui.grid > [class*="center aligned"].column.column,
.ui.grid > .row > [class*="center aligned"].column.column {
  text-align: center;
  -ms-flex-item-align: inherit;
  align-self: inherit; }

.ui[class*="center aligned"].grid {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

/* Right Aligned */
.ui[class*="right aligned"].grid > .column,
.ui[class*="right aligned"].grid > .row > .column,
.ui.grid > [class*="right aligned"].row > .column,
.ui.grid > [class*="right aligned"].column.column,
.ui.grid > .row > [class*="right aligned"].column.column {
  text-align: right;
  -ms-flex-item-align: inherit;
  align-self: inherit; }

/* Justified */
.ui.justified.grid > .column,
.ui.justified.grid > .row > .column,
.ui.grid > .justified.row > .column,
.ui.grid > .justified.column.column,
.ui.grid > .row > .justified.column.column {
  text-align: justify;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }

/*----------------------
         Colored
-----------------------*/
.ui.grid > .row > .red.column,
.ui.grid > .row > .orange.column,
.ui.grid > .row > .yellow.column,
.ui.grid > .row > .olive.column,
.ui.grid > .row > .green.column,
.ui.grid > .row > .teal.column,
.ui.grid > .row > .blue.column,
.ui.grid > .row > .violet.column,
.ui.grid > .row > .purple.column,
.ui.grid > .row > .pink.column,
.ui.grid > .row > .brown.column,
.ui.grid > .row > .grey.column,
.ui.grid > .row > .black.column {
  margin-top: -1rem;
  margin-bottom: -1rem;
  padding-top: 1rem;
  padding-bottom: 1rem; }

/* Red */
.ui.grid > .red.row,
.ui.grid > .red.column,
.ui.grid > .row > .red.column {
  background-color: #DB2828 !important;
  color: #FFFFFF; }

/* Orange */
.ui.grid > .orange.row,
.ui.grid > .orange.column,
.ui.grid > .row > .orange.column {
  background-color: #F2711C !important;
  color: #FFFFFF; }

/* Yellow */
.ui.grid > .yellow.row,
.ui.grid > .yellow.column,
.ui.grid > .row > .yellow.column {
  background-color: #FBBD08 !important;
  color: #FFFFFF; }

/* Olive */
.ui.grid > .olive.row,
.ui.grid > .olive.column,
.ui.grid > .row > .olive.column {
  background-color: #B5CC18 !important;
  color: #FFFFFF; }

/* Green */
.ui.grid > .green.row,
.ui.grid > .green.column,
.ui.grid > .row > .green.column {
  background-color: #21BA45 !important;
  color: #FFFFFF; }

/* Teal */
.ui.grid > .teal.row,
.ui.grid > .teal.column,
.ui.grid > .row > .teal.column {
  background-color: #00B5AD !important;
  color: #FFFFFF; }

/* Blue */
.ui.grid > .blue.row,
.ui.grid > .blue.column,
.ui.grid > .row > .blue.column {
  background-color: #2185D0 !important;
  color: #FFFFFF; }

/* Violet */
.ui.grid > .violet.row,
.ui.grid > .violet.column,
.ui.grid > .row > .violet.column {
  background-color: #6435C9 !important;
  color: #FFFFFF; }

/* Purple */
.ui.grid > .purple.row,
.ui.grid > .purple.column,
.ui.grid > .row > .purple.column {
  background-color: #A333C8 !important;
  color: #FFFFFF; }

/* Pink */
.ui.grid > .pink.row,
.ui.grid > .pink.column,
.ui.grid > .row > .pink.column {
  background-color: #E03997 !important;
  color: #FFFFFF; }

/* Brown */
.ui.grid > .brown.row,
.ui.grid > .brown.column,
.ui.grid > .row > .brown.column {
  background-color: #A5673F !important;
  color: #FFFFFF; }

/* Grey */
.ui.grid > .grey.row,
.ui.grid > .grey.column,
.ui.grid > .row > .grey.column {
  background-color: #767676 !important;
  color: #FFFFFF; }

/* Black */
.ui.grid > .black.row,
.ui.grid > .black.column,
.ui.grid > .row > .black.column {
  background-color: #1B1C1D !important;
  color: #FFFFFF; }

/*----------------------
      Equal Width
-----------------------*/
.ui[class*="equal width"].grid > .column:not(.row),
.ui[class*="equal width"].grid > .row > .column,
.ui.grid > [class*="equal width"].row > .column {
  display: inline-block;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.ui[class*="equal width"].grid > .wide.column,
.ui[class*="equal width"].grid > .row > .wide.column,
.ui.grid > [class*="equal width"].row > .wide.column {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0; }

/*----------------------
        Reverse
-----------------------*/
/* Mobile */
@media only screen and (max-width: 767px) {
  .ui[class*="mobile reversed"].grid,
  .ui[class*="mobile reversed"].grid > .row,
  .ui.grid > [class*="mobile reversed"].row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .ui[class*="mobile vertically reversed"].grid,
  .ui.stackable[class*="mobile reversed"] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  /* Divided Reversed */
  .ui[class*="mobile reversed"].divided.grid:not([class*="vertically divided"]) > .column:first-child,
  .ui[class*="mobile reversed"].divided.grid:not([class*="vertically divided"]) > .row > .column:first-child {
    -webkit-box-shadow: -1px 0px 0px 0px rgba(34, 36, 38, 0.15);
    box-shadow: -1px 0px 0px 0px rgba(34, 36, 38, 0.15); }
  .ui[class*="mobile reversed"].divided.grid:not([class*="vertically divided"]) > .column:last-child,
  .ui[class*="mobile reversed"].divided.grid:not([class*="vertically divided"]) > .row > .column:last-child {
    -webkit-box-shadow: none;
    box-shadow: none; }
  /* Vertically Divided Reversed */
  .ui.grid[class*="vertically divided"][class*="mobile vertically reversed"] > .row:first-child:before {
    -webkit-box-shadow: 0px -1px 0px 0px rgba(34, 36, 38, 0.15);
    box-shadow: 0px -1px 0px 0px rgba(34, 36, 38, 0.15); }
  .ui.grid[class*="vertically divided"][class*="mobile vertically reversed"] > .row:last-child:before {
    -webkit-box-shadow: none;
    box-shadow: none; }
  /* Celled Reversed */
  .ui[class*="mobile reversed"].celled.grid > .row > .column:first-child {
    -webkit-box-shadow: -1px 0px 0px 0px #D4D4D5;
    box-shadow: -1px 0px 0px 0px #D4D4D5; }
  .ui[class*="mobile reversed"].celled.grid > .row > .column:last-child {
    -webkit-box-shadow: none;
    box-shadow: none; } }

/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ui[class*="tablet reversed"].grid,
  .ui[class*="tablet reversed"].grid > .row,
  .ui.grid > [class*="tablet reversed"].row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .ui[class*="tablet vertically reversed"].grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  /* Divided Reversed */
  .ui[class*="tablet reversed"].divided.grid:not([class*="vertically divided"]) > .column:first-child,
  .ui[class*="tablet reversed"].divided.grid:not([class*="vertically divided"]) > .row > .column:first-child {
    -webkit-box-shadow: -1px 0px 0px 0px rgba(34, 36, 38, 0.15);
    box-shadow: -1px 0px 0px 0px rgba(34, 36, 38, 0.15); }
  .ui[class*="tablet reversed"].divided.grid:not([class*="vertically divided"]) > .column:last-child,
  .ui[class*="tablet reversed"].divided.grid:not([class*="vertically divided"]) > .row > .column:last-child {
    -webkit-box-shadow: none;
    box-shadow: none; }
  /* Vertically Divided Reversed */
  .ui.grid[class*="vertically divided"][class*="tablet vertically reversed"] > .row:first-child:before {
    -webkit-box-shadow: 0px -1px 0px 0px rgba(34, 36, 38, 0.15);
    box-shadow: 0px -1px 0px 0px rgba(34, 36, 38, 0.15); }
  .ui.grid[class*="vertically divided"][class*="tablet vertically reversed"] > .row:last-child:before {
    -webkit-box-shadow: none;
    box-shadow: none; }
  /* Celled Reversed */
  .ui[class*="tablet reversed"].celled.grid > .row > .column:first-child {
    -webkit-box-shadow: -1px 0px 0px 0px #D4D4D5;
    box-shadow: -1px 0px 0px 0px #D4D4D5; }
  .ui[class*="tablet reversed"].celled.grid > .row > .column:last-child {
    -webkit-box-shadow: none;
    box-shadow: none; } }

/* Computer */
@media only screen and (min-width: 992px) {
  .ui[class*="computer reversed"].grid,
  .ui[class*="computer reversed"].grid > .row,
  .ui.grid > [class*="computer reversed"].row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .ui[class*="computer vertically reversed"].grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  /* Divided Reversed */
  .ui[class*="computer reversed"].divided.grid:not([class*="vertically divided"]) > .column:first-child,
  .ui[class*="computer reversed"].divided.grid:not([class*="vertically divided"]) > .row > .column:first-child {
    -webkit-box-shadow: -1px 0px 0px 0px rgba(34, 36, 38, 0.15);
    box-shadow: -1px 0px 0px 0px rgba(34, 36, 38, 0.15); }
  .ui[class*="computer reversed"].divided.grid:not([class*="vertically divided"]) > .column:last-child,
  .ui[class*="computer reversed"].divided.grid:not([class*="vertically divided"]) > .row > .column:last-child {
    -webkit-box-shadow: none;
    box-shadow: none; }
  /* Vertically Divided Reversed */
  .ui.grid[class*="vertically divided"][class*="computer vertically reversed"] > .row:first-child:before {
    -webkit-box-shadow: 0px -1px 0px 0px rgba(34, 36, 38, 0.15);
    box-shadow: 0px -1px 0px 0px rgba(34, 36, 38, 0.15); }
  .ui.grid[class*="vertically divided"][class*="computer vertically reversed"] > .row:last-child:before {
    -webkit-box-shadow: none;
    box-shadow: none; }
  /* Celled Reversed */
  .ui[class*="computer reversed"].celled.grid > .row > .column:first-child {
    -webkit-box-shadow: -1px 0px 0px 0px #D4D4D5;
    box-shadow: -1px 0px 0px 0px #D4D4D5; }
  .ui[class*="computer reversed"].celled.grid > .row > .column:last-child {
    -webkit-box-shadow: none;
    box-shadow: none; } }

/*-------------------
      Doubling
--------------------*/
/* Tablet Only */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ui.doubling.grid {
    width: auto; }
  .ui.grid > .doubling.row,
  .ui.doubling.grid > .row {
    margin: 0em !important;
    padding: 0em !important; }
  .ui.grid > .doubling.row > .column,
  .ui.doubling.grid > .row > .column {
    display: inline-block !important;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    margin: 0em; }
  .ui[class*="two column"].doubling.grid > .row > .column,
  .ui[class*="two column"].doubling.grid > .column:not(.row),
  .ui.grid > [class*="two column"].doubling.row.row > .column {
    width: 100% !important; }
  .ui[class*="three column"].doubling.grid > .row > .column,
  .ui[class*="three column"].doubling.grid > .column:not(.row),
  .ui.grid > [class*="three column"].doubling.row.row > .column {
    width: 50% !important; }
  .ui[class*="four column"].doubling.grid > .row > .column,
  .ui[class*="four column"].doubling.grid > .column:not(.row),
  .ui.grid > [class*="four column"].doubling.row.row > .column {
    width: 50% !important; }
  .ui[class*="five column"].doubling.grid > .row > .column,
  .ui[class*="five column"].doubling.grid > .column:not(.row),
  .ui.grid > [class*="five column"].doubling.row.row > .column {
    width: 33.33333333% !important; }
  .ui[class*="six column"].doubling.grid > .row > .column,
  .ui[class*="six column"].doubling.grid > .column:not(.row),
  .ui.grid > [class*="six column"].doubling.row.row > .column {
    width: 33.33333333% !important; }
  .ui[class*="seven column"].doubling.grid > .row > .column,
  .ui[class*="seven column"].doubling.grid > .column:not(.row),
  .ui.grid > [class*="seven column"].doubling.row.row > .column {
    width: 33.33333333% !important; }
  .ui[class*="eight column"].doubling.grid > .row > .column,
  .ui[class*="eight column"].doubling.grid > .column:not(.row),
  .ui.grid > [class*="eight column"].doubling.row.row > .column {
    width: 25% !important; }
  .ui[class*="nine column"].doubling.grid > .row > .column,
  .ui[class*="nine column"].doubling.grid > .column:not(.row),
  .ui.grid > [class*="nine column"].doubling.row.row > .column {
    width: 25% !important; }
  .ui[class*="ten column"].doubling.grid > .row > .column,
  .ui[class*="ten column"].doubling.grid > .column:not(.row),
  .ui.grid > [class*="ten column"].doubling.row.row > .column {
    width: 20% !important; }
  .ui[class*="eleven column"].doubling.grid > .row > .column,
  .ui[class*="eleven column"].doubling.grid > .column:not(.row),
  .ui.grid > [class*="eleven column"].doubling.row.row > .column {
    width: 20% !important; }
  .ui[class*="twelve column"].doubling.grid > .row > .column,
  .ui[class*="twelve column"].doubling.grid > .column:not(.row),
  .ui.grid > [class*="twelve column"].doubling.row.row > .column {
    width: 16.66666667% !important; }
  .ui[class*="thirteen column"].doubling.grid > .row > .column,
  .ui[class*="thirteen column"].doubling.grid > .column:not(.row),
  .ui.grid > [class*="thirteen column"].doubling.row.row > .column {
    width: 16.66666667% !important; }
  .ui[class*="fourteen column"].doubling.grid > .row > .column,
  .ui[class*="fourteen column"].doubling.grid > .column:not(.row),
  .ui.grid > [class*="fourteen column"].doubling.row.row > .column {
    width: 14.28571429% !important; }
  .ui[class*="fifteen column"].doubling.grid > .row > .column,
  .ui[class*="fifteen column"].doubling.grid > .column:not(.row),
  .ui.grid > [class*="fifteen column"].doubling.row.row > .column {
    width: 14.28571429% !important; }
  .ui[class*="sixteen column"].doubling.grid > .row > .column,
  .ui[class*="sixteen column"].doubling.grid > .column:not(.row),
  .ui.grid > [class*="sixteen column"].doubling.row.row > .column {
    width: 12.5% !important; } }

/* Mobile Only */
@media only screen and (max-width: 767px) {
  .ui.grid > .doubling.row,
  .ui.doubling.grid > .row {
    margin: 0em !important;
    padding: 0em !important; }
  .ui.grid > .doubling.row > .column,
  .ui.doubling.grid > .row > .column {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    margin: 0em !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  .ui[class*="two column"].doubling:not(.stackable).grid > .row > .column,
  .ui[class*="two column"].doubling:not(.stackable).grid > .column:not(.row),
  .ui.grid > [class*="two column"].doubling:not(.stackable).row.row > .column {
    width: 100% !important; }
  .ui[class*="three column"].doubling:not(.stackable).grid > .row > .column,
  .ui[class*="three column"].doubling:not(.stackable).grid > .column:not(.row),
  .ui.grid > [class*="three column"].doubling:not(.stackable).row.row > .column {
    width: 50% !important; }
  .ui[class*="four column"].doubling:not(.stackable).grid > .row > .column,
  .ui[class*="four column"].doubling:not(.stackable).grid > .column:not(.row),
  .ui.grid > [class*="four column"].doubling:not(.stackable).row.row > .column {
    width: 50% !important; }
  .ui[class*="five column"].doubling:not(.stackable).grid > .row > .column,
  .ui[class*="five column"].doubling:not(.stackable).grid > .column:not(.row),
  .ui.grid > [class*="five column"].doubling:not(.stackable).row.row > .column {
    width: 50% !important; }
  .ui[class*="six column"].doubling:not(.stackable).grid > .row > .column,
  .ui[class*="six column"].doubling:not(.stackable).grid > .column:not(.row),
  .ui.grid > [class*="six column"].doubling:not(.stackable).row.row > .column {
    width: 50% !important; }
  .ui[class*="seven column"].doubling:not(.stackable).grid > .row > .column,
  .ui[class*="seven column"].doubling:not(.stackable).grid > .column:not(.row),
  .ui.grid > [class*="seven column"].doubling:not(.stackable).row.row > .column {
    width: 50% !important; }
  .ui[class*="eight column"].doubling:not(.stackable).grid > .row > .column,
  .ui[class*="eight column"].doubling:not(.stackable).grid > .column:not(.row),
  .ui.grid > [class*="eight column"].doubling:not(.stackable).row.row > .column {
    width: 50% !important; }
  .ui[class*="nine column"].doubling:not(.stackable).grid > .row > .column,
  .ui[class*="nine column"].doubling:not(.stackable).grid > .column:not(.row),
  .ui.grid > [class*="nine column"].doubling:not(.stackable).row.row > .column {
    width: 33.33333333% !important; }
  .ui[class*="ten column"].doubling:not(.stackable).grid > .row > .column,
  .ui[class*="ten column"].doubling:not(.stackable).grid > .column:not(.row),
  .ui.grid > [class*="ten column"].doubling:not(.stackable).row.row > .column {
    width: 33.33333333% !important; }
  .ui[class*="eleven column"].doubling:not(.stackable).grid > .row > .column,
  .ui[class*="eleven column"].doubling:not(.stackable).grid > .column:not(.row),
  .ui.grid > [class*="eleven column"].doubling:not(.stackable).row.row > .column {
    width: 33.33333333% !important; }
  .ui[class*="twelve column"].doubling:not(.stackable).grid > .row > .column,
  .ui[class*="twelve column"].doubling:not(.stackable).grid > .column:not(.row),
  .ui.grid > [class*="twelve column"].doubling:not(.stackable).row.row > .column {
    width: 33.33333333% !important; }
  .ui[class*="thirteen column"].doubling:not(.stackable).grid > .row > .column,
  .ui[class*="thirteen column"].doubling:not(.stackable).grid > .column:not(.row),
  .ui.grid > [class*="thirteen column"].doubling:not(.stackable).row.row > .column {
    width: 33.33333333% !important; }
  .ui[class*="fourteen column"].doubling:not(.stackable).grid > .row > .column,
  .ui[class*="fourteen column"].doubling:not(.stackable).grid > .column:not(.row),
  .ui.grid > [class*="fourteen column"].doubling:not(.stackable).row.row > .column {
    width: 25% !important; }
  .ui[class*="fifteen column"].doubling:not(.stackable).grid > .row > .column,
  .ui[class*="fifteen column"].doubling:not(.stackable).grid > .column:not(.row),
  .ui.grid > [class*="fifteen column"].doubling:not(.stackable).row.row > .column {
    width: 25% !important; }
  .ui[class*="sixteen column"].doubling:not(.stackable).grid > .row > .column,
  .ui[class*="sixteen column"].doubling:not(.stackable).grid > .column:not(.row),
  .ui.grid > [class*="sixteen column"].doubling:not(.stackable).row.row > .column {
    width: 25% !important; } }

/*-------------------
      Stackable
--------------------*/
@media only screen and (max-width: 767px) {
  .ui.stackable.grid {
    width: auto;
    margin-left: 0em !important;
    margin-right: 0em !important; }
  .ui.stackable.grid > .row > .wide.column,
  .ui.stackable.grid > .wide.column,
  .ui.stackable.grid > .column.grid > .column,
  .ui.stackable.grid > .column.row > .column,
  .ui.stackable.grid > .row > .column,
  .ui.stackable.grid > .column:not(.row),
  .ui.grid > .stackable.stackable.row > .column {
    width: 100% !important;
    margin: 0em 0em !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding: 1rem 1rem !important; }
  .ui.stackable.grid:not(.vertically) > .row {
    margin: 0em;
    padding: 0em; }
  /* Coupling */
  .ui.container > .ui.stackable.grid > .column,
  .ui.container > .ui.stackable.grid > .row > .column {
    padding-left: 0em !important;
    padding-right: 0em !important; }
  /* Don't pad inside segment or nested grid */
  .ui.grid .ui.stackable.grid,
  .ui.segment:not(.vertical) .ui.stackable.page.grid {
    margin-left: -1rem !important;
    margin-right: -1rem !important; }
  /* Divided Stackable */
  .ui.stackable.divided.grid > .row:first-child > .column:first-child,
  .ui.stackable.celled.grid > .row:first-child > .column:first-child,
  .ui.stackable.divided.grid > .column:not(.row):first-child,
  .ui.stackable.celled.grid > .column:not(.row):first-child {
    border-top: none !important; }
  .ui.inverted.stackable.celled.grid > .column:not(.row),
  .ui.inverted.stackable.divided.grid > .column:not(.row),
  .ui.inverted.stackable.celled.grid > .row > .column,
  .ui.inverted.stackable.divided.grid > .row > .column {
    border-top: 1px solid rgba(255, 255, 255, 0.1); }
  .ui.stackable.celled.grid > .column:not(.row),
  .ui.stackable.divided:not(.vertically).grid > .column:not(.row),
  .ui.stackable.celled.grid > .row > .column,
  .ui.stackable.divided:not(.vertically).grid > .row > .column {
    border-top: 1px solid rgba(34, 36, 38, 0.15);
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; }
  .ui.stackable.celled.grid > .row {
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  .ui.stackable.divided:not(.vertically).grid > .column:not(.row),
  .ui.stackable.divided:not(.vertically).grid > .row > .column {
    padding-left: 0em !important;
    padding-right: 0em !important; } }

/*----------------------
     Only (Device)
-----------------------*/
/* These include arbitrary class repetitions for forced specificity */
/* Mobile Only Hide */
@media only screen and (max-width: 767px) {
  .ui[class*="tablet only"].grid.grid.grid:not(.mobile),
  .ui.grid.grid.grid > [class*="tablet only"].row:not(.mobile),
  .ui.grid.grid.grid > [class*="tablet only"].column:not(.mobile),
  .ui.grid.grid.grid > .row > [class*="tablet only"].column:not(.mobile) {
    display: none !important; }
  .ui[class*="computer only"].grid.grid.grid:not(.mobile),
  .ui.grid.grid.grid > [class*="computer only"].row:not(.mobile),
  .ui.grid.grid.grid > [class*="computer only"].column:not(.mobile),
  .ui.grid.grid.grid > .row > [class*="computer only"].column:not(.mobile) {
    display: none !important; }
  .ui[class*="large screen only"].grid.grid.grid:not(.mobile),
  .ui.grid.grid.grid > [class*="large screen only"].row:not(.mobile),
  .ui.grid.grid.grid > [class*="large screen only"].column:not(.mobile),
  .ui.grid.grid.grid > .row > [class*="large screen only"].column:not(.mobile) {
    display: none !important; }
  .ui[class*="widescreen only"].grid.grid.grid:not(.mobile),
  .ui.grid.grid.grid > [class*="widescreen only"].row:not(.mobile),
  .ui.grid.grid.grid > [class*="widescreen only"].column:not(.mobile),
  .ui.grid.grid.grid > .row > [class*="widescreen only"].column:not(.mobile) {
    display: none !important; } }

/* Tablet Only Hide */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ui[class*="mobile only"].grid.grid.grid:not(.tablet),
  .ui.grid.grid.grid > [class*="mobile only"].row:not(.tablet),
  .ui.grid.grid.grid > [class*="mobile only"].column:not(.tablet),
  .ui.grid.grid.grid > .row > [class*="mobile only"].column:not(.tablet) {
    display: none !important; }
  .ui[class*="computer only"].grid.grid.grid:not(.tablet),
  .ui.grid.grid.grid > [class*="computer only"].row:not(.tablet),
  .ui.grid.grid.grid > [class*="computer only"].column:not(.tablet),
  .ui.grid.grid.grid > .row > [class*="computer only"].column:not(.tablet) {
    display: none !important; }
  .ui[class*="large screen only"].grid.grid.grid:not(.mobile),
  .ui.grid.grid.grid > [class*="large screen only"].row:not(.mobile),
  .ui.grid.grid.grid > [class*="large screen only"].column:not(.mobile),
  .ui.grid.grid.grid > .row > [class*="large screen only"].column:not(.mobile) {
    display: none !important; }
  .ui[class*="widescreen only"].grid.grid.grid:not(.mobile),
  .ui.grid.grid.grid > [class*="widescreen only"].row:not(.mobile),
  .ui.grid.grid.grid > [class*="widescreen only"].column:not(.mobile),
  .ui.grid.grid.grid > .row > [class*="widescreen only"].column:not(.mobile) {
    display: none !important; } }

/* Computer Only Hide */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ui[class*="mobile only"].grid.grid.grid:not(.computer),
  .ui.grid.grid.grid > [class*="mobile only"].row:not(.computer),
  .ui.grid.grid.grid > [class*="mobile only"].column:not(.computer),
  .ui.grid.grid.grid > .row > [class*="mobile only"].column:not(.computer) {
    display: none !important; }
  .ui[class*="tablet only"].grid.grid.grid:not(.computer),
  .ui.grid.grid.grid > [class*="tablet only"].row:not(.computer),
  .ui.grid.grid.grid > [class*="tablet only"].column:not(.computer),
  .ui.grid.grid.grid > .row > [class*="tablet only"].column:not(.computer) {
    display: none !important; }
  .ui[class*="large screen only"].grid.grid.grid:not(.mobile),
  .ui.grid.grid.grid > [class*="large screen only"].row:not(.mobile),
  .ui.grid.grid.grid > [class*="large screen only"].column:not(.mobile),
  .ui.grid.grid.grid > .row > [class*="large screen only"].column:not(.mobile) {
    display: none !important; }
  .ui[class*="widescreen only"].grid.grid.grid:not(.mobile),
  .ui.grid.grid.grid > [class*="widescreen only"].row:not(.mobile),
  .ui.grid.grid.grid > [class*="widescreen only"].column:not(.mobile),
  .ui.grid.grid.grid > .row > [class*="widescreen only"].column:not(.mobile) {
    display: none !important; } }

/* Large Screen Only Hide */
@media only screen and (min-width: 1200px) and (max-width: 1919px) {
  .ui[class*="mobile only"].grid.grid.grid:not(.computer),
  .ui.grid.grid.grid > [class*="mobile only"].row:not(.computer),
  .ui.grid.grid.grid > [class*="mobile only"].column:not(.computer),
  .ui.grid.grid.grid > .row > [class*="mobile only"].column:not(.computer) {
    display: none !important; }
  .ui[class*="tablet only"].grid.grid.grid:not(.computer),
  .ui.grid.grid.grid > [class*="tablet only"].row:not(.computer),
  .ui.grid.grid.grid > [class*="tablet only"].column:not(.computer),
  .ui.grid.grid.grid > .row > [class*="tablet only"].column:not(.computer) {
    display: none !important; }
  .ui[class*="widescreen only"].grid.grid.grid:not(.mobile),
  .ui.grid.grid.grid > [class*="widescreen only"].row:not(.mobile),
  .ui.grid.grid.grid > [class*="widescreen only"].column:not(.mobile),
  .ui.grid.grid.grid > .row > [class*="widescreen only"].column:not(.mobile) {
    display: none !important; } }

/* Widescreen Only Hide */
@media only screen and (min-width: 1920px) {
  .ui[class*="mobile only"].grid.grid.grid:not(.computer),
  .ui.grid.grid.grid > [class*="mobile only"].row:not(.computer),
  .ui.grid.grid.grid > [class*="mobile only"].column:not(.computer),
  .ui.grid.grid.grid > .row > [class*="mobile only"].column:not(.computer) {
    display: none !important; }
  .ui[class*="tablet only"].grid.grid.grid:not(.computer),
  .ui.grid.grid.grid > [class*="tablet only"].row:not(.computer),
  .ui.grid.grid.grid > [class*="tablet only"].column:not(.computer),
  .ui.grid.grid.grid > .row > [class*="tablet only"].column:not(.computer) {
    display: none !important; } }

/*******************************
         Theme Overrides
*******************************/
/*******************************
         Site Overrides
*******************************/
/*----------------------
    Compact Grid
-----------------------*/
.ui.compact.grid {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  margin-top: -0.5rem;
  margin-bottom: -0.5rem; }

.ui.compact.grid > .column:not(.row),
.ui.compact.grid > .row > .column,
.ui.grid > .compact.row > .column {
  padding-left: 0.5rem;
  padding-right: 0.5rem; }

.ui.compact.grid .row + .ui.divider,
.ui.grid .compact.row + .ui.divider {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin: 0.5rem 1rem; }

.ui.compact[class*="vertically divided"].grid > .row:before {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  width: "calc(100% - " 1rem ")"; }

.ui.compact.grid > .row {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.ui.compact.grid > .column:not(.row) {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.ui.compact.grid .column + .ui.vertical.divider {
  height: "calc(50% - " 0.5rem ")"; }

.ui[class*="vertically divided"].grid > .column:not(.row),
.ui[class*="vertically divided"].grid > .row > .column {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

.ui.compact.grid > .row > .red.column,
.ui.compact.grid > .row > .orange.column,
.ui.compact.grid > .row > .yellow.column,
.ui.compact.grid > .row > .olive.column,
.ui.compact.grid > .row > .green.column,
.ui.compact.grid > .row > .teal.column,
.ui.compact.grid > .row > .blue.column,
.ui.compact.grid > .row > .violet.column,
.ui.compact.grid > .row > .purple.column,
.ui.compact.grid > .row > .pink.column,
.ui.compact.grid > .row > .brown.column,
.ui.compact.grid > .row > .grey.column,
.ui.compact.grid > .row > .black.column {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

/* Tablet Only */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ui.compact.grid > .doubling.row > .column,
  .ui.doubling.grid > .row > .column {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; } }

/* Mobile Only */
@media only screen and (max-width: 767px) {
  .ui.compact.grid > .doubling.row > .column,
  .ui.doubling.grid > .row > .column {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; } }

/*----------------------
  Very Compact Grid
-----------------------*/
.ui.very.compact.grid {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
  margin-top: -0.25rem;
  margin-bottom: -0.25rem; }

.ui.very.compact.grid > .column:not(.row),
.ui.very.compact.grid > .row > .column,
.ui.grid > .very.compact.row > .column {
  padding-left: 0.25rem;
  padding-right: 0.25rem; }

.ui.very.compact.grid .row + .ui.divider,
.ui.grid .very.compact.row + .ui.divider {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  margin: 0.25rem 1rem; }

.ui.very.compact[class*="vertically divided"].grid > .row:before {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  width: "calc(100% - " 0.5rem ")"; }

.ui.very.compact.grid > .row {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem; }

.ui.very.compact.grid > .column:not(.row) {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem; }

.ui.very.compact.grid .column + .ui.vertical.divider {
  height: "calc(50% - " 0.25rem ")"; }

.ui[class*="vertically divided"].grid > .column:not(.row),
.ui[class*="vertically divided"].grid > .row > .column {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem; }

.ui.very.compact.grid > .row > .red.column,
.ui.very.compact.grid > .row > .orange.column,
.ui.very.compact.grid > .row > .yellow.column,
.ui.very.compact.grid > .row > .olive.column,
.ui.very.compact.grid > .row > .green.column,
.ui.very.compact.grid > .row > .teal.column,
.ui.very.compact.grid > .row > .blue.column,
.ui.very.compact.grid > .row > .violet.column,
.ui.very.compact.grid > .row > .purple.column,
.ui.very.compact.grid > .row > .pink.column,
.ui.very.compact.grid > .row > .brown.column,
.ui.very.compact.grid > .row > .grey.column,
.ui.very.compact.grid > .row > .black.column {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem; }

/* Tablet Only */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ui.very.compact.grid > .doubling.row > .column,
  .ui.doubling.grid > .row > .column {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; } }

/* Mobile Only */
@media only screen and (max-width: 767px) {
  .ui.very.compact.grid > .doubling.row > .column,
  .ui.doubling.grid > .row > .column {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; } }

body {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: lighter;
  -webkit-font-smoothing: antialiased;
  line-height: 1.45;
  color: #392F5A;
  background: #F4F6F6;
  font-size: 0.975rem; }
  @media screen and (min-width: 768px) {
    body {
      font-size: 1.1rem; } }
  @media screen and (min-width: 768px) {
    body {
      font-size: 1.175rem; } }

img {
  max-width: 100%;
  height: auto; }

a {
  color: #5F00BA;
  text-decoration: none; }

ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px; }
  .container.medio {
    max-width: 920px; }
  .container.pequeno {
    max-width: 800px; }
  @media only screen and (max-width: 767px) {
    .container .ui.stackable.grid > .row > .wide.column, .container .ui.stackable.grid > .wide.column, .container .ui.stackable.grid > .column.grid > .column, .container .ui.stackable.grid > .column.row > .column, .container .ui.stackable.grid > .row > .column, .container .ui.stackable.grid > .column:not(.row), .container .ui.grid > .stackable.stackable.row > .column {
      padding: 1rem 0 !important; } }

.cor-primaria {
  color: #5F00BA; }

.cor-secundaria {
  color: #FB5012; }

.text-center {
  text-align: center; }
  @media (min-width: 768px) {
    .text-center-on-tablet {
      text-align: center; } }

.text-right {
  text-align: right; }
  @media (min-width: 768px) {
    .text-right-on-tablet {
      text-align: right; } }

.secao--sobre-consultoria p:first-child, .secao--biografia .container .conteudo p:first-child, .secao--sobre-o-curso p:first-child, .secao--o-que-vou-aprender .coluna-a .itens p:first-child, #bio_ep .acoes p:first-child, .pagina-pos-compra .status .descricao p:first-child {
  margin-top: 0; }

.secao--sobre-consultoria p:last-child, .secao--biografia .container .conteudo p:last-child, .secao--sobre-o-curso p:last-child, .secao--o-que-vou-aprender .coluna-a .itens p:last-child, #bio_ep .acoes p:last-child, .pagina-pos-compra .status .descricao p:last-child {
  margin-bottom: 0; }

.secao--depoimentos, .secao--perguntas-frequentes {
  background: -webkit-gradient(linear, left top, left bottom, from(#dee4e4), to(#f4f6f6)) no-repeat;
  background: -webkit-linear-gradient(top, #dee4e4, #f4f6f6) no-repeat;
  background: -o-linear-gradient(top, #dee4e4, #f4f6f6) no-repeat;
  background: linear-gradient(to bottom, #dee4e4, #f4f6f6) no-repeat;
  background-size: 100% 100px;
  min-height: 100px; }

.botao {
  position: relative;
  border-radius: 10rem;
  -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.14), inset 0 -2px 0 0 rgba(0, 0, 0, 0.1), inset 0 2px 0 0 rgba(255, 255, 255, 0.3);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.14), inset 0 -2px 0 0 rgba(0, 0, 0, 0.1), inset 0 2px 0 0 rgba(255, 255, 255, 0.3);
  color: #FFF;
  display: inline-block;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  padding: 0.85em 2em;
  font-size: 1em;
  font-weight: bold;
  text-shadow: rgba(0, 0, 0, 0.04) 0 2px 0;
  text-align: center;
  line-height: 1.1;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  /* Tamanhos */
  /* Modos */
  /* Cores */ }
  .botao:hover {
    -webkit-box-shadow: 0 10px 16px -3px rgba(0, 0, 0, 0.23), inset 0 -2px 0 0 rgba(0, 0, 0, 0.085), inset 0 2px 0 0 rgba(255, 255, 255, 0.025);
    box-shadow: 0 10px 16px -3px rgba(0, 0, 0, 0.23), inset 0 -2px 0 0 rgba(0, 0, 0, 0.085), inset 0 2px 0 0 rgba(255, 255, 255, 0.025);
    text-decoration: none !important; }
  .botao .icone {
    vertical-align: middle;
    position: relative;
    top: -0.15em; }
  .botao.pequeno {
    font-size: 0.9em; }
  .botao.grande {
    font-size: 1.15em; }
    @media screen and (min-width: 768px) {
      .botao.grande {
        font-size: 1.3em; } }
    @media screen and (min-width: 992px) {
      .botao.grande {
        font-size: 1.4em; } }
    @media screen and (min-width: 768px) {
      .botao.grande.com-descricao small {
        font-size: 0.65em; } }
    @media screen and (min-width: 992px) {
      .botao.grande.com-descricao small {
        font-size: 0.575em; } }
  .botao.enorme {
    font-size: 1.4em; }
    .botao.enorme img.icone {
      height: 1.15em;
      width: auto; }
    @media screen and (min-width: 345px) {
      .botao.enorme {
        font-size: 1.5em; } }
    @media screen and (min-width: 768px) {
      .botao.enorme {
        font-size: 1.8em; } }
    @media screen and (min-width: 992px) {
      .botao.enorme {
        font-size: 1.9em; } }
    @media screen and (min-width: 1200px) {
      .botao.enorme {
        font-size: 2em; } }
  .botao.compacto {
    padding: 0.65em 1.4em; }
    .botao.compacto.extra {
      padding: 0.5em 1.4em; }
  .botao.com-descricao {
    font-weight: normal;
    line-height: 1.15; }
    .botao.com-descricao small {
      margin-top: 0.3rem;
      display: block;
      opacity: 0.75;
      font-size: 0.75em; }
  .botao.borda {
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #000;
    box-shadow: inset 0 0 0 1px #000; }
    .botao.borda.branca {
      -webkit-box-shadow: inset 0 0 0 1px #FFF;
      box-shadow: inset 0 0 0 1px #FFF; }
  .botao.primario {
    background: #5F00BA;
    color: #FFF !important;
    text-shadow: none; }
    .botao.primario:hover {
      background: #4f009b; }
    .botao.primario.sombra-projetada {
      -webkit-box-shadow: 0 10px 16px -3px rgba(95, 0, 186, 0.5), inset 0 -2px 0 0 rgba(0, 0, 0, 0.1), inset 0 2px 0 0 rgba(255, 255, 255, 0.3);
      box-shadow: 0 10px 16px -3px rgba(95, 0, 186, 0.5), inset 0 -2px 0 0 rgba(0, 0, 0, 0.1), inset 0 2px 0 0 rgba(255, 255, 255, 0.3); }
  .botao.laranja {
    background: #FB5012;
    color: #FFF !important;
    text-shadow: none; }
    .botao.laranja:hover {
      background: #ea4104; }
    .botao.laranja.sombra-projetada {
      -webkit-box-shadow: 0 10px 16px -3px rgba(251, 80, 18, 0.5), inset 0 -2px 0 0 rgba(0, 0, 0, 0.1), inset 0 2px 0 0 rgba(255, 255, 255, 0.3);
      box-shadow: 0 10px 16px -3px rgba(251, 80, 18, 0.5), inset 0 -2px 0 0 rgba(0, 0, 0, 0.1), inset 0 2px 0 0 rgba(255, 255, 255, 0.3); }
  .botao.amarelo {
    background: #FED330;
    color: #000 !important;
    text-shadow: none; }
    .botao.amarelo:hover {
      background: #fecd12; }
  .botao.verde {
    background: #17B890;
    text-shadow: #15aa85 0 2px 0; }
    .botao.verde:hover {
      background: #149d7b;
      -webkit-box-shadow: 0 10px 16px -3px rgba(23, 184, 144, 0.6), inset 0 -2px 0 0 rgba(0, 0, 0, 0.1), inset 0 2px 0 0 rgba(255, 255, 255, 0.3);
      box-shadow: 0 10px 16px -3px rgba(23, 184, 144, 0.6), inset 0 -2px 0 0 rgba(0, 0, 0, 0.1), inset 0 2px 0 0 rgba(255, 255, 255, 0.3); }
    .botao.verde.sombra-projetada {
      -webkit-box-shadow: 0 10px 16px -3px rgba(23, 184, 144, 0.6), inset 0 -2px 0 0 rgba(0, 0, 0, 0.1), inset 0 2px 0 0 rgba(255, 255, 255, 0.3);
      box-shadow: 0 10px 16px -3px rgba(23, 184, 144, 0.6), inset 0 -2px 0 0 rgba(0, 0, 0, 0.1), inset 0 2px 0 0 rgba(255, 255, 255, 0.3); }
  .botao.vermelho {
    background: #D7331A;
    text-shadow: none;
    color: #D7331A; }
    .botao.vermelho:hover {
      background: #bc2d17; }
    .botao.vermelho.basico {
      font-weight: normal;
      background: transparent;
      -webkit-box-shadow: inset 0 0 0 2px #D7331A, 0 10px 15px -3px rgba(0, 0, 0, 0.14);
      box-shadow: inset 0 0 0 2px #D7331A, 0 10px 15px -3px rgba(0, 0, 0, 0.14); }
      .botao.vermelho.basico:hover {
        background: #bc2d17;
        color: #FFF; }

.secao--abertura {
  overflow: hidden;
  position: relative; }
  .secao--abertura:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #F4F6F6 url("../images/fundo-abertura-lilas.png");
    background-size: 500px auto;
    z-index: -1;
    opacity: 0.1; }
    @media screen and (min-width: 768px) {
      .secao--abertura:before {
        background: #F4F6F6 url("../images/fundo-abertura-lilas.png");
        background-size: 720px auto;
        opacity: 0.2; } }
  .secao--abertura .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    background: -webkit-gradient(linear, left top, right top, color-stop(12%, rgba(244, 246, 246, 0)), color-stop(45%, rgba(244, 246, 246, 0.7)), color-stop(55%, rgba(244, 246, 246, 0.7)), color-stop(88%, rgba(244, 246, 246, 0)));
    background: -webkit-linear-gradient(left, rgba(244, 246, 246, 0) 12%, rgba(244, 246, 246, 0.7) 45%, rgba(244, 246, 246, 0.7) 55%, rgba(244, 246, 246, 0) 88%);
    background: -o-linear-gradient(left, rgba(244, 246, 246, 0) 12%, rgba(244, 246, 246, 0.7) 45%, rgba(244, 246, 246, 0.7) 55%, rgba(244, 246, 246, 0) 88%);
    background: linear-gradient(to right, rgba(244, 246, 246, 0) 12%, rgba(244, 246, 246, 0.7) 45%, rgba(244, 246, 246, 0.7) 55%, rgba(244, 246, 246, 0) 88%); }
    @media screen and (min-width: 768px) {
      .secao--abertura .container {
        text-align: left;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        background: -webkit-gradient(linear, left top, right top, color-stop(15%, rgba(244, 246, 246, 0)), color-stop(45%, rgba(244, 246, 246, 0.75)), color-stop(85%, rgba(244, 246, 246, 0.75)), to(rgba(244, 246, 246, 0)));
        background: -webkit-linear-gradient(left, rgba(244, 246, 246, 0) 15%, rgba(244, 246, 246, 0.75) 45%, rgba(244, 246, 246, 0.75) 85%, rgba(244, 246, 246, 0) 100%);
        background: -o-linear-gradient(left, rgba(244, 246, 246, 0) 15%, rgba(244, 246, 246, 0.75) 45%, rgba(244, 246, 246, 0.75) 85%, rgba(244, 246, 246, 0) 100%);
        background: linear-gradient(to right, rgba(244, 246, 246, 0) 15%, rgba(244, 246, 246, 0.75) 45%, rgba(244, 246, 246, 0.75) 85%, rgba(244, 246, 246, 0) 100%); } }
    .secao--abertura .container .foto {
      padding: 20px 0 0;
      -ms-flex-item-align: center;
      align-self: center;
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }
      @media screen and (min-width: 768px) {
        .secao--abertura .container .foto {
          -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
          order: 1;
          -ms-flex-item-align: end;
          align-self: flex-end; } }
      .secao--abertura .container .foto img {
        max-width: 150px;
        vertical-align: bottom; }
        @media screen and (min-width: 768px) {
          .secao--abertura .container .foto img {
            max-width: 280px; } }
        @media screen and (min-width: 810px) {
          .secao--abertura .container .foto img {
            max-width: 320px; } }
        @media screen and (min-width: 992px) {
          .secao--abertura .container .foto img {
            max-width: 386px; } }
    .secao--abertura .container .conteudo {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      padding: 25px 0; }
      @media screen and (min-width: 768px) {
        .secao--abertura .container .conteudo {
          -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
          order: 2;
          padding: 40px 0 80px 40px; } }
  .secao--abertura h2 {
    color: #5F00BA;
    margin-bottom: 0;
    font-size: 1.65rem; }
    @media screen and (min-width: 768px) {
      .secao--abertura h2 {
        font-size: 2.25rem; } }
    @media screen and (min-width: 992px) {
      .secao--abertura h2 {
        font-size: 2.5rem; } }
    @media screen and (min-width: 1200px) {
      .secao--abertura h2 {
        font-size: 3rem; } }
  .secao--abertura .descricao {
    max-width: 620px;
    font-size: 1.125rem;
    margin: 0.85rem 0 1.2rem; }
    @media screen and (min-width: 768px) {
      .secao--abertura .descricao {
        font-size: 1.4rem;
        margin: 1rem 0 2rem; } }
    @media screen and (min-width: 992px) {
      .secao--abertura .descricao {
        font-size: 1.5rem; } }
    @media screen and (min-width: 1200px) {
      .secao--abertura .descricao {
        font-size: 1.6rem; } }
  .secao--abertura .video {
    max-width: 600px;
    -webkit-box-shadow: 0 8px 15px -4px rgba(0, 0, 0, 0.09);
    box-shadow: 0 8px 15px -4px rgba(0, 0, 0, 0.09); }
    .secao--abertura .video small {
      text-transform: uppercase;
      font-weight: normal;
      font-size: 0.65em;
      display: block;
      margin-bottom: 0.5em;
      opacity: 0.7; }
    .secao--abertura .video .player {
      position: relative;
      padding-bottom: 56.25%;
      height: 0;
      overflow: hidden;
      max-width: 100%; }
      .secao--abertura .video .player iframe,
      .secao--abertura .video .player object,
      .secao--abertura .video .player embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
  .secao--abertura .cta {
    text-align: center;
    background: -webkit-gradient(linear, left top, left bottom, from(#dee4e4), to(#f4f6f6)) no-repeat;
    background: -webkit-linear-gradient(top, #dee4e4, #f4f6f6) no-repeat;
    background: -o-linear-gradient(top, #dee4e4, #f4f6f6) no-repeat;
    background: linear-gradient(to bottom, #dee4e4, #f4f6f6) no-repeat;
    background-size: 100% 80px;
    min-height: 80px; }
    @media screen and (min-width: 768px) {
      .secao--abertura .cta {
        min-height: 100px;
        background: -webkit-gradient(linear, left top, left bottom, from(#dee4e4), to(#f4f6f6)) no-repeat;
        background: -webkit-linear-gradient(top, #dee4e4, #f4f6f6) no-repeat;
        background: -o-linear-gradient(top, #dee4e4, #f4f6f6) no-repeat;
        background: linear-gradient(to bottom, #dee4e4, #f4f6f6) no-repeat;
        background-size: 100% 100px; } }
    .secao--abertura .cta .botao {
      margin: 0 1rem;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      padding: 0.8em 1.3em; }
      .secao--abertura .cta .botao small {
        display: none; }
        @media screen and (min-width: 450px) {
          .secao--abertura .cta .botao small {
            display: block; } }
      @media screen and (min-width: 768px) {
        .secao--abertura .cta .botao {
          padding: 0.7em 3em; } }

.secao--sobre-consultoria {
  margin: 0 0 2.5em; }
  @media screen and (min-width: 768px) {
    .secao--sobre-consultoria {
      margin: 1em 0 0; } }
  .secao--sobre-consultoria .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media screen and (min-width: 768px) {
      .secao--sobre-consultoria .container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; } }
    @media screen and (min-width: 768px) {
      .secao--sobre-consultoria .container .foto {
        -ms-flex-item-align: end;
        align-self: flex-end; } }
    .secao--sobre-consultoria .container .foto img {
      display: none;
      vertical-align: bottom; }
      @media screen and (min-width: 768px) {
        .secao--sobre-consultoria .container .foto img {
          display: block;
          max-width: 300px;
          -ms-flex-item-align: end;
          align-self: flex-end; } }
      @media screen and (min-width: 992px) {
        .secao--sobre-consultoria .container .foto img {
          max-width: 365px; } }
    @media screen and (min-width: 768px) {
      .secao--sobre-consultoria .container .conteudo {
        padding: 20px 20px 80px 0; } }
  .secao--sobre-consultoria h2 {
    color: #17B890;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .secao--sobre-consultoria h2 {
        text-align: left; } }
  .secao--sobre-consultoria p {
    margin: 0.75em 0; }

.secao--biografia {
  background: #392F5A;
  color: #FFF;
  padding: 40px 0; }
  @media screen and (min-width: 768px) {
    .secao--biografia {
      padding: 80px 0; } }
  .secao--biografia .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media screen and (min-width: 768px) {
      .secao--biografia .container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; } }
    .secao--biografia .container .foto {
      text-align: center;
      margin-bottom: 1rem; }
      @media screen and (min-width: 768px) {
        .secao--biografia .container .foto {
          margin-bottom: 0;
          text-align: left;
          padding-right: 60px; } }
      .secao--biografia .container .foto img {
        max-width: 140px;
        -webkit-box-shadow: 0 8px 15px -4px #2F264E;
        box-shadow: 0 8px 15px -4px #2F264E;
        border-radius: 400px;
        -webkit-transition: all 0.15s ease-in-out;
        -o-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
        position: relative; }
        @media screen and (min-width: 768px) {
          .secao--biografia .container .foto img {
            max-width: 200px; }
            .secao--biografia .container .foto img:hover {
              -webkit-transform: translateY(-3px);
              -ms-transform: translateY(-3px);
              transform: translateY(-3px);
              -webkit-box-shadow: 0 14px 15px -2px #2F264E;
              box-shadow: 0 14px 15px -2px #2F264E; } }
        @media screen and (min-width: 992px) {
          .secao--biografia .container .foto img {
            max-width: 230px; } }
        @media screen and (min-width: 1200px) {
          .secao--biografia .container .foto img {
            max-width: 275px; } }
      .secao--biografia .container .foto .missao {
        display: none;
        text-align: center;
        color: #A09BE7;
        font-size: 0.95em;
        font-family: "Georgia", "Times New Roman", "Lucida Bright", "Palatino", "Baskerville", serif;
        font-style: italic;
        line-height: 1.3;
        max-width: 260px;
        margin: 1.6rem auto 0; }
        @media screen and (min-width: 768px) {
          .secao--biografia .container .foto .missao {
            display: table; } }
    .secao--biografia .container .conteudo h3 {
      text-align: center; }
      @media screen and (min-width: 768px) {
        .secao--biografia .container .conteudo h3 {
          text-align: left; } }
    .secao--biografia .container .conteudo p {
      font-size: 0.875em;
      font-weight: normal;
      margin: 0.75em 0; }

.secao--sobre-o-curso {
  background: #17B890 url("../images/fundo-sobre-o-curso.jpg");
  background-size: cover;
  color: #FFF;
  padding: 40px 0;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .secao--sobre-o-curso {
      padding: 80px 0; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25) and (min-width: 1100px), only screen and (min--moz-device-pixel-ratio: 1.25) and (min-width: 1100px), only screen and (-o-min-device-pixel-ratio: 1.25 / 1) and (min-width: 1100px), only screen and (min-device-pixel-ratio: 1.25) and (min-width: 1100px), only screen and (-webkit-min-device-pixel-ratio: 2.0833333333333335) and (min-width: 1100px), only screen and (-o-min-device-pixel-ratio: 25/12) and (min-width: 1100px), only screen and (min-resolution: 200dpi) and (min-width: 1100px), only screen and (-o-min-device-pixel-ratio: 5/4) and (min-width: 1100px), only screen and (min-resolution: 1.25dppx) and (min-width: 1100px) {
    .secao--sobre-o-curso {
      background: #17B890 url("../images/fundo-sobre-o-curso@2x.jpg");
      background-size: cover; } }
  .secao--sobre-o-curso .container {
    max-width: 800px; }
  .secao--sobre-o-curso h3 {
    margin: 0; }
  .secao--sobre-o-curso h1 {
    margin-top: 0; }
  .secao--sobre-o-curso p {
    font-size: 0.95em;
    font-weight: normal;
    margin: 0.75em 0; }

.secao--voce-se-identifica {
  text-align: center;
  margin: 4em 0; }
  @media screen and (min-width: 768px) {
    .secao--voce-se-identifica {
      margin: 5em 0; } }
  .secao--voce-se-identifica h2 {
    color: #5F00BA;
    margin-bottom: 0.25em; }
  .secao--voce-se-identifica .descricao {
    font-size: 1.05em;
    max-width: 490px;
    margin: 0 auto 3rem; }
  .secao--voce-se-identifica .container {
    max-width: 800px; }
  .secao--voce-se-identifica .item {
    max-width: 300px;
    margin: 0 auto;
    background: #FFFFFF;
    -webkit-box-shadow: 0 8px 15px -4px rgba(57, 47, 90, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0.1), inset 0 2px 0 0 rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 15px -4px rgba(57, 47, 90, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0.1), inset 0 2px 0 0 rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out; }
    @media screen and (min-width: 768px) {
      .secao--voce-se-identifica .item {
        max-width: 100%; } }
    @media screen and (min-width: 768px) {
      .secao--voce-se-identifica .item:hover {
        -webkit-box-shadow: 0 10px 15px 0px rgba(57, 47, 90, 0.12), inset 0 -2px 0 0 rgba(0, 0, 0, 0.1), inset 0 2px 0 0 rgba(255, 255, 255, 0.2);
        box-shadow: 0 10px 15px 0px rgba(57, 47, 90, 0.12), inset 0 -2px 0 0 rgba(0, 0, 0, 0.1), inset 0 2px 0 0 rgba(255, 255, 255, 0.2); }
        .secao--voce-se-identifica .item:hover img {
          -webkit-transform: scale(1.15);
          -ms-transform: scale(1.15);
          transform: scale(1.15);
          -webkit-box-shadow: 0 12px 15px -2px rgba(57, 47, 90, 0.1);
          box-shadow: 0 12px 15px -2px rgba(57, 47, 90, 0.1);
          border-bottom-left-radius: 5px;
          border-bottom-right-radius: 5px; } }
    .secao--voce-se-identifica .item img {
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
      vertical-align: top;
      -webkit-transition: all 0.15s ease-in-out;
      -o-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out; }
    .secao--voce-se-identifica .item .conteudo {
      padding: 1rem 0.75rem 1.3rem;
      font-size: 0.8em;
      line-height: 1.2;
      font-weight: normal; }

.secao--citacao {
  margin: 2.5em 0; }
  @media screen and (min-width: 768px) {
    .secao--citacao {
      margin: 5em 0; } }
  .secao--citacao .citacoes {
    background: #DEE5E5;
    padding: 26.66667px 0 64px;
    overflow: hidden; }
    .secao--citacao .citacoes .citacao {
      padding: 26.66667px 0 0; }
  .secao--citacao .slick-list .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .secao--citacao .slick-list .slick-slide {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%; }
  .secao--citacao .texto {
    max-width: 570px;
    margin: 0 auto;
    text-align: center;
    font-size: 1.125em;
    position: relative;
    z-index: 5; }
    @media screen and (min-width: 680px) {
      .secao--citacao .texto:before {
        text-align: left;
        position: absolute;
        font-family: "Helvetica", Arial, "Roboto", sans-serif;
        font-weight: bolder;
        content: '\201C';
        font-size: 5em;
        color: #a5b8b8;
        top: -2.5rem;
        left: -2.5rem;
        width: 2em;
        height: 2em;
        z-index: 5; } }
  .secao--citacao .autor {
    position: relative;
    z-index: 5;
    margin-top: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: normal; }
    @media screen and (min-width: 768px) {
      .secao--citacao .autor:hover img {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2); } }
    .secao--citacao .autor img {
      -webkit-transition: all 0.15s ease-in-out;
      -o-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out;
      width: 40px;
      border-radius: 140px;
      margin-right: 0.75rem; }
  .secao--citacao .cta {
    position: relative;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .secao--citacao .cta .botao {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      font-size: 1.15em;
      font-weight: bold;
      margin: 0 1rem;
      padding-left: 1rem;
      padding-right: 1rem; }
      @media screen and (min-width: 768px) {
        .secao--citacao .cta .botao {
          padding-left: 2rem;
          padding-right: 2rem; } }
      .secao--citacao .cta .botao span {
        display: block;
        text-align: left; }
      .secao--citacao .cta .botao img {
        vertical-align: middle;
        position: relative;
        margin-top: -0.15em;
        width: 35px;
        margin-right: 0.5rem; }

.secao--o-que-vai-receber {
  text-align: center;
  margin: 2.5em 0;
  overflow: hidden; }
  @media screen and (min-width: 768px) {
    .secao--o-que-vai-receber {
      margin: 5em 0; } }
  .secao--o-que-vai-receber h2 {
    color: #FB5012;
    margin-bottom: 0.25em; }
  .secao--o-que-vai-receber .descricao {
    font-size: 1.15em;
    margin: 0 0 2.5em; }
  .secao--o-que-vai-receber .principal {
    margin: 0 auto 5em; }
    .secao--o-que-vai-receber .principal .item {
      margin: 0 auto; }
      .secao--o-que-vai-receber .principal .item img {
        width: 160px; }
        @media screen and (min-width: 768px) {
          .secao--o-que-vai-receber .principal .item img {
            width: 211px; } }
  .secao--o-que-vai-receber .secundario h2 {
    max-width: 500px;
    margin-right: auto;
    margin-left: auto; }
  .secao--o-que-vai-receber .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
    max-width: 500px; }
    @media screen and (min-width: 768px) {
      .secao--o-que-vai-receber .item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin: 0;
        max-width: 800px; } }
    @media screen and (min-width: 768px) {
      .secao--o-que-vai-receber .item:hover img {
        -webkit-transform: scale(1.07);
        -ms-transform: scale(1.07);
        transform: scale(1.07);
        -webkit-box-shadow: 0 9px 20px 4px rgba(57, 47, 90, 0.15);
        box-shadow: 0 9px 20px 4px rgba(57, 47, 90, 0.15); } }
    .secao--o-que-vai-receber .item img {
      width: 120px;
      -webkit-box-shadow: 0 8px 15px -4px rgba(57, 47, 90, 0.1);
      box-shadow: 0 8px 15px -4px rgba(57, 47, 90, 0.1);
      margin: 0 auto 0.5em;
      -webkit-transition: all 0.15s ease-in-out;
      -o-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out; }
      @media screen and (min-width: 768px) {
        .secao--o-que-vai-receber .item img {
          width: 120px;
          margin: 0 1.5rem 0 0; } }
      @media screen and (min-width: 992px) {
        .secao--o-que-vai-receber .item img {
          width: 165px;
          margin: 0 2.3rem 0 0; } }
    .secao--o-que-vai-receber .item .cabecalho {
      position: relative;
      display: table;
      margin: 0 auto;
      max-width: 300px; }
      @media screen and (min-width: 768px) {
        .secao--o-que-vai-receber .item .cabecalho {
          display: block;
          margin: 0;
          max-width: 100%; } }
      .secao--o-que-vai-receber .item .cabecalho .numero {
        position: absolute;
        width: 1.85em;
        height: 1.85em;
        top: -2em;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        left: 50%;
        border-radius: 4em;
        color: #FFF;
        font-size: 1em;
        background: #5F00BA;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        line-height: 1; }
        @media screen and (min-width: 768px) {
          .secao--o-que-vai-receber .item .cabecalho .numero {
            top: 0.15em;
            left: -1.5em;
            font-size: 1.05em; } }
        @media screen and (min-width: 992px) {
          .secao--o-que-vai-receber .item .cabecalho .numero {
            font-size: 1.325em; } }
      .secao--o-que-vai-receber .item .cabecalho h3,
      .secao--o-que-vai-receber .item .cabecalho h4 {
        font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
        color: #5F00BA;
        font-weight: lighter;
        margin-bottom: 0.5em;
        text-align: center; }
        @media screen and (min-width: 768px) {
          .secao--o-que-vai-receber .item .cabecalho h3,
          .secao--o-que-vai-receber .item .cabecalho h4 {
            text-align: left; } }
    .secao--o-que-vai-receber .item .descricao {
      font-size: 0.9em;
      margin-bottom: 0; }
      @media screen and (min-width: 768px) {
        .secao--o-que-vai-receber .item .descricao {
          font-size: 0.8em; } }
      @media screen and (min-width: 992px) {
        .secao--o-que-vai-receber .item .descricao {
          font-size: 0.925em; } }
      .secao--o-que-vai-receber .item .descricao ul {
        margin: 0.5em 0 0;
        list-style: inside; }

.secao--grupo-fb {
  background: #DEE5E5;
  margin: 2.5em 0 2.5em;
  padding: 40px 0; }
  @media screen and (min-width: 768px) {
    .secao--grupo-fb {
      margin: 2.5em 0 5em; } }
  .secao--grupo-fb .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media screen and (min-width: 768px) {
      .secao--grupo-fb .container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; } }
  .secao--grupo-fb .conteudo {
    max-width: 450px;
    margin: 1rem 0 auto; }
    @media screen and (min-width: 768px) {
      .secao--grupo-fb .conteudo {
        max-width: 53%;
        margin: 0 0 0 auto;
        padding-left: 2rem; } }
    @media screen and (min-width: 992px) {
      .secao--grupo-fb .conteudo {
        max-width: 55%; } }
  .secao--grupo-fb .badge {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    background: #3B5998;
    border-radius: 300px;
    color: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.2rem 2rem;
    width: 100%;
    max-width: 320px; }
    @media screen and (min-width: 768px) {
      .secao--grupo-fb .badge {
        max-width: 45%;
        padding: 1.5rem 2rem; } }
    @media screen and (min-width: 992px) {
      .secao--grupo-fb .badge {
        max-width: 42%;
        padding: 1.7rem 2.5rem; } }
    .secao--grupo-fb .badge small {
      font-size: 0.725em;
      text-transform: uppercase;
      font-weight: normal;
      line-height: 1;
      display: block; }
      @media screen and (min-width: 768px) {
        .secao--grupo-fb .badge small {
          font-size: 0.7em; } }
      @media screen and (min-width: 992px) {
        .secao--grupo-fb .badge small {
          font-size: 0.725em; } }
    .secao--grupo-fb .badge h4 {
      margin: 0;
      font-weight: lighter;
      font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
      font-size: 1.4em;
      line-height: 1; }
      @media screen and (min-width: 768px) {
        .secao--grupo-fb .badge h4 {
          font-size: 1.5em; } }
      @media screen and (min-width: 992px) {
        .secao--grupo-fb .badge h4 {
          font-size: 1.9em; } }
    .secao--grupo-fb .badge .facebook {
      height: 30px;
      margin-right: 1rem; }
      @media screen and (min-width: 768px) {
        .secao--grupo-fb .badge .facebook {
          height: 40px;
          margin-right: 1.3rem; } }
      @media screen and (min-width: 992px) {
        .secao--grupo-fb .badge .facebook {
          height: 50px;
          margin-right: 1.65rem; } }
    .secao--grupo-fb .badge .cadeado {
      height: 25px;
      margin-left: auto;
      -webkit-animation: tremer linear 1.5s infinite;
      animation: tremer linear 1.5s infinite; }
      @media screen and (min-width: 768px) {
        .secao--grupo-fb .badge .cadeado {
          height: 35px; } }
      @media screen and (min-width: 992px) {
        .secao--grupo-fb .badge .cadeado {
          height: 45px; } }

.secao--o-que-vou-aprender {
  margin: 2.5em 0; }
  @media screen and (min-width: 768px) {
    .secao--o-que-vou-aprender {
      margin: 5em 0; } }
  .secao--o-que-vou-aprender .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media screen and (min-width: 768px) {
      .secao--o-que-vou-aprender .container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; } }
  .secao--o-que-vou-aprender .coluna-a h2 {
    color: #5F00BA;
    margin-bottom: 0.5em; }
  .secao--o-que-vou-aprender .coluna-a .descricao {
    font-weight: normal; }
  .secao--o-que-vou-aprender .coluna-a .itens {
    margin-top: 2.5em; }
    .secao--o-que-vou-aprender .coluna-a .itens p {
      font-size: 0.925em;
      margin: 1.25em 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
      @media screen and (min-width: 768px) {
        .secao--o-que-vou-aprender .coluna-a .itens p {
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; } }
      @media screen and (min-width: 768px) {
        .secao--o-que-vou-aprender .coluna-a .itens p:hover img {
          -webkit-transform: scale(1.15);
          -ms-transform: scale(1.15);
          transform: scale(1.15);
          -webkit-box-shadow: 0 8px 15px -3px rgba(57, 47, 90, 0.15);
          box-shadow: 0 8px 15px -3px rgba(57, 47, 90, 0.15); } }
      .secao--o-que-vou-aprender .coluna-a .itens p img {
        -webkit-transition: all 0.15s ease-in-out;
        -o-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
        -webkit-box-shadow: 0 8px 15px -4px rgba(57, 47, 90, 0.1);
        box-shadow: 0 8px 15px -4px rgba(57, 47, 90, 0.1);
        width: 60px;
        border-radius: 200px;
        margin-right: 1.25rem; }
        @media screen and (min-width: 768px) {
          .secao--o-que-vou-aprender .coluna-a .itens p img {
            width: 85px; } }
  .secao--o-que-vou-aprender .coluna-b {
    display: none;
    min-width: 300px;
    margin-left: 5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
    @media screen and (min-width: 768px) {
      .secao--o-que-vou-aprender .coluna-b {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    .secao--o-que-vou-aprender .coluna-b img {
      width: 300px;
      -webkit-transition: all 0.15s ease-in-out;
      -o-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out;
      -webkit-box-shadow: 0 5px 15px -1px rgba(160, 177, 177, 0.75);
      box-shadow: 0 5px 15px -1px rgba(160, 177, 177, 0.75);
      border-radius: 5px; }
      @media screen and (min-width: 768px) {
        .secao--o-que-vou-aprender .coluna-b img:hover {
          -webkit-transform: scale(1.05);
          -ms-transform: scale(1.05);
          transform: scale(1.05);
          -webkit-box-shadow: 0 9px 15px -1px rgba(160, 177, 177, 0.85);
          box-shadow: 0 9px 15px -1px rgba(160, 177, 177, 0.85); } }

.secao--depoimentos {
  text-align: center;
  margin: 2.5em 0;
  padding: 53.33333px 0 0; }
  @media screen and (min-width: 768px) {
    .secao--depoimentos {
      margin: 5em 0; } }
  .secao--depoimentos h2 {
    color: #FB5012;
    margin-bottom: 0; }
  .secao--depoimentos img {
    -webkit-box-shadow: 0 8px 15px -4px rgba(57, 47, 90, 0.09);
    box-shadow: 0 8px 15px -4px rgba(57, 47, 90, 0.09);
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    border-radius: 5px;
    width: 400px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .secao--depoimentos img:hover {
      position: relative;
      -webkit-box-shadow: 0 8px 20px 2px rgba(57, 47, 90, 0.12);
      box-shadow: 0 8px 20px 2px rgba(57, 47, 90, 0.12); }
  .secao--depoimentos .descricao {
    font-size: 1.1em;
    margin-bottom: 2.5em; }
  .secao--depoimentos .container-depoimentos-wpp,
  .secao--depoimentos .container-depoimentos-fb {
    margin: 0 auto;
    padding: 0 20px; }
  .secao--depoimentos .container-depoimentos-wpp {
    max-width: 1500px; }
    .secao--depoimentos .container-depoimentos-wpp img:hover {
      -webkit-transform: scale(1.175);
      -ms-transform: scale(1.175);
      transform: scale(1.175); }
      @media screen and (min-width: 768px) {
        .secao--depoimentos .container-depoimentos-wpp img:hover {
          -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
          transform: scale(1.1); } }
  .secao--depoimentos .container-depoimentos-fb {
    max-width: 1500px; }
    .secao--depoimentos .container-depoimentos-fb .column img {
      margin-top: 1rem; }
      @media screen and (min-width: 768px) {
        .secao--depoimentos .container-depoimentos-fb .column img {
          margin-top: 2rem; } }
      .secao--depoimentos .container-depoimentos-fb .column img:hover {
        -webkit-transform: scale(1.175);
        -ms-transform: scale(1.175);
        transform: scale(1.175); }
        @media screen and (min-width: 768px) {
          .secao--depoimentos .container-depoimentos-fb .column img:hover {
            -webkit-transform: scale(1.05);
            -ms-transform: scale(1.05);
            transform: scale(1.05); } }
  .secao--depoimentos .ui.grid .column.small-above {
    display: none !important; }
    @media screen and (min-width: 992px) {
      .secao--depoimentos .ui.grid .column.small-above {
        display: block !important; } }

.secao--comprar {
  text-align: center; }
  .secao--comprar .container {
    max-width: 800px; }
  .secao--comprar .linha-a h2 {
    color: #FB5012;
    font-weight: lighter;
    margin: 0 0 32px; }
    @media screen and (min-width: 768px) {
      .secao--comprar .linha-a h2 {
        margin: 0 0 1em; } }
    @media screen and (min-width: 992px) {
      .secao--comprar .linha-a h2 {
        margin: 0 0 1.85em; } }
  .secao--comprar .linha-b {
    background: #17B890;
    color: #FFF; }
    .secao--comprar .linha-b .container {
      max-width: 400px;
      position: relative;
      text-align: left;
      font-weight: normal;
      padding: 32px 20px; }
      @media screen and (min-width: 768px) {
        .secao--comprar .linha-b .container {
          padding: 45.71429px 20px 45.71429px 290px;
          max-width: 920px; } }
      @media screen and (min-width: 992px) {
        .secao--comprar .linha-b .container {
          padding-left: 360px; } }
      .secao--comprar .linha-b .container p,
      .secao--comprar .linha-b .container .item {
        position: relative;
        z-index: 5; }
      .secao--comprar .linha-b .container p {
        font-size: 1.15em;
        margin: 0 0 1.25rem;
        text-align: center; }
        @media screen and (min-width: 768px) {
          .secao--comprar .linha-b .container p {
            text-align: left; } }
      .secao--comprar .linha-b .container .item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        line-height: 1.2;
        margin: 1rem 0; }
        .secao--comprar .linha-b .container .item:last-child {
          margin-bottom: 0; }
        @media screen and (min-width: 768px) {
          .secao--comprar .linha-b .container .item:hover img {
            -webkit-transform: scale(1.15);
            -ms-transform: scale(1.15);
            transform: scale(1.15); } }
        .secao--comprar .linha-b .container .item img {
          margin-right: 1rem;
          position: relative;
          -webkit-transition: all 0.15s ease-in-out;
          -o-transition: all 0.15s ease-in-out;
          transition: all 0.15s ease-in-out; }
    .secao--comprar .linha-b .foto {
      display: none;
      position: absolute;
      left: -35px;
      bottom: 0;
      z-index: 1; }
      @media screen and (min-width: 768px) {
        .secao--comprar .linha-b .foto {
          display: block; } }
      .secao--comprar .linha-b .foto img {
        vertical-align: bottom;
        width: 200px; }
        @media screen and (min-width: 768px) {
          .secao--comprar .linha-b .foto img {
            width: 297px; } }
        @media screen and (min-width: 992px) {
          .secao--comprar .linha-b .foto img {
            width: 367px; } }
  .secao--comprar .linha-c {
    background: #26CDA3;
    color: #FFF;
    padding: 32px 0 0; }
    @media screen and (min-width: 768px) {
      .secao--comprar .linha-c {
        padding: 53.33333px 0 0; } }
    .secao--comprar .linha-c h4 {
      font-size: 1.3rem;
      margin-bottom: 32px; }
      @media screen and (min-width: 768px) {
        .secao--comprar .linha-c h4 {
          font-size: 1.6rem;
          margin-bottom: 53.33333px; } }
    .secao--comprar .linha-c .area-comprar {
      position: relative;
      overflow: hidden;
      padding: 0 0 53.33333px; }
      .secao--comprar .linha-c .area-comprar:before {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        top: 150px;
        left: 0;
        background: #F4F6F6;
        z-index: 1; }
      .secao--comprar .linha-c .area-comprar .caixa {
        background: #FFF url("../images/icone-seta-comprar.svg") no-repeat 1.25rem 1.25rem;
        background-size: 37px auto;
        max-width: 420px;
        margin: 0 auto;
        padding: 0.75rem;
        color: #392F5A;
        -webkit-box-shadow: 0 8px 15px -4px rgba(57, 47, 90, 0.36);
        box-shadow: 0 8px 15px -4px rgba(57, 47, 90, 0.36);
        -webkit-transition: all 0.15s ease-in-out;
        -o-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out; }
        @media screen and (min-width: 420px) {
          .secao--comprar .linha-c .area-comprar .caixa {
            border-radius: 5px;
            background: #FFF url("../images/icone-seta-comprar.svg") no-repeat 1.25rem 1.25rem;
            background-size: 45px auto; } }
        @media screen and (min-width: 768px) {
          .secao--comprar .linha-c .area-comprar .caixa:hover {
            -webkit-box-shadow: 0 6px 20px 4px rgba(57, 47, 90, 0.25);
            box-shadow: 0 6px 20px 4px rgba(57, 47, 90, 0.25); } }
      .secao--comprar .linha-c .area-comprar .tempo-oferta,
      .secao--comprar .linha-c .area-comprar .cartoes,
      .secao--comprar .linha-c .area-comprar .caixa {
        position: relative;
        z-index: 5; }
      .secao--comprar .linha-c .area-comprar .tempo-oferta {
        margin: 2.5rem auto 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        color: #392F5A;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 1.1em; }
        .secao--comprar .linha-c .area-comprar .tempo-oferta img {
          margin-right: 0.75rem; }
        .secao--comprar .linha-c .area-comprar .tempo-oferta div span {
          margin-left: 0.3rem;
          background: #FB5012;
          color: #FFF;
          font-weight: normal;
          padding: 0.2em 0.6em;
          border-radius: 5px;
          display: inline-block; }
      .secao--comprar .linha-c .area-comprar .cartoes {
        margin: 2.5rem auto 0;
        max-width: 250px; }
  .secao--comprar .informacoes-preco {
    line-height: 1.2;
    padding: 1.3rem 0.5rem; }
    .secao--comprar .informacoes-preco .preco-antigo {
      margin-bottom: 0.5em;
      color: #D7331A;
      font-size: 0.95em; }
      .secao--comprar .informacoes-preco .preco-antigo .valor {
        font-weight: normal;
        position: relative;
        padding-left: 0.3em;
        padding-right: 0.35em;
        display: inline-block;
        font-size: 1.125em; }
        .secao--comprar .informacoes-preco .preco-antigo .valor:after {
          content: " ";
          position: absolute;
          bottom: 0;
          left: 0;
          border-top: 2px solid #d7331a;
          height: 46%;
          height: calc(57% - 1px);
          width: 100%;
          -webkit-transform: rotateZ(-10deg);
          -ms-transform: rotate(-10deg);
          transform: rotateZ(-10deg); }
    .secao--comprar .informacoes-preco .preco-atual {
      font-size: 1.25em;
      margin: 1rem 0;
      color: #118b6d; }
      .secao--comprar .informacoes-preco .preco-atual .valor {
        font-size: 1.3em;
        border-radius: 5px;
        font-weight: normal; }
        .secao--comprar .informacoes-preco .preco-atual .valor strong {
          font-weight: bold; }
    .secao--comprar .informacoes-preco .preco-a-vista {
      font-size: 0.8em;
      color: rgba(57, 47, 90, 0.8); }
  .secao--comprar .cta a {
    background: #5F00BA;
    color: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: bold;
    padding: 1.35rem 1rem;
    position: relative;
    font-size: 1.1em;
    -webkit-box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.1), inset 0 2px 0 0 rgba(255, 255, 255, 0.3);
    box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.1), inset 0 2px 0 0 rgba(255, 255, 255, 0.3);
    border-radius: 5px;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out; }
    @media screen and (min-width: 768px) {
      .secao--comprar .cta a:hover {
        background: #4f009b; }
        .secao--comprar .cta a:hover img {
          -webkit-transform: translateX(0.5em);
          -ms-transform: translateX(0.5em);
          transform: translateX(0.5em); } }
    .secao--comprar .cta a img {
      position: absolute;
      left: 1rem;
      -webkit-transition: all 0.15s ease-in-out;
      -o-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out;
      height: 28px; }
      @media screen and (min-width: 550px) {
        .secao--comprar .cta a img {
          height: 32px; } }

.secao--garantia {
  margin: 2.5em 0;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .secao--garantia {
      margin: 5em 0; } }
  .secao--garantia h3 {
    color: #5F00BA; }
  .secao--garantia .container {
    max-width: 920px; }
  .secao--garantia .imagem {
    text-align: center; }
    .secao--garantia .imagem .badge {
      width: 100%;
      max-width: 150px;
      margin: 0 auto;
      position: relative; }
      .secao--garantia .imagem .badge:before {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        content: '';
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: 2px dashed rgba(155, 126, 222, 0.35);
        border-radius: 300px;
        -webkit-animation: girar linear 32s infinite;
        animation: girar linear 32s infinite; }
      @media screen and (min-width: 768px) {
        .secao--garantia .imagem .badge {
          max-width: 200px; } }
      .secao--garantia .imagem .badge img {
        vertical-align: middle;
        margin: 0 auto;
        width: 100%; }
  .secao--garantia p {
    margin: 0.5em 0;
    font-size: 1em; }
    .secao--garantia p:first-child {
      margin-top: 0; }
    @media screen and (min-width: 768px) {
      .secao--garantia p {
        text-align: left; } }
  .secao--garantia .cta {
    margin-top: 1.5rem; }
    .secao--garantia .cta .botao {
      font-weight: normal;
      font-size: 1.05em;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding-left: 1rem;
      padding-right: 1rem; }
      @media screen and (min-width: 520px) {
        .secao--garantia .cta .botao {
          padding-left: 2rem;
          padding-right: 2rem;
          font-size: 1.1em; } }
      @media screen and (min-width: 768px) {
        .secao--garantia .cta .botao {
          font-size: 1.2em; } }
      .secao--garantia .cta .botao span {
        text-align: left;
        display: block; }
      .secao--garantia .cta .botao img {
        vertical-align: middle;
        position: relative;
        margin-top: -0.15em;
        width: 38px;
        margin-right: 0.75rem; }

.secao--perguntas-frequentes {
  margin: 5em 0;
  padding-top: 3.33333em; }
  .secao--perguntas-frequentes h2 {
    text-align: center;
    margin-bottom: 0; }
  .secao--perguntas-frequentes .listagem-perguntas {
    padding-top: 1.25em; }
    @media screen and (min-width: 768px) {
      .secao--perguntas-frequentes .listagem-perguntas {
        padding-top: 2.5em; } }
  .secao--perguntas-frequentes .pergunta {
    margin: 0;
    text-align: left;
    padding: 0.5em 1rem;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    border-radius: 5px; }
    @media screen and (min-width: 992px) {
      .secao--perguntas-frequentes .pergunta:hover {
        background: #e6ebeb; }
        .secao--perguntas-frequentes .pergunta:hover .titulo {
          color: #392F5A; } }
    .secao--perguntas-frequentes .pergunta.ativo {
      padding: 0.75em 1rem 1rem;
      background: #FFF;
      -webkit-box-shadow: 0 15px 16px -5px rgba(0, 0, 0, 0.06);
      box-shadow: 0 15px 16px -5px rgba(0, 0, 0, 0.06); }
      .secao--perguntas-frequentes .pergunta.ativo:before {
        background: #FFF;
        -webkit-transform: scaleX(1.075) scaleY(1.2);
        -ms-transform: scaleX(1.075) scaleY(1.2);
        transform: scaleX(1.075) scaleY(1.2);
        -webkit-box-shadow: 0 15px 16px -5px rgba(0, 0, 0, 0.06);
        box-shadow: 0 15px 16px -5px rgba(0, 0, 0, 0.06); }
      .secao--perguntas-frequentes .pergunta.ativo .titulo {
        color: #392F5A; }
        .secao--perguntas-frequentes .pergunta.ativo .titulo .numero {
          -webkit-box-shadow: none;
          box-shadow: none; }
    .secao--perguntas-frequentes .pergunta .titulo {
      cursor: pointer;
      font-size: 0.95em;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-line-pack: center;
      align-content: center;
      line-height: 1.25; }
      .secao--perguntas-frequentes .pergunta .titulo span {
        display: inline-block;
        margin: auto 0; }
      @media (min-width: 768px) {
        .secao--perguntas-frequentes .pergunta .titulo {
          font-size: 1.05em; } }
      .secao--perguntas-frequentes .pergunta .titulo .numero {
        -webkit-transition: all 0.15s ease-in-out;
        -o-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
        font-weight: lighter;
        border-radius: 3em;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: 0.5em;
        min-width: 1.75em;
        min-height: 1.75em;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background: #5F00BA;
        color: #FFF;
        font-size: 1em; }
    .secao--perguntas-frequentes .pergunta .resposta {
      padding: 1.25rem 0 0;
      display: none; }
      .secao--perguntas-frequentes .pergunta .resposta a {
        color: #D7331A; }
      .secao--perguntas-frequentes .pergunta .resposta p {
        line-height: 1.4em;
        font-size: 0.95rem; }
        @media (min-width: 768px) {
          .secao--perguntas-frequentes .pergunta .resposta p {
            font-size: 1.1rem; } }
        .secao--perguntas-frequentes .pergunta .resposta p:first-child {
          margin-top: 0; }
        .secao--perguntas-frequentes .pergunta .resposta p:last-child {
          margin-bottom: 0; }
  @media (max-width: 768px) {
    .secao--perguntas-frequentes .ui.stackable.grid .column:first-child {
      padding-bottom: 0 !important; }
    .secao--perguntas-frequentes .ui.stackable.grid .column:last-child {
      padding-top: 0 !important; } }

.rodape {
  padding: 40px 0 160px;
  margin-top: 5em;
  background: #DEE5E5;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .rodape {
      padding: 40px 0;
      text-align: left; } }
  .rodape .logo a {
    display: inline-block; }
    .rodape .logo a img {
      width: 120px; }
  .rodape .copyright {
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    opacity: 0.875;
    margin-top: 1rem;
    color: #566e6e; }
    .rodape .copyright:hover {
      opacity: 1; }
    .rodape .copyright p {
      font-size: 0.9em;
      margin: 0.25em 0; }
      @media (min-width: 768px) {
        .rodape .copyright p {
          margin: 0.2em 0;
          font-size: 0.8em; } }
    .rodape .copyright small {
      font-size: 0.8rem; }
  .rodape .oportunidade {
    font-size: 0.95em;
    margin-bottom: 1rem; }
  .rodape .links {
    list-style: none;
    padding: 0;
    margin: 0; }
    .rodape .links li {
      margin: 0.6em 0;
      font-size: 0.95em; }
      .rodape .links li:first-child {
        margin-top: 0; }
      .rodape .links li a {
        color: #405151;
        display: block; }
        .rodape .links li a:hover {
          text-decoration: underline; }
      @media (min-width: 768px) {
        .rodape .links li {
          margin: 0.75rem 0; }
          .rodape .links li:first-child {
            margin-left: 0; }
          .rodape .links li:last-child {
            margin-right: 0; }
          .rodape .links li a {
            margin-top: 0; } }
  .rodape .badges {
    background: #a5b8b8;
    border-radius: 5px;
    display: inline-block;
    margin: 0.5em 0 0;
    padding: 0.5em 1em; }
    .rodape .badges img {
      vertical-align: middle;
      width: 120px;
      display: table;
      margin: 0 auto; }
      @media screen and (min-width: 768px) {
        .rodape .badges img {
          display: inline-block; } }
    .rodape .badges .botao {
      border-radius: 5px;
      -webkit-box-shadow: none;
      box-shadow: none;
      background: #17B890; }
      @media screen and (min-width: 768px) {
        .rodape .badges .botao {
          margin: 0 1rem; } }

#bio_ep_close {
  font-size: 1em; }

#bio_ep_bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  background-color: #000;
  opacity: 0.4;
  z-index: 10001; }

#bio_ep {
  padding: 1rem;
  font-size: 1.15rem;
  text-align: center;
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  background-color: #fff;
  -webkit-box-shadow: 0 4px 10px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 10px 2px rgba(0, 0, 0, 0.3);
  z-index: 10002; }
  #bio_ep .titulo {
    color: #5F00BA;
    margin-top: 0; }
  #bio_ep .acoes {
    margin-top: 2rem; }
    #bio_ep .acoes p {
      margin: 0.5rem 0; }
    #bio_ep .acoes .botao {
      margin: 0.15rem; }
      #bio_ep .acoes .botao.vermelho {
        font-size: 0.9em;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none; }
  @media screen and (min-width: 768px) {
    #bio_ep {
      font-size: 1.3rem;
      padding: 3rem; } }

#bio_ep_close {
  float: right;
  width: 20px;
  height: 20px;
  color: #D7331A;
  font-size: 1rem;
  font-family: sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  border-radius: 2rem;
  cursor: pointer; }
  #bio_ep_close:hover {
    background: #D7331A;
    color: #FFF; }

/*
    Created on : Mar 19, 2014, 9:48:25 AM
    Author     : @arboshiki
*/
/*
    Created on : Sep 19, 2014, 1:47:13 PM
    Author     : @arboshiki
*/
/*
    Author      : @arboshiki
*/
/*
    Created on : Aug 11, 2014, 5:14:12 PM
    Author     : @arboshiki
*/
.animated-super-fast {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated-fast {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated-slow {
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }

@-webkit-keyframes jumpUp {
  0% {
    -webkit-transform: translate3d(0, calc(230%), 0) scale3d(0, 1, 1);
    -webkit-animation-timing-function: ease-in; }
  40% {
    -webkit-transform: translate3d(0, 0, 0) scale3d(0.02, 1.1, 1);
    -webkit-animation-timing-function: ease-out; }
  70% {
    -webkit-transform: translate3d(0, -40px, 0) scale3d(0.8, 1.1, 1); }
  100% {
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1); } }

@keyframes jumpUp {
  0% {
    -webkit-transform: translate3d(0, calc(230%), 0) scale3d(0, 1, 1);
    transform: translate3d(0, calc(230%), 0) scale3d(0, 1, 1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  40% {
    -webkit-transform: translate3d(0, 0, 0) scale3d(0.02, 1.1, 1);
    transform: translate3d(0, 0, 0) scale3d(0.02, 1.1, 1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  70% {
    -webkit-transform: translate3d(0, -40px, 0) scale3d(0.8, 1.1, 1);
    transform: translate3d(0, -40px, 0) scale3d(0.8, 1.1, 1); }
  100% {
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1); } }

@-webkit-keyframes expandOpen {
  0% {
    -webkit-transform: scale(1.8); }
  50% {
    -webkit-transform: scale(0.95); }
  80% {
    -webkit-transform: scale(1.05); }
  90% {
    -webkit-transform: scale(0.98); }
  100% {
    -webkit-transform: scale(1); } }

@keyframes expandOpen {
  0% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8); }
  50% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95); }
  80% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  90% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes fadeInScale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0.0; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@-webkit-keyframes fadeInScale {
  0% {
    -webkit-transform: scale(0);
    opacity: 0.0; }
  100% {
    -webkit-transform: scale(1);
    opacity: 1; } }

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3); }
  50% {
    opacity: 1; } }

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3); }
  100% {
    opacity: 0; } }

@keyframes zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  50% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3); }
  100% {
    opacity: 0; } }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce; }

.jumpUp {
  -webkit-animation-name: jumpUp;
  animation-name: jumpUp; }

.expandOpen {
  animation-name: expandOpen;
  -webkit-animation-name: expandOpen; }

.fadeInScale {
  animation-name: fadeInScale;
  -webkit-animation-name: fadeInScale; }

/*
    Created on : Sep 19, 2014, 1:47:04 PM
    Author     : @arboshiki
*/
body.lobibox-open {
  overflow: hidden; }

.lobibox {
  position: fixed;
  z-index: 4001; }

.lobibox .lobibox-header {
  font-size: 0.9em; }

.lobibox .lobibox-header .btn-close {
  float: right;
  background-color: transparent;
  cursor: pointer;
  border: none;
  outline: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.lobibox .lobibox-header .btn-close:hover {
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.7); }

.lobibox .lobibox-body {
  overflow: hidden;
  display: table;
  position: relative;
  width: 100%;
  padding: 15px 20px;
  background-color: rgba(255, 255, 255, 0.98); }

.lobibox .lobibox-body .lobibox-icon-wrapper {
  position: relative;
  height: 100%;
  display: table;
  font-size: 60px; }

.lobibox .lobibox-body .lobibox-icon-wrapper .lobibox-icon {
  display: table-cell;
  vertical-align: middle; }

.lobibox .lobibox-body .lobibox-body-text-wrapper {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  padding-left: 10px; }

.lobibox .lobibox-footer {
  text-align: center;
  padding: 6px; }

.lobibox .lobibox-footer > * {
  margin: 0 10px 0 0; }

.lobibox .lobibox-btn.lobibox-btn-default .badge {
  color: #e2e2e2;
  background-color: #000; }

.lobibox.lobibox-hidden {
  display: none; }

.lobibox-backdrop {
  position: fixed;
  z-index: 4000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); }

/*
    Created on : Sep 19, 2014, 2:01:43 PM
    Author     : @arboshiki
*/
.lobibox-notify-wrapper {
  z-index: 5000;
  position: fixed; }

.lobibox-notify-wrapper.top {
  top: 0px; }

.lobibox-notify-wrapper.bottom {
  bottom: 0px; }

.lobibox-notify-wrapper.left {
  left: 0px;
  margin-right: 0px; }

.lobibox-notify-wrapper.right {
  right: 5px;
  margin-left: 0px; }

.lobibox-notify-wrapper.right .lobibox-notify {
  margin-left: auto; }

.lobibox-notify-wrapper.center {
  left: 50%; }

.lobibox-notify-wrapper-large {
  z-index: 5000;
  position: fixed; }

.lobibox-notify-wrapper-large.top {
  top: 0px; }

.lobibox-notify-wrapper-large.bottom {
  bottom: 0px; }

.lobibox-notify-wrapper-large.left {
  left: 0px; }

.lobibox-notify-wrapper-large.left .lb-notify-tabs > li {
  float: left;
  margin-left: 0;
  margin-right: 2px; }

.lobibox-notify-wrapper-large.right {
  right: 0px; }

.lobibox-notify-wrapper-large .lb-notify-tabs {
  list-style: none;
  padding: 0;
  margin: 0 0 -5px 0; }

.lobibox-notify-wrapper-large .lb-notify-tabs > li {
  float: right;
  margin-left: 2px; }

.lobibox-notify-wrapper-large .lb-notify-tabs > li > a {
  text-align: center;
  display: table;
  text-decoration: none;
  font-size: 18px;
  height: 32px;
  color: #FFF;
  width: 28px;
  opacity: 0.6; }

.lobibox-notify {
  position: relative;
  min-height: 65px;
  margin: 7px 0;
  border-radius: 5px;
  border: 1px solid transparent;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }

.lobibox-notify .lobibox-notify-icon-wrapper {
  position: absolute;
  left: 15px;
  width: 60px;
  height: 100%; }

.lobibox-notify .lobibox-notify-icon {
  display: table;
  width: 100%;
  height: 100%; }

.lobibox-notify .lobibox-notify-icon > div {
  display: table-cell;
  vertical-align: middle; }

.lobibox-notify .lobibox-notify-icon > div > img {
  width: 100%;
  max-width: 100%;
  margin-top: 3px;
  border-radius: 4px; }

.lobibox-notify .lobibox-notify-icon > div .icon-el {
  text-align: center;
  font-size: 55px; }

.lobibox-notify .lobibox-notify-body {
  margin: 10px 20px;
  margin-left: 90px; }

.lobibox-notify .lobibox-notify-title {
  margin-bottom: 0.25em; }

.lobibox-notify .lobibox-notify-msg {
  overflow: hidden;
  font-size: 0.75em;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.85); }
  @media (min-width: 768px) {
    .lobibox-notify .lobibox-notify-msg {
      font-size: 0.7em; } }

.lobibox-notify .lobibox-close {
  position: absolute;
  text-align: center;
  border-radius: 50%;
  right: 10px;
  top: 10px;
  font-size: 20px;
  line-height: 19px;
  width: 19px;
  height: 19px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }

.lobibox-notify .lobibox-close:hover {
  background-color: rgba(0, 0, 0, 0.5);
  font-weight: bold; }

.lobibox-notify .lobibox-delay-indicator {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px; }

.lobibox-notify .lobibox-delay-indicator > div {
  position: relative;
  height: 100%;
  width: 0;
  background-color: rgba(0, 0, 0, 0.2);
  border-bottom-left-radius: 5px; }

.lobibox-notify.lobibox-notify-info {
  background: #17B890;
  color: #FFF;
  text-transform: uppercase; }

.lobibox-notify.rounded {
  border-radius: 30px; }

.lobibox-notify:hover {
  cursor: pointer; }

.lobibox-notify.notify-mini {
  min-height: 36px; }

.lobibox-notify.notify-mini .lobibox-notify-title {
  font-weight: bold;
  font-size: 0.775em;
  line-height: 1.15; }
  @media (min-width: 768px) {
    .lobibox-notify.notify-mini .lobibox-notify-title {
      font-size: 0.825em; } }

.lobibox-notify.notify-mini .lobibox-notify-msg {
  line-height: 1.15; }

.lobibox-notify.notify-mini .lobibox-notify-icon-wrapper {
  left: 12px;
  width: 32px; }

.lobibox-notify.notify-mini .lobibox-notify-icon > div .icon-el {
  font-size: 32px; }

.lobibox-notify.notify-mini .lobibox-notify-body {
  margin: 10px 20px 10px 58px; }

.lobibox-notify.without-icon .lobibox-notify-body {
  margin-left: 20px; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99999;
  display: none;
  pointer-events: none; }
  .modal:target {
    display: block;
    pointer-events: auto; }
  .modal .conteudo {
    background: #FFF;
    -webkit-box-shadow: rgba(0, 0, 0, 0.6) 0 8px 20px 0;
    box-shadow: rgba(0, 0, 0, 0.6) 0 8px 20px 0;
    padding: 1em;
    width: 100%;
    max-width: 400px;
    position: relative;
    margin: 20px auto; }
    @media (min-width: 768px) {
      .modal .conteudo {
        margin: 10% auto;
        padding: 1.5em;
        border-radius: 5px; } }
    .modal .conteudo .titulo {
      margin-top: 0;
      color: #5F00BA; }
  .modal .close {
    color: #333;
    line-height: 25px;
    font-size: 25px;
    text-align: center;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 25px;
    text-decoration: none;
    border-radius: 50px; }

.modal-bancos .logotipo-banco {
  width: 60px;
  height: auto;
  margin: 0 0 1rem 1rem;
  float: right; }

.modal-bancos .sistemas {
  border-left: 1px solid #dddddd;
  border-top: 1px solid #dddddd; }
  .modal-bancos .sistemas .sistema {
    display: block;
    padding: 0.75em 0.5em;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd; }
    .modal-bancos .sistemas .sistema:hover {
      text-decoration: none;
      background: #eeeeee; }
    .modal-bancos .sistemas .sistema strong {
      font-size: 1.05em; }
    .modal-bancos .sistemas .sistema span {
      display: block;
      color: #392F5A;
      margin-top: 2px; }
    .modal-bancos .sistemas .sistema img {
      vertical-align: top;
      width: 18px;
      height: auto;
      margin-right: 2px; }

.pulsar-brilho-primario {
  -webkit-animation: pulsar-botao-brilho-primario ease-in-out 1.6s infinite;
  animation: pulsar-botao-brilho-primario ease-in-out 1.6s infinite; }

@-webkit-keyframes pulsar-botao-brilho-primario {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(95, 0, 186, 0.4), 0 10px 15px -3px rgba(0, 0, 0, 0.14), inset 0 -2px 0 0 rgba(0, 0, 0, 0.1), inset 0 2px 0 0 rgba(255, 255, 255, 0.3); }
  70% {
    -webkit-box-shadow: 0 0 0 12px rgba(95, 0, 186, 0), 0 10px 15px -3px rgba(0, 0, 0, 0.14), inset 0 -2px 0 0 rgba(0, 0, 0, 0.1), inset 0 2px 0 0 rgba(255, 255, 255, 0.3); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(95, 0, 186, 0), 0 10px 15px -3px rgba(0, 0, 0, 0.14), inset 0 -2px 0 0 rgba(0, 0, 0, 0.1), inset 0 2px 0 0 rgba(255, 255, 255, 0.3); } }

@keyframes pulsar-botao-brilho-primario {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(95, 0, 186, 0.4), 0 10px 15px -3px rgba(0, 0, 0, 0.14), inset 0 -2px 0 0 rgba(0, 0, 0, 0.1), inset 0 2px 0 0 rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: 0 0 0 0 rgba(95, 0, 186, 0.4), 0 10px 15px -3px rgba(0, 0, 0, 0.14), inset 0 -2px 0 0 rgba(0, 0, 0, 0.1), inset 0 2px 0 0 rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 0 rgba(95, 0, 186, 0.4), 0 10px 15px -3px rgba(0, 0, 0, 0.14), inset 0 -2px 0 0 rgba(0, 0, 0, 0.1), inset 0 2px 0 0 rgba(255, 255, 255, 0.3); }
  70% {
    -moz-box-shadow: 0 0 0 12px rgba(95, 0, 186, 0), 0 10px 15px -3px rgba(0, 0, 0, 0.14), inset 0 -2px 0 0 rgba(0, 0, 0, 0.1), inset 0 2px 0 0 rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: 0 0 0 12px rgba(95, 0, 186, 0), 0 10px 15px -3px rgba(0, 0, 0, 0.14), inset 0 -2px 0 0 rgba(0, 0, 0, 0.1), inset 0 2px 0 0 rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 12px rgba(95, 0, 186, 0), 0 10px 15px -3px rgba(0, 0, 0, 0.14), inset 0 -2px 0 0 rgba(0, 0, 0, 0.1), inset 0 2px 0 0 rgba(255, 255, 255, 0.3); }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(95, 0, 186, 0), 0 10px 15px -3px rgba(0, 0, 0, 0.14), inset 0 -2px 0 0 rgba(0, 0, 0, 0.1), inset 0 2px 0 0 rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: 0 0 0 0 rgba(95, 0, 186, 0), 0 10px 15px -3px rgba(0, 0, 0, 0.14), inset 0 -2px 0 0 rgba(0, 0, 0, 0.1), inset 0 2px 0 0 rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 0 rgba(95, 0, 186, 0), 0 10px 15px -3px rgba(0, 0, 0, 0.14), inset 0 -2px 0 0 rgba(0, 0, 0, 0.1), inset 0 2px 0 0 rgba(255, 255, 255, 0.3); } }

.pulsar-brilho-laranja {
  -webkit-animation: pulsar-botao-brilho-laranja ease-in-out 1.6s infinite;
  animation: pulsar-botao-brilho-laranja ease-in-out 1.6s infinite; }

@-webkit-keyframes pulsar-botao-brilho-laranja {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(251, 80, 18, 0.4), 0 10px 15px -3px rgba(0, 0, 0, 0.14), inset 0 -2px 0 0 rgba(0, 0, 0, 0.1), inset 0 2px 0 0 rgba(255, 255, 255, 0.3); }
  70% {
    -webkit-box-shadow: 0 0 0 12px rgba(251, 80, 18, 0), 0 10px 15px -3px rgba(0, 0, 0, 0.14), inset 0 -2px 0 0 rgba(0, 0, 0, 0.1), inset 0 2px 0 0 rgba(255, 255, 255, 0.3); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(251, 80, 18, 0), 0 10px 15px -3px rgba(0, 0, 0, 0.14), inset 0 -2px 0 0 rgba(0, 0, 0, 0.1), inset 0 2px 0 0 rgba(255, 255, 255, 0.3); } }

@keyframes pulsar-botao-brilho-laranja {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(251, 80, 18, 0.4), 0 10px 15px -3px rgba(0, 0, 0, 0.14), inset 0 -2px 0 0 rgba(0, 0, 0, 0.1), inset 0 2px 0 0 rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: 0 0 0 0 rgba(251, 80, 18, 0.4), 0 10px 15px -3px rgba(0, 0, 0, 0.14), inset 0 -2px 0 0 rgba(0, 0, 0, 0.1), inset 0 2px 0 0 rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 0 rgba(251, 80, 18, 0.4), 0 10px 15px -3px rgba(0, 0, 0, 0.14), inset 0 -2px 0 0 rgba(0, 0, 0, 0.1), inset 0 2px 0 0 rgba(255, 255, 255, 0.3); }
  70% {
    -moz-box-shadow: 0 0 0 12px rgba(251, 80, 18, 0), 0 10px 15px -3px rgba(0, 0, 0, 0.14), inset 0 -2px 0 0 rgba(0, 0, 0, 0.1), inset 0 2px 0 0 rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: 0 0 0 12px rgba(251, 80, 18, 0), 0 10px 15px -3px rgba(0, 0, 0, 0.14), inset 0 -2px 0 0 rgba(0, 0, 0, 0.1), inset 0 2px 0 0 rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 12px rgba(251, 80, 18, 0), 0 10px 15px -3px rgba(0, 0, 0, 0.14), inset 0 -2px 0 0 rgba(0, 0, 0, 0.1), inset 0 2px 0 0 rgba(255, 255, 255, 0.3); }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(251, 80, 18, 0), 0 10px 15px -3px rgba(0, 0, 0, 0.14), inset 0 -2px 0 0 rgba(0, 0, 0, 0.1), inset 0 2px 0 0 rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: 0 0 0 0 rgba(251, 80, 18, 0), 0 10px 15px -3px rgba(0, 0, 0, 0.14), inset 0 -2px 0 0 rgba(0, 0, 0, 0.1), inset 0 2px 0 0 rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 0 rgba(251, 80, 18, 0), 0 10px 15px -3px rgba(0, 0, 0, 0.14), inset 0 -2px 0 0 rgba(0, 0, 0, 0.1), inset 0 2px 0 0 rgba(255, 255, 255, 0.3); } }

@-webkit-keyframes pulsar-brilho-laranja {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(251, 80, 18, 0.5);
    -webkit-box-shadow: 0 0 0 0 rgba(251, 80, 18, 0.5);
    box-shadow: 0 0 0 0 rgba(251, 80, 18, 0.5); }
  70% {
    -moz-box-shadow: 0 0 0 12px rgba(251, 80, 18, 0);
    -webkit-box-shadow: 0 0 0 12px rgba(251, 80, 18, 0);
    box-shadow: 0 0 0 12px rgba(251, 80, 18, 0); }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(251, 80, 18, 0);
    -webkit-box-shadow: 0 0 0 0 rgba(251, 80, 18, 0);
    box-shadow: 0 0 0 0 rgba(251, 80, 18, 0); } }

@keyframes pulsar-brilho-laranja {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(251, 80, 18, 0.5);
    -webkit-box-shadow: 0 0 0 0 rgba(251, 80, 18, 0.5);
    box-shadow: 0 0 0 0 rgba(251, 80, 18, 0.5); }
  70% {
    -moz-box-shadow: 0 0 0 12px rgba(251, 80, 18, 0);
    -webkit-box-shadow: 0 0 0 12px rgba(251, 80, 18, 0);
    box-shadow: 0 0 0 12px rgba(251, 80, 18, 0); }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(251, 80, 18, 0);
    -webkit-box-shadow: 0 0 0 0 rgba(251, 80, 18, 0);
    box-shadow: 0 0 0 0 rgba(251, 80, 18, 0); } }

.pulsar-brilho-verde {
  -webkit-animation: pulsar-botao-brilho-verde ease-in-out 1.6s infinite;
  animation: pulsar-botao-brilho-verde ease-in-out 1.6s infinite; }

@-webkit-keyframes pulsar-botao-brilho-verde {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(23, 184, 144, 0.4), 0 10px 15px -3px rgba(0, 0, 0, 0.14), inset 0 -2px 0 0 rgba(0, 0, 0, 0.1), inset 0 2px 0 0 rgba(255, 255, 255, 0.3); }
  70% {
    -webkit-box-shadow: 0 0 0 12px rgba(23, 184, 144, 0), 0 10px 15px -3px rgba(0, 0, 0, 0.14), inset 0 -2px 0 0 rgba(0, 0, 0, 0.1), inset 0 2px 0 0 rgba(255, 255, 255, 0.3); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(23, 184, 144, 0), 0 10px 15px -3px rgba(0, 0, 0, 0.14), inset 0 -2px 0 0 rgba(0, 0, 0, 0.1), inset 0 2px 0 0 rgba(255, 255, 255, 0.3); } }

@keyframes pulsar-botao-brilho-verde {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(23, 184, 144, 0.4), 0 10px 15px -3px rgba(0, 0, 0, 0.14), inset 0 -2px 0 0 rgba(0, 0, 0, 0.1), inset 0 2px 0 0 rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: 0 0 0 0 rgba(23, 184, 144, 0.4), 0 10px 15px -3px rgba(0, 0, 0, 0.14), inset 0 -2px 0 0 rgba(0, 0, 0, 0.1), inset 0 2px 0 0 rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 0 rgba(23, 184, 144, 0.4), 0 10px 15px -3px rgba(0, 0, 0, 0.14), inset 0 -2px 0 0 rgba(0, 0, 0, 0.1), inset 0 2px 0 0 rgba(255, 255, 255, 0.3); }
  70% {
    -moz-box-shadow: 0 0 0 12px rgba(23, 184, 144, 0), 0 10px 15px -3px rgba(0, 0, 0, 0.14), inset 0 -2px 0 0 rgba(0, 0, 0, 0.1), inset 0 2px 0 0 rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: 0 0 0 12px rgba(23, 184, 144, 0), 0 10px 15px -3px rgba(0, 0, 0, 0.14), inset 0 -2px 0 0 rgba(0, 0, 0, 0.1), inset 0 2px 0 0 rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 12px rgba(23, 184, 144, 0), 0 10px 15px -3px rgba(0, 0, 0, 0.14), inset 0 -2px 0 0 rgba(0, 0, 0, 0.1), inset 0 2px 0 0 rgba(255, 255, 255, 0.3); }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(23, 184, 144, 0), 0 10px 15px -3px rgba(0, 0, 0, 0.14), inset 0 -2px 0 0 rgba(0, 0, 0, 0.1), inset 0 2px 0 0 rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: 0 0 0 0 rgba(23, 184, 144, 0), 0 10px 15px -3px rgba(0, 0, 0, 0.14), inset 0 -2px 0 0 rgba(0, 0, 0, 0.1), inset 0 2px 0 0 rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 0 rgba(23, 184, 144, 0), 0 10px 15px -3px rgba(0, 0, 0, 0.14), inset 0 -2px 0 0 rgba(0, 0, 0, 0.1), inset 0 2px 0 0 rgba(255, 255, 255, 0.3); } }

@-moz-keyframes girar {
  from {
    -moz-transform: rotate(0deg); }
  to {
    -moz-transform: rotate(360deg); } }

@-webkit-keyframes girar {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }

@keyframes girar {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-moz-keyframes tremer {
  10%, 90% {
    -moz-transform: translate3d(-1px, 0, 0); }
  20%, 80% {
    -moz-transform: translate3d(2px, 0, 0); }
  30%, 50%, 70% {
    -moz-transform: translate3d(-3px, 0, 0); }
  40%, 60% {
    -moz-transform: translate3d(3px, 0, 0); } }

@-webkit-keyframes tremer {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0); }
  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0); }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-3px, 0, 0);
    transform: translate3d(-3px, 0, 0); }
  40%, 60% {
    -webkit-transform: translate3d(3px, 0, 0);
    transform: translate3d(3px, 0, 0); } }

@keyframes tremer {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0); }
  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0); }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-3px, 0, 0);
    transform: translate3d(-3px, 0, 0); }
  40%, 60% {
    -webkit-transform: translate3d(3px, 0, 0);
    transform: translate3d(3px, 0, 0); } }

@-webkit-keyframes pulsar-coracao {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.125);
    transform: scale(1.125); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes pulsar-coracao {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.125);
    transform: scale(1.125); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.pagina-institucional header.cabecalho {
  background: #e6ebeb;
  margin-bottom: 2.5em; }
  .pagina-institucional header.cabecalho .container {
    max-width: 920px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-top: 2.5rem;
    padding-bottom: 1.5rem; }
    @media screen and (min-width: 768px) {
      .pagina-institucional header.cabecalho .container {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem; } }
    .pagina-institucional header.cabecalho .container .coluna-a {
      position: relative; }
    .pagina-institucional header.cabecalho .container .coluna-b {
      padding-left: 2rem;
      margin-left: auto; }
    .pagina-institucional header.cabecalho .container .voltar {
      position: absolute;
      top: -2.15em;
      font-size: 0.85em;
      font-weight: normal;
      color: #899f9f;
      -webkit-transition: all 0.15s ease-in-out;
      -o-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out; }
      @media screen and (min-width: 768px) {
        .pagina-institucional header.cabecalho .container .voltar {
          top: -1.75em;
          font-size: 0.725em; } }
      .pagina-institucional header.cabecalho .container .voltar:hover {
        color: #5F00BA; }
    .pagina-institucional header.cabecalho .container .logo {
      display: inline-block; }
      .pagina-institucional header.cabecalho .container .logo img {
        width: 90px; }
        @media screen and (min-width: 768px) {
          .pagina-institucional header.cabecalho .container .logo img {
            width: 120px; } }
    .pagina-institucional header.cabecalho .container h2 {
      margin: 0; }

.pagina-institucional .texto {
  font-size: 0.9em; }
  .pagina-institucional .texto .container {
    max-width: 800px;
    text-align: justify; }
  .pagina-institucional .texto h2,
  .pagina-institucional .texto h3,
  .pagina-institucional .texto h4 {
    margin-top: 1.5em;
    text-align: left; }
  .pagina-institucional .texto .voltar {
    margin-top: 3.33333em;
    text-align: center;
    font-size: 1.15em;
    display: block; }
  .pagina-institucional .texto hr {
    margin: 2.5em 0;
    border-top: 1px solid #c1cfcf;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    height: 1px; }

.pagina-institucional .rodape {
  padding: 26.66667px 0;
  text-align: center;
  color: #849a9a; }

.pagina-oferta header.cabecalho,
.pagina-pos-compra header.cabecalho {
  background: #e6ebeb; }
  .pagina-oferta header.cabecalho .container,
  .pagina-pos-compra header.cabecalho .container {
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 1rem; }
    .pagina-oferta header.cabecalho .container .logo,
    .pagina-pos-compra header.cabecalho .container .logo {
      display: inline-block; }
      .pagina-oferta header.cabecalho .container .logo img,
      .pagina-pos-compra header.cabecalho .container .logo img {
        width: 75px; }
        @media screen and (min-width: 768px) {
          .pagina-oferta header.cabecalho .container .logo img,
          .pagina-pos-compra header.cabecalho .container .logo img {
            width: 100px; } }

.pagina-oferta .desconto-especial {
  background: #5F00BA;
  color: #FFF;
  padding: 40px 0;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .pagina-oferta .desconto-especial {
      padding: 80px 0; } }
  .pagina-oferta .desconto-especial a {
    color: #FFF; }
  .pagina-oferta .desconto-especial h2,
  .pagina-oferta .desconto-especial h3,
  .pagina-oferta .desconto-especial h4 {
    font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    margin: 0; }
  .pagina-oferta .desconto-especial svg path {
    fill: #FFF; }
  .pagina-oferta .desconto-especial h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: bold;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0.7em; }
    @media screen and (min-width: 768px) {
      .pagina-oferta .desconto-especial h2 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; } }
    .pagina-oferta .desconto-especial h2 .icone {
      margin-right: 1rem;
      position: relative;
      width: 2em;
      height: 2em;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      vertical-align: middle;
      line-height: 1; }
      .pagina-oferta .desconto-especial h2 .icone:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #FB5012;
        border-radius: 120px;
        z-index: 1;
        -webkit-animation: pulsar-brilho-laranja 2s infinite;
        animation: pulsar-brilho-laranja 2s infinite; }
      .pagina-oferta .desconto-especial h2 .icone svg {
        width: 2rem;
        height: auto;
        z-index: 5;
        position: relative; }
        @media screen and (min-width: 768px) {
          .pagina-oferta .desconto-especial h2 .icone svg {
            width: 2.5rem; } }
    .pagina-oferta .desconto-especial h2 a {
      display: inline-block; }
  .pagina-oferta .desconto-especial h4 strong {
    -webkit-animation: tremer 2s infinite;
    animation: tremer 2s infinite;
    display: inline-block;
    position: relative; }
  .pagina-oferta .desconto-especial h4 span {
    padding: 0.25em 0.6em;
    margin: 0 0.2em;
    border-radius: 5px;
    display: inline-block;
    position: relative;
    color: #FFF;
    z-index: 10; }
    .pagina-oferta .desconto-especial h4 span:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #FB5012;
      border-radius: 5px;
      z-index: -1;
      -webkit-animation: pulsar-coracao 2s infinite;
      animation: pulsar-coracao 2s infinite; }

.pagina-oferta .secao--depoimentos {
  margin-top: 0;
  background: transparent; }

.pagina-pos-compra .status {
  font-size: 1.1em;
  padding: 40px 0;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .pagina-pos-compra .status {
      padding: 80px 0; } }
  @media (min-width: 768px) {
    .pagina-pos-compra .status {
      font-size: 1.4em; } }
  .pagina-pos-compra .status.finalizado {
    background: #17B890;
    color: #FFF; }
  .pagina-pos-compra .status.pendente {
    background: #5F00BA;
    color: #FFF; }
  .pagina-pos-compra .status .retorno {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media screen and (min-width: 768px) {
      .pagina-pos-compra .status .retorno {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; } }
  .pagina-pos-compra .status .icone {
    display: inline-block;
    width: auto;
    height: 40px;
    vertical-align: middle;
    position: relative;
    margin-bottom: 0.5em; }
    @media (min-width: 768px) {
      .pagina-pos-compra .status .icone {
        height: 50px;
        margin-bottom: 0;
        margin-right: 1rem; } }
    .pagina-pos-compra .status .icone path {
      fill: #FFF; }
  .pagina-pos-compra .status h2 {
    display: inline-block;
    margin: 0;
    line-height: 1.05;
    font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: bold; }
  .pagina-pos-compra .status .descricao {
    margin-top: 1rem; }
    .pagina-pos-compra .status .descricao strong.destaque {
      font-weight: bold;
      color: #FED330; }

.pagina-pos-compra .liberar-compra-agora {
  margin-top: 1em;
  text-align: center; }
  .pagina-pos-compra .liberar-compra-agora h3 {
    color: #FB5012;
    font-size: 1.6em;
    font-weight: normal; }
  .pagina-pos-compra .liberar-compra-agora p {
    font-size: 1.1em;
    margin: 0.15em 0; }
  .pagina-pos-compra .liberar-compra-agora .area-botao {
    margin: 2em 0; }
    .pagina-pos-compra .liberar-compra-agora .area-botao .botao {
      font-size: 1.1em; }

.pagina-pos-compra .prazo-de-entrega {
  margin-top: 2em;
  text-align: center; }
  .pagina-pos-compra .prazo-de-entrega .icone svg {
    height: 50px;
    width: auto; }
    .pagina-pos-compra .prazo-de-entrega .icone svg path {
      fill: #5F00BA; }
  .pagina-pos-compra .prazo-de-entrega p {
    font-size: 1em;
    margin: 0.15em 0; }
    @media (min-width: 768px) {
      .pagina-pos-compra .prazo-de-entrega p {
        font-size: 1.25em; } }
    .pagina-pos-compra .prazo-de-entrega p.destaque {
      background: #5F00BA;
      display: table;
      margin-left: auto;
      margin-right: auto;
      color: #FFF;
      font-weight: bold;
      padding: 0.25em 1em;
      border-radius: 5px; }

.pagina-pos-compra .contato {
  margin: 5rem auto;
  font-size: 1.05em;
  text-align: center;
  padding: 0 0.75em; }

@media screen and (min-width: 768px) {
  .pagina-pos-compra .aprove-sua-compra p,
  .pagina-pos-compra .pagar-sem-imprimir p {
    font-size: 1.175em; } }

.pagina-pos-compra .aprove-sua-compra {
  margin: 5em 0; }

.pagina-pos-compra .pagar-sem-imprimir {
  margin: 2.5em 0; }
  .pagina-pos-compra .pagar-sem-imprimir .ui.grid > .column:not(.row), .pagina-pos-compra .pagar-sem-imprimir .ui.grid > .row > .column {
    padding: 0; }
  .pagina-pos-compra .pagar-sem-imprimir .ui.grid.bancos {
    margin-top: 1em;
    background: #FFF;
    border-top: 1px solid #DDD;
    border-left: 1px solid #DDD; }
    .pagina-pos-compra .pagar-sem-imprimir .ui.grid.bancos .column {
      padding: 0; }
      .pagina-pos-compra .pagar-sem-imprimir .ui.grid.bancos .column a {
        color: #392F5A;
        font-weight: bold;
        font-size: 1em;
        padding: 0.5em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        width: 100%;
        -webkit-transition: all 0.1s linear;
        -o-transition: all 0.1s linear;
        transition: all 0.1s linear;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-right: 1px solid #DDD;
        border-bottom: 1px solid #DDD; }
        .pagina-pos-compra .pagar-sem-imprimir .ui.grid.bancos .column a:hover {
          text-decoration: none;
          background: #DDD; }
      .pagina-pos-compra .pagar-sem-imprimir .ui.grid.bancos .column img {
        width: 30px;
        height: 30px;
        margin-right: 0.3em; }

.pagina-pos-compra .rodape {
  padding: 26.66667px 0;
  text-align: center;
  color: #849a9a; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

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

.slick-arrow.slick-hidden {
  display: none; }
