/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 5, ../../../../Ruby31-x64/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../Ruby31-x64/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../Ruby31-x64/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../Ruby31-x64/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../Ruby31-x64/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../Ruby31-x64/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../Ruby31-x64/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../Ruby31-x64/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../Ruby31-x64/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 10, ../sass/screen.scss */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* line 99, ../sass/screen.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* line 113, ../sass/screen.scss */
body {
  line-height: 1;
}

/* line 117, ../sass/screen.scss */
img {
  vertical-align: middle;
}

/* line 121, ../sass/screen.scss */
ol,
ul {
  list-style: none;
}

/* line 126, ../sass/screen.scss */
blockquote,
q {
  quotes: none;
}

/* line 131, ../sass/screen.scss */
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

/* line 139, ../sass/screen.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 144, ../sass/screen.scss */
b,
strong {
  font-weight: bold;
}

/* line 149, ../sass/screen.scss */
i,
em {
  font-style: italic;
}

/* line 154, ../sass/screen.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 160, ../sass/screen.scss */
body {
  background-color: #FFFFFF;
  color: #333333;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.42857;
}

/* line 168, ../sass/screen.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

/* line 180, ../sass/screen.scss */
h1 {
  font-size: 41px;
}

/* line 184, ../sass/screen.scss */
h2 {
  font-size: 34px;
}

/* line 188, ../sass/screen.scss */
h3 {
  font-size: 28px;
}

/* line 192, ../sass/screen.scss */
h4 {
  font-size: 20px;
}

/* line 196, ../sass/screen.scss */
h5 {
  font-size: 16px;
}

/* line 200, ../sass/screen.scss */
h6 {
  font-size: 14px;
}

/* line 204, ../sass/screen.scss */
.bricks--page {
  width: 100%;
}

/* line 208, ../sass/screen.scss */
.bricks--section {
  width: 100%;
}

/* line 212, ../sass/screen.scss */
.bricks--section > div {
  margin-left: auto;
  margin-right: auto;
}

/* line 217, ../sass/screen.scss */
.bricks--row {
  display: flex;
  flex-flow: column nowrap;
}

/* line 222, ../sass/screen.scss */
.bricks--column > div {
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* line 228, ../sass/screen.scss */
.bricks--component-box {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
}

@media screen and (min-width: 768px) {
  /* line 235, ../sass/screen.scss */
  .bricks--row {
    flex-flow: row nowrap;
  }
}
/* line 241, ../sass/screen.scss */
.bricks-form {
  height: auto;
  width: 100%;
}

/* line 246, ../sass/screen.scss */
.bricks-form__fieldset {
  display: flex;
  flex-flow: row wrap;
  margin-left: -5px;
  margin-right: -5px;
}

/* line 253, ../sass/screen.scss */
.bricks-form__field {
  display: flex;
  width: 100%;
  flex-grow: 1;
  flex-direction: column;
}

/* line 260, ../sass/screen.scss */
.bricks-form__label {
  position: relative !important;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0.4em;
  line-height: 1.25;
  vertical-align: middle;
}

/* line 269, ../sass/screen.scss */
.bricks-form__input {
  display: block;
  width: 100%;
  padding: 0 0.5em;
  line-height: 1.42857;
}

/* line 276, ../sass/screen.scss */
.bricks-form__input.error {
  border: 1px solid red !important;
}

/* line 280, ../sass/screen.scss */
.bricks-form__field__option .bricks-form__label {
  padding-left: 1.33em;
  margin-bottom: 0.2em;
}

/* line 285, ../sass/screen.scss */
.bricks-form__field__option .bricks-form__label input[type="checkbox"],
.bricks-form__field__option .bricks-form__label input[type="radio"] {
  margin: 0px 0px 0px -1.33em;
}

/* line 290, ../sass/screen.scss */
.bricks-form__submit {
  position: relative;
}

/* line 294, ../sass/screen.scss */
.bricks--component-video div {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  line-height: 0;
  box-sizing: border-box;
}

/* line 302, ../sass/screen.scss */
.bricks--component-video div iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* line 311, ../sass/screen.scss */
.bricks--component-text {
  color: #333;
  line-height: 1.42;
  overflow: hidden;
  word-wrap: break-word;
}

/* line 318, ../sass/screen.scss */
.bricks--component-text a {
  color: #31a2ff;
  text-decoration: none;
}

/* line 323, ../sass/screen.scss */
.bricks--component-text sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 331, ../sass/screen.scss */
.bricks--component-text sub {
  bottom: -0.25em;
}

/* line 335, ../sass/screen.scss */
.bricks--component-text sup {
  top: -0.5em;
}

/* line 339, ../sass/screen.scss */
.bricks--component-text ol,
.bricks--component-text ul {
  padding-left: 1.5em;
}

/* line 344, ../sass/screen.scss */
.bricks--component-text ol > li,
.bricks--component-text ul > li {
  list-style-type: none;
}

/* line 349, ../sass/screen.scss */
.bricks--component-text ul > li::before {
  content: '\2022';
}

/* line 353, ../sass/screen.scss */
.bricks--component-text li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}

/* line 359, ../sass/screen.scss */
.bricks--component-text li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}

/* line 365, ../sass/screen.scss */
.bricks--component-text li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}

/* line 370, ../sass/screen.scss */
.bricks--component-text ol li:not(.ql-direction-rtl),
.bricks--component-text ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}

/* line 375, ../sass/screen.scss */
.bricks--component-text ol li.ql-direction-rtl,
.bricks--component-text ul li.ql-direction-rtl {
  padding-right: 1.5em;
}

/* line 380, ../sass/screen.scss */
.bricks--component-text ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}

/* line 385, ../sass/screen.scss */
.bricks--component-text ol li:before {
  content: counter(list-0,decimal) ". ";
}

/* line 389, ../sass/screen.scss */
.bricks--component-text ol li.ql-indent-1 {
  counter-increment: list-1;
}

/* line 393, ../sass/screen.scss */
.bricks--component-text ol li.ql-indent-1:before {
  content: counter(list-1,lower-alpha) ". ";
}

/* line 397, ../sass/screen.scss */
.bricks--component-text ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

/* line 401, ../sass/screen.scss */
.bricks--component-text ol li.ql-indent-2 {
  counter-increment: list-2;
}

/* line 405, ../sass/screen.scss */
.bricks--component-text ol li.ql-indent-2:before {
  content: counter(list-2,lower-roman) ". ";
}

/* line 409, ../sass/screen.scss */
.bricks--component-text ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

/* line 413, ../sass/screen.scss */
.bricks--component-text ol li.ql-indent-3 {
  counter-increment: list-3;
}

/* line 417, ../sass/screen.scss */
.bricks--component-text ol li.ql-indent-3:before {
  content: counter(list-3,decimal) ". ";
}

/* line 421, ../sass/screen.scss */
.bricks--component-text ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}

/* line 425, ../sass/screen.scss */
.bricks--component-text ol li.ql-indent-4 {
  counter-increment: list-4;
}

/* line 429, ../sass/screen.scss */
.bricks--component-text ol li.ql-indent-4:before {
  content: counter(list-4,lower-alpha) ". ";
}

/* line 433, ../sass/screen.scss */
.bricks--component-text ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}

/* line 437, ../sass/screen.scss */
.bricks--component-text ol li.ql-indent-5 {
  counter-increment: list-5;
}

/* line 441, ../sass/screen.scss */
.bricks--component-text ol li.ql-indent-5:before {
  content: counter(list-5,lower-roman) ". ";
}

/* line 445, ../sass/screen.scss */
.bricks--component-text ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}

/* line 449, ../sass/screen.scss */
.bricks--component-text ol li.ql-indent-6 {
  counter-increment: list-6;
}

/* line 453, ../sass/screen.scss */
.bricks--component-text ol li.ql-indent-6:before {
  content: counter(list-6,decimal) ". ";
}

/* line 457, ../sass/screen.scss */
.bricks--component-text ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}

/* line 461, ../sass/screen.scss */
.bricks--component-text ol li.ql-indent-7 {
  counter-increment: list-7;
}

/* line 465, ../sass/screen.scss */
.bricks--component-text ol li.ql-indent-7:before {
  content: counter(list-7,lower-alpha) ". ";
}

/* line 469, ../sass/screen.scss */
.bricks--component-text ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}

/* line 473, ../sass/screen.scss */
.bricks--component-text ol li.ql-indent-8 {
  counter-increment: list-8;
}

/* line 477, ../sass/screen.scss */
.bricks--component-text ol li.ql-indent-8:before {
  content: counter(list-8,lower-roman) ". ";
}

/* line 481, ../sass/screen.scss */
.bricks--component-text ol li.ql-indent-8 {
  counter-reset: list-9;
}

/* line 485, ../sass/screen.scss */
.bricks--component-text ol li.ql-indent-9 {
  counter-increment: list-9;
}

/* line 489, ../sass/screen.scss */
.bricks--component-text ol li.ql-indent-9:before {
  content: counter(list-9,decimal) ". ";
}

/* line 493, ../sass/screen.scss */
.bricks--component-text .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}

/* line 497, ../sass/screen.scss */
.bricks--component-text li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}

/* line 501, ../sass/screen.scss */
.bricks--component-text .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}

/* line 505, ../sass/screen.scss */
.bricks--component-text li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}

/* line 509, ../sass/screen.scss */
.bricks--component-text .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}

/* line 513, ../sass/screen.scss */
.bricks--component-text li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}

/* line 517, ../sass/screen.scss */
.bricks--component-text .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}

/* line 521, ../sass/screen.scss */
.bricks--component-text li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}

/* line 525, ../sass/screen.scss */
.bricks--component-text .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}

/* line 529, ../sass/screen.scss */
.bricks--component-text li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}

/* line 533, ../sass/screen.scss */
.bricks--component-text .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}

/* line 537, ../sass/screen.scss */
.bricks--component-text li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}

/* line 541, ../sass/screen.scss */
.bricks--component-text .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}

/* line 545, ../sass/screen.scss */
.bricks--component-text li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}

/* line 549, ../sass/screen.scss */
.bricks--component-text .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}

/* line 553, ../sass/screen.scss */
.bricks--component-text li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}

/* line 557, ../sass/screen.scss */
.bricks--component-text .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}

/* line 561, ../sass/screen.scss */
.bricks--component-text li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}

/* line 565, ../sass/screen.scss */
.bricks--component-text .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}

/* line 569, ../sass/screen.scss */
.bricks--component-text li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}

/* line 573, ../sass/screen.scss */
.bricks--component-text .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}

/* line 577, ../sass/screen.scss */
.bricks--component-text li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}

/* line 581, ../sass/screen.scss */
.bricks--component-text .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}

/* line 585, ../sass/screen.scss */
.bricks--component-text li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}

/* line 589, ../sass/screen.scss */
.bricks--component-text .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}

/* line 593, ../sass/screen.scss */
.bricks--component-text li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}

/* line 597, ../sass/screen.scss */
.bricks--component-text .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}

/* line 601, ../sass/screen.scss */
.bricks--component-text li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}

/* line 605, ../sass/screen.scss */
.bricks--component-text .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}

/* line 609, ../sass/screen.scss */
.bricks--component-text li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}

/* line 613, ../sass/screen.scss */
.bricks--component-text .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}

/* line 617, ../sass/screen.scss */
.bricks--component-text li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}

/* line 621, ../sass/screen.scss */
.bricks--component-text .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}

/* line 625, ../sass/screen.scss */
.bricks--component-text li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}

/* line 629, ../sass/screen.scss */
.bricks--component-text .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}

/* line 633, ../sass/screen.scss */
.bricks--component-text li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}

/* line 637, ../sass/screen.scss */
.bricks--component-text .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}

/* line 643, ../sass/screen.scss */
.bricks--section > div {
  max-width: 990px;
}

/* line 648, ../sass/screen.scss */
#rd-section-jvp9vkrd {
  background-image: url("./../assets/img/banner.gif");
  background-size: 100% 100%;
  border-bottom-style: none;
  border-color: #000000;
  border-left-style: none;
  border-radius: 0px;
  border-right-style: none;
  border-top-style: none;
  border-width: 1px;
}

/* line 660, ../sass/screen.scss */
#rd-column-jvp9vkrf {
  display: block;
}

@media screen and (max-width: 767px) {
  /* line 665, ../sass/screen.scss */
  #rd-section-jvp9vkrd {
    background-size: 1000px 100%;
    background-position: top right -400px;
  }

  /* line 669, ../sass/screen.scss */
  #rd-column-jvp9vkrf {
    display: block;
  }
}
/* line 674, ../sass/screen.scss */
#rd-section-jvp9vkrd > div:not(.bricks--row) {
  min-height: 0px;
}

/* line 682, ../sass/screen.scss */
#rd-row-jvp9vkre {
  min-height: 328px;
}

/* line 686, ../sass/screen.scss */
#rd-row-jvp9vkre .bricks--column > div {
  min-height: 328px;
}

@media screen and (max-width: 767px) {
  /* line 691, ../sass/screen.scss */
  #rd-row-jvp9vkre.bricks--row.rd-row {
    min-height: auto;
  }
}
/* line 697, ../sass/screen.scss */
#rd-column-jvp9xjif {
  flex: 6 0 0;
}

/* line 701, ../sass/screen.scss */
#rd-column-jvp9xjif > div {
  background-color: transparent;
  justify-content: center;
  padding-top: 0px;
  padding-right: 30px;
  padding-bottom: 0px;
  padding-left: 30px;
}

@media screen and (max-width: 767px) {
  /* line 713, ../sass/screen.scss */
  #rd-column-jvp9xjif > div {
    min-height: auto !important;
  }
}
/* line 722, ../sass/screen.scss */
#rd-text-jvp9xnum {
  display: block;
  border-bottom-style: none;
  border-color: #000000;
  border-left-style: none;
  border-radius: 0px;
  border-right-style: none;
  border-top-style: none;
  border-width: 1px;
  min-height: auto0px;
  max-width: 435px;
  margin-top: 40px;
  margin-bottom: 10px;
  align-self: center;
  width: 100%;
  word-break: break-word;
}

/* line 742, ../sass/screen.scss */
#rd-text-jvp9zxez {
  display: block;
  border-bottom-style: none;
  border-color: #000000;
  border-left-style: none;
  border-radius: 0px;
  border-right-style: none;
  border-top-style: none;
  border-width: 1px;
  min-height: auto0px;
  max-width: 475px;
  margin-top: 20px;
  margin-bottom: 20px;
  align-self: flex-start;
  width: 100%;
  word-break: break-word;
}

/* line 762, ../sass/screen.scss */
#rd-column-jvp9vkrf {
  flex: 6 0 0;
}

/* line 766, ../sass/screen.scss */
#rd-column-jvp9vkrf > div {
  background-color: transparent;
  justify-content: center;
  padding-top: 0px;
  padding-right: 30px;
  padding-bottom: 0px;
  padding-left: 30px;
}

@media screen and (max-width: 767px) {
  /* line 778, ../sass/screen.scss */
  #rd-column-jvp9vkrf > div {
    min-height: auto !important;
  }
}
/* line 785, ../sass/screen.scss */
#rd-video-jvp9xfx8 {
  margin-top: 30px;
  margin-bottom: 30px;
  align-self: center;
  width: 640px;
  max-width: 100%;
}

/* line 793, ../sass/screen.scss */
#rd-video-jvp9xfx8 iframe {
  border-bottom-style: none;
  border-color: #000000;
  border-left-style: none;
  border-radius: 0px;
  border-right-style: none;
  border-top-style: none;
  border-width: 1px;
}

/* line 805, ../sass/screen.scss */
#rd-section-jvpa0w1e {
  background-color: #104850;
  border-bottom-style: none;
  border-color: #000000;
  border-left-style: none;
  border-radius: 0px;
  border-right-style: none;
  border-top-style: none;
  border-width: 1px;
}

/* line 818, ../sass/screen.scss */
#rd-section-jvpa0w1e > div:not(.bricks--row) {
  min-height: 0px;
}

/* line 824, ../sass/screen.scss */
#rd-row-kqwqm7yg {
  min-height: 50px;
}

/* line 828, ../sass/screen.scss */
#rd-row-kqwqm7yg .bricks--column > div {
  min-height: 50px;
}

@media screen and (max-width: 767px) {
  /* line 833, ../sass/screen.scss */
  #rd-row-kqwqm7yg.bricks--row.rd-row {
    min-height: auto;
  }
}
/* line 839, ../sass/screen.scss */
#rd-column-kqwqm7yh {
  flex: 12 0 0;
}

/* line 843, ../sass/screen.scss */
#rd-column-kqwqm7yh > div {
  background-color: transparent;
  justify-content: center;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
}

@media screen and (max-width: 767px) {
  /* line 855, ../sass/screen.scss */
  #rd-column-kqwqm7yh > div {
    min-height: auto !important;
  }
}
/* line 862, ../sass/screen.scss */
a#rd-button-jvpa0hyl {
  display: flex;
  flex-direction: column;
}

/* line 867, ../sass/screen.scss */
#rd-button-jvpa0hyl {
  flex-direction: column;
  -ms-flex-align: center;
  -ms-flex-direction: column;
  -ms-flex-pack: center;
  align-self: center;
  background-color: #f5a623;
  border-bottom-style: none;
  border-color: #000000;
  border-left-style: none;
  border-radius: 100px;
  border-right-style: none;
  border-top-style: none;
  border-width: 0px;
  color: #FFFFFF;
  cursor: pointer;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  height: 50px;
  justify-content: center;
  line-height: 1.42857;
  margin-bottom: 30px;
  margin-top: 30px;
  max-width: 290px;
  text-align: center;
  text-decoration: none;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}

@media screen and (max-width: 767px) {
  /* line 901, ../sass/screen.scss */
  #rd-button-jvpa0hyl {
    height: auto;
    padding-top: 0.66em;
    padding-bottom: 0.66em;
  }
}
/* line 910, ../sass/screen.scss */
#rd-row-jvpa0w1f {
  min-height: 50px;
}

/* line 914, ../sass/screen.scss */
#rd-row-jvpa0w1f .bricks--column > div {
  min-height: 50px;
}

@media screen and (max-width: 767px) {
  /* line 919, ../sass/screen.scss */
  #rd-row-jvpa0w1f.bricks--row.rd-row {
    min-height: auto;
  }
}
/* line 925, ../sass/screen.scss */
#rd-column-jvpa0w1g {
  flex: 12 0 0;
}

/* line 929, ../sass/screen.scss */
#rd-column-jvpa0w1g > div {
  background-color: transparent;
  justify-content: center;
  padding-top: 0px;
  padding-right: 30px;
  padding-bottom: 0px;
  padding-left: 30px;
}

@media screen and (max-width: 767px) {
  /* line 941, ../sass/screen.scss */
  #rd-column-jvpa0w1g > div {
    min-height: auto !important;
  }
}
/* line 948, ../sass/screen.scss */
#rd-text-jvpa37sd {
  display: block;
  border-bottom-style: none;
  border-color: #000000;
  border-left-style: none;
  border-radius: 0px;
  border-right-style: none;
  border-top-style: none;
  border-width: 1px;
  min-height: auto0px;
  max-width: 930px;
  margin-top: 10px;
  margin-bottom: 10px;
  align-self: center;
  width: 100%;
  word-break: break-word;
}

/* line 968, ../sass/screen.scss */
#rd-row-jvpa62lc {
  min-height: 50px;
}

/* line 972, ../sass/screen.scss */
#rd-row-jvpa62lc .bricks--column > div {
  min-height: 50px;
}

@media screen and (max-width: 767px) {
  /* line 977, ../sass/screen.scss */
  #rd-row-jvpa62lc.bricks--row.rd-row {
    min-height: auto;
  }
}
/* line 983, ../sass/screen.scss */
#rd-column-jvpa71wp {
  flex: 4 0 0;
}

/* line 987, ../sass/screen.scss */
#rd-column-jvpa71wp > div {
  background-color: transparent;
  justify-content: center;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
}

@media screen and (max-width: 767px) {
  /* line 999, ../sass/screen.scss */
  #rd-column-jvpa71wp > div {
    min-height: auto !important;
  }
}
/* line 1006, ../sass/screen.scss */
#rd-image-jsc322hy {
  margin-top: 30px;
  margin-bottom: 10px;
  align-self: center;
  max-width: 98px;
}

/* line 1013, ../sass/screen.scss */
#rd-image-jsc322hy a,
#rd-image-jsc322hy img {
  width: 98px;
  max-width: 100%;
  height: auto;
  border-bottom-style: none;
  border-color: #000000;
  border-left-style: none;
  border-radius: 100px;
  border-right-style: none;
  border-top-style: none;
  border-width: 1px;
}

@media screen and (max-width: 767px) {
  /* line 1028, ../sass/screen.scss */
  #rd-image-jsc322hy {
    align-self: center;
  }
}
/* line 1035, ../sass/screen.scss */
#rd-text-jvpa98n4 {
  display: block;
  border-bottom-style: none;
  border-color: #000000;
  border-left-style: none;
  border-radius: 0px;
  border-right-style: none;
  border-top-style: none;
  border-width: 1px;
  min-height: -1px;
  max-width: 400px;
  margin-top: 10px;
  margin-bottom: 30px;
  align-self: center;
  width: 100%;
  word-break: break-word;
}

/* line 1055, ../sass/screen.scss */
#rd-column-jvpa6zkq {
  flex: 8 0 0;
}

/* line 1059, ../sass/screen.scss */
#rd-column-jvpa6zkq > div {
  background-color: transparent;
  justify-content: center;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
}

@media screen and (max-width: 767px) {
  /* line 1071, ../sass/screen.scss */
  #rd-column-jvpa6zkq > div {
    min-height: auto !important;
  }
}
/* line 1077, ../sass/screen.scss */
#rd-video-ksghcgxh {
  margin-top: 10px;
  margin-bottom: 10px;
  align-self: center;
  width: 500px;
  max-width: 100%;
}

/* line 1085, ../sass/screen.scss */
#rd-video-ksghcgxh iframe {
  border-bottom-style: none;
  border-color: #000000;
  border-left-style: none;
  border-radius: 0px;
  border-right-style: none;
  border-top-style: none;
  border-width: 1px;
}

/* line 1096, ../sass/screen.scss */
#rd-row-ksgh9jy5 {
  min-height: 50px;
}

/* line 1100, ../sass/screen.scss */
#rd-row-ksgh9jy5 .bricks--column > div {
  min-height: 50px;
}

@media screen and (max-width: 767px) {
  /* line 1105, ../sass/screen.scss */
  #rd-row-ksgh9jy5.bricks--row.rd-row {
    min-height: auto;
  }
}
/* line 1111, ../sass/screen.scss */
#rd-column-ksgh9mv6 {
  flex: 4 0 0;
}

/* line 1115, ../sass/screen.scss */
#rd-column-ksgh9mv6 > div {
  background-color: transparent;
  justify-content: center;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
}

@media screen and (max-width: 767px) {
  /* line 1127, ../sass/screen.scss */
  #rd-column-ksgh9mv6 > div {
    min-height: auto !important;
  }
}
/* line 1133, ../sass/screen.scss */
#rd-image-jsc35178 {
  margin-top: 30px;
  margin-bottom: 10px;
  align-self: center;
  max-width: 98px;
}

/* line 1140, ../sass/screen.scss */
#rd-image-jsc35178 a,
#rd-image-jsc35178 img {
  width: 98px;
  max-width: 100%;
  height: auto;
  border-bottom-style: none;
  border-color: #000000;
  border-left-style: none;
  border-radius: 100px;
  border-right-style: none;
  border-top-style: none;
  border-width: 1px;
}

@media screen and (max-width: 767px) {
  /* line 1155, ../sass/screen.scss */
  #rd-image-jsc35178 {
    align-self: center;
  }
}
/* line 1161, ../sass/screen.scss */
#rd-text-jvpa9ay0 {
  display: block;
  border-bottom-style: none;
  border-color: #000000;
  border-left-style: none;
  border-radius: 0px;
  border-right-style: none;
  border-top-style: none;
  border-width: 1px;
  min-height: -1px;
  max-width: 400px;
  margin-top: 10px;
  margin-bottom: 30px;
  align-self: center;
  width: 100%;
  word-break: break-word;
}

/* line 1180, ../sass/screen.scss */
#rd-column-ksgh9jy6 {
  flex: 8 0 0;
}

/* line 1184, ../sass/screen.scss */
#rd-column-ksgh9jy6 > div {
  background-color: transparent;
  justify-content: center;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
}

@media screen and (max-width: 767px) {
  /* line 1196, ../sass/screen.scss */
  #rd-column-ksgh9jy6 > div {
    min-height: auto !important;
  }
}
/* line 1202, ../sass/screen.scss */
#rd-video-ksghcjzu {
  margin-top: 10px;
  margin-bottom: 10px;
  align-self: center;
  width: 500px;
  max-width: 100%;
}

/* line 1210, ../sass/screen.scss */
#rd-video-ksghcjzu iframe {
  border-bottom-style: none;
  border-color: #000000;
  border-left-style: none;
  border-radius: 0px;
  border-right-style: none;
  border-top-style: none;
  border-width: 1px;
}

/* line 1221, ../sass/screen.scss */
#rd-row-ksghaisu {
  min-height: 50px;
}

/* line 1225, ../sass/screen.scss */
#rd-row-ksghaisu .bricks--column > div {
  min-height: 50px;
}

@media screen and (max-width: 767px) {
  /* line 1230, ../sass/screen.scss */
  #rd-row-ksghaisu.bricks--row.rd-row {
    min-height: auto;
  }
}
/* line 1236, ../sass/screen.scss */
#rd-column-ksghaisv {
  flex: 4 0 0;
}

/* line 1240, ../sass/screen.scss */
#rd-column-ksghaisv > div {
  background-color: transparent;
  justify-content: center;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
}

@media screen and (max-width: 767px) {
  /* line 1252, ../sass/screen.scss */
  #rd-column-ksghaisv > div {
    min-height: auto !important;
  }
}
/* line 1259, ../sass/screen.scss */
#rd-image-joq3m2mf {
  margin-top: 30px;
  margin-bottom: 10px;
  align-self: center;
  max-width: 98px;
}

/* line 1266, ../sass/screen.scss */
#rd-image-joq3m2mf a,
#rd-image-joq3m2mf img {
  width: 98px;
  max-width: 100%;
  height: auto;
  border-bottom-style: none;
  border-color: #000000;
  border-left-style: none;
  border-radius: 100px;
  border-right-style: none;
  border-top-style: none;
  border-width: 1px;
}

@media screen and (max-width: 767px) {
  /* line 1281, ../sass/screen.scss */
  #rd-image-joq3m2mf {
    align-self: center;
  }
}
/* line 1287, ../sass/screen.scss */
#rd-text-joq3m2mg {
  display: block;
  border-bottom-style: none;
  border-color: #000000;
  border-left-style: none;
  border-radius: 0px;
  border-right-style: none;
  border-top-style: none;
  border-width: 1px;
  min-height: -1px;
  max-width: 400px;
  margin-top: 10px;
  margin-bottom: 30px;
  align-self: center;
  width: 100%;
  word-break: break-word;
}

/* line 1307, ../sass/screen.scss */
#rd-column-ksghamsw {
  flex: 8 0 0;
}

/* line 1311, ../sass/screen.scss */
#rd-column-ksghamsw > div {
  background-color: transparent;
  justify-content: center;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
}

@media screen and (max-width: 767px) {
  /* line 1323, ../sass/screen.scss */
  #rd-column-ksghamsw > div {
    min-height: auto !important;
  }
}
/* line 1332, ../sass/screen.scss */
#rd-video-ksghco24 {
  margin-top: 10px;
  margin-bottom: 10px;
  align-self: center;
  width: 500px;
  max-width: 100%;
}

/* line 1340, ../sass/screen.scss */
#rd-video-ksghco24 iframe {
  border-bottom-style: none;
  border-color: #000000;
  border-left-style: none;
  border-radius: 0px;
  border-right-style: none;
  border-top-style: none;
  border-width: 1px;
}

/* line 1354, ../sass/screen.scss */
#rd-row-jvpa5x0k {
  min-height: 50px;
}

/* line 1358, ../sass/screen.scss */
#rd-row-jvpa5x0k .bricks--column > div {
  min-height: 50px;
}

@media screen and (max-width: 767px) {
  /* line 1363, ../sass/screen.scss */
  #rd-row-jvpa5x0k.bricks--row.rd-row {
    min-height: auto;
  }
}
/* line 1370, ../sass/screen.scss */
#rd-column-l2yn7dvi {
  flex: 4 0 0;
}

/* line 1374, ../sass/screen.scss */
#rd-column-l2yn7dvi > div {
  background-color: transparent;
  justify-content: center;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
}

@media screen and (max-width: 767px) {
  /* line 1386, ../sass/screen.scss */
  #rd-column-l2yn7dvi > div {
    min-height: auto !important;
  }
}
/* line 1395, ../sass/screen.scss */
#rd-image-l2yn7iqj {
  margin-top: 30px;
  margin-bottom: 10px;
  align-self: center;
  max-width: 98px;
}

/* line 1402, ../sass/screen.scss */
#rd-image-l2yn7iqj a,
#rd-image-l2yn7iqj img {
  width: 98px;
  max-width: 100%;
  height: auto;
  border-bottom-style: none;
  border-color: #000000;
  border-left-style: none;
  border-radius: 100px;
  border-right-style: none;
  border-top-style: none;
  border-width: 1px;
}

@media screen and (max-width: 767px) {
  /* line 1417, ../sass/screen.scss */
  #rd-image-l2yn7iqj {
    align-self: center;
  }
}
/* line 1423, ../sass/screen.scss */
#rd-section-jvp9tgt7 {
  background-color: #104850;
  border-bottom-style: none;
  border-color: #000000;
  border-left-style: none;
  border-radius: 0px;
  border-right-style: none;
  border-top-style: none;
  border-width: 1px;
}

/* line 1436, ../sass/screen.scss */
#rd-section-jvp9tgt7 > div:not(.bricks--row) {
  min-height: 0px;
}

/* line 1442, ../sass/screen.scss */
#rd-row-jvp9tgt8 {
  min-height: 50px;
}

/* line 1446, ../sass/screen.scss */
#rd-row-jvp9tgt8 .bricks--column > div {
  min-height: 50px;
}

@media screen and (max-width: 767px) {
  /* line 1451, ../sass/screen.scss */
  #rd-row-jvp9tgt8.bricks--row.rd-row {
    min-height: auto;
  }
}
/* line 1458, ../sass/screen.scss */
#rd-column-jvp9tgt9 {
  flex: 6 0 0;
}

/* line 1462, ../sass/screen.scss */
#rd-column-jvp9tgt9 > div {
  background-color: transparent;
  justify-content: center;
  padding-top: 0px;
  padding-right: 30px;
  padding-bottom: 0px;
  padding-left: 30px;
}

@media screen and (max-width: 767px) {
  /* line 1474, ../sass/screen.scss */
  #rd-column-jvp9tgt9 > div {
    min-height: auto !important;
  }
}
/* line 1482, ../sass/screen.scss */
#rd-image-jvp9u9wl {
  margin-top: 15px;
  margin-bottom: 15px;
  align-self: flex-start;
  /* max-width: 192px; */
}

/* line 1489, ../sass/screen.scss */
#rd-image-jvp9u9wl a,
#rd-image-jvp9u9wl img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  border-bottom-style: none;
  border-color: #000000;
  border-left-style: none;
  border-radius: 0px;
  border-right-style: none;
  border-top-style: none;
  border-width: 1px;
}

@media screen and (max-width: 767px) {
  /* line 1504, ../sass/screen.scss */
  #rd-image-jvp9u9wl {
    align-self: center;
  }
}
/* line 1513, ../sass/screen.scss */
#rd-column-kqwub8de {
  flex: 6 0 0;
}

/* line 1517, ../sass/screen.scss */
#rd-column-kqwub8de > div {
  background-color: transparent;
  justify-content: center;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
}

@media screen and (max-width: 767px) {
  /* line 1529, ../sass/screen.scss */
  #rd-column-kqwub8de > div {
    min-height: auto !important;
  }
}
/* line 1537, ../sass/screen.scss */
#rd-image-kqwubdas {
  margin-top: 5px;
  margin-bottom: 15px;
  align-self: center;
  max-width: 472px;
}

/* line 1544, ../sass/screen.scss */
#rd-image-kqwubdas a,
#rd-image-kqwubdas img {
  width: 472px;
  max-width: 100%;
  height: auto;
  border-bottom-style: none;
  border-color: #000000;
  border-left-style: none;
  border-radius: 0px;
  border-right-style: none;
  border-top-style: none;
  border-width: 1px;
}

@media screen and (max-width: 767px) {
  /* line 1559, ../sass/screen.scss */
  #rd-image-kqwubdas {
    align-self: center;
  }
}
/* line 1566, ../sass/screen.scss */
#rd-text-l2yn7lw4 {
  display: block;
  border-bottom-style: none;
  border-color: #000000;
  border-left-style: none;
  border-radius: 0px;
  border-right-style: none;
  border-top-style: none;
  border-width: 1px;
  min-height: -1px;
  max-width: 400px;
  margin-top: 10px;
  margin-bottom: 30px;
  align-self: center;
  width: 100%;
  word-break: break-word;
}

/* line 1587, ../sass/screen.scss */
#rd-column-jvpa5x0l {
  flex: 8 0 0;
}

/* line 1591, ../sass/screen.scss */
#rd-column-jvpa5x0l > div {
  background-color: transparent;
  justify-content: center;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
}

@media screen and (max-width: 767px) {
  /* line 1603, ../sass/screen.scss */
  #rd-column-jvpa5x0l > div {
    min-height: auto !important;
  }
}
/* line 1611, ../sass/screen.scss */
#rd-video-l2yn8zy4 {
  margin-top: 10px;
  margin-bottom: 10px;
  align-self: center;
  width: 500px;
  max-width: 100%;
}

/* line 1619, ../sass/screen.scss */
#rd-video-l2yn8zy4 iframe {
  border-bottom-style: none;
  border-color: #000000;
  border-left-style: none;
  border-radius: 0px;
  border-right-style: none;
  border-top-style: none;
  border-width: 1px;
}

/* line 1631, ../sass/screen.scss */
#rd-section-l2yn72d1 {
  background-color: #1f5a63;
  border-bottom-style: none;
  border-color: #000000;
  border-left-style: none;
  border-radius: 0px;
  border-right-style: none;
  border-top-style: none;
  border-width: 1px;
}

/* line 1644, ../sass/screen.scss */
#rd-section-l2yn72d1 > div:not(.bricks--row) {
  min-height: 0px;
}

/* line 1651, ../sass/screen.scss */
#rd-row-l2yn72d2 {
  min-height: 50px;
}

/* line 1655, ../sass/screen.scss */
#rd-row-l2yn72d2 .bricks--column > div {
  min-height: 50px;
}

@media screen and (max-width: 767px) {
  /* line 1660, ../sass/screen.scss */
  #rd-row-l2yn72d2.bricks--row.rd-row {
    min-height: auto;
  }
}
/* line 1667, ../sass/screen.scss */
#rd-column-l2yn72d3 {
  flex: 12 0 0;
}

/* line 1671, ../sass/screen.scss */
#rd-column-l2yn72d3 > div {
  background-color: transparent;
  justify-content: center;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
}

@media screen and (max-width: 767px) {
  /* line 1683, ../sass/screen.scss */
  #rd-column-l2yn72d3 > div {
    min-height: auto !important;
  }
}
/* line 1691, ../sass/screen.scss */
a#rd-button-kqwrfva4 {
  display: flex;
  flex-direction: column;
}

/* line 1696, ../sass/screen.scss */
#rd-button-kqwrfva4 {
  -ms-flex-align: center;
  flex-direction: column;
  -ms-flex-direction: column;
  -ms-flex-pack: center;
  align-self: center;
  background-color: #f5a623;
  border-bottom-style: none;
  border-color: #000000;
  border-left-style: none;
  border-radius: 100px;
  border-right-style: none;
  border-top-style: none;
  border-width: 0px;
  color: #FFFFFF;
  cursor: pointer;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  height: 50px;
  justify-content: center;
  line-height: 1.42857;
  margin-bottom: 30px;
  margin-top: 30px;
  max-width: 290px;
  text-align: center;
  text-decoration: none;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}

@media screen and (max-width: 767px) {
  /* line 1730, ../sass/screen.scss */
  #rd-button-kqwrfva4 {
    height: auto;
    padding-top: 0.66em;
    padding-bottom: 0.66em;
  }
}
/* line 1740, ../sass/screen.scss */
#rd-section-jsc3dnf3 {
  background-color: #1E2D32;
  border-bottom-style: none;
  border-color: transparent;
  border-left-style: none;
  border-radius: 1px;
  border-right-style: none;
  border-top-style: none;
  border-width: 110px;
}

/* line 1753, ../sass/screen.scss */
#rd-section-jsc3dnf3 > div:not(.bricks--row) {
  min-height: 0px;
}

/* line 1759, ../sass/screen.scss */
#rd-row-jsc3dnf4 {
  min-height: 365px;
}

/* line 1763, ../sass/screen.scss */
#rd-row-jsc3dnf4 .bricks--column > div {
  min-height: 365px;
}

@media screen and (max-width: 767px) {
  /* line 1768, ../sass/screen.scss */
  #rd-row-jsc3dnf4.bricks--row.rd-row {
    min-height: auto;
  }
}
/* line 1774, ../sass/screen.scss */
#rd-column-jsc3dnf5 {
  flex: 6 0 0;
}

/* line 1778, ../sass/screen.scss */
#rd-column-jsc3dnf5 > div {
  background-color: transparent;
  justify-content: center;
  padding-top: 0px;
  padding-right: 30px;
  padding-bottom: 0px;
  padding-left: 30px;
}

@media screen and (max-width: 767px) {
  /* line 1790, ../sass/screen.scss */
  #rd-column-jsc3dnf5 > div {
    min-height: auto !important;
  }
}
/* line 1798, ../sass/screen.scss */
#rd-text-jsc3edkn {
  display: block;
  border-bottom-style: none;
  border-color: #000000;
  border-left-style: none;
  border-radius: 0px;
  border-right-style: none;
  border-top-style: none;
  border-width: 1px;
  min-height: auto0px;
  max-width: 894px;
  margin-top: 60px;
  margin-bottom: 10px;
  align-self: flex-end;
  width: 100%;
  word-break: break-word;
}

/* line 1818, ../sass/screen.scss */
#rd-text-jsc3fjjl {
  display: block;
  border-bottom-style: none;
  border-color: #000000;
  border-left-style: none;
  border-radius: 0px;
  border-right-style: none;
  border-top-style: none;
  border-width: 1px;
  min-height: auto0px;
  max-width: 744px;
  margin-top: 0px;
  margin-bottom: 10px;
  align-self: flex-end;
  width: 100%;
  word-break: break-word;
}

/* line 1839, ../sass/screen.scss */
#rd-text-jsc3in7s {
  display: block;
  border-bottom-style: none;
  border-color: #000000;
  border-left-style: none;
  border-radius: 0px;
  border-right-style: none;
  border-top-style: none;
  border-width: 1px;
  min-height: auto-23px;
  max-width: 293px;
  margin-top: 0px;
  margin-bottom: 0px;
  align-self: flex-start;
  width: 100%;
  word-break: break-word;
}

/* line 1860, ../sass/screen.scss */
#rd-column-jsc3dpzm {
  flex: 6 0 0;
}

/* line 1864, ../sass/screen.scss */
#rd-column-jsc3dpzm > div {
  background-color: transparent;
  justify-content: flex-start;
  padding-top: 0px;
  padding-right: 30px;
  padding-bottom: 0px;
  padding-left: 30px;
}

@media screen and (max-width: 767px) {
  /* line 1876, ../sass/screen.scss */
  #rd-column-jsc3dpzm > div {
    min-height: auto !important;
  }
}
/* line 1883, ../sass/screen.scss */
#rd-form-joq3m2m5 {
  display: flex;
  flex-direction: column;
  align-self: center;
  max-width: 425px;
  margin-top: 20px;
  margin-bottom: 20px;
}

/* line 1892, ../sass/screen.scss */
#rd-form-joq3m2m5 .bricks-form__fieldset {
  flex-flow: column nowrap;
  align-items: flex-start;
}

/* line 1897, ../sass/screen.scss */
#rd-form-joq3m2m5 .bricks-form__field {
  margin-bottom: 15px;
  padding: 0;
  width: 100.0%;
}

/* line 1903, ../sass/screen.scss */
#rd-form-joq3m2m5 .bricks-form__field.bricks-form__privacy,
#rd-form-joq3m2m5 .bricks-form__field.bricks-form__terms {
  width: 100%;
}

@media screen and (max-width: 768px) {
  /* line 1909, ../sass/screen.scss */
  #rd-form-joq3m2m5 .bricks-form__field {
    width: 100%;
    padding: 0;
  }
}
/* line 1915, ../sass/screen.scss */
#rd-form-joq3m2m5 .bricks-form__static {
  color: #ffffff;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: normal;
}

/* line 1923, ../sass/screen.scss */
#rd-form-joq3m2m5 .bricks-form__static a {
  color: #ffffff;
  text-decoration: underline;
}

/* line 1928, ../sass/screen.scss */
#rd-form-joq3m2m5 .bricks-form__label {
  color: #ffffff;
  display: inline-block;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: normal;
}

/* line 1937, ../sass/screen.scss */
#rd-form-joq3m2m5 label.error {
  color: #DC3543;
  font-size: 12px;
  line-height: 1.1;
  padding: 2px 0 0 4px;
}

/* line 1944, ../sass/screen.scss */
#rd-form-joq3m2m5 .bricks-form__label.always-visible,
#rd-form-joq3m2m5 .bricks-form__field__option .bricks-form__label {
  display: inline-block;
}

/* line 1949, ../sass/screen.scss */
#rd-form-joq3m2m5 .bricks-form__input {
  color: #000000;
  background-color: #ffffff;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  border-top-style: none;
  border-color: #a73131;
  border-radius: 100px;
  border-width: 0px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  box-shadow: inset 0px 2px 3px #ddd;
  -webkit-box-shadow: inset 0px 2px 3px #ddd;
  -moz-box-shadow: inset 0px 2px 3px #ddd;
}

/* line 1968, ../sass/screen.scss */
#rd-form-joq3m2m5 .bricks-form__input::placeholder {
  color: transparent;
}

/* line 1972, ../sass/screen.scss */
#rd-form-joq3m2m5 .bricks-form__input.select2-container {
  padding: 0 !important;
}

/* line 1976, ../sass/screen.scss */
#rd-form-joq3m2m5 .select2-container .select2-choice {
  height: 40px !important;
  line-height: 40px !important;
  color: #000000 !important;
  font-family: Open Sans, sans-serif !important;
  font-size: 16px !important;
  background: #ffffff;
}

/* line 1986, ../sass/screen.scss */
#rd-form-joq3m2m5 .select2-container .select2-choice .select2-arrow b {
  background-position: 0 5px !important;
}

/* line 1990, ../sass/screen.scss */
#rd-form-joq3m2m5 .select2-container .select2-choice .select2-arrow {
  background: none;
  border: none;
}

/* line 1995, ../sass/screen.scss */
#rd-form-joq3m2m5 .bricks-form__input:not(textarea) {
  height: 40px;
}

/* line 1999, ../sass/screen.scss */
#rd-form-joq3m2m5 .bricks-form__submit {
  display: flex;
  flex-direction: column;
}

/* line 2004, ../sass/screen.scss */
#rd-form-joq3m2m5 .with-select-flags > .phone-input-group > .select2-container > .select2-choice {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-style: none;
}

/* line 2010, ../sass/screen.scss */
#rd-form-joq3m2m5 .with-select-flags > .phone-input-group > .select2-container > .select2-choice > .select2-chosen {
  margin-right: 0px;
}

/* line 2014, ../sass/screen.scss */
#rd-form-joq3m2m5 .with-select-flags > .phone-input-group > .select2-container > .select2-choice > .select2-chosen > .flag {
  vertical-align: middle;
}

/* line 2018, ../sass/screen.scss */
#rd-form-joq3m2m5 .with-select-flags > .phone-input-group > .phone {
  width: calc(100% - 55px);
  display: inline-block;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

/* line 2025, ../sass/screen.scss */
#rd-form-joq3m2m5 .with-select-flags > .phone-country {
  display: inline-block;
}

/* line 2029, ../sass/screen.scss */
#rd-form-joq3m2m5 .with-select-flags > .phone-input-group {
  display: flex;
}

/* line 2033, ../sass/screen.scss */
#rd-form-joq3m2m5 .with-select-flags > .phone-input-group > .phone-country {
  width: 55px;
  display: inline-block;
}

/* line 2040, ../sass/screen.scss */
a#rd-button-joq3m2m7 {
  display: flex;
  flex-direction: column;
}

/* line 2045, ../sass/screen.scss */
#rd-button-joq3m2m7 {
  -ms-flex-align: center;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  align-self: center;
  background-color: #f5a623;
  border-bottom-style: none;
  border-color: #000000;
  border-left-style: none;
  border-radius: 100px;
  border-right-style: none;
  border-top-style: none;
  border-width: 0px;
  color: #FFFFFF;
  cursor: pointer;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  height: 60px;
  justify-content: center;
  line-height: 1.42857;
  margin-bottom: 0px;
  margin-top: 15px;
  max-width: 425px;
  text-align: center;
  text-decoration: none;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}

@media screen and (max-width: 767px) {
  /* line 2079, ../sass/screen.scss */
  #rd-button-joq3m2m7 {
    height: auto;
    padding-top: 0.66em;
    padding-bottom: 0.66em;
  }
}
/* line 2088, ../sass/screen.scss */
#rd-section-jsqb1bfg {
  background-color: #104850;
  border-bottom-style: none;
  border-color: #000000;
  border-left-style: none;
  border-radius: 0px;
  border-right-style: none;
  border-top-style: none;
  border-width: 1px;
}

/* line 2101, ../sass/screen.scss */
#rd-section-jsqb1bfg > div:not(.bricks--row) {
  min-height: 0px;
}

/* line 2107, ../sass/screen.scss */
#rd-row-jsqb1bfh {
  min-height: 50px;
}

/* line 2111, ../sass/screen.scss */
#rd-row-jsqb1bfh .bricks--column > div {
  min-height: 50px;
}

@media screen and (max-width: 767px) {
  /* line 2116, ../sass/screen.scss */
  #rd-row-jsqb1bfh.bricks--row.rd-row {
    min-height: auto;
  }
}
/* line 2122, ../sass/screen.scss */
#rd-column-jsqb1bfi {
  flex: 12 0 0;
}

/* line 2126, ../sass/screen.scss */
#rd-column-jsqb1bfi > div {
  background-color: transparent;
  justify-content: center;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
}

@media screen and (max-width: 767px) {
  /* line 2138, ../sass/screen.scss */
  #rd-column-jsqb1bfi > div {
    min-height: auto !important;
  }
}
/* line 2146, ../sass/screen.scss */
#rd-image-jsc6jlpa {
  margin-top: 20px;
  margin-bottom: 20px;
  align-self: center;
  max-width: 300px;
}

/* line 2153, ../sass/screen.scss */
#rd-image-jsc6jlpa a,
#rd-image-jsc6jlpa img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-bottom-style: none;
  border-color: #000000;
  border-left-style: none;
  border-radius: 0px;
  border-right-style: none;
  border-top-style: none;
  border-width: 1px;
}

@media screen and (max-width: 767px) {
  /* line 2168, ../sass/screen.scss */
  #rd-image-jsc6jlpa {
    align-self: center;
  }
}
/* line 2177, ../sass/screen.scss */
#rd-image-kqwu17zq {
  margin-top: 0px;
  margin-bottom: 20px;
  align-self: center;
  max-width: 526px;
}

/* line 2184, ../sass/screen.scss */
#rd-image-kqwu17zq a,
#rd-image-kqwu17zq img {
  width: 526px;
  max-width: 100%;
  height: auto;
  border-bottom-style: none;
  border-color: #000000;
  border-left-style: none;
  border-radius: 0px;
  border-right-style: none;
  border-top-style: none;
  border-width: 1px;
}

@media screen and (max-width: 767px) {
  /* line 2199, ../sass/screen.scss */
  #rd-image-kqwu17zq {
    align-self: center;
  }
}
@media (min-width: 280px) {
  /* line 2205, ../sass/screen.scss */
  .cookie-disclaimer {
    height: 50% !important;
  }
}
@media (min-width: 300px) {
  /* line 2211, ../sass/screen.scss */
  .cookie-disclaimer {
    height: 50% !important;
  }
}
@media (min-width: 360px) {
  /* line 2217, ../sass/screen.scss */
  .cookie-disclaimer {
    height: 40% !important;
  }
}
@media (min-width: 375px) {
  /* line 2223, ../sass/screen.scss */
  .cookie-disclaimer {
    height: 30% !important;
  }
}
@media (min-width: 700px) {
  /* line 2229, ../sass/screen.scss */
  .cookie-disclaimer {
    height: 20% !important;
  }
}
@media (min-width: 1030px) {
  /* line 2235, ../sass/screen.scss */
  .cookie-disclaimer {
    height: 10% !important;
  }
}
@media (min-width: 1040px) {
  /* line 2241, ../sass/screen.scss */
  .cookie-disclaimer {
    height: 150px !important;
  }
}
/* line 2248, ../sass/screen.scss */
.cookie-disclaimer {
  background: #000000;
  color: #FFF;
  opacity: 0.8;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: 150px;
  position: fixed;
}

/* line 2259, ../sass/screen.scss */
.cookie-disclaimer .container {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

/* line 2265, ../sass/screen.scss */
.cookie-disclaimer .cookie-close {
  float: right;
  padding: 10px;
  cursor: pointer;
}

/* line 2271, ../sass/screen.scss */
.pulse-button {
  font-size: 1.3em;
  font-weight: light;
  font-family: 'Trebuchet MS', sans-serif;
  text-transform: uppercase;
  text-align: center;
  line-height: 100%;
  letter-spacing: 0px;
  color: black;
  border: none;
  border-radius: 0%;
  background: #f0ad4e;
  cursor: pointer;
  box-shadow: 0 0 0 0 rgba(240, 173, 78, 0.25);
  -webkit-animation: pulse 1s infinite;
  animation: pulse 1s infinite;
}

/* line 2297, ../sass/screen.scss */
.pulse-button:hover {
  -webkit-animation: none;
  animation: none;
}

@-webkit-keyframes pulse {
  0% {
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  70% {
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    box-shadow: 0 0 0 50px rgba(240, 173, 78, 0);
  }
  100% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(240, 173, 78, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  70% {
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    box-shadow: 0 0 0 50px rgba(240, 173, 78, 0);
  }
  100% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(240, 173, 78, 0);
  }
}
/* line 2330, ../sass/screen.scss */
.fancy-alert {
  font-family: sans-serif;
  color: white;
  width: 78px;
  z-index: 1020;
  top: 0px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  position: fixed;
  overflow: hidden;
  box-shadow: 0 4px rgba(0, 0, 0, 0.3);
  opacity: 0;
  height: 78px;
  background-color: gray;
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

/* line 2355, ../sass/screen.scss */
.fancy-alert.fancy-alert__active {
  opacity: 1;
  top: 200px;
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

/* line 2363, ../sass/screen.scss */
.fancy-alert.fancy-alert__extended {
  width: 800px;
}

/* line 2366, ../sass/screen.scss */
.fancy-alert.fancy-alert__extended .fancy-alert--content {
  opacity: 1;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

/* line 2373, ../sass/screen.scss */
.fancy-alert.fancy-alert__extended .fancy-alert--words {
  top: 18px;
  opacity: 1;
}

/* line 2377, ../sass/screen.scss */
.fancy-alert.error {
  background-color: #d64646;
}

/* line 2380, ../sass/screen.scss */
.fancy-alert.success {
  background-color: #3cb971;
}

/* line 2383, ../sass/screen.scss */
.fancy-alert.info {
  background-color: #e8c22c;
}

/* line 2386, ../sass/screen.scss */
.fancy-alert a {
  color: white;
  text-decoration: underline;
}

/* line 2390, ../sass/screen.scss */
.fancy-alert .fancy-alert--content {
  padding: 10px;
  opacity: 0;
}

/* line 2394, ../sass/screen.scss */
.fancy-alert .fancy-alert--words {
  font-size: 18px;
  font-weight: bold;
  padding: 0 18px 0 90px;
  max-width: 80%;
  position: relative;
  top: -50px;
  opacity: 0;
  height: 60px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

/* line 2412, ../sass/screen.scss */
.fancy-alert .fancy-alert--icon {
  padding: 26px;
  float: left;
  font-size: 26px;
  background-color: rgba(3, 3, 3, 0.15);
}

/* line 2418, ../sass/screen.scss */
.fancy-alert .fancy-alert--close {
  position: absolute;
  text-decoration: none;
  right: 10px;
  top: 10px;
  font-size: 15px;
  padding: 6px 9px;
  background: rgba(0, 0, 0, 0.12);
}

/* line 2428, ../sass/screen.scss */
.show-alert {
  border: 0;
  background: #f2f2f2;
  padding: 15px 70px;
  font-weight: bold;
  border-radius: 5px;
  border-bottom: 3px solid #c8c8c8;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.23), inset 0 -53px 20px -30px rgba(59, 65, 74, 0.06);
  margin: 0 10px;
  font-size: 16px;
  cursor: pointer;
  color: #808080;
  text-shadow: 0 1px #fff;
  outline: 0;
  position: relative;
}

/* line 2444, ../sass/screen.scss */
.show-alert:active {
  border: 0;
  box-shadow: none;
  top: 2px;
}

/* line 2450, ../sass/screen.scss */
.show-alert__info {
  color: #e8c22c;
}

/* line 2454, ../sass/screen.scss */
.show-alert__success {
  color: #3cb971;
}

/* line 2458, ../sass/screen.scss */
.show-alert__error {
  color: #d64646;
}
