/* Estilização base da imagem */
.imgbook {
  width: 80px;
  height: 120px;
  transition: transform 0.3s ease; /* Define a duração e o tipo de transição */
}

/* Efeito ao passar o mouse */
.imgbook:hover {
  transform: scale(1.2); /* Aumenta a imagem em 20% */
}

  #bricks-component-lUOegYysIHqFKrQkk6Wb_w * {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  #bricks-component-lUOegYysIHqFKrQkk6Wb_w article, #bricks-component-lUOegYysIHqFKrQkk6Wb_w aside,
  #bricks-component-lUOegYysIHqFKrQkk6Wb_w details, #bricks-component-lUOegYysIHqFKrQkk6Wb_w figcaption,
  #bricks-component-lUOegYysIHqFKrQkk6Wb_w figure, #bricks-component-lUOegYysIHqFKrQkk6Wb_w footer,
  #bricks-component-lUOegYysIHqFKrQkk6Wb_w header, #bricks-component-lUOegYysIHqFKrQkk6Wb_w hgroup,
  #bricks-component-lUOegYysIHqFKrQkk6Wb_w menu, #bricks-component-lUOegYysIHqFKrQkk6Wb_w nav,
  #bricks-component-lUOegYysIHqFKrQkk6Wb_w section {
    display: block;
  }

  #bricks-component-lUOegYysIHqFKrQkk6Wb_w ol, #bricks-component-lUOegYysIHqFKrQkk6Wb_w ul {
    list-style: none;
  }

  #bricks-component-lUOegYysIHqFKrQkk6Wb_w blockquote, #bricks-component-lUOegYysIHqFKrQkk6Wb_w q {
    quotes: none;
  }

  #bricks-component-lUOegYysIHqFKrQkk6Wb_w button:before, #bricks-component-lUOegYysIHqFKrQkk6Wb_w button:after,
  #bricks-component-lUOegYysIHqFKrQkk6Wb_w blockquote:before, #bricks-component-lUOegYysIHqFKrQkk6Wb_w blockquote:after,
  #bricks-component-lUOegYysIHqFKrQkk6Wb_w q:before, #bricks-component-lUOegYysIHqFKrQkk6Wb_w q:after {
    content: '';
    content: none;
  }

  #bricks-component-lUOegYysIHqFKrQkk6Wb_w table {
    border-collapse: collapse;
    border-spacing: 0;
  }

  #bricks-component-lUOegYysIHqFKrQkk6Wb_w b, #bricks-component-lUOegYysIHqFKrQkk6Wb_w strong {
    font-weight: bold;
  }

  #bricks-component-lUOegYysIHqFKrQkk6Wb_w i, #bricks-component-lUOegYysIHqFKrQkk6Wb_w em {
    font-style: italic;
  }

  #bricks-component-lUOegYysIHqFKrQkk6Wb_w .bricks--section {
    width: 100%;
  }

  #bricks-component-lUOegYysIHqFKrQkk6Wb_w .bricks--section > div {
    margin-right: auto;
    margin-left: auto;
    max-width: 480px;
    position: relative;
  }

  #bricks-component-lUOegYysIHqFKrQkk6Wb_w .bricks--row {
    display: flex;
    box-sizing: border-box;
    flex-flow: column nowrap;
    flex-grow: 1;
  }

  #bricks-component-lUOegYysIHqFKrQkk6Wb_w .bricks--column > div {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #bricks-component-lUOegYysIHqFKrQkk6Wb_w .bricks--component {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
  }

  #bricks-component-lUOegYysIHqFKrQkk6Wb_w .bricks--component-box {
    width: 100%
  }

  @media screen and (min-width: 768px) {
    #bricks-component-lUOegYysIHqFKrQkk6Wb_w .bricks--row {
      flex-flow: row nowrap;
    }
  }
  
  
  #bricks-component-lUOegYysIHqFKrQkk6Wb_w .bricks-form {
    padding: 0 5px;
    height: auto;
  }

  #bricks-component-lUOegYysIHqFKrQkk6Wb_w .bricks-form__fieldset {
    display: flex;
  }

  #bricks-component-lUOegYysIHqFKrQkk6Wb_w .bricks-form__field {
    width: 100%;
    flex-grow: 1;
  }

  /* Hide generated jQuery validator label */
  #bricks-component-lUOegYysIHqFKrQkk6Wb_w .bricks-form__field label.error {
    display: none !important;
  }

  #bricks-component-lUOegYysIHqFKrQkk6Wb_w .bricks-form__label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    line-height: 1.42857;
  }

  #bricks-component-lUOegYysIHqFKrQkk6Wb_w .bricks-form__input {
    display: block;
    width: 100%;
    padding: 0 10px;
    line-height: 1.42857;
  }

  #bricks-component-lUOegYysIHqFKrQkk6Wb_w .bricks-form__input.error {
    border: 1px solid red !important;
  }

  #bricks-component-lUOegYysIHqFKrQkk6Wb_w .bricks-form__field__option {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  #bricks-component-lUOegYysIHqFKrQkk6Wb_w .bricks-form__field__option + #bricks-component-lUOegYysIHqFKrQkk6Wb_w .bricks-form__field__option {
    margin-top: -5px;
  }

  #bricks-component-lUOegYysIHqFKrQkk6Wb_w .bricks-form__submit {
    width: 100%;
    position: relative;
  }

  @media screen and (min-width: 768px) {
    #bricks-component-lUOegYysIHqFKrQkk6Wb_w .bricks-form {
      padding: 0;
    }
  }
  
  #bricks-component-lUOegYysIHqFKrQkk6Wb_w .bricks--component-video div {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    line-height: 0;
    box-sizing: border-box;
  }

  #bricks-component-lUOegYysIHqFKrQkk6Wb_w .bricks--component-video div iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  
    #bricks-component-lUOegYysIHqFKrQkk6Wb_w {
      display: flex;
      flex-direction: column;
      align-self: center;
      max-width: 548px;
      width: 100%;
      margin-top: 0px;
      margin-bottom: 30px;
    }

    #bricks-component-lUOegYysIHqFKrQkk6Wb_w .bricks-form {
      display: flex;
      flex-direction: column;
      width: 100%;
    }

    #bricks-component-lUOegYysIHqFKrQkk6Wb_w .bricks-form__fieldset {
      align-items: flex-start;
    }

    #bricks-component-lUOegYysIHqFKrQkk6Wb_w .bricks-form__label.always-visible,
    #bricks-component-lUOegYysIHqFKrQkk6Wb_w .bricks-form__field__option .bricks-form__label {
      display: inline-block;
    }

    #bricks-component-lUOegYysIHqFKrQkk6Wb_w .bricks-form__input.select2-container {
      padding: 0 !important;
    }

    #bricks-component-lUOegYysIHqFKrQkk6Wb_w .select2-container .select2-choice .select2-arrow b {
      background-position: 0 7px !important;
    }

    #bricks-component-lUOegYysIHqFKrQkk6Wb_w .bricks-form__submit {
      display: flex;
      flex-direction: column;
    }
  

  #bricks-component-lUOegYysIHqFKrQkk6Wb_w .bricks--component-text {
    color: #333;
    line-height: 1.42;
    overflow: hidden;
    word-wrap: break-word;
  }

  #bricks-component-lUOegYysIHqFKrQkk6Wb_w .bricks--component-text a {
    color: #31a2ff;
    text-decoration: none;
  }

  #bricks-component-lUOegYysIHqFKrQkk6Wb_w .bricks--component-text sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }

  #bricks-component-lUOegYysIHqFKrQkk6Wb_w .bricks--component-text sub {
    bottom: -0.25em;
  }

  #bricks-component-lUOegYysIHqFKrQkk6Wb_w .bricks--component-text sup {
    top: -0.5em;
  }

  #bricks-component-lUOegYysIHqFKrQkk6Wb_w .bricks--component-text ol, 
  #bricks-component-lUOegYysIHqFKrQkk6Wb_w .bricks--component-text ul {
    padding-left: 1.5em;
  }

  #bricks-component-lUOegYysIHqFKrQkk6Wb_w .bricks--component-text ol > li,
  #bricks-component-lUOegYysIHqFKrQkk6Wb_w .bricks--component-text ul > li {
    list-style-type: none;
  }

  #bricks-component-lUOegYysIHqFKrQkk6Wb_w .bricks--component-text ul > li::before {
    content: '\2022';
  }

  #bricks-component-lUOegYysIHqFKrQkk6Wb_w .bricks--component-text li::before {
    display: inline-block;
    white-space: nowrap;
    width: 1.2em;
  }

  #bricks-component-lUOegYysIHqFKrQkk6Wb_w .bricks--component-text li:not(.ql-direction-rtl)::before {
    margin-left: -1.5em;
    margin-right: 0.3em;
    text-align: right;
  }

  #bricks-component-lUOegYysIHqFKrQkk6Wb_w .bricks--component-text li.ql-direction-rtl::before {
    margin-left: 0.3em;
    margin-right: -1.5em;
  }

  #bricks-component-lUOegYysIHqFKrQkk6Wb_w .bricks--component-text ol li:not(.ql-direction-rtl),
  #bricks-component-lUOegYysIHqFKrQkk6Wb_w .bricks--component-text ul li:not(.ql-direction-rtl) {
    padding-left: 1.5em;
  }

  #bricks-component-lUOegYysIHqFKrQkk6Wb_w .bricks--component-text ol li.ql-direction-rtl,
  #bricks-component-lUOegYysIHqFKrQkk6Wb_w .bricks--component-text ul li.ql-direction-rtl {
    padding-right: 1.5em;
  }

  #bricks-component-lUOegYysIHqFKrQkk6Wb_w .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;
  }

  #bricks-component-lUOegYysIHqFKrQkk6Wb_w .bricks--component-text ol li:before {
    content: counter(list-0, decimal) '. ';
  }

  #bricks-component-lUOegYysIHqFKrQkk6Wb_w .bricks--component-text ol li.ql-indent-1 {
    counter-increment: list-1;
  }

  #bricks-component-lUOegYysIHqFKrQkk6Wb_w .bricks--component-text ol li.ql-indent-1:before {
    content: counter(list-1, lower-alpha) '. ';
  }

  #bricks-component-lUOegYysIHqFKrQkk6Wb_w .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;
  }

  #bricks-component-lUOegYysIHqFKrQkk6Wb_w .bricks--component-text ol li.ql-indent-2 {
    counter-increment: list-2;
  }

  #bricks-component-lUOegYysIHqFKrQkk6Wb_w .bricks--component-text ol li.ql-indent-2:before {
    content: counter(list-2, lower-roman) '. ';
  }

  #bricks-component-lUOegYysIHqFKrQkk6Wb_w .bricks--component-text ol li.ql-indent-2 {
    counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }

  #bricks-component-lUOegYysIHqFKrQkk6Wb_w .bricks--component-text ol li.ql-indent-3 {
    counter-increment: list-3;
  }

  #bricks-component-lUOegYysIHqFKrQkk6Wb_w .bricks--component-text ol li.ql-indent-3:before {
    content: counter(list-3, decimal) '. ';
  }

  #bricks-component-lUOegYysIHqFKrQkk6Wb_w .bricks--component-text ol li.ql-indent-3 {
    counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
  }

  #bricks-component-lUOegYysIHqFKrQkk6Wb_w .bricks--component-text ol li.ql-indent-4 {
    counter-increment: list-4;
  }

  #bricks-component-lUOegYysIHqFKrQkk6Wb_w .bricks--component-text ol li.ql-indent-4:before {
    content: counter(list-4, lower-alpha) '. ';
  }

  #bricks-component-lUOegYysIHqFKrQkk6Wb_w .bricks--component-text ol li.ql-indent-4 {
    counter-reset: list-5 list-6 list-7 list-8 list-9;
  }

  #bricks-component-lUOegYysIHqFKrQkk6Wb_w .bricks--component-text ol li.ql-indent-5 {
    counter-increment: list-5;
  }

  #bricks-component-lUOegYysIHqFKrQkk6Wb_w .bricks--component-text ol li.ql-indent-5:before {
    content: counter(list-5, lower-roman) '. ';
  }

  #bricks-component-lUOegYysIHqFKrQkk6Wb_w .bricks--component-text ol li.ql-indent-5 {
    counter-reset: list-6 list-7 list-8 list-9;
  }

  #bricks-component-lUOegYysIHqFKrQkk6Wb_w .bricks--component-text ol li.ql-indent-6 {
    counter-increment: list-6;
  }

  #bricks-component-lUOegYysIHqFKrQkk6Wb_w .bricks--component-text ol li.ql-indent-6:before {
    content: counter(list-6, decimal) '. ';
  }

  #bricks-component-lUOegYysIHqFKrQkk6Wb_w .bricks--component-text ol li.ql-indent-6 {
    counter-reset: list-7 list-8 list-9;
  }

  #bricks-component-lUOegYysIHqFKrQkk6Wb_w .bricks--component-text ol li.ql-indent-7 {
    counter-increment: list-7;
  }

  #bricks-component-lUOegYysIHqFKrQkk6Wb_w .bricks--component-text ol li.ql-indent-7:before {
    content: counter(list-7, lower-alpha) '. ';
  }

  #bricks-component-lUOegYysIHqFKrQkk6Wb_w .bricks--component-text ol li.ql-indent-7 {
    counter-reset: list-8 list-9;
  }

  #bricks-component-lUOegYysIHqFKrQkk6Wb_w .bricks--component-text ol li.ql-indent-8 {
    counter-increment: list-8;
  }

  #bricks-component-lUOegYysIHqFKrQkk6Wb_w .bricks--component-text ol li.ql-indent-8:before {
    content: counter(list-8, lower-roman) '. ';
  }

  #bricks-component-lUOegYysIHqFKrQkk6Wb_w .bricks--component-text ol li.ql-indent-8 {
    counter-reset: list-9;
  }

  #bricks-component-lUOegYysIHqFKrQkk6Wb_w .bricks--component-text ol li.ql-indent-9 {
    counter-increment: list-9;
  }

  #bricks-component-lUOegYysIHqFKrQkk6Wb_w .bricks--component-text ol li.ql-indent-9:before {
    content: counter(list-9, decimal) '. ';
  }

  #bricks-component-lUOegYysIHqFKrQkk6Wb_w .bricks--component-text .ql-indent-1:not(.ql-direction-rtl) {
    padding-left: 3em;
  }

  #bricks-component-lUOegYysIHqFKrQkk6Wb_w .bricks--component-text li.ql-indent-1:not(.ql-direction-rtl) {
    padding-left: 4.5em;
  }

  #bricks-component-lUOegYysIHqFKrQkk6Wb_w .bricks--component-text .ql-indent-1.ql-direction-rtl.ql-align-right {
    padding-right: 3em;
  }

  #bricks-component-lUOegYysIHqFKrQkk6Wb_w .bricks--component-text li.ql-indent-1.ql-direction-rtl.ql-align-right {
    padding-right: 4.5em;
  }

  #bricks-component-lUOegYysIHqFKrQkk6Wb_w .bricks--component-text .ql-indent-2:not(.ql-direction-rtl) {
    padding-left: 6em;
  }

  #bricks-component-lUOegYysIHqFKrQkk6Wb_w .bricks--component-text li.ql-indent-2:not(.ql-direction-rtl) {
    padding-left: 7.5em;
  }

  #bricks-component-lUOegYysIHqFKrQkk6Wb_w .bricks--component-text .ql-indent-2.ql-direction-rtl.ql-align-right {
    padding-right: 6em;
  }

  #bricks-component-lUOegYysIHqFKrQkk6Wb_w .bricks--component-text li.ql-indent-2.ql-direction-rtl.ql-align-right {
    padding-right: 7.5em;
  }

  #bricks-component-lUOegYysIHqFKrQkk6Wb_w .bricks--component-text .ql-indent-3:not(.ql-direction-rtl) {
    padding-left: 9em;
  }

  #bricks-component-lUOegYysIHqFKrQkk6Wb_w .bricks--component-text li.ql-indent-3:not(.ql-direction-rtl) {
    padding-left: 10.5em;
  }

  #bricks-component-lUOegYysIHqFKrQkk6Wb_w .bricks--component-text .ql-indent-3.ql-direction-rtl.ql-align-right {
    padding-right: 9em;
  }

  #bricks-component-lUOegYysIHqFKrQkk6Wb_w .bricks--component-text li.ql-indent-3.ql-direction-rtl.ql-align-right {
    padding-right: 10.5em;
  }

  #bricks-component-lUOegYysIHqFKrQkk6Wb_w .bricks--component-text .ql-indent-4:not(.ql-direction-rtl) {
    padding-left: 12em;
  }

  #bricks-component-lUOegYysIHqFKrQkk6Wb_w .bricks--component-text li.ql-indent-4:not(.ql-direction-rtl) {
    padding-left: 13.5em;
  }

  #bricks-component-lUOegYysIHqFKrQkk6Wb_w .bricks--component-text .ql-indent-4.ql-direction-rtl.ql-align-right {
    padding-right: 12em;
  }

  #bricks-component-lUOegYysIHqFKrQkk6Wb_w .bricks--component-text li.ql-indent-4.ql-direction-rtl.ql-align-right {
    padding-right: 13.5em;
  }

  #bricks-component-lUOegYysIHqFKrQkk6Wb_w .bricks--component-text .ql-indent-5:not(.ql-direction-rtl) {
    padding-left: 15em;
  }

  #bricks-component-lUOegYysIHqFKrQkk6Wb_w .bricks--component-text li.ql-indent-5:not(.ql-direction-rtl) {
    padding-left: 16.5em;
  }

  #bricks-component-lUOegYysIHqFKrQkk6Wb_w .bricks--component-text .ql-indent-5.ql-direction-rtl.ql-align-right {
    padding-right: 15em;
  }

  #bricks-component-lUOegYysIHqFKrQkk6Wb_w .bricks--component-text li.ql-indent-5.ql-direction-rtl.ql-align-right {
    padding-right: 16.5em;
  }

  #bricks-component-lUOegYysIHqFKrQkk6Wb_w .bricks--component-text .ql-indent-6:not(.ql-direction-rtl) {
    padding-left: 18em;
  }

  #bricks-component-lUOegYysIHqFKrQkk6Wb_w .bricks--component-text li.ql-indent-6:not(.ql-direction-rtl) {
    padding-left: 19.5em;
  }

  #bricks-component-lUOegYysIHqFKrQkk6Wb_w .bricks--component-text .ql-indent-6.ql-direction-rtl.ql-align-right {
    padding-right: 18em;
  }

  #bricks-component-lUOegYysIHqFKrQkk6Wb_w .bricks--component-text li.ql-indent-6.ql-direction-rtl.ql-align-right {
    padding-right: 19.5em;
  }

  #bricks-component-lUOegYysIHqFKrQkk6Wb_w .bricks--component-text .ql-indent-7:not(.ql-direction-rtl) {
    padding-left: 21em;
  }

  #bricks-component-lUOegYysIHqFKrQkk6Wb_w .bricks--component-text li.ql-indent-7:not(.ql-direction-rtl) {
    padding-left: 22.5em;
  }

  #bricks-component-lUOegYysIHqFKrQkk6Wb_w .bricks--component-text .ql-indent-7.ql-direction-rtl.ql-align-right {
    padding-right: 21em;
  }

  #bricks-component-lUOegYysIHqFKrQkk6Wb_w .bricks--component-text li.ql-indent-7.ql-direction-rtl.ql-align-right {
    padding-right: 22.5em;
  }

  #bricks-component-lUOegYysIHqFKrQkk6Wb_w .bricks--component-text .ql-indent-8:not(.ql-direction-rtl) {
    padding-left: 24em;
  }

  #bricks-component-lUOegYysIHqFKrQkk6Wb_w .bricks--component-text li.ql-indent-8:not(.ql-direction-rtl) {
    padding-left: 25.5em;
  }

  #bricks-component-lUOegYysIHqFKrQkk6Wb_w .bricks--component-text .ql-indent-8.ql-direction-rtl.ql-align-right {
    padding-right: 24em;
  }

  #bricks-component-lUOegYysIHqFKrQkk6Wb_w .bricks--component-text li.ql-indent-8.ql-direction-rtl.ql-align-right {
    padding-right: 25.5em;
  }

  #bricks-component-lUOegYysIHqFKrQkk6Wb_w .bricks--component-text .ql-indent-9:not(.ql-direction-rtl) {
    padding-left: 27em;
  }

  #bricks-component-lUOegYysIHqFKrQkk6Wb_w .bricks--component-text li.ql-indent-9:not(.ql-direction-rtl) {
    padding-left: 28.5em;
  }

  #bricks-component-lUOegYysIHqFKrQkk6Wb_w .bricks--component-text .ql-indent-9.ql-direction-rtl.ql-align-right {
    padding-right: 27em;
  }

  #bricks-component-lUOegYysIHqFKrQkk6Wb_w .bricks--component-text li.ql-indent-9.ql-direction-rtl.ql-align-right {
    padding-right: 28.5em;
  }

  #bricks-component-lUOegYysIHqFKrQkk6Wb_w .bricks--component-text .ql-direction-rtl {
    direction: rtl;
    text-align: inherit;
  }
  
  
  .rdstation-popup-position-center {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .rdstation-popup-position-top_left {
    top: 0;
    left: 0;
  }

  .rdstation-popup-position-top_right {
    top: 0;
    right: 0;
  }

  .rdstation-popup-position-bottom_left {
    bottom: 0;
    left: 0;
  }

  .rdstation-popup-position-bottom_right {
    bottom: 0;
    right: 0;
  }

  #bricks-component-lUOegYysIHqFKrQkk6Wb_w-overlay {
    position: fixed !important;
    z-index: 99998;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    display: block !important;
    background: #000000 !important;
    opacity: .6 !important;
  }

  #bricks-component-lUOegYysIHqFKrQkk6Wb_w-wrapper {
    position: fixed;
    z-index: 99998;
  }

  #bricks-component-lUOegYysIHqFKrQkk6Wb_w {
    position: relative;
    display: block !important;
    min-width: 480px;
    min-height: 1px;
    width: 480px;
    box-shadow: 0px 0px 8px #333;
    border-bottom-style: none;
    border-color: #BBBBBB;
    border-left-style: none;
    border-radius: 0px;
    border-right-style: none;
    border-top-style: none;
    border-width: 1px;
    background-color: transparent;
    z-index: 999999 !important;
  }

    #bricks-component-lUOegYysIHqFKrQkk6Wb_w-wrapper.floating-button > #bricks-component-lUOegYysIHqFKrQkk6Wb_w {
      margin: 0 !important;
    }

    #bricks-component-lUOegYysIHqFKrQkk6Wb_w-wrapper.floating-button.floating-button--close .bricks--floating--button {
      display:block !important;
    }

    #bricks-component-lUOegYysIHqFKrQkk6Wb_w-wrapper.floating-button.floating-button--close .bricks--floating--button {
      display:block !important;
    }

    #bricks-component-lUOegYysIHqFKrQkk6Wb_w-wrapper.floating-button.floating-button--close .bricks--close--button {
      display:none !important;
    }

    #bricks-component-lUOegYysIHqFKrQkk6Wb_w-wrapper.floating-button.floating-button--close .bricks--section {
      display:none !important;
    }

    #bricks-component-lUOegYysIHqFKrQkk6Wb_w-wrapper.floating-button .bricks--floating--button {
      display:none !important;
    }

    #bricks-component-lUOegYysIHqFKrQkk6Wb_w-wrapper.floating-button.floating-button--close,
    #bricks-component-lUOegYysIHqFKrQkk6Wb_w-wrapper.floating-button.floating-button--close > [id^='bricks-component-'] {
      width: 100% !important;
      height: 100% !important;
      min-width: 100% !important;
      min-height: 100% !important;
    }
    #bricks-component-lUOegYysIHqFKrQkk6Wb_w-wrapper.floating-button {
      top:0 !important;
      left:0 !important;
      bottom:0 !important;
      right:0 !important;
      background: rgba(0,0,0,0.65) !important;
      transform: translate(0, 0) !important;
      height: 100% !important;
      width: 100% !important;
    }

    #bricks-component-lUOegYysIHqFKrQkk6Wb_w-wrapper.floating-button.floating-button--close {
      overflow: hidden;
    }

    #bricks-component-lUOegYysIHqFKrQkk6Wb_w-wrapper.floating-button.floating-button--close,
    #bricks-component-lUOegYysIHqFKrQkk6Wb_w-wrapper.floating-button.floating-button--close > [id^='bricks-component-'] {
      width: 90px !important;
      min-width: 80px !important;
      height: 90px !important;
      min-height: 80px !important;
      box-shadow: none !important;
      background: none !important;
      padding: 0 !important;
    }

    #bricks-component-lUOegYysIHqFKrQkk6Wb_w-wrapper.rdstation-popup-position-top_left.floating-button.floating-button--close {
      top: 0px !important;
      right: auto !important;
      bottom: auto !important;
      left: 0px !important;
    }

    #bricks-component-lUOegYysIHqFKrQkk6Wb_w-wrapper.rdstation-popup-position-top_right.floating-button.floating-button--close {
      top: 0px !important;
      right: 0px !important;
      bottom: auto !important;
      left: auto !important;
    }

    #bricks-component-lUOegYysIHqFKrQkk6Wb_w-wrapper.rdstation-popup-position-bottom_left.floating-button.floating-button--close {
      top: auto !important;
      right: auto !important;
      bottom: 0px !important;
      left: 0px !important;
    }

    #bricks-component-lUOegYysIHqFKrQkk6Wb_w-wrapper.rdstation-popup-position-bottom_right.floating-button.floating-button--close {
      top: auto !important;
      right: 0px !important;
      bottom: 0px !important;
      left: auto !important;
    }

    #bricks-component-lUOegYysIHqFKrQkk6Wb_w-wrapper.rdstation-popup-position-center.floating-button.floating-button--close {
      top: auto !important;
      right: 0px !important;
      bottom: 0px !important;
      left: auto !important;
      transform: translate(0, 0) !important;
    }

    #bricks-component-lUOegYysIHqFKrQkk6Wb_w-wrapper.rdstation-popup-position-top_left.floating-button.floating-button--close .bricks--floating--button {
      top: 20px !important;
      right: auto !important;
      bottom: auto !important;
      left: 20px !important;
    }

    #bricks-component-lUOegYysIHqFKrQkk6Wb_w-wrapper.rdstation-popup-position-top_right.floating-button.floating-button--close .bricks--floating--button {
      top: 20px !important;
      right: 20px !important;
      bottom: auto !important;
      left: auto !important;
    }

    #bricks-component-lUOegYysIHqFKrQkk6Wb_w-wrapper.rdstation-popup-position-bottom_left.floating-button.floating-button--close .bricks--floating--button {
      top: auto !important;
      right: auto !important;
      bottom: 20px !important;
      left: 20px !important;
    }

    #bricks-component-lUOegYysIHqFKrQkk6Wb_w-wrapper.rdstation-popup-position-bottom_right.floating-button.floating-button--close .bricks--floating--button {
      top: auto !important;
      right: 20px !important;
      bottom: 20px !important;
      left: auto !important;
    }

    #bricks-component-lUOegYysIHqFKrQkk6Wb_w-wrapper.rdstation-popup-position-center.floating-button.floating-button--close .bricks--floating--button {
      left: auto !important;
      top: auto !important;
      top: auto !important;
      bottom: 20px !important;
      right: 20px !important;
      transform: translate(0, 0) !important;
    }

    @media screen and (min-width: 768px) {
      #bricks-component-lUOegYysIHqFKrQkk6Wb_w-wrapper.rdstation-popup-position-top_left.floating-button .bricks--floating--button {
        top: -80px !important;
        right: auto !important;
        bottom: auto !important;
        left: 0px !important;
      }

      #bricks-component-lUOegYysIHqFKrQkk6Wb_w-wrapper.rdstation-popup-position-top_right.floating-button .bricks--floating--button {
        top: -80px !important;
        right: 0px !important;
        bottom: auto !important;
        left: auto !important;
      }

      #bricks-component-lUOegYysIHqFKrQkk6Wb_w-wrapper.rdstation-popup-position-bottom_left.floating-button .bricks--floating--button {
        top: auto !important;
        right: auto !important;
        bottom: -80px !important;
        left: 0px !important;
      }

      #bricks-component-lUOegYysIHqFKrQkk6Wb_w-wrapper.rdstation-popup-position-bottom_right.floating-button .bricks--floating--button {
        top: auto !important;
        right: 0px !important;
        bottom: -80px !important;
        left: auto !important;
      }

      #bricks-component-lUOegYysIHqFKrQkk6Wb_w-wrapper.rdstation-popup-position-top_left.floating-button.floating-button--close .bricks--floating--button {
        top: -80px !important;
        right: auto !important;
        bottom: auto !important;
        left: 0px !important;
      }

      #bricks-component-lUOegYysIHqFKrQkk6Wb_w-wrapper.rdstation-popup-position-top_right.floating-button.floating-button--close .bricks--floating--button {
        top: -80px !important;
        right: 0px !important;
        bottom: auto !important;
        left: auto !important;
      }

      #bricks-component-lUOegYysIHqFKrQkk6Wb_w-wrapper.rdstation-popup-position-bottom_left.floating-button.floating-button--close .bricks--floating--button {
        top: auto !important;
        right: auto !important;
        bottom: -80px !important;
        left: 0px !important;
      }

      #bricks-component-lUOegYysIHqFKrQkk6Wb_w-wrapper.rdstation-popup-position-bottom_right.floating-button.floating-button--close .bricks--floating--button {
        top: auto !important;
        right: 0px !important;
        bottom: -80px !important;
        left: auto !important;
      }

      #bricks-component-lUOegYysIHqFKrQkk6Wb_w-wrapper.rdstation-popup-position-center.floating-button .bricks--floating--button {
        display: none !important;
      }

      #bricks-component-lUOegYysIHqFKrQkk6Wb_w-wrapper.rdstation-popup-position-center.floating-button--close.floating-button .bricks--floating--button {
        display: block !important;
      }

      [class^='rdstation-popup-position-'].floating-button.floating-button--close > .bricks--component-popup {
        top: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
      }

      [class^='rdstation-popup-position-'].floating-button > .bricks--component-popup {
        position: absolute !important;
      }

      #bricks-component-lUOegYysIHqFKrQkk6Wb_w-wrapper.rdstation-popup-position-top_left.floating-button > .bricks--component-popup {
        top: 100px !important;
        right: auto !important;
        bottom: auto !important;
        left: 20px !important;
      }

      #bricks-component-lUOegYysIHqFKrQkk6Wb_w-wrapper.rdstation-popup-position-top_right.floating-button > .bricks--component-popup {
        top: 100px !important;
        right: 20px !important;
        bottom: auto !important;
        left: auto !important;
      }

      #bricks-component-lUOegYysIHqFKrQkk6Wb_w-wrapper.rdstation-popup-position-bottom_left.floating-button > .bricks--component-popup {
        top: auto !important;
        right: auto !important;
        bottom: 100px !important;
        left: 20px !important;
      }

      #bricks-component-lUOegYysIHqFKrQkk6Wb_w-wrapper.rdstation-popup-position-bottom_right.floating-button > .bricks--component-popup {
        top: auto !important;
        right: 20px !important;
        bottom: 100px !important;
        left: auto !important;
      }

      #bricks-component-lUOegYysIHqFKrQkk6Wb_w-wrapper.rdstation-popup-position-center.floating-button > .bricks--component-popup {
        transform: translate(-50%, -50%) !important;
        top: 50% !important;
        left: 50% !important;
        right: auto !important;
        bottom: auto !important;
      }

      #bricks-component-lUOegYysIHqFKrQkk6Wb_w-wrapper.floating-button .bricks--floating--button {
        display:block !important;
      }

    }

    @media screen and (max-width: 767px) {
      #bricks-component-lUOegYysIHqFKrQkk6Wb_w-wrapper.floating-button {
        padding: 30px 10px !important;
        background: rgba(0,0,0,0.75) !important;
        overflow-y: auto;
      }

      #bricks-component-lUOegYysIHqFKrQkk6Wb_w-wrapper.floating-button .bricks--section,
      #bricks-component-lUOegYysIHqFKrQkk6Wb_w-wrapper.floating-button .bricks--row,
      #bricks-component-lUOegYysIHqFKrQkk6Wb_w-wrapper.floating-button .bricks--column {
        min-width: 100% !important;
        max-width: 100% !important;
        width: 100% !important;
      }

      #bricks-component-lUOegYysIHqFKrQkk6Wb_w-wrapper.floating-button .bricks-form__fieldset > .bricks-form__field {
        width: 100% !important;
      }

      #bricks-component-lUOegYysIHqFKrQkk6Wb_w-wrapper.floating-button,
      #bricks-component-lUOegYysIHqFKrQkk6Wb_w-wrapper.floating-button > [id^='bricks-component-'] {
        width: 100% !important;
        height: 100% !important;
        min-width: 100% !important;
        min-height: 100% !important;
      }
    }
  
  
    #rd-QZ9gazA0seP1Kbr-9G-evw {
      position: absolute;
      top: 10px;
      right: 10px;
      border: none;
      background: transparent;
      z-index: 9999;
      cursor: pointer;
    }

    #rd-QZ9gazA0seP1Kbr-9G-evw svg {
      width: 12px;
      height: 12px;
      fill: #ffffff;
    }
  
  
    #rd-k0MzgsHggBk5YXsPCUoMCw {
      position: absolute;
      bottom: -97px;
      right: 2px;
      border-radius: 0!important;
      background: transparent url(https://d335luupugsy2.cloudfront.net/cms/files/1446/1588875979/$5u0ndp8vgxo) center center no-repeat;
      z-index: 900;
      box-shadow: none;
      outline: none;
      width:60px !important;
      height:61px !important;
      background-size: 60px 60px !important;
      cursor: pointer;
      border: 0 !important;
    }

    .floating-button.floating-button--close .bricks--section {
      display: none !important;
    }

    .floating-button.floating-button--close .bricks--component-popup {
      box-shadow: none !important;
    }

    .floating-button.floating-button--close .bricks--close--button {
      display: none;
    }

    #rd-k0MzgsHggBk5YXsPCUoMCw.shake {
      animation: shake 1s infinite;
    }

    @keyframes shake {
      0% {
        transform: translate(0px, 0px) rotate(0deg);
      }
      50% {
        transform: translate(1px, 1px) rotate(0deg);
      }
      55% {
        transform: translate(-1px, -2px) rotate(-1deg);
      }
      60% {
        transform: translate(-3px, 0px) rotate(1deg);
      }
      65% {
        transform: translate(3px, 2px) rotate(0deg);
      }
      70% {
        transform: translate(1px, -1px) rotate(1deg);
      }
      75% {
        transform: translate(-1px, 2px) rotate(-1deg);
      }
      80% {
        transform: translate(-3px, 1px) rotate(0deg);
      }
      85% {
        transform: translate(3px, 1px) rotate(-1deg);
      }
      90% {
        transform: translate(-1px, -1px) rotate(1deg);
      }
      95% {
        transform: translate(1px, 2px) rotate(0deg);
      }
      100% {
        transform: translate(1px, -2px) rotate(-1deg);
      }
    }
  
  
    #rd-section-k8hluh9z {
      
          background-color: rgba(255,255,255,1);
        
      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;
    }

    #rd-section-k8hluh9z > div:not(.bricks--row) {
      min-height: 0px;
    }
  
  
    #rd-row-k8hluoen {
      min-height: 50px;
    }

    #rd-row-k8hluoen .bricks--column > div {
      min-height: 50px;
    }
  
  
    #rd-column-k8hluoeo {
      flex: 12 0 0;
    }

    #rd-column-k8hluoeo > div {
      
          background-color: rgba(38,92,84,1);
        
      justify-content: center;
      padding-top: 0px;
      padding-right: 20px;
      padding-bottom: 0px;
      padding-left: 20px;
    }
  
  
    #rd-YXU_WWGpSQTp3iLI8pqtqA {
      align-self: center;
      max-width: 440px;
      margin-top: 20px;
      margin-bottom: 20px;
    }

    #rd-YXU_WWGpSQTp3iLI8pqtqA .bricks-form__fieldset {
      flex-flow: column nowrap;
    }

    #rd-YXU_WWGpSQTp3iLI8pqtqA .bricks-form__field {
      margin-bottom: 10px;
      padding: 0;
      width: 100.0%;
    }

     #rd-YXU_WWGpSQTp3iLI8pqtqA .bricks-form__static {
      color: #4a4a4a;
      font-family: Open Sans, sans-serif;
      font-size: 14px;
      font-style: normal;
      font-weight: normal;
    }

    #rd-YXU_WWGpSQTp3iLI8pqtqA .bricks-form__static a {
      color: #4a4a4a;
      text-decoration: underline;
    }

    #rd-YXU_WWGpSQTp3iLI8pqtqA .bricks-form__label {
      color: #4a4a4a;
      display: none;
      font-family: Open Sans, sans-serif;
      font-size: 14px;
      font-style: normal;
      font-weight: normal;
    }

    #rd-YXU_WWGpSQTp3iLI8pqtqA .bricks-form__input {
      color: #000000;
      font-family: Open Sans, sans-serif;
      font-size: 14px;

      background-color: #fdfdfd;

      border-bottom-style: solid;
      border-left-style: solid;
      border-right-style: solid;
      border-top-style: solid;
      border-color: #cacaca;
      border-radius: 5px;
      border-width: 1px;
      max-width: 100% !important;

      
    }

    #rd-YXU_WWGpSQTp3iLI8pqtqA .bricks-form__input::placeholder {
      color: normal;
    }

    #rd-YXU_WWGpSQTp3iLI8pqtqA .select2-container .select2-choice {
      height: 36px !important;
      line-height: 36px !important;

      color: #000000 !important;
      font-family: Open Sans, sans-serif !important;
      font-size: 14px !important;
    }

    #rd-YXU_WWGpSQTp3iLI8pqtqA .bricks-form__input:not(textarea) {
      height: 36px;
    }

    #rd-YXU_WWGpSQTp3iLI8pqtqA .with-select-flags > .phone-input-group {
      display: flex;
    }

    #rd-YXU_WWGpSQTp3iLI8pqtqA .with-select-flags > .phone-input-group > .phone-country > .choices {
      height: 36px !important;
    }

    #rd-YXU_WWGpSQTp3iLI8pqtqA .with-select-flags > .phone-input-group > .phone-country > .choices > .choices__inner{
      position: relative;
      width: 60px;
      background-color: #fdfdfd;
      border-bottom-style: solid;
      border-left-style: solid;
      border-top-style: solid;
      border-color: #cacaca;
      border-width: 1px;
      border-right: 0px;
      border-top-right-radius: 0px;
      border-bottom-right-radius: 0px;
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px;
      padding-bottom: 0px;
      margin-bottom: 0px;
      min-height: 100%;
    }

    #rd-YXU_WWGpSQTp3iLI8pqtqA .with-select-flags > .phone-input-group > .phone-country > .choices .choices__inner .flag {
      top: 50%;
      left: calc(50% - 10px);
      position: absolute;
      transform: translate(-50%, -50%);
    }

    #rd-YXU_WWGpSQTp3iLI8pqtqA .with-select-flags > .phone-input-group .phone {
      width: calc(100% - 55px);
      border-top-left-radius: 0px;
      border-bottom-left-radius: 0px;
    }

    #rd-YXU_WWGpSQTp3iLI8pqtqA .with-select-flags > .phone-input-group > .phone-country {
      width: 60px;
      display: inline-block;
      height: 36px !important;
    }

    #rd-YXU_WWGpSQTp3iLI8pqtqA .with-select-flags > .phone-input-group > .phone-country .choices__list--dropdown {
      width: 300px;
    }

    #rd-YXU_WWGpSQTp3iLI8pqtqA .has-danger .bricks-form__input {
      border: solid 1px #DC3543;
    }

    #rd-YXU_WWGpSQTp3iLI8pqtqA .has-danger div.pristine-error {
      color: #DC3543;
      font-size: 12px;
    }
  
  
    #rd-column-k8hluha1 {
      flex: 12 0 0;
    }

    #rd-column-k8hluha1 > div {
      
          background-color: rgba(235,229,222,1);
        
      justify-content: center;
      padding-top: 0px;
      padding-right: 12px;
      padding-bottom: 0px;
      padding-left: 12px;
    }
  
  
    #rd-97NKIzxOyzYayvo3ItwZDw {
      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: autopx;
      max-width: 340px;
      margin-top: 15px;
      margin-bottom: 15px;
      align-self: flex-start;
      width: 100%;
      word-break: break-word;
    }
  

.elementor-box  {
    border: 15px solid 9d521b;
	border-style: solid;
    border-width: 1px 1px 1px 1px;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 10px 10px 10px 10px;
    padding: 20px 20px 20px 20px;
}