/** ************************* **/
/** Froont widget base styles **/
/** ************************* **/
blockquote {
  margin: 0;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  font-size: inherit;
  font-family: inherit;
}

html,
body,
button,
input,
select,
textarea {
  font-family: "PT Sans", Tahoma, Verdana, sans-serif;
}

html,
body {
  height: 100%;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input:focus,
textarea:focus {
  outline: none;
}

.b-content {
  min-height: 100%;
  margin: 0 auto -50px;
  /* the bottom margin is the negative value of the footer's height */
  padding-bottom: 50px;
}

.b-content:before,
.b-content:after {
  content: "";
  display: table;
  clear: both;
}

.b-content.not-in-preview,
.b-content.hide-footer {
  padding-bottom: 0;
}

.b-content.not-in-preview {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

a {
  color: inherit;
  text-decoration: none;
}

.fr-wf > .fr-text {
  -webkit-transition: opacity .1s linear;
  transition: opacity .1s linear;
  word-break: break-word;
}

.wf-loading .fr-wf > .fr-text {
  opacity: 0 !important;
}

.wf-inactive .fr-wf > .fr-text,
.wf-active .fr-wf > .fr-text {
  opacity: 1;
}


/* Navigation widget styles applied in pane for editing */

.opened {
  /* needed for edit mode interactions, to overwrite widget default style */
  max-height: 9999px !important;
  position: relative !important;
}

body.is-mobile .fr-widget {
  background-attachment: scroll !important;
}

.fr-widget {
  display: block;
}

.fr-container:before,
.fr-navigation:before,
.fr-container:after,
.fr-navigation:after {
  content: "";
  display: table;
  -webkit-flex-basis: 0;
  flex-basis: 0;
  -webkit-order: 9999;
  order: 9999;
}

.fr-container:after,
.fr-navigation:after {
  clear: both;
}

.fr-link {
  text-decoration: none;
  cursor: default;
}

.fr-link[href] {
  cursor: pointer;
}

.fr-link[href],
.fr-link[href]:active,
.fr-link[href]:focus {
  outline: none;
}

.fr-link.fr-linktype-submit,
.fr-link.fr-linktype-submit * {
  cursor: default;
}

.fr-text i,
.fr-text em {
  font-style: italic;
}

.fr-text u {
  text-decoration: underline;
}

.fr-text del,
.fr-text s,
.fr-text strike {
  text-decoration: line-through;
}

.fr-text b,
.fr-text strong {
  font-weight: bold;
}

.fr-text >:first-child {
  margin-top: 0;
}

.fr-text >:last-child {
  margin-bottom: 0;
}

.fr-widget.fr-richtext {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  letter-spacing: inherit;
  text-align: inherit;
  text-decoration: inherit;
  line-height: inherit;
  color: inherit;
}

.fr-tag-highlight-p > .fr-text > p,
.fr-tag-highlight-h1 > .fr-text > h1,
.fr-tag-highlight-h2 > .fr-text > h2,
.fr-tag-highlight-h3 > .fr-text > h3,
.fr-tag-highlight-h4 > .fr-text > h4,
.fr-tag-highlight-h5 > .fr-text > h5,
.fr-tag-highlight-h6 > .fr-text > h6,
.fr-tag-highlight-blockquote > .fr-text > blockquote {
  outline: 9px solid rgba(0, 203, 103, 0.5);
  outline-offset: -10px;
  -webkit-animation: tag-highlight 2.5s ease forwards;
  animation: tag-highlight 2.5s ease forwards;
}

@-webkit-keyframes tag-highlight {
  100% {
    outline-color: rgba(0, 203, 103, 0);
  }
}

@keyframes tag-highlight {
  100% {
    outline-color: rgba(0, 203, 103, 0);
  }
}

.fr-img {
  line-height: 0;
}

.fr-img img {
  width: 100%;
  max-width: 100%;
}

.fr-svg svg {
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.fr-svg-inner {
  position: relative;
}

.fr-svg-inner svg {
  position: absolute;
  display: block;
}

.fr-grid > .fr-widget {
  float: left;
}

.fr-grid:after {
  content: "";
  display: table;
  clear: both;
}

.fr-video-inner {
  position: relative;
}

.fr-video-inner iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

.fr-video-inner p {
  display: none;
}

.fr-input {
  border: none !important;
  background: none !important;
  padding: 0 !important;
  font-size: inherit !important;
  font-family: inherit !important;
  line-height: inherit !important;
  font-weight: inherit !important;
  color: inherit !important;
  text-decoration: inherit !important;
}

.fr-input > input {
  display: block !important;
  margin: 0 !important;
  width: 100%;
  height: 100%;
}

.fr-input > input::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.5;
}

.fr-input > input::-moz-placeholder {
  color: inherit;
  opacity: 0.5;
}

.fr-input > input:-ms-input-placeholder {
  color: inherit;
  opacity: 0.5;
}

.fr-input > input::placeholder {
  color: inherit;
  opacity: 0.5;
}

.fr-navigation {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fr_hover-animation {
  transition-duration: 0.2s;
  transition-property: background, color, border-radius;
  transition-timing-function: ease-in-out;
}

.fr-widget-hover-opacity-60 {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.fr-widget-hover-opacity-60:hover {
  opacity: 0.6;
  -webkit-transition-duration: 0.125s;
  transition-duration: 0.125s;
}

.fr-widget-hover-scale-up {
  -webkit-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}

.fr-widget-hover-scale-up:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
}

.fr-widget.fr-slideshow > .fr-widget.fr-container {
  margin: 0;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
}

.fr-widget.fr-slideshow .fr-slideshow-dots {
  position: absolute;
  text-align: center;
  left: 50%;
  bottom: 20px;
  line-height: 10px;
  -webkit-transform: translatex(-50%);
  -ms-transform: translatex(-50%);
  transform: translatex(-50%);
  z-index: 2;
}

.fr-widget.fr-slideshow .fr-slideshow-dots span.swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  opacity: .6;
  border-radius: 5px;
  margin: 0 5px;
}

.fr-widget.fr-slideshow .fr-slideshow-dots span.swiper-pagination-switch.swiper-active-switch {
  opacity: 1;
}

.fr-widget.fr-slideshow .fr-slideshow-dots span.swiper-pagination-switch:hover {
  cursor: pointer;
}

.b-content .fr-widget.swiper-container {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
  /* IE10 Windows Phone 8 Fixes */
}

.b-content .fr-widget.swiper-container .swiper-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition-property: -webkit-transform, transform, left, top;
  transition-property: -webkit-transform, transform, left, top;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.b-content .fr-widget.swiper-container .swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.b-content .fr-widget.swiper-container .swiper-slide {
  display: block;
  visibility: visible;
  float: left;
  position: relative;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.b-content .fr-widget.swiper-container .swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
}

.b-content .fr-widget.swiper-container .swiper-wp8-vertical {
  -ms-touch-action: pan-x;
}

.fr-copyright-footer {
  bottom: 0;
  width: 100%;
  position: relative;
  height: 50px;
  overflow: hidden;
}

.fr-copyright-footer.fixed {
  position: fixed;
  left: 0;
}

.fr-copyright-footer > .fr-container {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #242424;
}

.fr-copyright-footer .fr-made-with-froont {
  width: auto;
  font-family: Arial, sans-serif;
  font-size: .55rem;
  text-align: center;
  letter-spacing: .14rem;
  margin: 0 auto;
  padding: 1.05rem 0 0.5rem 0;
  color: #979797;
}

.fr-copyright-footer .fr-made-with-froont a,
.fr-copyright-footer .fr-made-with-froont a:before,
.fr-copyright-footer .fr-made-with-froont a:after {
  all: unset;
}

.fr-copyright-footer .fr-made-with-froont a,
.fr-copyright-footer .fr-made-with-froont a:hover,
.fr-copyright-footer .fr-made-with-froont a:active,
.fr-copyright-footer .fr-made-with-froont a:focus,
.fr-copyright-footer .fr-made-with-froont a:visited {
  display: inline;
  position: static;
  float: none;
  padding: 0;
  margin: 0;
  width: auto;
  height: auto;
  min-width: 0;
  max-width: none;
  min-height: 0;
  max-height: none;
  cursor: auto;
  border: 0;
  outline: 0;
  opacity: 1;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: normal;
  font-variant: normal;
  line-height: normal;
  word-spacing: normal;
  letter-spacing: inherit;
  text-decoration: none;
  text-indent: 0;
  text-align: inherit;
  white-space: normal;
  direction: ltr;
  box-shadow: none;
  text-shadow: none;
  background: none;
  -webkit-transform: none;
  transform: none;
}

.fr-copyright-footer .fr-made-with-froont a:before,
.fr-copyright-footer .fr-made-with-froont a:after {
  display: none;
}

.fr-copyright-footer .fr-made-with-froont .fr-text {
  min-width: 100%;
}

.fr-copyright-footer .fr-made-with-froont .fr-text .heart {
  font-size: .8rem;
}

.fr-copyright-footer .fr-bottom-em-spacer {
  height: 0.8rem;
  background: #242424;
}

.fr-fork-on-froont,
.fr-fork-on-froont:before,
.fr-fork-on-froont:after {
  all: unset;
}

.fr-fork-on-froont,
.fr-fork-on-froont:hover,
.fr-fork-on-froont:active,
.fr-fork-on-froont:focus,
.fr-fork-on-froont:visited {
  display: inline-block;
  float: none;
  padding: 0;
  margin: 0;
  min-width: 0;
  max-width: none;
  min-height: 0;
  max-height: none;
  cursor: auto;
  border: 0;
  outline: 0;
  opacity: 1;
  text-decoration: none;
  box-shadow: none;
  background-color: transparent;
  -webkit-transform: none;
  transform: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 115px;
  height: 115px;
  background-image: url('https://froont.com/_static/images/fork-ribbon.png');
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 10000;
}

.fr-fork-on-froont:before,
.fr-fork-on-froont:after {
  display: none;
}

.fr-fork-on-froont:hover {
  background-position: 0 -115px;
}

.fr-anim-initial {
  visibility: hidden;
  opacity: 0 !important;
}

[data-fr-animation].fr-having-animation {
  visibility: hidden;
  opacity: 0 !important;
}

.fr-having-animation.fr-anim-fade-in {
  visibility: hidden;
  opacity: 0 !important;
}

.fr-having-animation.fr-anim-slide-from-top {
  visibility: hidden;
  opacity: 0 !important;
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}

.fr-having-animation.fr-anim-slide-from-right {
  visibility: hidden;
  opacity: 0 !important;
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

.fr-having-animation.fr-anim-slide-from-bottom {
  visibility: hidden;
  opacity: 0 !important;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}

.fr-having-animation.fr-anim-slide-from-left {
  visibility: hidden;
  opacity: 0 !important;
  -webkit-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  transform: translateX(-20px);
}

.fr-having-animation.fr-anim-result {
  visibility: visible;
  -webkit-transform: translateX(0) translateY(0);
  -ms-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
  -webkit-transition-duration: 1.7s;
  transition-duration: 1.7s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-perspective: 1000;
  perspective: 1000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 1 !important;
}

.fr-having-animation.fr-anim-result.fr-anim-fade-in {
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.fr-widget.fr-background-parallax {
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
}
/** ******************************** **/
/** End of Froont widget base styles **/
/** ******************************** **/

/** ************************* **/
/** Widget styles             **/
/** ************************* **/
/*!FROONT Project element styles */

h1 {
  font-weight: 600;
  font-size: 3.25rem;
  line-height: 1.2;
  margin-top: 2.5rem;
  margin-bottom: 1.25rem
}

h2 {
  font-weight: 600;
  font-size: 2.625rem;
  line-height: 1.2;
  margin-top: 2.5rem;
  margin-bottom: 1.25rem
}

h3 {
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1.3;
  margin-top: 2.5rem;
  margin-bottom: 1.25rem
}

h4 {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.3;
  margin-top: 2.5rem;
  margin-bottom: 1.25rem
}

h5 {
  font-weight: 600;
  font-size: .6875rem;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: .07rem;
  margin-top: 2.5rem;
  margin-bottom: 1.25rem
}

h6 {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.3;
  margin-top: 2.5rem;
  margin-bottom: 1.25rem
}

p {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem
}

blockquote {
  font-weight: 300;
  font-size: 1.375rem;
  line-height: 1.7;
  letter-spacing: -0.03rem;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  margin-left: 2.5rem
}

a {
  text-decoration: underline;
  color: inherit
}

a:hover {
  opacity: .8
}

.fr_paragraph_left {
  font-family: Roboto;
  font-weight: 400;
  font-size: 1.1em;
  line-height: 1.4em;
  color: grey
}

.fr_h2 {
  font-family: Roboto;
  font-weight: 900;
  font-size: 2.125em;
  line-height: 1.25em;
  color: grey
}

.fr_h4 {
  font-family: Roboto;
  font-weight: 900;
  font-size: 1.1em;
  line-height: 1.25em;
  text-align: left;
  color: grey
}

.fr_paragraph_main_center_white {
  font-family: Roboto;
  font-weight: 300;
  font-size: 1.1em;
  line-height: 1.4;
  text-align: center;
  letter-spacing: .01em;
  color: white
}

.fr_h1_main_center_white {
  font-family: Roboto;
  font-weight: 900;
  font-size: 3.55em;
  line-height: 1.0em;
  text-align: center;
  letter-spacing: 0;
  color: white
}

.fr_paragraph_left-1 {
  font-family: Roboto;
  font-weight: 400;
  font-size: 1.1em;
  line-height: 1.4em;
  color: grey
}

.fr_h2-1 {
  font-family: Roboto;
  font-weight: 900;
  font-size: 2.125em;
  line-height: 1.25em;
  color: grey
}

.fr_content_5 {
  display: block;
  padding-top: 80px;
  padding-bottom: 80px;
  min-height: 17.25rem
}

.fr_co4_container_2 {
  float: none;
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  max-width: 940px
}

.fr_co4_3_column_grid_2 {
  float: none;
  display: block;
  margin-top: 1em;
  min-height: 4.63rem;
  max-width: 980px
}

.fr_co4_3_column_grid_2.fr-grid>.fr-widget {
  float: left
}

.fr_co4_3_column_grid_2>.fr-widget:nth-child(1n+1) {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  width: 100%;
  clear: left;
  max-width: inherit
}

.fr_co4_paragraph_text_one_2 {
  display: block;
  width: 100%
}

.fr_co4_paragraph_center_2 {
  display: block
}

.fr_content_04 {
  display: block;
  margin-top: -40px;
  padding-top: 80px;
  padding-bottom: 80px;
  min-height: 13.94rem
}

.fr_co4_container {
  float: none;
  display: block;
  width: 90%;
  margin-top: -50px;
  margin-right: auto;
  margin-left: auto;
  max-width: 940px
}

.fr_co4_3_column_grid {
  float: none;
  display: block;
  margin-top: 1em;
  max-width: 980px
}

.fr_co4_3_column_grid.fr-grid>.fr-widget {
  float: left
}

.fr_co4_3_column_grid>.fr-widget:nth-child(3n+1) {
  margin-top: 0;
  margin-right: 2%;
  margin-bottom: 0;
  margin-left: 0;
  width: 31.33%;
  clear: left;
  max-width: inherit
}

.fr_co4_3_column_grid>.fr-widget:nth-child(3n+2) {
  margin-top: 0;
  margin-right: 2%;
  margin-bottom: 0;
  margin-left: 2%;
  width: 29.33%;
  clear: none;
  max-width: inherit
}

.fr_co4_3_column_grid>.fr-widget:nth-child(3n+3) {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 2%;
  width: 31.33%;
  clear: none;
  max-width: inherit
}

.fr_co4_paragraph_text_three {
  display: block;
  margin-top: 10px
}

.fr_co4_headline_three {
  display: block
}

.fr_co4_paragraph_text_two {
  display: block;
  margin-top: 10px
}

.fr_co4_headline_two {
  display: block
}

.fr_co4_paragraph_text_one {
  display: block;
  margin-top: 10px
}

.fr_co4_headline_one {
  display: block
}

.fr_header_1 {
  float: none;
  display: block;
  width: 100%;
  vertical-align: top;
  margin-right: auto;
  margin-left: auto;
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url(../images/thumbnail/photo-1445061461235-905035d2f27d_1.jpg_1080x1620.jpg);
  background-position: center center;
  background-size: cover;
  min-height: 30.81rem
}

.fr_hd1_paragraph {
  float: none;
  display: block;
  width: 90%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  max-width: 600px
}

.fr_hd1_main_title {
  float: none;
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  max-width: 600px
}

.fr_content_6 {
  display: block;
  margin-top: -20px;
  padding-top: 80px;
  padding-bottom: 80px;
  min-height: .63rem
}

.fr_co4_container_3 {
  float: none;
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  max-width: 940px
}

.fr_co4_3_column_grid_3 {
  float: none;
  display: block;
  margin-top: 1em;
  max-width: 980px
}

.fr_co4_3_column_grid_3.fr-grid>.fr-widget {
  float: left
}

.fr_co4_3_column_grid_3>.fr-widget:nth-child(1n+1) {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  width: 100%;
  clear: left;
  max-width: inherit
}

.fr_co4_paragraph_text_one_3 {
  display: block
}

.fr_co4_paragraph_center {
  display: block
}

.fr_content_7 {
  display: block;
  padding-top: 0;
  padding-bottom: 10px;
  min-height: 9.75rem
}

.fr_co4_container_4 {
  float: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  width: 90%;
  margin-top: 2.78125rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 940px
}

.fr_image {
  display: block;
  width: 33.83%;
  margin-top: 0rem;
  min-height: 4.19rem;
  max-width: 1024px
}

.fr_paragraph_center {
  display: block;
  width: 90%;
  font-family: Roboto;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.35;
  text-align: right;
  color: #333;
  min-height: 1.35em;
  max-width: 600px
}

.fr_paragraph_center_2 {
  display: none;
  width: 90%;
  font-family: Oxygen;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.35;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  color: #333;
  min-height: 1.35em;
  max-width: 600px
}

@media screen and (max-width:768px) {
  .fr_co4_3_column_grid_2.fr-grid>.fr-widget {
    float: left
  }
  .fr_co4_3_column_grid_2>.fr-widget:nth-child(1n+1) {
    margin-top: .6em;
    margin-right: 0;
    margin-bottom: .6em;
    margin-left: 0;
    width: 100%;
    clear: left;
    max-width: inherit
  }
  .fr_co4_3_column_grid.fr-grid>.fr-widget {
    float: left
  }
  .fr_co4_3_column_grid>.fr-widget:nth-child(1n+1) {
    margin-top: .6em;
    margin-right: 0;
    margin-bottom: .6em;
    margin-left: 0;
    width: 100%;
    clear: left;
    max-width: inherit
  }
  .fr_header_1 {
    min-height: 30.75rem
  }
  .fr_co4_3_column_grid_3.fr-grid>.fr-widget {
    float: left
  }
  .fr_co4_3_column_grid_3>.fr-widget:nth-child(1n+1) {
    margin-top: .6em;
    margin-right: 0;
    margin-bottom: .6em;
    margin-left: 0;
    width: 100%;
    clear: left;
    max-width: inherit
  }
  .fr_image {
    width: 34.23%;
    min-height: 5.25rem
  }
  .fr_paragraph_center_2 {
    display: none
  }
}

@media screen and (max-width:480px) {
  .fr_h1_main_center_white {
    font-size: 2.5em
  }
  .fr_header_1 {
    padding-top: 80px;
    padding-bottom: 80px;
    min-height: 19.5rem
  }
  .fr_image {
    -webkit-align-self: flex-start;
    align-self: flex-start;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    min-height: auto
  }
  .fr_paragraph_center {
    float: none;
    display: none;
    -webkit-align-self: flex-start;
    align-self: flex-start;
    width: 100%;
    font-size: .9rem;
    text-align: center;
    margin-right: auto;
    margin-left: auto
  }
  .fr_paragraph_center_2 {
    display: block;
    margin-bottom: 20px
  }
}

@media screen and (max-width:320px) {
  .fr_header_1 {
    min-height: 29.19rem
  }
  .fr_image {
    float: none;
    display: block;
    -webkit-align-self: flex-start;
    align-self: flex-start;
    width: 100%;
    margin-right: auto;
    margin-left: auto
  }
}
/** ******************************** **/
/** End of widget styles             **/
/** ******************************** **/
