{"id":7,"date":"2022-06-12T07:38:43","date_gmt":"2022-06-12T07:38:43","guid":{"rendered":"https:\/\/yogaschoolcostarica.com\/index.php\/200-hour-ytt-costa-rica\/"},"modified":"2022-06-12T07:38:43","modified_gmt":"2022-06-12T07:38:43","slug":"200-hour-ytt-costa-rica","status":"publish","type":"page","link":"https:\/\/yogaschoolcostarica.com\/index.php\/200-hour-ytt-costa-rica\/","title":{"rendered":"200 Hour Yoga Teacher Training Costa Rica"},"content":{"rendered":"<article class=\"sections\" data-page-sections=\"61232c0d84608963ceca3628\" id=\"sections\">\n<section\n  data-test=\"page-section\"\n  \n  data-section-theme=\"black\"\n  class='page-section\n    \n      layout-engine-section\n    \n    background-width--full-bleed\n    \n      section-height--small\n    \n    \n      content-width--wide\n    \n    horizontal-alignment--left\n    vertical-alignment--top\n    \n       has-background\n    \n    \n    black'\n  \n  data-section-id=\"61232c0d84608963ceca362b\"\n  \n  data-controller=\"SectionWrapperController\"\n  data-current-styles=\"{\n  &quot;backgroundImage&quot;: {\n    &quot;id&quot;: &quot;612d70c9f7eff63336471f0c&quot;,\n    &quot;recordType&quot;: 2,\n    &quot;addedOn&quot;: 1630367945056,\n    &quot;updatedOn&quot;: 1630372289076,\n    &quot;workflowState&quot;: 1,\n    &quot;publishOn&quot;: 1630367945056,\n    &quot;authorId&quot;: &quot;5bf8cd617e5992d0edb8f263&quot;,\n    &quot;systemDataId&quot;: &quot;1630367945100-HN7DRKM8TKSQ7U6X68SA&quot;,\n    &quot;systemDataVariants&quot;: &quot;2500x1667,100w,300w,500w,750w,1000w,1500w,2500w&quot;,\n    &quot;systemDataSourceType&quot;: &quot;JPG&quot;,\n    &quot;filename&quot;: &quot;unsplash-image-U6t80TWJ1DM.jpg&quot;,\n    &quot;mediaFocalPoint&quot;: {\n      &quot;x&quot;: 0.5,\n      &quot;y&quot;: 0.5,\n      &quot;source&quot;: 3\n    },\n    &quot;colorData&quot;: {\n      &quot;topLeftAverage&quot;: &quot;414f12&quot;,\n      &quot;topRightAverage&quot;: &quot;b3dcfc&quot;,\n      &quot;bottomLeftAverage&quot;: &quot;ddc1a5&quot;,\n      &quot;bottomRightAverage&quot;: &quot;c8bab6&quot;,\n      &quot;centerAverage&quot;: &quot;39471b&quot;,\n      &quot;suggestedBgColor&quot;: &quot;3b4511&quot;\n    },\n    &quot;urlId&quot;: &quot;78nahb7er6j7ofzg7q315yb23uq0o9&quot;,\n    &quot;title&quot;: &quot;&quot;,\n    &quot;body&quot;: null,\n    &quot;likeCount&quot;: 0,\n    &quot;commentCount&quot;: 0,\n    &quot;publicCommentCount&quot;: 0,\n    &quot;commentState&quot;: 2,\n    &quot;unsaved&quot;: false,\n    &quot;author&quot;: {\n      &quot;id&quot;: &quot;5bf8cd617e5992d0edb8f263&quot;,\n      &quot;displayName&quot;: &quot;Mantra Yoga&quot;,\n      &quot;firstName&quot;: &quot;Mantra&quot;,\n      &quot;lastName&quot;: &quot;Yoga&quot;,\n      &quot;websiteUrl&quot;: &quot;https:\/\/mantrayogameditation.org&quot;,\n      &quot;bio&quot;: &quot;&lt;p&gt;Mantra Yoga &amp;amp; Meditation School&lt;\\\/p&gt;&quot;\n    },\n    &quot;assetUrl&quot;: &quot;https:\/\/images.squarespace-cdn.com\/content\/v1\/61232bacf80bd42c117046e0\/1630367945100-HN7DRKM8TKSQ7U6X68SA\/unsplash-image-U6t80TWJ1DM.jpg&quot;,\n    &quot;contentType&quot;: &quot;image\/jpeg&quot;,\n    &quot;items&quot;: [ ],\n    &quot;pushedServices&quot;: { },\n    &quot;pendingPushedServices&quot;: { },\n    &quot;recordTypeLabel&quot;: &quot;image&quot;,\n    &quot;originalSize&quot;: &quot;2500x1667&quot;\n  },\n  &quot;imageOverlayOpacity&quot;: 0.32,\n  &quot;backgroundWidth&quot;: &quot;background-width--full-bleed&quot;,\n  &quot;sectionHeight&quot;: &quot;section-height--small&quot;,\n  &quot;horizontalAlignment&quot;: &quot;horizontal-alignment--left&quot;,\n  &quot;verticalAlignment&quot;: &quot;vertical-alignment--top&quot;,\n  &quot;contentWidth&quot;: &quot;content-width--wide&quot;,\n  &quot;customContentWidth&quot;: 50,\n  &quot;sectionTheme&quot;: &quot;black&quot;,\n  &quot;sectionAnimation&quot;: &quot;none&quot;,\n  &quot;backgroundMode&quot;: &quot;image&quot;\n}\"\n  data-animation=\"none\"\n   \n  \n  \n><\/p>\n<div class=\"section-background\">\n<p><script>\n  \"use strict\";<\/p>\n<p>  var positionImage = function positionImage(imageEl) {\n    var imageDimensions = imageEl.dataset.imageDimensions.split('x');\n    var originalWidth = imageDimensions[0];\n    var originalHeight = imageDimensions[1];\n    var focalPoint = imageEl.dataset.imageFocalPoint.split(',');\n    var focalPointX = focalPoint[0];\n    var focalPointY = focalPoint[1];\n    var parentNode = imageEl.parentNode;<\/p>\n<p>    var scale = function () {\n      var imageRatio = originalWidth \/ originalHeight;\n      var parentClientSize = {\n        height: parentNode.clientHeight,\n        width: parentNode.clientWidth\n      };\n      var parentRatio = parentClientSize.width \/ parentClientSize.height;<\/p>\n<p>      if (imageRatio > parentRatio) {\n        return parentClientSize.height \/ originalHeight;\n      }<\/p>\n<p>      return parentClientSize.width \/ originalWidth;\n    }();<\/p>\n<p>    var getRelativeOffset = function getRelativeOffset() {\n      var targetWidth = Math.ceil(originalWidth * scale);\n      var targetHeight = Math.ceil(originalHeight * scale);\n      var parentDimensionWidth = parentNode.offsetWidth;\n      var parentDimensionHeight = parentNode.offsetHeight;\n      var overflowWidth = targetWidth - parentDimensionWidth;\n      var overflowHeight = targetHeight - parentDimensionHeight;\n      var valueX;<\/p>\n<p>      if (overflowWidth === 0) {\n        valueX = focalPointX;\n      } else {\n        valueX = Math.max(Math.min(targetWidth * focalPointX - parentDimensionWidth * 0.5, overflowWidth), 0) \/ overflowWidth;\n      }<\/p>\n<p>      var valueY;<\/p>\n<p>      if (overflowHeight === 0) {\n        valueY = focalPointY;\n      } else {\n        valueY = Math.max(Math.min(targetHeight * focalPointY - parentDimensionHeight * 0.5, overflowHeight), 0) \/ overflowHeight;\n      }<\/p>\n<p>      return {\n        valueX: valueX,\n        valueY: valueY\n      };\n    };<\/p>\n<p>    var relativeOffset = getRelativeOffset();\n    var valueX = relativeOffset.valueX;\n    var valueY = relativeOffset.valueY;\n    imageEl.style.objectPosition = \"\".concat(valueX * 100, \"% \").concat(valueY * 100, \"%\");\n  };\n<\/script><\/p>\n<p>  <img decoding=\"async\" alt=\"\"\n    \n    src=\"https:\/\/images.squarespace-cdn.com\/content\/v1\/61232bacf80bd42c117046e0\/1630367945100-HN7DRKM8TKSQ7U6X68SA\/unsplash-image-U6t80TWJ1DM.jpg\" data-image=\"https:\/\/images.squarespace-cdn.com\/content\/v1\/61232bacf80bd42c117046e0\/1630367945100-HN7DRKM8TKSQ7U6X68SA\/unsplash-image-U6t80TWJ1DM.jpg\" data-image-dimensions=\"2500x1667\" data-image-focal-point=\"0.5,0.5\" alt=\"unsplash-image-U6t80TWJ1DM.jpg\" \n    data-load=\"false\"\n    \n       srcset=\"https:\/\/images.squarespace-cdn.com\/content\/v1\/61232bacf80bd42c117046e0\/1630367945100-HN7DRKM8TKSQ7U6X68SA\/unsplash-image-U6t80TWJ1DM.jpg?format=100w 100w,https:\/\/images.squarespace-cdn.com\/content\/v1\/61232bacf80bd42c117046e0\/1630367945100-HN7DRKM8TKSQ7U6X68SA\/unsplash-image-U6t80TWJ1DM.jpg?format=300w 300w,https:\/\/images.squarespace-cdn.com\/content\/v1\/61232bacf80bd42c117046e0\/1630367945100-HN7DRKM8TKSQ7U6X68SA\/unsplash-image-U6t80TWJ1DM.jpg?format=500w 500w,https:\/\/images.squarespace-cdn.com\/content\/v1\/61232bacf80bd42c117046e0\/1630367945100-HN7DRKM8TKSQ7U6X68SA\/unsplash-image-U6t80TWJ1DM.jpg?format=750w 750w,https:\/\/images.squarespace-cdn.com\/content\/v1\/61232bacf80bd42c117046e0\/1630367945100-HN7DRKM8TKSQ7U6X68SA\/unsplash-image-U6t80TWJ1DM.jpg?format=1000w 1000w,https:\/\/images.squarespace-cdn.com\/content\/v1\/61232bacf80bd42c117046e0\/1630367945100-HN7DRKM8TKSQ7U6X68SA\/unsplash-image-U6t80TWJ1DM.jpg?format=1500w 1500w,https:\/\/images.squarespace-cdn.com\/content\/v1\/61232bacf80bd42c117046e0\/1630367945100-HN7DRKM8TKSQ7U6X68SA\/unsplash-image-U6t80TWJ1DM.jpg?format=2500w 2500w\"\n      \n      sizes=\"(max-width: 799px) 200vw, 100vw\" \n      onLoad=\"positionImage(this); this.classList.add('loaded');\"\n      loading=\"lazy\"\n    \n  \/><\/p>\n<div class=\"section-background-overlay\" style=\"opacity: 0.32;\"><\/div>\n<\/p><\/div>\n<div\n    class=\"content-wrapper\"\n    style='\n      \n        \n      \n    '\n  ><\/p>\n<div\n      class=\"content\"\n      \n    ><\/p>\n<div class=\"sqs-layout sqs-grid-12 columns-12\" data-type=\"page-section\" id=\"page-section-61232c0d84608963ceca362b\">\n<div class=\"row sqs-row\">\n<div class=\"col sqs-col-0 span-0\"><\/div>\n<div class=\"col sqs-col-12 span-12\">\n<div class=\"sqs-block html-block sqs-block-html\" data-block-type=\"2\" id=\"block-13ec88d2c2c9348377e4\">\n<div class=\"sqs-block-content\">\n<h2 style=\"white-space:pre-wrap;\">200-Hour Yoga and Meditation Dual Certification Teacher Training<\/h2>\n<h4 style=\"white-space:pre-wrap;\">Montezuma, Costa Rica<\/h4>\n<p class=\"\" style=\"white-space:pre-wrap;\">Next Dates: To Be Announced<\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div><\/div>\n<\/p><\/div>\n<\/section>\n<section\n  data-test=\"page-section\"\n  \n  data-section-theme=\"white\"\n  class='page-section\n    \n      user-items-list-section\n      full-bleed-section\n    \n    \n    \n      \n    \n    \n      \n    \n    \n    \n    \n      \n    \n    \n    white'\n  \n  data-section-id=\"612d7f2d49f88f53402d29eb\"\n  \n  data-controller=\"SectionWrapperController\"\n  data-current-styles=\"{\n  &quot;imageFocalPoint&quot;: {\n    &quot;x&quot;: 0.5,\n    &quot;y&quot;: 0.5\n  },\n  &quot;imageOverlayOpacity&quot;: 0.3,\n  &quot;backgroundColor&quot;: &quot;white&quot;,\n  &quot;sectionTheme&quot;: &quot;white&quot;,\n  &quot;imageEffect&quot;: &quot;none&quot;,\n  &quot;backgroundMode&quot;: &quot;image&quot;,\n  &quot;backgroundImage&quot;: null\n}\"\n  data-animation=\"\"\n  data-json-schema-section \n  \n  \n><\/p>\n<div class=\"section-background\"><\/div>\n<div\n    class=\"content-wrapper\"\n    style='\n      \n        \n      \n    '\n  ><\/p>\n<div\n      class=\"content\"\n      \n    ><\/p>\n<div\n  class=\"user-items-list\"\n  style=\"\n    min-height: 100px;\n    padding-top: 6.6vmax;\n    padding-bottom: 6.6vmax;\n    \"\n  data-card-theme=\"\"\n  data-section-id=\"user-items-list\"\n  data-section-title-enabled=\"false\"\n  data-space-below-section-title-value=\"70\"\n  data-space-below-section-title-unit=\"px\"\n  data-layout-width=\"inset\"\n><\/p>\n<style>\n  .user-items-list-item-container[data-section-id=\"612d7f2d49f88f53402d29eb\"] .list-item-content__title {\n    font-size: 2.2rem;\n  }\n  .user-items-list-item-container[data-section-id=\"612d7f2d49f88f53402d29eb\"] .list-item-content__description {\n    font-size: 1.2rem;\n  }\n  .user-items-list-item-container[data-section-id=\"612d7f2d49f88f53402d29eb\"] .list-item-content__button {\n    font-size: 1rem;\n  }<\/p>\n<p>  @supports (--test-custom-property: true) {\n    .user-items-list-item-container[data-section-id=\"612d7f2d49f88f53402d29eb\"] {\n      --title-font-size-value: 2.2;\n      --body-font-size-value: 1.2;\n      --button-font-size-value: 1;\n    }\n  }\n<\/style>\n<div\n  class=\"\n    user-items-list-item-container\n    user-items-list-banner-slideshow\n  \"\n  data-controller=\"UserItemsListBannerSlideshow\"\n  data-progress-indicators-placement=\"\"\n  data-is-infinite-enabled=\"false\"\n  data-is-card-enabled=\"false\"\n  data-title-alignment=\"center\"\n  data-body-alignment=\"center\"\n  data-button-alignment=\"center\"\n  data-show-adjacent-slides=\"false\"\n  data-card-vertical-position=\"middle\"\n  data-card-horizontal-position=\"center\"\n  data-navigation-controls=\"none\"\n  data-navigation-placement=\"center\"\n  data-navigation-alignment=\"center\"\n  data-space-between-slides-value=\"20\"\n  data-space-between-slides-unit=\"px\"\n  data-section-id=\"612d7f2d49f88f53402d29eb\"\n  data-current-context=\"{\n  &quot;userItems&quot;: [ {\n    &quot;title&quot;: &quot;Become a Yoga &amp; Meditation Teacher&quot;,\n    &quot;description&quot;: &quot;&lt;p class=\\&quot;\\&quot; style=\\&quot;white-space:pre-wrap;\\&quot;&gt;Immerse yourself in a life-changing journey that will give you the tools to teach yoga and meditation to the world. This 24-day retreat in the lush and vibrant Montezuma, Costa Rica, awards you with a dual certification by the Yoga Alliance and the necessary tools to impact people\u2019s lives in a positive way.&lt;\\\/p&gt;&lt;p class=\\&quot;\\&quot; style=\\&quot;white-space:pre-wrap;\\&quot;&gt;&lt;strong&gt;Coming Dates&lt;\\\/strong&gt;&lt;\\\/p&gt;&lt;p class=\\&quot;\\&quot; style=\\&quot;white-space:pre-wrap;\\&quot;&gt;To Be Announced&lt;\\\/p&gt;&quot;,\n    &quot;button&quot;: {\n      &quot;buttonText&quot;: &quot;Apply Now&quot;,\n      &quot;buttonLink&quot;: &quot;\/apply&quot;,\n      &quot;buttonNewWindow&quot;: false\n    },\n    &quot;mediaFocalPoint&quot;: {\n      &quot;x&quot;: 0.5,\n      &quot;y&quot;: 0.5\n    },\n    &quot;imageId&quot;: &quot;612d818cc862e55b9940266a&quot;,\n    &quot;imageAltText&quot;: &quot;The calm waters of Costa Rica&quot;,\n    &quot;image&quot;: {\n      &quot;id&quot;: &quot;612d818cc862e55b9940266a&quot;,\n      &quot;recordType&quot;: 2,\n      &quot;addedOn&quot;: 1630372236307,\n      &quot;updatedOn&quot;: 1630372239824,\n      &quot;workflowState&quot;: 1,\n      &quot;publishOn&quot;: 1630372236307,\n      &quot;authorId&quot;: &quot;5bf8cd617e5992d0edb8f263&quot;,\n      &quot;systemDataId&quot;: &quot;1630372236354-EZ793Y4PYZG3M1YRRRM0&quot;,\n      &quot;systemDataVariants&quot;: &quot;2500x1667,100w,300w,500w,750w,1000w,1500w,2500w&quot;,\n      &quot;systemDataSourceType&quot;: &quot;JPG&quot;,\n      &quot;filename&quot;: &quot;unsplash-image-Qh6yUFl7P5E.jpg&quot;,\n      &quot;mediaFocalPoint&quot;: {\n        &quot;x&quot;: 0.5,\n        &quot;y&quot;: 0.5,\n        &quot;source&quot;: 3\n      },\n      &quot;colorData&quot;: {\n        &quot;topLeftAverage&quot;: &quot;b7c8cf&quot;,\n        &quot;topRightAverage&quot;: &quot;cfd4d2&quot;,\n        &quot;bottomLeftAverage&quot;: &quot;87b8c8&quot;,\n        &quot;bottomRightAverage&quot;: &quot;bfc0c1&quot;,\n        &quot;centerAverage&quot;: &quot;ccd3d6&quot;,\n        &quot;suggestedBgColor&quot;: &quot;b0c1c8&quot;\n      },\n      &quot;urlId&quot;: &quot;m8anv8ji6denk2hkargyvaiz1bdxus&quot;,\n      &quot;title&quot;: &quot;&quot;,\n      &quot;body&quot;: null,\n      &quot;likeCount&quot;: 0,\n      &quot;commentCount&quot;: 0,\n      &quot;publicCommentCount&quot;: 0,\n      &quot;commentState&quot;: 2,\n      &quot;unsaved&quot;: false,\n      &quot;author&quot;: {\n        &quot;id&quot;: &quot;5bf8cd617e5992d0edb8f263&quot;,\n        &quot;displayName&quot;: &quot;Mantra Yoga&quot;,\n        &quot;firstName&quot;: &quot;Mantra&quot;,\n        &quot;lastName&quot;: &quot;Yoga&quot;,\n        &quot;websiteUrl&quot;: &quot;https:\/\/mantrayogameditation.org&quot;,\n        &quot;bio&quot;: &quot;&lt;p&gt;Mantra Yoga &amp;amp; Meditation School&lt;\\\/p&gt;&quot;\n      },\n      &quot;assetUrl&quot;: &quot;https:\/\/images.squarespace-cdn.com\/content\/v1\/61232bacf80bd42c117046e0\/1630372236354-EZ793Y4PYZG3M1YRRRM0\/unsplash-image-Qh6yUFl7P5E.jpg&quot;,\n      &quot;contentType&quot;: &quot;image\/jpeg&quot;,\n      &quot;items&quot;: [ ],\n      &quot;pushedServices&quot;: { },\n      &quot;pendingPushedServices&quot;: { },\n      &quot;recordTypeLabel&quot;: &quot;image&quot;,\n      &quot;originalSize&quot;: &quot;2500x1667&quot;\n    }\n  } ],\n  &quot;styles&quot;: {\n    &quot;imageFocalPoint&quot;: {\n      &quot;x&quot;: 0.5,\n      &quot;y&quot;: 0.5\n    },\n    &quot;imageOverlayOpacity&quot;: 0.3,\n    &quot;backgroundColor&quot;: &quot;white&quot;,\n    &quot;sectionTheme&quot;: &quot;white&quot;,\n    &quot;imageEffect&quot;: &quot;none&quot;,\n    &quot;backgroundMode&quot;: &quot;image&quot;,\n    &quot;backgroundImage&quot;: null\n  },\n  &quot;video&quot;: {\n    &quot;filter&quot;: 1,\n    &quot;playbackSpeed&quot;: 1,\n    &quot;videoFallbackContentItem&quot;: null,\n    &quot;nativeVideoContentItem&quot;: null,\n    &quot;videoSourceProvider&quot;: &quot;none&quot;\n  },\n  &quot;backgroundImageFocalPoint&quot;: null,\n  &quot;backgroundImageId&quot;: null,\n  &quot;options&quot;: {\n    &quot;isCardEnabled&quot;: false,\n    &quot;isShowAdjacentSlides&quot;: false,\n    &quot;isInfiniteEnabled&quot;: false,\n    &quot;slideDurationMs&quot;: 1000,\n    &quot;isMediaEnabled&quot;: true,\n    &quot;isTitleEnabled&quot;: true,\n    &quot;isBodyEnabled&quot;: true,\n    &quot;isButtonEnabled&quot;: true,\n    &quot;layoutWidth&quot;: &quot;inset&quot;,\n    &quot;titleAlignment&quot;: &quot;center&quot;,\n    &quot;bodyAlignment&quot;: &quot;center&quot;,\n    &quot;buttonAlignment&quot;: &quot;center&quot;,\n    &quot;cardHorizontalPosition&quot;: &quot;center&quot;,\n    &quot;cardVerticalPosition&quot;: &quot;middle&quot;,\n    &quot;titleFontSize&quot;: &quot;heading-2&quot;,\n    &quot;bodyFontSize&quot;: &quot;paragraph-2&quot;,\n    &quot;buttonFontSize&quot;: &quot;button-medium&quot;,\n    &quot;customOptions&quot;: {\n      &quot;customTitleFontSize&quot;: {\n        &quot;value&quot;: 2.2,\n        &quot;unit&quot;: &quot;rem&quot;\n      },\n      &quot;customBodyFontSize&quot;: {\n        &quot;value&quot;: 1.2,\n        &quot;unit&quot;: &quot;rem&quot;\n      },\n      &quot;customButtonFontSize&quot;: {\n        &quot;value&quot;: 1,\n        &quot;unit&quot;: &quot;rem&quot;\n      }\n    },\n    &quot;minSlideHeight&quot;: {\n      &quot;value&quot;: 50,\n      &quot;unit&quot;: &quot;vh&quot;\n    },\n    &quot;verticalPaddingTop&quot;: {\n      &quot;value&quot;: 6.6,\n      &quot;unit&quot;: &quot;vmax&quot;\n    },\n    &quot;verticalPaddingBottom&quot;: {\n      &quot;value&quot;: 6.6,\n      &quot;unit&quot;: &quot;vmax&quot;\n    },\n    &quot;slideContentPaddingTop&quot;: {\n      &quot;value&quot;: 6,\n      &quot;unit&quot;: &quot;%&quot;\n    },\n    &quot;slideContentPaddingRight&quot;: {\n      &quot;value&quot;: 6,\n      &quot;unit&quot;: &quot;%&quot;\n    },\n    &quot;slideContentPaddingBottom&quot;: {\n      &quot;value&quot;: 6,\n      &quot;unit&quot;: &quot;%&quot;\n    },\n    &quot;slideContentPaddingLeft&quot;: {\n      &quot;value&quot;: 6,\n      &quot;unit&quot;: &quot;%&quot;\n    },\n    &quot;spaceBetweenSlides&quot;: {\n      &quot;value&quot;: 20,\n      &quot;unit&quot;: &quot;px&quot;\n    },\n    &quot;spaceBelowTitle&quot;: {\n      &quot;value&quot;: 4,\n      &quot;unit&quot;: &quot;%&quot;\n    },\n    &quot;spaceBelowBody&quot;: {\n      &quot;value&quot;: 8,\n      &quot;unit&quot;: &quot;%&quot;\n    },\n    &quot;cardPaddingTop&quot;: {\n      &quot;value&quot;: 20,\n      &quot;unit&quot;: &quot;px&quot;\n    },\n    &quot;cardPaddingRight&quot;: {\n      &quot;value&quot;: 20,\n      &quot;unit&quot;: &quot;px&quot;\n    },\n    &quot;cardPaddingBottom&quot;: {\n      &quot;value&quot;: 20,\n      &quot;unit&quot;: &quot;px&quot;\n    },\n    &quot;cardPaddingLeft&quot;: {\n      &quot;value&quot;: 20,\n      &quot;unit&quot;: &quot;px&quot;\n    },\n    &quot;navigationOffset&quot;: {\n      &quot;value&quot;: 8,\n      &quot;unit&quot;: &quot;vw&quot;\n    },\n    &quot;slideContentWidth&quot;: {\n      &quot;value&quot;: 50,\n      &quot;unit&quot;: &quot;%&quot;\n    },\n    &quot;navigationControls&quot;: &quot;none&quot;,\n    &quot;navigationPlacement&quot;: &quot;center&quot;,\n    &quot;navigationAlignment&quot;: &quot;center&quot;,\n    &quot;progressIndicators&quot;: &quot;bars&quot;\n  },\n  &quot;layout&quot;: &quot;banner-slideshow&quot;,\n  &quot;isSectionTitleEnabled&quot;: false,\n  &quot;sectionTitle&quot;: &quot;&lt;p class=\\&quot;\\&quot; style=\\&quot;white-space:pre-wrap;\\&quot;&gt;Make it stand out.&lt;\\\/p&gt;&quot;,\n  &quot;spaceBelowSectionTitle&quot;: {\n    &quot;value&quot;: 70,\n    &quot;unit&quot;: &quot;px&quot;\n  },\n  &quot;sectionTitleAlignment&quot;: &quot;center&quot;,\n  &quot;isSectionButtonEnabled&quot;: false,\n  &quot;sectionButton&quot;: {\n    &quot;buttonText&quot;: &quot;Make It&quot;,\n    &quot;buttonLink&quot;: &quot;#&quot;,\n    &quot;buttonNewWindow&quot;: false\n  },\n  &quot;sectionButtonSize&quot;: &quot;medium&quot;,\n  &quot;sectionButtonAlignment&quot;: &quot;center&quot;,\n  &quot;spaceAboveSectionButton&quot;: {\n    &quot;value&quot;: 70,\n    &quot;unit&quot;: &quot;px&quot;\n  }\n}\"\n  data-layout-width=\"inset\"\n  data-title-font-unit=\"rem\"\n  data-description-font-unit=\"rem\"\n  data-button-font-unit=\"rem\"\n  data-vertical-padding-top-value=\"6.6\"\n  data-vertical-padding-bottom-value=\"6.6\"\n  data-vertical-padding-top-unit=\"vmax\"\n  data-vertical-padding-bottom-unit=\"vmax\"\n\n  \n    \n  \n><\/p>\n<div class=\"slideshow-wrapper\">\n<div class=\"slideshow-gutter\">\n<div class=\"slideshow-holder\">\n<ul class=\"slides\" style=\"\n          min-height: 50vh;\n          \n        \"><\/p>\n<li\n              class=\"\n                slide\n                list-item\n              \"\n              style=\"\n                padding-top: 6%;\n                padding-right: 6%;\n                padding-bottom: 6%;\n                padding-left: 6%;\n\n                \n\n                \n              \"\n              data-is-card-enabled=\"false\"\n            >\n<div class=\"slide-media-container\">\n                    <img decoding=\"async\"\n                      \n                      data-image-focal-point=\"0.5,0.5\"\n                      \n                      alt=\"The calm waters of Costa Rica\"\n                      src=\"https:\/\/images.squarespace-cdn.com\/content\/v1\/61232bacf80bd42c117046e0\/1630372236354-EZ793Y4PYZG3M1YRRRM0\/unsplash-image-Qh6yUFl7P5E.jpg\" data-image=\"https:\/\/images.squarespace-cdn.com\/content\/v1\/61232bacf80bd42c117046e0\/1630372236354-EZ793Y4PYZG3M1YRRRM0\/unsplash-image-Qh6yUFl7P5E.jpg\" data-image-dimensions=\"2500x1667\" data-image-focal-point=\"0.5,0.5\" alt=\"unsplash-image-Qh6yUFl7P5E.jpg\" \n                      class=\"list-slideshow-image\"\n                      data-load=\"false\"\n                      data-mode=\"cover\"\n                      data-use-advanced-positioning=\"true\"\n                    \/>\n                  <\/div>\n<div\n  class=\"slide-content list-item-card-background\n      \"\n  style=\"\n    \n    \n      \n      width: 350px; \n      min-width: 50%;\n    \n    max-width: 100%;\n    \"\n><\/p>\n<h2\n      class=\"list-item-content__title\"\n    >Become a Yoga &amp; Meditation Teacher<\/h2>\n<div class=\"list-item-content__description\n      \n      \n      \"\n      style=\"margin-top: 4%;\"\n    ><\/p>\n<p class=\"\" style=\"white-space:pre-wrap;\">Immerse yourself in a life-changing journey that will give you the tools to teach yoga and meditation to the world. This 24-day retreat in the lush and vibrant Montezuma, Costa Rica, awards you with a dual certification by the Yoga Alliance and the necessary tools to impact people\u2019s lives in a positive way.<\/p>\n<p class=\"\" style=\"white-space:pre-wrap;\"><strong>Coming Dates<\/strong><\/p>\n<p class=\"\" style=\"white-space:pre-wrap;\">To Be Announced<\/p>\n<\/p><\/div>\n<div class=\"list-item-content__button-container\"\n      style=\"margin-top: 8%;\"\n      data-animation-role=\"button\"\n    ><br \/>\n      <a class=\"\n          list-item-content__button\n          sqs-block-button-element\n          \n          \n            sqs-block-button-element--medium\n            sqs-button-element--primary\n          \n        \"\n        href=\"\/apply\"\n        \n      ><br \/>\n        Apply Now<br \/>\n      <\/a>\n    <\/div>\n<\/div>\n<\/li>\n<\/ul><\/div>\n<\/p><\/div>\n<div class=\"mobile-arrows\">\n      <button\n  class=\"\n    mobile-arrow-button\n    mobile-arrow-button--left\n  \"\n  aria-label=\"\n    \n      \n    \n    \n  \"\n  data-animation-role=\"button\"\n><\/p>\n<div class=\"\n    user-items-list-banner-slideshow__arrow-icon-background\n    mobile-arrow-icon-background-area\n  \">\n  <\/div>\n<p>  <svg class=\"mobile-arrow-icon\" viewBox=\"0 0 24 14\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><\/p>\n<path class=\"user-items-list-banner-slideshow__arrow-icon-foreground\n        mobile-arrow-icon-path\"\n        d=\"M7.87012 13L2.00021 7L7.87012 1\" stroke-width=\"2\" fill=\"none\"\n      \/>\n      <path class=\"user-items-list-banner-slideshow__arrow-icon-foreground\n        mobile-arrow-icon-path\"\n        d=\"M22.9653 7L3.03948 7\" stroke-width=\"2\" stroke-linecap=\"square\" fill=\"none\"\n      \/><\/p>\n<p>  <\/svg><br \/>\n<\/button><\/p>\n<p>      <button\n  class=\"\n    mobile-arrow-button\n    mobile-arrow-button--right\n  \"\n  aria-label=\"\n    \n    \n      \n    \n  \"\n  data-animation-role=\"button\"\n><\/p>\n<div class=\"\n    user-items-list-banner-slideshow__arrow-icon-background\n    mobile-arrow-icon-background-area\n  \">\n  <\/div>\n<p>  <svg class=\"mobile-arrow-icon\" viewBox=\"0 0 24 14\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><\/p>\n<path class=\"user-items-list-banner-slideshow__arrow-icon-foreground\n        mobile-arrow-icon-path\"\n        d=\"M16.1299 1L21.9998 7L16.1299 13\" stroke-width=\"2\" fill=\"none\"\n      \/>\n      <path class=\"user-items-list-banner-slideshow__arrow-icon-foreground\n        mobile-arrow-icon-path\"\n        d=\"M1.03472 7H20.9605\" stroke-width=\"2\" stroke-linecap=\"square\" fill=\"none\"\n      \/><\/p>\n<p>  <\/svg><br \/>\n<\/button><\/p><\/div>\n<\/p><\/div>\n<\/div>\n<\/div><\/div>\n<\/p><\/div>\n<\/section>\n<section\n  data-test=\"page-section\"\n  \n  data-section-theme=\"black\"\n  class='page-section\n    \n      layout-engine-section\n    \n    background-width--full-bleed\n    \n      section-height--small\n    \n    \n    \n    horizontal-alignment--center\n    vertical-alignment--middle\n    \n       has-background\n    \n    \n    black'\n  \n  data-section-id=\"6128521eb804d5467a80c15b\"\n  \n  data-controller=\"SectionWrapperController\"\n  data-current-styles=\"{\n  &quot;backgroundImage&quot;: {\n    &quot;id&quot;: &quot;612d7247884c7d6484675ae9&quot;,\n    &quot;recordType&quot;: 2,\n    &quot;addedOn&quot;: 1630368327338,\n    &quot;updatedOn&quot;: 1634701612835,\n    &quot;workflowState&quot;: 1,\n    &quot;publishOn&quot;: 1630368327338,\n    &quot;authorId&quot;: &quot;5bf8cd617e5992d0edb8f263&quot;,\n    &quot;systemDataId&quot;: &quot;1630368327366-IE88M8YXUXO0Q81G0QL7&quot;,\n    &quot;systemDataVariants&quot;: &quot;2500x1667,100w,300w,500w,750w,1000w,1500w,2500w&quot;,\n    &quot;systemDataSourceType&quot;: &quot;JPG&quot;,\n    &quot;filename&quot;: &quot;unsplash-image-IhWRrZx4-kk.jpg&quot;,\n    &quot;mediaFocalPoint&quot;: {\n      &quot;x&quot;: 0.4915084915084915,\n      &quot;y&quot;: 0.3360335951555704,\n      &quot;source&quot;: 3\n    },\n    &quot;colorData&quot;: {\n      &quot;topLeftAverage&quot;: &quot;007db2&quot;,\n      &quot;topRightAverage&quot;: &quot;0a80b6&quot;,\n      &quot;bottomLeftAverage&quot;: &quot;0a597f&quot;,\n      &quot;bottomRightAverage&quot;: &quot;5e8ba3&quot;,\n      &quot;centerAverage&quot;: &quot;84bacf&quot;,\n      &quot;suggestedBgColor&quot;: &quot;007aae&quot;\n    },\n    &quot;urlId&quot;: &quot;nspilgp0c64xd8gbb4wheu82214zmh&quot;,\n    &quot;title&quot;: &quot;&quot;,\n    &quot;body&quot;: null,\n    &quot;likeCount&quot;: 0,\n    &quot;commentCount&quot;: 0,\n    &quot;publicCommentCount&quot;: 0,\n    &quot;commentState&quot;: 2,\n    &quot;unsaved&quot;: false,\n    &quot;author&quot;: {\n      &quot;id&quot;: &quot;5bf8cd617e5992d0edb8f263&quot;,\n      &quot;displayName&quot;: &quot;Mantra Yoga&quot;,\n      &quot;firstName&quot;: &quot;Mantra&quot;,\n      &quot;lastName&quot;: &quot;Yoga&quot;,\n      &quot;websiteUrl&quot;: &quot;https:\/\/mantrayogameditation.org&quot;,\n      &quot;bio&quot;: &quot;&lt;p&gt;Mantra Yoga &amp;amp; Meditation School&lt;\\\/p&gt;&quot;\n    },\n    &quot;assetUrl&quot;: &quot;https:\/\/images.squarespace-cdn.com\/content\/v1\/61232bacf80bd42c117046e0\/1630368327366-IE88M8YXUXO0Q81G0QL7\/unsplash-image-IhWRrZx4-kk.jpg&quot;,\n    &quot;contentType&quot;: &quot;image\/jpeg&quot;,\n    &quot;items&quot;: [ ],\n    &quot;pushedServices&quot;: { },\n    &quot;pendingPushedServices&quot;: { },\n    &quot;recordTypeLabel&quot;: &quot;image&quot;,\n    &quot;originalSize&quot;: &quot;2500x1667&quot;\n  },\n  &quot;imageOverlayOpacity&quot;: 0.19,\n  &quot;backgroundWidth&quot;: &quot;background-width--full-bleed&quot;,\n  &quot;sectionHeight&quot;: &quot;section-height--small&quot;,\n  &quot;horizontalAlignment&quot;: &quot;horizontal-alignment--center&quot;,\n  &quot;verticalAlignment&quot;: &quot;vertical-alignment--middle&quot;,\n  &quot;contentWidth&quot;: &quot;content-width--custom&quot;,\n  &quot;customContentWidth&quot;: 100,\n  &quot;sectionTheme&quot;: &quot;black&quot;,\n  &quot;sectionAnimation&quot;: &quot;none&quot;,\n  &quot;backgroundMode&quot;: &quot;image&quot;,\n  &quot;imageEffect&quot;: &quot;zoom&quot;\n}\"\n  data-animation=\"none\"\n   \n  \n  \n><\/p>\n<div class=\"section-background\">\n<div\n  class=\"section-background-content\"\n  data-controller=\"BackgroundImageFXParallax\"\n  data-props='{\"amount\": 0.0, \"angle\": 90, \"zoomStart\": 0.3, \"zoomEnd\": 0.0}'\n  ><br \/>\n  <img decoding=\"async\" class=\"background-image-fx\" crossOrigin alt=\"\" src=\"https:\/\/images.squarespace-cdn.com\/content\/v1\/61232bacf80bd42c117046e0\/1630368327366-IE88M8YXUXO0Q81G0QL7\/unsplash-image-IhWRrZx4-kk.jpg\" data-image=\"https:\/\/images.squarespace-cdn.com\/content\/v1\/61232bacf80bd42c117046e0\/1630368327366-IE88M8YXUXO0Q81G0QL7\/unsplash-image-IhWRrZx4-kk.jpg\" data-image-dimensions=\"2500x1667\" data-image-focal-point=\"0.4915084915084915,0.3360335951555704\" alt=\"unsplash-image-IhWRrZx4-kk.jpg\"  data-load=\"false\"\n  \n\/><\/p>\n<div class=\"section-background-canvas background-fx-canvas\"><\/div>\n<\/div>\n<div class=\"section-background-overlay\" style=\"opacity: 0.19;\"><\/div>\n<\/p><\/div>\n<div\n    class=\"content-wrapper\"\n    style='\n      \n        \n      \n    '\n  ><\/p>\n<div\n      class=\"content\"\n       style=\"width: 100%;\" \n    ><\/p>\n<div class=\"sqs-layout sqs-grid-12 columns-12\" data-type=\"page-section\" id=\"page-section-6128521eb804d5467a80c15b\">\n<div class=\"row sqs-row\">\n<div class=\"col sqs-col-12 span-12\">\n<div class=\"sqs-block html-block sqs-block-html\" data-block-type=\"2\" id=\"block-a694d5d141b10a90d173\">\n<div class=\"sqs-block-content\">\n<h1 style=\"text-align:center;white-space:pre-wrap;\">Highlights<\/h1>\n<\/div>\n<\/div>\n<div class=\"sqs-block spacer-block sqs-block-spacer sized vsize-1\" data-block-type=\"21\" id=\"block-14302326af79a3f7aeba\">\n<div class=\"sqs-block-content\">&nbsp;<\/div>\n<\/div>\n<div class=\"row sqs-row\">\n<div class=\"col sqs-col-3 span-3\">\n<div class=\"sqs-block html-block sqs-block-html\" data-block-type=\"2\" id=\"block-874029fa572eaf9047aa\">\n<div class=\"sqs-block-content\">\n<h3 style=\"text-align:center;white-space:pre-wrap;\">Dual Certificate<\/h3>\n<p style=\"text-align:center;white-space:pre-wrap;\" class=\"\">Learn how to teach yoga and meditation, get certified in both disciplines by the Yoga Alliance.<\/p>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"col sqs-col-3 span-3\">\n<div class=\"sqs-block html-block sqs-block-html\" data-block-type=\"2\" id=\"block-614312bacd75e19c7d13\">\n<div class=\"sqs-block-content\">\n<h3 style=\"text-align:center;white-space:pre-wrap;\">Cultural Experience<\/h3>\n<p style=\"text-align:center;white-space:pre-wrap;\" class=\"\">Enjoy Costa Rican holistic food, experiences, rituals, and day trips tailored by the locals just for you.<\/p>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"col sqs-col-3 span-3\">\n<div class=\"sqs-block html-block sqs-block-html\" data-block-type=\"2\" id=\"block-7574ac96e6c444615fd6\">\n<div class=\"sqs-block-content\">\n<h3 style=\"text-align:center;white-space:pre-wrap;\">Paradise Location<\/h3>\n<p style=\"text-align:center;white-space:pre-wrap;\" class=\"\">Experience Nature\u2019s healing power! Our School is surrounded by tropical forests, waterfalls, and beaches.<\/p>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"col sqs-col-3 span-3\">\n<div class=\"sqs-block html-block sqs-block-html\" data-block-type=\"2\" id=\"block-f0e99ab06b227a49b42e\">\n<div class=\"sqs-block-content\">\n<h3 style=\"text-align:center;white-space:pre-wrap;\">Day trips &amp; workshops<\/h3>\n<p style=\"text-align:center;white-space:pre-wrap;\" class=\"\">Explore the natural reserves near the School, connect with local culture, and learn more than you expected.<\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div><\/div>\n<\/p><\/div>\n<\/section>\n<section\n  data-test=\"page-section\"\n  \n  data-section-theme=\"bright\"\n  class='page-section\n    \n      layout-engine-section\n    \n    background-width--full-bleed\n    \n      \n        section-height--custom\n      \n    \n    \n      content-width--medium\n    \n    horizontal-alignment--center\n    vertical-alignment--middle\n    \n      \n    \n    \n    bright'\n  \n  data-section-id=\"61232c0d84608963ceca362f\"\n  \n  data-controller=\"SectionWrapperController\"\n  data-current-styles=\"{\n  &quot;imageOverlayOpacity&quot;: 0.15,\n  &quot;backgroundWidth&quot;: &quot;background-width--full-bleed&quot;,\n  &quot;sectionHeight&quot;: &quot;section-height--custom&quot;,\n  &quot;customSectionHeight&quot;: 18,\n  &quot;horizontalAlignment&quot;: &quot;horizontal-alignment--center&quot;,\n  &quot;verticalAlignment&quot;: &quot;vertical-alignment--middle&quot;,\n  &quot;contentWidth&quot;: &quot;content-width--medium&quot;,\n  &quot;sectionTheme&quot;: &quot;bright&quot;,\n  &quot;sectionAnimation&quot;: &quot;none&quot;,\n  &quot;backgroundMode&quot;: &quot;image&quot;\n}\"\n  data-animation=\"none\"\n   \n  \n     style=\"min-height: 18vh;\" \n  \n  \n><\/p>\n<div class=\"section-background\"><\/div>\n<div\n    class=\"content-wrapper\"\n    style='\n      \n        \n          \n          \n          padding-top: calc(18vmax \/ 10); padding-bottom: calc(18vmax \/ 10);\n        \n      \n    '\n  ><\/p>\n<div\n      class=\"content\"\n      \n    ><\/p>\n<div class=\"sqs-layout sqs-grid-12 columns-12\" data-type=\"page-section\" id=\"page-section-61232c0d84608963ceca362f\">\n<div class=\"row sqs-row\">\n<div class=\"col sqs-col-12 span-12\">\n<div class=\"row sqs-row\">\n<div class=\"col sqs-col-8 span-8\">\n<div class=\"sqs-block html-block sqs-block-html\" data-block-type=\"2\" id=\"block-133670bd725873e52437\">\n<div class=\"sqs-block-content\">\n<h3 style=\"white-space:pre-wrap;\">Begin Your Journey<\/h3>\n<p class=\"sqsrte-large\" style=\"white-space:pre-wrap;\">The world needs more yoga teachers. So make the decision today and be a part of the change!<\/p>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"col sqs-col-1 span-1\">\n<div class=\"sqs-block spacer-block sqs-block-spacer sized vsize-1\" data-block-type=\"21\" id=\"block-dee7eb7ee429fffbd0dc\">\n<div class=\"sqs-block-content\">&nbsp;<\/div>\n<\/div>\n<\/div>\n<div class=\"col sqs-col-3 span-3\">\n<div class=\"sqs-block button-block sqs-block-button\" data-block-type=\"53\" id=\"block-d27bc6f326578dc57012\">\n<div class=\"sqs-block-content\">\n<div\n  class=\"sqs-block-button-container sqs-block-button-container--left\"\n  data-animation-role=\"button\"\n  data-alignment=\"left\"\n  data-button-size=\"large\"\n  data-button-type=\"secondary\"\n><br \/>\n  <a\n    href=\"\/apply\"\n    class=\"sqs-block-button-element--large sqs-button-element--secondary sqs-block-button-element\"\n    \n  ><br \/>\n    Apply Now<br \/>\n  <\/a>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div><\/div>\n<\/p><\/div>\n<\/section>\n<section\n  data-test=\"page-section\"\n  \n  data-section-theme=\"white\"\n  class='page-section\n    \n      user-items-list-section\n      full-bleed-section\n    \n    \n    \n      \n    \n    \n      \n    \n    \n    \n    \n      \n    \n    \n    white'\n  \n  data-section-id=\"6128566c358cde35e63a6f39\"\n  \n  data-controller=\"SectionWrapperController\"\n  data-current-styles=\"{\n  &quot;imageFocalPoint&quot;: {\n    &quot;x&quot;: 0.5,\n    &quot;y&quot;: 0.5\n  },\n  &quot;imageOverlayOpacity&quot;: 0.3,\n  &quot;backgroundColor&quot;: &quot;white&quot;,\n  &quot;sectionTheme&quot;: &quot;white&quot;,\n  &quot;imageEffect&quot;: &quot;none&quot;,\n  &quot;backgroundMode&quot;: &quot;image&quot;,\n  &quot;backgroundImage&quot;: null\n}\"\n  data-animation=\"\"\n  data-json-schema-section \n  \n  \n><\/p>\n<div class=\"section-background\"><\/div>\n<div\n    class=\"content-wrapper\"\n    style='\n      \n        \n      \n    '\n  ><\/p>\n<div\n      class=\"content\"\n      \n    ><\/p>\n<div\n  class=\"user-items-list\"\n  style=\"\n    min-height: 100px;\n    padding-top: 5vmax;\n    padding-bottom: 5vmax;\n    \"\n  data-card-theme=\"\"\n  data-section-id=\"user-items-list\"\n  data-section-title-enabled=\"true\"\n  data-space-below-section-title-value=\"40\"\n  data-space-below-section-title-unit=\"px\"\n  data-layout-width=\"inset\"\n><\/p>\n<div class=\"list-section-title\"\n      id=\"6128566c358cde35e63a6f39\"\n      style= \"padding-bottom: 40px;\"\n      data-section-title-alignment=\"center\"\n    ><\/p>\n<p class=\"\" style=\"white-space:pre-wrap;\">The experience includes:<\/p>\n<\/p><\/div>\n<style>\n  .user-items-list-item-container[data-section-id=\"6128566c358cde35e63a6f39\"] .list-item-content__title {\n    font-size: 1.2rem;\n  }\n  .user-items-list-item-container[data-section-id=\"6128566c358cde35e63a6f39\"] .list-item-content__description {\n    font-size: 0.9rem;\n  }\n  .user-items-list-item-container[data-section-id=\"6128566c358cde35e63a6f39\"] .list-item-content__button {\n    font-size: 0.8rem;\n  }<\/p>\n<p>  @supports (--test-custom-property: true) {\n    .user-items-list-item-container[data-section-id=\"6128566c358cde35e63a6f39\"] {\n      --title-font-size-value: 1.2;\n      --body-font-size-value: 0.9;\n      --button-font-size-value: 0.8;\n    }\n  }\n<\/style>\n<ul class=\"\n    user-items-list-item-container\n    user-items-list-simple\n  \"\n  style=\"\n    grid-gap: 20px 20px;\n  \"\n  data-controller=\"UserItemsListSimple\"\n  data-num-columns=\"3\"\n  data-content-order=\"media-first\"\n  data-alignment-vertical=\"stretch\"\n  data-section-id=\"6128566c358cde35e63a6f39\"\n  data-current-context=\"{\n  &quot;userItems&quot;: [ {\n    &quot;title&quot;: &quot;Twenty-Four days at Aves Hotel &amp; Resort&quot;,\n    &quot;description&quot;: null,\n    &quot;button&quot;: {\n      &quot;buttonText&quot;: &quot;Make It&quot;,\n      &quot;buttonLink&quot;: &quot;#&quot;\n    },\n    &quot;imageId&quot;: &quot;6128566c358cde35e63a6f29&quot;,\n    &quot;image&quot;: {\n      &quot;id&quot;: &quot;6128566c358cde35e63a6f29&quot;,\n      &quot;recordType&quot;: 2,\n      &quot;addedOn&quot;: 1618497398784,\n      &quot;updatedOn&quot;: 1618497398838,\n      &quot;starred&quot;: false,\n      &quot;passthrough&quot;: false,\n      &quot;workflowState&quot;: 1,\n      &quot;publishOn&quot;: 1618497398784,\n      &quot;authorId&quot;: &quot;5bf8cd617e5992d0edb8f263&quot;,\n      &quot;systemDataId&quot;: &quot;1618497259178-6XJGK9GR6YAVBQL5L519&quot;,\n      &quot;systemDataVariants&quot;: &quot;2500x1518,100w,300w,500w,750w,1000w,1500w,2500w&quot;,\n      &quot;systemDataSourceType&quot;: &quot;JPG&quot;,\n      &quot;filename&quot;: &quot;20140301_Trade-151_012-2.jpg&quot;,\n      &quot;mediaFocalPoint&quot;: {\n        &quot;x&quot;: 0.5,\n        &quot;y&quot;: 0.5,\n        &quot;source&quot;: 3\n      },\n      &quot;colorData&quot;: {\n        &quot;topLeftAverage&quot;: &quot;ebf1f3&quot;,\n        &quot;topRightAverage&quot;: &quot;f7fbfc&quot;,\n        &quot;bottomLeftAverage&quot;: &quot;807855&quot;,\n        &quot;bottomRightAverage&quot;: &quot;1f261d&quot;,\n        &quot;centerAverage&quot;: &quot;698aa5&quot;,\n        &quot;suggestedBgColor&quot;: &quot;e4ecee&quot;\n      },\n      &quot;urlId&quot;: &quot;fflfv7rqfrdrlxls2s4e7a3oawvosd-ef442-8dxe6&quot;,\n      &quot;title&quot;: &quot;&quot;,\n      &quot;body&quot;: null,\n      &quot;likeCount&quot;: 0,\n      &quot;commentCount&quot;: 0,\n      &quot;publicCommentCount&quot;: 0,\n      &quot;commentState&quot;: 2,\n      &quot;unsaved&quot;: false,\n      &quot;author&quot;: {\n        &quot;id&quot;: &quot;5bf8cd617e5992d0edb8f263&quot;,\n        &quot;displayName&quot;: &quot;Mantra Yoga&quot;,\n        &quot;firstName&quot;: &quot;Mantra&quot;,\n        &quot;lastName&quot;: &quot;Yoga&quot;,\n        &quot;websiteUrl&quot;: &quot;https:\/\/mantrayogameditation.org&quot;,\n        &quot;bio&quot;: &quot;&lt;p&gt;Mantra Yoga &amp;amp; Meditation School&lt;\\\/p&gt;&quot;\n      },\n      &quot;assetUrl&quot;: &quot;https:\/\/images.squarespace-cdn.com\/content\/v1\/5ec321c2af33de48734cc929\/1618497259178-6XJGK9GR6YAVBQL5L519\/20140301_Trade-151_012-2.jpg&quot;,\n      &quot;contentType&quot;: &quot;image\/jpeg&quot;,\n      &quot;items&quot;: [ ],\n      &quot;pushedServices&quot;: { },\n      &quot;pendingPushedServices&quot;: { },\n      &quot;recordTypeLabel&quot;: &quot;image&quot;,\n      &quot;originalSize&quot;: &quot;2500x1518&quot;\n    }\n  }, {\n    &quot;title&quot;: &quot;RYT 200 Dual Certification&quot;,\n    &quot;description&quot;: &quot;&lt;p class=\\&quot;\\&quot; style=\\&quot;white-space:pre-wrap;\\&quot;&gt;It all begins with an idea. Maybe you want to launch a business. Maybe you want to turn a hobby into something more. Or maybe you have a creative project to share with the world. Whatever it is, the way you tell your story online can make all the difference. &lt;\\\/p&gt;&quot;,\n    &quot;button&quot;: {\n      &quot;buttonText&quot;: &quot;Make It&quot;\n    },\n    &quot;imageId&quot;: &quot;6128566c358cde35e63a6f2c&quot;,\n    &quot;image&quot;: {\n      &quot;id&quot;: &quot;6128566c358cde35e63a6f2c&quot;,\n      &quot;recordType&quot;: 2,\n      &quot;addedOn&quot;: 1618422235028,\n      &quot;updatedOn&quot;: 1618426532265,\n      &quot;starred&quot;: false,\n      &quot;passthrough&quot;: false,\n      &quot;workflowState&quot;: 1,\n      &quot;publishOn&quot;: 1618422235028,\n      &quot;authorId&quot;: &quot;5bf8cd617e5992d0edb8f263&quot;,\n      &quot;systemDataId&quot;: &quot;1607694583486-2PQT0LQ193RL7MCB6DX4&quot;,\n      &quot;systemDataVariants&quot;: &quot;5000x3333,100w,300w,500w,750w,1000w,1500w,2500w&quot;,\n      &quot;systemDataSourceType&quot;: &quot;JPG&quot;,\n      &quot;filename&quot;: &quot;20140228_Trade 151_0046.jpg&quot;,\n      &quot;mediaFocalPoint&quot;: {\n        &quot;x&quot;: 0.5,\n        &quot;y&quot;: 0.5,\n        &quot;source&quot;: 3\n      },\n      &quot;colorData&quot;: {\n        &quot;topLeftAverage&quot;: &quot;f4fafa&quot;,\n        &quot;topRightAverage&quot;: &quot;f0f5f8&quot;,\n        &quot;bottomLeftAverage&quot;: &quot;2d352e&quot;,\n        &quot;bottomRightAverage&quot;: &quot;272e26&quot;,\n        &quot;centerAverage&quot;: &quot;cfdbe4&quot;,\n        &quot;suggestedBgColor&quot;: &quot;f4fafa&quot;\n      },\n      &quot;urlId&quot;: &quot;usk5m637hqnbzi5ue05hgb1jq44dny-j5sp6-4sejx-pfynr-kgpdx&quot;,\n      &quot;title&quot;: &quot;&quot;,\n      &quot;body&quot;: null,\n      &quot;likeCount&quot;: 0,\n      &quot;commentCount&quot;: 0,\n      &quot;publicCommentCount&quot;: 0,\n      &quot;commentState&quot;: 2,\n      &quot;unsaved&quot;: false,\n      &quot;author&quot;: {\n        &quot;id&quot;: &quot;5bf8cd617e5992d0edb8f263&quot;,\n        &quot;displayName&quot;: &quot;Mantra Yoga&quot;,\n        &quot;firstName&quot;: &quot;Mantra&quot;,\n        &quot;lastName&quot;: &quot;Yoga&quot;,\n        &quot;websiteUrl&quot;: &quot;https:\/\/mantrayogameditation.org&quot;,\n        &quot;bio&quot;: &quot;&lt;p&gt;Mantra Yoga &amp;amp; Meditation School&lt;\\\/p&gt;&quot;\n      },\n      &quot;assetUrl&quot;: &quot;https:\/\/images.squarespace-cdn.com\/content\/v1\/5ec321c2af33de48734cc929\/1607694583486-2PQT0LQ193RL7MCB6DX4\/20140228_Trade+151_0046.jpg&quot;,\n      &quot;contentType&quot;: &quot;image\/jpeg&quot;,\n      &quot;items&quot;: [ ],\n      &quot;pushedServices&quot;: { },\n      &quot;pendingPushedServices&quot;: { },\n      &quot;recordTypeLabel&quot;: &quot;image&quot;,\n      &quot;originalSize&quot;: &quot;5000x3333&quot;\n    }\n  }, {\n    &quot;title&quot;: &quot;Daily Yoga Classes&quot;,\n    &quot;description&quot;: &quot;&lt;p class=\\&quot;\\&quot; style=\\&quot;white-space:pre-wrap;\\&quot;&gt;It all begins with an idea. Maybe you want to launch a business. Maybe you want to turn a hobby into something more. Or maybe you have a creative project to share with the world. Whatever it is, the way you tell your story online can make all the difference. &lt;\\\/p&gt;&quot;,\n    &quot;button&quot;: {\n      &quot;buttonText&quot;: &quot;Make It&quot;\n    },\n    &quot;imageId&quot;: &quot;6128566c358cde35e63a6f2f&quot;,\n    &quot;image&quot;: {\n      &quot;id&quot;: &quot;6128566c358cde35e63a6f2f&quot;,\n      &quot;recordType&quot;: 2,\n      &quot;addedOn&quot;: 1618427191766,\n      &quot;updatedOn&quot;: 1618427191936,\n      &quot;starred&quot;: false,\n      &quot;passthrough&quot;: false,\n      &quot;workflowState&quot;: 1,\n      &quot;publishOn&quot;: 1618427191766,\n      &quot;authorId&quot;: &quot;5bf8cd617e5992d0edb8f263&quot;,\n      &quot;systemDataId&quot;: &quot;1607694644871-IC85FNH781UNZSZEGHDR&quot;,\n      &quot;systemDataVariants&quot;: &quot;5000x3333,100w,300w,500w,750w,1000w,1500w,2500w&quot;,\n      &quot;systemDataSourceType&quot;: &quot;JPG&quot;,\n      &quot;filename&quot;: &quot;Aro Ha_0428.jpg&quot;,\n      &quot;mediaFocalPoint&quot;: {\n        &quot;x&quot;: 0.5,\n        &quot;y&quot;: 0.5,\n        &quot;source&quot;: 3\n      },\n      &quot;colorData&quot;: {\n        &quot;topLeftAverage&quot;: &quot;ecf0f3&quot;,\n        &quot;topRightAverage&quot;: &quot;f5f9fa&quot;,\n        &quot;bottomLeftAverage&quot;: &quot;b39a51&quot;,\n        &quot;bottomRightAverage&quot;: &quot;907f46&quot;,\n        &quot;centerAverage&quot;: &quot;878b7d&quot;,\n        &quot;suggestedBgColor&quot;: &quot;eaeef1&quot;\n      },\n      &quot;urlId&quot;: &quot;fi7e4iqek8i6vx1nxbf0pwm0ayokla-87crz-86h2x-apcka&quot;,\n      &quot;title&quot;: &quot;&quot;,\n      &quot;body&quot;: null,\n      &quot;likeCount&quot;: 0,\n      &quot;commentCount&quot;: 0,\n      &quot;publicCommentCount&quot;: 0,\n      &quot;commentState&quot;: 2,\n      &quot;unsaved&quot;: false,\n      &quot;author&quot;: {\n        &quot;id&quot;: &quot;5bf8cd617e5992d0edb8f263&quot;,\n        &quot;displayName&quot;: &quot;Mantra Yoga&quot;,\n        &quot;firstName&quot;: &quot;Mantra&quot;,\n        &quot;lastName&quot;: &quot;Yoga&quot;,\n        &quot;websiteUrl&quot;: &quot;https:\/\/mantrayogameditation.org&quot;,\n        &quot;bio&quot;: &quot;&lt;p&gt;Mantra Yoga &amp;amp; Meditation School&lt;\\\/p&gt;&quot;\n      },\n      &quot;assetUrl&quot;: &quot;https:\/\/images.squarespace-cdn.com\/content\/v1\/5ec321c2af33de48734cc929\/1607694644871-IC85FNH781UNZSZEGHDR\/Aro+Ha_0428.jpg&quot;,\n      &quot;contentType&quot;: &quot;image\/jpeg&quot;,\n      &quot;items&quot;: [ ],\n      &quot;pushedServices&quot;: { },\n      &quot;pendingPushedServices&quot;: { },\n      &quot;recordTypeLabel&quot;: &quot;image&quot;,\n      &quot;originalSize&quot;: &quot;5000x3333&quot;\n    }\n  }, {\n    &quot;title&quot;: &quot;Daily Meditation &amp; Pranayama&quot;,\n    &quot;description&quot;: &quot;&lt;p class=\\&quot;\\&quot; style=\\&quot;white-space:pre-wrap;\\&quot;&gt;It all begins with an idea. Maybe you want to launch a business. Maybe you want to turn a hobby into something more. Or maybe you have a creative project to share with the world. Whatever it is, the way you tell your story online can make all the difference. &lt;\\\/p&gt;&quot;,\n    &quot;button&quot;: {\n      &quot;buttonText&quot;: &quot;Make It&quot;\n    },\n    &quot;imageId&quot;: &quot;6128566c358cde35e63a6f38&quot;,\n    &quot;image&quot;: {\n      &quot;id&quot;: &quot;6128566c358cde35e63a6f38&quot;,\n      &quot;recordType&quot;: 2,\n      &quot;addedOn&quot;: 1618497962738,\n      &quot;updatedOn&quot;: 1618498674405,\n      &quot;starred&quot;: false,\n      &quot;passthrough&quot;: false,\n      &quot;workflowState&quot;: 1,\n      &quot;publishOn&quot;: 1618497962738,\n      &quot;authorId&quot;: &quot;5bf8cd617e5992d0edb8f263&quot;,\n      &quot;systemDataId&quot;: &quot;1589847743861-GWVMBPD7Z7WQRQL9IZZ8&quot;,\n      &quot;systemDataVariants&quot;: &quot;1024x683,100w,300w,500w,750w,1000w&quot;,\n      &quot;filename&quot;: &quot;Large JPG-Aro Ha_0380.jpg&quot;,\n      &quot;mediaFocalPoint&quot;: {\n        &quot;x&quot;: 0.5,\n        &quot;y&quot;: 0.5,\n        &quot;source&quot;: 3\n      },\n      &quot;colorData&quot;: {\n        &quot;topLeftAverage&quot;: &quot;c5d2e2&quot;,\n        &quot;topRightAverage&quot;: &quot;cbd3e1&quot;,\n        &quot;bottomLeftAverage&quot;: &quot;c09c7c&quot;,\n        &quot;bottomRightAverage&quot;: &quot;84654c&quot;,\n        &quot;centerAverage&quot;: &quot;886a5a&quot;,\n        &quot;suggestedBgColor&quot;: &quot;c2cfdf&quot;\n      },\n      &quot;urlId&quot;: &quot;2gc7n3s0qst08jix5bz9q8o2i1xmfe-xlyh8&quot;,\n      &quot;title&quot;: &quot;&quot;,\n      &quot;body&quot;: null,\n      &quot;likeCount&quot;: 0,\n      &quot;commentCount&quot;: 0,\n      &quot;publicCommentCount&quot;: 0,\n      &quot;commentState&quot;: 2,\n      &quot;unsaved&quot;: false,\n      &quot;author&quot;: {\n        &quot;id&quot;: &quot;5bf8cd617e5992d0edb8f263&quot;,\n        &quot;displayName&quot;: &quot;Mantra Yoga&quot;,\n        &quot;firstName&quot;: &quot;Mantra&quot;,\n        &quot;lastName&quot;: &quot;Yoga&quot;,\n        &quot;websiteUrl&quot;: &quot;https:\/\/mantrayogameditation.org&quot;,\n        &quot;bio&quot;: &quot;&lt;p&gt;Mantra Yoga &amp;amp; Meditation School&lt;\\\/p&gt;&quot;\n      },\n      &quot;assetUrl&quot;: &quot;https:\/\/images.squarespace-cdn.com\/content\/v1\/5ec321c2af33de48734cc929\/1589847743861-GWVMBPD7Z7WQRQL9IZZ8\/Large+JPG-Aro+Ha_0380.jpg&quot;,\n      &quot;contentType&quot;: &quot;image\/jpeg&quot;,\n      &quot;items&quot;: [ ],\n      &quot;pushedServices&quot;: { },\n      &quot;pendingPushedServices&quot;: { },\n      &quot;recordTypeLabel&quot;: &quot;image&quot;,\n      &quot;originalSize&quot;: &quot;1024x683&quot;\n    }\n  }, {\n    &quot;title&quot;: &quot;Three daily holistic Costa Rican meals&quot;,\n    &quot;description&quot;: &quot;&lt;p class=\\&quot;\\&quot; style=\\&quot;white-space:pre-wrap;\\&quot;&gt;It all begins with an idea. Maybe you want to launch a business. Maybe you want to turn a hobby into something more. Or maybe you have a creative project to share with the world. Whatever it is, the way you tell your story online can make all the difference. &lt;\\\/p&gt;&quot;,\n    &quot;button&quot;: {\n      &quot;buttonText&quot;: &quot;Make It&quot;\n    },\n    &quot;imageId&quot;: &quot;6128566c358cde35e63a6f32&quot;,\n    &quot;image&quot;: {\n      &quot;id&quot;: &quot;6128566c358cde35e63a6f32&quot;,\n      &quot;recordType&quot;: 2,\n      &quot;addedOn&quot;: 1618497918447,\n      &quot;updatedOn&quot;: 1618498674395,\n      &quot;starred&quot;: false,\n      &quot;passthrough&quot;: false,\n      &quot;workflowState&quot;: 1,\n      &quot;publishOn&quot;: 1618497918447,\n      &quot;authorId&quot;: &quot;5bf8cd617e5992d0edb8f263&quot;,\n      &quot;systemDataId&quot;: &quot;1607638148090-Y6OFDI575CM3NQV732RJ&quot;,\n      &quot;systemDataVariants&quot;: &quot;1024x683,100w,300w,500w,750w,1000w&quot;,\n      &quot;systemDataSourceType&quot;: &quot;JPG&quot;,\n      &quot;filename&quot;: &quot;Large JPG-Aro Ha_0387.jpg&quot;,\n      &quot;mediaFocalPoint&quot;: {\n        &quot;x&quot;: 0.5,\n        &quot;y&quot;: 0.5,\n        &quot;source&quot;: 3\n      },\n      &quot;colorData&quot;: {\n        &quot;topLeftAverage&quot;: &quot;efdbcd&quot;,\n        &quot;topRightAverage&quot;: &quot;e6c8ba&quot;,\n        &quot;bottomLeftAverage&quot;: &quot;7b5137&quot;,\n        &quot;bottomRightAverage&quot;: &quot;af8166&quot;,\n        &quot;centerAverage&quot;: &quot;738295&quot;,\n        &quot;suggestedBgColor&quot;: &quot;f0dacd&quot;\n      },\n      &quot;urlId&quot;: &quot;j4gzxhgyarffzx1w9o3qy261vv174q-2hxcb&quot;,\n      &quot;title&quot;: &quot;&quot;,\n      &quot;body&quot;: null,\n      &quot;likeCount&quot;: 0,\n      &quot;commentCount&quot;: 0,\n      &quot;publicCommentCount&quot;: 0,\n      &quot;commentState&quot;: 2,\n      &quot;unsaved&quot;: false,\n      &quot;author&quot;: {\n        &quot;id&quot;: &quot;5bf8cd617e5992d0edb8f263&quot;,\n        &quot;displayName&quot;: &quot;Mantra Yoga&quot;,\n        &quot;firstName&quot;: &quot;Mantra&quot;,\n        &quot;lastName&quot;: &quot;Yoga&quot;,\n        &quot;websiteUrl&quot;: &quot;https:\/\/mantrayogameditation.org&quot;,\n        &quot;bio&quot;: &quot;&lt;p&gt;Mantra Yoga &amp;amp; Meditation School&lt;\\\/p&gt;&quot;\n      },\n      &quot;assetUrl&quot;: &quot;https:\/\/images.squarespace-cdn.com\/content\/v1\/5ec321c2af33de48734cc929\/1607638148090-Y6OFDI575CM3NQV732RJ\/Large+JPG-Aro+Ha_0387.jpg&quot;,\n      &quot;contentType&quot;: &quot;image\/jpeg&quot;,\n      &quot;items&quot;: [ ],\n      &quot;pushedServices&quot;: { },\n      &quot;pendingPushedServices&quot;: { },\n      &quot;recordTypeLabel&quot;: &quot;image&quot;,\n      &quot;originalSize&quot;: &quot;1024x683&quot;\n    }\n  }, {\n    &quot;title&quot;: &quot;Cultural excursions and workshops&quot;,\n    &quot;description&quot;: &quot;&lt;p class=\\&quot;\\&quot; style=\\&quot;white-space:pre-wrap;\\&quot;&gt;It all begins with an idea. Maybe you want to launch a business. Maybe you want to turn a hobby into something more. Or maybe you have a creative project to share with the world. Whatever it is, the way you tell your story online can make all the difference. &lt;\\\/p&gt;&quot;,\n    &quot;button&quot;: {\n      &quot;buttonText&quot;: &quot;Make It&quot;\n    },\n    &quot;imageId&quot;: &quot;6128566c358cde35e63a6f35&quot;,\n    &quot;image&quot;: {\n      &quot;id&quot;: &quot;6128566c358cde35e63a6f35&quot;,\n      &quot;recordType&quot;: 2,\n      &quot;addedOn&quot;: 1618497948158,\n      &quot;updatedOn&quot;: 1618498674401,\n      &quot;starred&quot;: false,\n      &quot;passthrough&quot;: false,\n      &quot;workflowState&quot;: 1,\n      &quot;publishOn&quot;: 1618497948158,\n      &quot;authorId&quot;: &quot;5bf8cd617e5992d0edb8f263&quot;,\n      &quot;systemDataId&quot;: &quot;1607628784608-5D22G9GPLHDSAB2IXC2G&quot;,\n      &quot;systemDataVariants&quot;: &quot;1024x683,100w,300w,500w,750w,1000w&quot;,\n      &quot;systemDataSourceType&quot;: &quot;JPG&quot;,\n      &quot;filename&quot;: &quot;Large JPG-Aro Ha_0638.jpg&quot;,\n      &quot;mediaFocalPoint&quot;: {\n        &quot;x&quot;: 0.5,\n        &quot;y&quot;: 0.5,\n        &quot;source&quot;: 3\n      },\n      &quot;colorData&quot;: {\n        &quot;topLeftAverage&quot;: &quot;8f8b76&quot;,\n        &quot;topRightAverage&quot;: &quot;77818a&quot;,\n        &quot;bottomLeftAverage&quot;: &quot;42442a&quot;,\n        &quot;bottomRightAverage&quot;: &quot;89693d&quot;,\n        &quot;centerAverage&quot;: &quot;bea888&quot;,\n        &quot;suggestedBgColor&quot;: &quot;86846d&quot;\n      },\n      &quot;urlId&quot;: &quot;p5lio4soj9xrmnpx48x1squatq2udu-mlalf&quot;,\n      &quot;title&quot;: &quot;&quot;,\n      &quot;body&quot;: null,\n      &quot;likeCount&quot;: 0,\n      &quot;commentCount&quot;: 0,\n      &quot;publicCommentCount&quot;: 0,\n      &quot;commentState&quot;: 2,\n      &quot;unsaved&quot;: false,\n      &quot;author&quot;: {\n        &quot;id&quot;: &quot;5bf8cd617e5992d0edb8f263&quot;,\n        &quot;displayName&quot;: &quot;Mantra Yoga&quot;,\n        &quot;firstName&quot;: &quot;Mantra&quot;,\n        &quot;lastName&quot;: &quot;Yoga&quot;,\n        &quot;websiteUrl&quot;: &quot;https:\/\/mantrayogameditation.org&quot;,\n        &quot;bio&quot;: &quot;&lt;p&gt;Mantra Yoga &amp;amp; Meditation School&lt;\\\/p&gt;&quot;\n      },\n      &quot;assetUrl&quot;: &quot;https:\/\/images.squarespace-cdn.com\/content\/v1\/5ec321c2af33de48734cc929\/1607628784608-5D22G9GPLHDSAB2IXC2G\/Large+JPG-Aro+Ha_0638.jpg&quot;,\n      &quot;contentType&quot;: &quot;image\/jpeg&quot;,\n      &quot;items&quot;: [ ],\n      &quot;pushedServices&quot;: { },\n      &quot;pendingPushedServices&quot;: { },\n      &quot;recordTypeLabel&quot;: &quot;image&quot;,\n      &quot;originalSize&quot;: &quot;1024x683&quot;\n    }\n  }, {\n    &quot;title&quot;: &quot;Rituals &amp; Ceremonies&quot;,\n    &quot;description&quot;: &quot;Description goes here&quot;,\n    &quot;button&quot;: {\n      &quot;buttonText&quot;: &quot;Click Here&quot;,\n      &quot;buttonLink&quot;: &quot;\/&quot;\n    },\n    &quot;image&quot;: null\n  }, {\n    &quot;title&quot;: &quot;Printed Course Materials&quot;,\n    &quot;description&quot;: &quot;Description goes here&quot;,\n    &quot;button&quot;: {\n      &quot;buttonText&quot;: &quot;Click Here&quot;,\n      &quot;buttonLink&quot;: &quot;\/&quot;\n    },\n    &quot;image&quot;: null\n  }, {\n    &quot;title&quot;: &quot;Herbal Teas and Fresh Fruit Juices&quot;,\n    &quot;description&quot;: &quot;Description goes here&quot;,\n    &quot;button&quot;: {\n      &quot;buttonText&quot;: &quot;Click Here&quot;,\n      &quot;buttonLink&quot;: &quot;\/&quot;\n    },\n    &quot;image&quot;: null\n  } ],\n  &quot;styles&quot;: {\n    &quot;imageFocalPoint&quot;: {\n      &quot;x&quot;: 0.5,\n      &quot;y&quot;: 0.5\n    },\n    &quot;imageOverlayOpacity&quot;: 0.3,\n    &quot;backgroundColor&quot;: &quot;white&quot;,\n    &quot;sectionTheme&quot;: &quot;white&quot;,\n    &quot;imageEffect&quot;: &quot;none&quot;,\n    &quot;backgroundMode&quot;: &quot;image&quot;,\n    &quot;backgroundImage&quot;: null\n  },\n  &quot;video&quot;: {\n    &quot;filter&quot;: 1,\n    &quot;playbackSpeed&quot;: 1,\n    &quot;videoFallbackContentItem&quot;: null,\n    &quot;nativeVideoContentItem&quot;: null,\n    &quot;videoSourceProvider&quot;: &quot;none&quot;\n  },\n  &quot;backgroundImageFocalPoint&quot;: null,\n  &quot;backgroundImageId&quot;: null,\n  &quot;options&quot;: {\n    &quot;maxColumns&quot;: 3,\n    &quot;isCardEnabled&quot;: true,\n    &quot;isMediaEnabled&quot;: false,\n    &quot;isTitleEnabled&quot;: true,\n    &quot;isBodyEnabled&quot;: false,\n    &quot;isButtonEnabled&quot;: false,\n    &quot;mediaAspectRatio&quot;: &quot;4:3&quot;,\n    &quot;layoutWidth&quot;: &quot;inset&quot;,\n    &quot;mediaWidth&quot;: {\n      &quot;value&quot;: 100,\n      &quot;unit&quot;: &quot;%&quot;\n    },\n    &quot;mediaAlignment&quot;: &quot;left&quot;,\n    &quot;contentWidth&quot;: {\n      &quot;value&quot;: 75,\n      &quot;unit&quot;: &quot;%&quot;\n    },\n    &quot;titleAlignment&quot;: &quot;center&quot;,\n    &quot;bodyAlignment&quot;: &quot;center&quot;,\n    &quot;buttonAlignment&quot;: &quot;center&quot;,\n    &quot;titlePlacement&quot;: &quot;center&quot;,\n    &quot;bodyPlacement&quot;: &quot;center&quot;,\n    &quot;buttonPlacement&quot;: &quot;center&quot;,\n    &quot;cardVerticalAlignment&quot;: &quot;stretch&quot;,\n    &quot;contentOrder&quot;: &quot;media-first&quot;,\n    &quot;verticalPaddingTop&quot;: {\n      &quot;value&quot;: 5,\n      &quot;unit&quot;: &quot;vmax&quot;\n    },\n    &quot;verticalPaddingBottom&quot;: {\n      &quot;value&quot;: 5,\n      &quot;unit&quot;: &quot;vmax&quot;\n    },\n    &quot;spaceBetweenColumns&quot;: {\n      &quot;value&quot;: 20,\n      &quot;unit&quot;: &quot;px&quot;\n    },\n    &quot;spaceBetweenRows&quot;: {\n      &quot;value&quot;: 20,\n      &quot;unit&quot;: &quot;px&quot;\n    },\n    &quot;spaceBetweenContentAndMedia&quot;: {\n      &quot;value&quot;: 4,\n      &quot;unit&quot;: &quot;%&quot;\n    },\n    &quot;spaceBelowTitle&quot;: {\n      &quot;value&quot;: 1,\n      &quot;unit&quot;: &quot;%&quot;\n    },\n    &quot;spaceBelowBody&quot;: {\n      &quot;value&quot;: 4,\n      &quot;unit&quot;: &quot;%&quot;\n    },\n    &quot;cardPaddingTop&quot;: {\n      &quot;value&quot;: 20,\n      &quot;unit&quot;: &quot;px&quot;\n    },\n    &quot;cardPaddingRight&quot;: {\n      &quot;value&quot;: 20,\n      &quot;unit&quot;: &quot;px&quot;\n    },\n    &quot;cardPaddingBottom&quot;: {\n      &quot;value&quot;: 20,\n      &quot;unit&quot;: &quot;px&quot;\n    },\n    &quot;cardPaddingLeft&quot;: {\n      &quot;value&quot;: 20,\n      &quot;unit&quot;: &quot;px&quot;\n    },\n    &quot;titleFontSize&quot;: &quot;heading-2&quot;,\n    &quot;bodyFontSize&quot;: &quot;paragraph-2&quot;,\n    &quot;buttonFontSize&quot;: &quot;button-medium&quot;,\n    &quot;customOptions&quot;: {\n      &quot;customTitleFontSize&quot;: {\n        &quot;value&quot;: 1.2,\n        &quot;unit&quot;: &quot;rem&quot;\n      },\n      &quot;customBodyFontSize&quot;: {\n        &quot;value&quot;: 0.9,\n        &quot;unit&quot;: &quot;rem&quot;\n      },\n      &quot;customButtonFontSize&quot;: {\n        &quot;value&quot;: 0.8,\n        &quot;unit&quot;: &quot;rem&quot;\n      }\n    }\n  },\n  &quot;layout&quot;: &quot;simple&quot;,\n  &quot;isSectionTitleEnabled&quot;: true,\n  &quot;sectionTitle&quot;: &quot;&lt;p class=\\&quot;\\&quot; style=\\&quot;white-space:pre-wrap;\\&quot;&gt;The experience includes:&lt;\\\/p&gt;&quot;,\n  &quot;spaceBelowSectionTitle&quot;: {\n    &quot;value&quot;: 40,\n    &quot;unit&quot;: &quot;px&quot;\n  },\n  &quot;sectionTitleAlignment&quot;: &quot;center&quot;,\n  &quot;isSectionButtonEnabled&quot;: false,\n  &quot;sectionButton&quot;: {\n    &quot;buttonText&quot;: &quot;Make It&quot;,\n    &quot;buttonLink&quot;: &quot;#&quot;,\n    &quot;buttonNewWindow&quot;: false\n  },\n  &quot;sectionButtonSize&quot;: &quot;large&quot;,\n  &quot;sectionButtonAlignment&quot;: &quot;left&quot;,\n  &quot;spaceAboveSectionButton&quot;: {\n    &quot;value&quot;: 40,\n    &quot;unit&quot;: &quot;px&quot;\n  }\n}\"\n  data-media-alignment=\"left\"\n  data-title-alignment=\"center\"\n  data-body-alignment=\"center\"\n  data-button-alignment=\"center\"\n  data-title-placement=\"center\"\n  data-body-placement=\"center\"\n  data-button-placement=\"center\"\n  data-layout-width=\"inset\"\n  data-title-font-unit=\"rem\"\n  data-description-font-unit=\"rem\"\n  data-button-font-unit=\"rem\"\n  data-space-between-rows=\"20px\"\n  data-space-between-columns=\"20px\"\n  data-vertical-padding-top-value=\"5\"\n  data-vertical-padding-bottom-value=\"5\"\n  data-vertical-padding-top-unit=\"vmax\"\n  data-vertical-padding-bottom-unit=\"vmax\"\n><\/p>\n<li\n      class=\"\n        list-item\n        \n          list-item-basic-animation\n        \n      \"\n      style=\"\n        \n          padding-top: 20px;\n          padding-right: 20px;\n          padding-bottom: 20px;\n          padding-left: 20px;\n        \n      \"\n      data-is-card-enabled=\"true\"\n    >\n<div class=\"list-item-content\">\n<div class=\"list-item-content__text-wrapper\">\n<h2\n          class=\"list-item-content__title\"\n          style=\"max-width: 75%;\"\n        >Twenty-Four days at Aves Hotel &amp; Resort<\/h2>\n<\/p><\/div>\n<\/div>\n<\/li>\n<li\n      class=\"\n        list-item\n        \n          list-item-basic-animation\n        \n      \"\n      style=\"\n        \n          padding-top: 20px;\n          padding-right: 20px;\n          padding-bottom: 20px;\n          padding-left: 20px;\n        \n      \"\n      data-is-card-enabled=\"true\"\n    >\n<div class=\"list-item-content\">\n<div class=\"list-item-content__text-wrapper\">\n<h2\n          class=\"list-item-content__title\"\n          style=\"max-width: 75%;\"\n        >RYT 200 Dual Certification<\/h2>\n<\/p><\/div>\n<\/div>\n<\/li>\n<li\n      class=\"\n        list-item\n        \n          list-item-basic-animation\n        \n      \"\n      style=\"\n        \n          padding-top: 20px;\n          padding-right: 20px;\n          padding-bottom: 20px;\n          padding-left: 20px;\n        \n      \"\n      data-is-card-enabled=\"true\"\n    >\n<div class=\"list-item-content\">\n<div class=\"list-item-content__text-wrapper\">\n<h2\n          class=\"list-item-content__title\"\n          style=\"max-width: 75%;\"\n        >Daily Yoga Classes<\/h2>\n<\/p><\/div>\n<\/div>\n<\/li>\n<li\n      class=\"\n        list-item\n        \n          list-item-basic-animation\n        \n      \"\n      style=\"\n        \n          padding-top: 20px;\n          padding-right: 20px;\n          padding-bottom: 20px;\n          padding-left: 20px;\n        \n      \"\n      data-is-card-enabled=\"true\"\n    >\n<div class=\"list-item-content\">\n<div class=\"list-item-content__text-wrapper\">\n<h2\n          class=\"list-item-content__title\"\n          style=\"max-width: 75%;\"\n        >Daily Meditation &amp; Pranayama<\/h2>\n<\/p><\/div>\n<\/div>\n<\/li>\n<li\n      class=\"\n        list-item\n        \n          list-item-basic-animation\n        \n      \"\n      style=\"\n        \n          padding-top: 20px;\n          padding-right: 20px;\n          padding-bottom: 20px;\n          padding-left: 20px;\n        \n      \"\n      data-is-card-enabled=\"true\"\n    >\n<div class=\"list-item-content\">\n<div class=\"list-item-content__text-wrapper\">\n<h2\n          class=\"list-item-content__title\"\n          style=\"max-width: 75%;\"\n        >Three daily holistic Costa Rican meals<\/h2>\n<\/p><\/div>\n<\/div>\n<\/li>\n<li\n      class=\"\n        list-item\n        \n          list-item-basic-animation\n        \n      \"\n      style=\"\n        \n          padding-top: 20px;\n          padding-right: 20px;\n          padding-bottom: 20px;\n          padding-left: 20px;\n        \n      \"\n      data-is-card-enabled=\"true\"\n    >\n<div class=\"list-item-content\">\n<div class=\"list-item-content__text-wrapper\">\n<h2\n          class=\"list-item-content__title\"\n          style=\"max-width: 75%;\"\n        >Cultural excursions and workshops<\/h2>\n<\/p><\/div>\n<\/div>\n<\/li>\n<li\n      class=\"\n        list-item\n        \n          list-item-basic-animation\n        \n      \"\n      style=\"\n        \n          padding-top: 20px;\n          padding-right: 20px;\n          padding-bottom: 20px;\n          padding-left: 20px;\n        \n      \"\n      data-is-card-enabled=\"true\"\n    >\n<div class=\"list-item-content\">\n<div class=\"list-item-content__text-wrapper\">\n<h2\n          class=\"list-item-content__title\"\n          style=\"max-width: 75%;\"\n        >Rituals &amp; Ceremonies<\/h2>\n<\/p><\/div>\n<\/div>\n<\/li>\n<li\n      class=\"\n        list-item\n        \n          list-item-basic-animation\n        \n      \"\n      style=\"\n        \n          padding-top: 20px;\n          padding-right: 20px;\n          padding-bottom: 20px;\n          padding-left: 20px;\n        \n      \"\n      data-is-card-enabled=\"true\"\n    >\n<div class=\"list-item-content\">\n<div class=\"list-item-content__text-wrapper\">\n<h2\n          class=\"list-item-content__title\"\n          style=\"max-width: 75%;\"\n        >Printed Course Materials<\/h2>\n<\/p><\/div>\n<\/div>\n<\/li>\n<li\n      class=\"\n        list-item\n        \n          list-item-basic-animation\n        \n      \"\n      style=\"\n        \n          padding-top: 20px;\n          padding-right: 20px;\n          padding-bottom: 20px;\n          padding-left: 20px;\n        \n      \"\n      data-is-card-enabled=\"true\"\n    >\n<div class=\"list-item-content\">\n<div class=\"list-item-content__text-wrapper\">\n<h2\n          class=\"list-item-content__title\"\n          style=\"max-width: 75%;\"\n        >Herbal Teas and Fresh Fruit Juices<\/h2>\n<\/p><\/div>\n<\/div>\n<\/li>\n<\/ul>\n<\/div><\/div>\n<\/p><\/div>\n<\/section>\n<section\n  data-test=\"page-section\"\n  \n  data-section-theme=\"white\"\n  class='page-section\n    \n      layout-engine-section\n    \n    background-width--full-bleed\n    \n      \n        section-height--custom\n      \n    \n    \n      content-width--narrow\n    \n    horizontal-alignment--center\n    vertical-alignment--middle\n    \n      \n    \n    \n    white'\n  \n  data-section-id=\"61774341dd3baa261851bc7a\"\n  \n  data-controller=\"SectionWrapperController\"\n  data-current-styles=\"{\n  &quot;imageOverlayOpacity&quot;: 0.15,\n  &quot;backgroundWidth&quot;: &quot;background-width--full-bleed&quot;,\n  &quot;sectionHeight&quot;: &quot;section-height--custom&quot;,\n  &quot;horizontalAlignment&quot;: &quot;horizontal-alignment--center&quot;,\n  &quot;verticalAlignment&quot;: &quot;vertical-alignment--middle&quot;,\n  &quot;contentWidth&quot;: &quot;content-width--narrow&quot;,\n  &quot;sectionTheme&quot;: &quot;white&quot;,\n  &quot;sectionAnimation&quot;: &quot;none&quot;,\n  &quot;backgroundMode&quot;: &quot;image&quot;\n}\"\n  data-animation=\"none\"\n   \n  \n  \n><\/p>\n<div class=\"section-background\"><\/div>\n<div\n    class=\"content-wrapper\"\n    style='\n      \n        \n          \n          \n          padding-top: calc(vmax \/ 10); padding-bottom: calc(vmax \/ 10);\n        \n      \n    '\n  ><\/p>\n<div\n      class=\"content\"\n      \n    ><\/p>\n<div class=\"sqs-layout sqs-grid-12 columns-12\" data-type=\"page-section\" id=\"page-section-61774341dd3baa261851bc7a\">\n<div class=\"row sqs-row\">\n<div class=\"col sqs-col-8 span-8\">\n<div class=\"sqs-block image-block sqs-block-image\" data-block-type=\"5\" id=\"block-0e01792cad428be7b015\">\n<div class=\"sqs-block-content\">\n<div\n        class=\"\n          image-block-outer-wrapper\n          layout-caption-hidden\n          design-layout-inline\n          combination-animation-none\n          individual-animation-none\n          individual-text-animation-none\n        \"\n        data-test=\"image-block-inline-outer-wrapper\"\n    ><\/p>\n<figure\n            class=\"\n              sqs-block-image-figure\n              intrinsic\n            \"\n            style=\"max-width:820px;\"\n        ><\/p>\n<div\n              \n              \n              class=\"image-block-wrapper\"\n              data-animation-role=\"image\"\n              \n  \n\n          ><\/p>\n<div class=\"sqs-image-shape-container-element\n              \n          \n        \n              has-aspect-ratio\n            \" style=\"\n                position: relative;\n                \n                  padding-bottom:49.63414764404297%;\n                \n                overflow: hidden;\n              \"\n              ><br \/>\n              <noscript><img decoding=\"async\" src=\"https:\/\/images.squarespace-cdn.com\/content\/v1\/61232bacf80bd42c117046e0\/e1332c5e-c47c-4ab1-9d51-f9bf27e7cb55\/Yoga+Alliance+logo\" alt=\"registered on the Yoga Alliance\" \/><\/noscript><img decoding=\"async\" class=\"thumb-image\" src=\"https:\/\/images.squarespace-cdn.com\/content\/v1\/61232bacf80bd42c117046e0\/e1332c5e-c47c-4ab1-9d51-f9bf27e7cb55\/Yoga+Alliance+logo\" data-image=\"https:\/\/images.squarespace-cdn.com\/content\/v1\/61232bacf80bd42c117046e0\/e1332c5e-c47c-4ab1-9d51-f9bf27e7cb55\/Yoga+Alliance+logo\" data-image-dimensions=\"820x407\" data-image-focal-point=\"0.5,0.5\" alt=\"registered on the Yoga Alliance\" data-load=\"false\" data-image-id=\"6177436207378d02feebc27c\" data-type=\"image\" \/>\n            <\/div>\n<\/p><\/div>\n<\/figure><\/div>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"col sqs-col-4 span-4\">\n<div class=\"sqs-block image-block sqs-block-image\" data-block-type=\"5\" id=\"block-382313238c9670ed7815\">\n<div class=\"sqs-block-content\">\n<div\n        class=\"\n          image-block-outer-wrapper\n          layout-caption-hidden\n          design-layout-inline\n          combination-animation-none\n          individual-animation-none\n          individual-text-animation-none\n        \"\n        data-test=\"image-block-inline-outer-wrapper\"\n    ><\/p>\n<figure\n            class=\"\n              sqs-block-image-figure\n              intrinsic\n            \"\n            style=\"max-width:280px;\"\n        ><\/p>\n<div\n              \n              \n              class=\"image-block-wrapper\"\n              data-animation-role=\"image\"\n              \n  \n\n          ><\/p>\n<div class=\"sqs-image-shape-container-element\n              \n          \n        \n              has-aspect-ratio\n            \" style=\"\n                position: relative;\n                \n                  padding-bottom:100%;\n                \n                overflow: hidden;\n              \"\n              ><br \/>\n              <noscript><img decoding=\"async\" src=\"https:\/\/images.squarespace-cdn.com\/content\/v1\/61232bacf80bd42c117046e0\/254cd6e8-14b1-440e-a600-6fba0198bcf9\/343-3436902_ryt-200-yoga-alliance-ryt-200-hd-png.png\" alt=\"\" \/><\/noscript><img decoding=\"async\" class=\"thumb-image\" src=\"https:\/\/images.squarespace-cdn.com\/content\/v1\/61232bacf80bd42c117046e0\/254cd6e8-14b1-440e-a600-6fba0198bcf9\/343-3436902_ryt-200-yoga-alliance-ryt-200-hd-png.png\" data-image=\"https:\/\/images.squarespace-cdn.com\/content\/v1\/61232bacf80bd42c117046e0\/254cd6e8-14b1-440e-a600-6fba0198bcf9\/343-3436902_ryt-200-yoga-alliance-ryt-200-hd-png.png\" data-image-dimensions=\"280x280\" data-image-focal-point=\"0.5,0.5\" alt=\"\" data-load=\"false\" data-image-id=\"61774430988ad60f87aa6439\" data-type=\"image\" \/>\n            <\/div>\n<\/p><\/div>\n<\/figure><\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div><\/div>\n<\/p><\/div>\n<\/section>\n<section\n  data-test=\"page-section\"\n  \n  data-section-theme=\"\"\n  class='page-section\n    \n      layout-engine-section\n    \n    background-width--full-bleed\n    \n      section-height--medium\n    \n    \n      content-width--wide\n    \n    horizontal-alignment--center\n    vertical-alignment--middle\n    \n      \n    \n    \n    '\n  \n  data-section-id=\"616f935a665a2d2349bb4c37\"\n  \n  data-controller=\"SectionWrapperController\"\n  data-current-styles=\"{\n  &quot;imageOverlayOpacity&quot;: 0.15,\n  &quot;backgroundWidth&quot;: &quot;background-width--full-bleed&quot;,\n  &quot;sectionHeight&quot;: &quot;section-height--medium&quot;,\n  &quot;horizontalAlignment&quot;: &quot;horizontal-alignment--center&quot;,\n  &quot;verticalAlignment&quot;: &quot;vertical-alignment--middle&quot;,\n  &quot;contentWidth&quot;: &quot;content-width--wide&quot;,\n  &quot;sectionTheme&quot;: &quot;&quot;,\n  &quot;sectionAnimation&quot;: &quot;none&quot;,\n  &quot;backgroundMode&quot;: &quot;image&quot;\n}\"\n  data-animation=\"none\"\n   \n  \n  \n><\/p>\n<div class=\"section-background\"><\/div>\n<div\n    class=\"content-wrapper\"\n    style='\n      \n        \n      \n    '\n  ><\/p>\n<div\n      class=\"content\"\n      \n    ><\/p>\n<div class=\"sqs-layout sqs-grid-12 columns-12\" data-type=\"page-section\" id=\"page-section-616f935a665a2d2349bb4c37\">\n<div class=\"row sqs-row\">\n<div class=\"col sqs-col-6 span-6\">\n<div class=\"sqs-block image-block sqs-block-image\" data-block-type=\"5\" id=\"block-e6551149e2a612a6890b\">\n<div class=\"sqs-block-content\">\n<div\n        class=\"\n          image-block-outer-wrapper\n          layout-caption-below\n          design-layout-inline\n          combination-animation-none\n          individual-animation-none\n          individual-text-animation-none\n        \"\n        data-test=\"image-block-inline-outer-wrapper\"\n    ><\/p>\n<figure\n            class=\"\n              sqs-block-image-figure\n              intrinsic\n            \"\n            style=\"max-width:700px;\"\n        ><\/p>\n<div\n              \n              \n              class=\"image-block-wrapper\"\n              data-animation-role=\"image\"\n              \n  \n\n          ><\/p>\n<div class=\"sqs-image-shape-container-element\n              \n          \n        \n              has-aspect-ratio\n            \" style=\"\n                position: relative;\n                \n                  padding-bottom:124%;\n                \n                overflow: hidden;\n              \"\n              ><br \/>\n              <noscript><img decoding=\"async\" src=\"https:\/\/images.squarespace-cdn.com\/content\/v1\/61232bacf80bd42c117046e0\/1634702184427-ZVCCTSVE6NPAO51TNY6L\/Schedule.jpg\" alt=\"\" \/><\/noscript><img decoding=\"async\" class=\"thumb-image\" src=\"https:\/\/images.squarespace-cdn.com\/content\/v1\/61232bacf80bd42c117046e0\/1634702184427-ZVCCTSVE6NPAO51TNY6L\/Schedule.jpg\" data-image=\"https:\/\/images.squarespace-cdn.com\/content\/v1\/61232bacf80bd42c117046e0\/1634702184427-ZVCCTSVE6NPAO51TNY6L\/Schedule.jpg\" data-image-dimensions=\"700x868\" data-image-focal-point=\"0.5,0.5\" alt=\"\" data-load=\"false\" data-image-id=\"616f9368bee80e26800142f3\" data-type=\"image\" \/>\n            <\/div>\n<\/p><\/div>\n<\/figure><\/div>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"col sqs-col-6 span-6\">\n<div class=\"sqs-block spacer-block sqs-block-spacer sized vsize-1\" data-block-type=\"21\" id=\"block-1de23aaa8d99319b1b89\">\n<div class=\"sqs-block-content\">&nbsp;<\/div>\n<\/div>\n<div class=\"sqs-block image-block sqs-block-image\" data-block-type=\"5\" id=\"block-13c9ff9386e79dc25d1d\">\n<div class=\"sqs-block-content\">\n<div\n        class=\"\n          image-block-outer-wrapper\n          layout-caption-below\n          design-layout-inline\n          combination-animation-none\n          individual-animation-none\n          individual-text-animation-none\n        \"\n        data-test=\"image-block-inline-outer-wrapper\"\n    ><\/p>\n<figure\n            class=\"\n              sqs-block-image-figure\n              intrinsic\n            \"\n            style=\"max-width:810px;\"\n        ><\/p>\n<div\n              \n              \n              class=\"image-block-wrapper\"\n              data-animation-role=\"image\"\n              \n  \n\n          ><\/p>\n<div class=\"sqs-image-shape-container-element\n              \n          \n        \n              has-aspect-ratio\n            \" style=\"\n                position: relative;\n                \n                  padding-bottom:109.3827133178711%;\n                \n                overflow: hidden;\n              \"\n              ><br \/>\n              <noscript><img decoding=\"async\" src=\"https:\/\/images.squarespace-cdn.com\/content\/v1\/61232bacf80bd42c117046e0\/1634702758274-1IXZEILZ0YDETAI7HG69\/Data.jpg\" alt=\"\" \/><\/noscript><img decoding=\"async\" class=\"thumb-image\" src=\"https:\/\/images.squarespace-cdn.com\/content\/v1\/61232bacf80bd42c117046e0\/1634702758274-1IXZEILZ0YDETAI7HG69\/Data.jpg\" data-image=\"https:\/\/images.squarespace-cdn.com\/content\/v1\/61232bacf80bd42c117046e0\/1634702758274-1IXZEILZ0YDETAI7HG69\/Data.jpg\" data-image-dimensions=\"810x886\" data-image-focal-point=\"0.5,0.5\" alt=\"\" data-load=\"false\" data-image-id=\"616f95a67a063956a00e18d9\" data-type=\"image\" \/>\n            <\/div>\n<\/p><\/div>\n<\/figure><\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div><\/div>\n<\/p><\/div>\n<\/section>\n<section\n  data-test=\"page-section\"\n  \n  data-section-theme=\"\"\n  class='page-section\n    \n      layout-engine-section\n    \n    background-width--inset\n    \n      \n        section-height--custom\n      \n    \n    \n      content-width--wide\n    \n    horizontal-alignment--center\n    vertical-alignment--top\n    \n      \n    \n    \n    '\n  \n  data-section-id=\"612ed97409adcc1fea81899b\"\n  \n  data-controller=\"SectionWrapperController\"\n  data-current-styles=\"{\n  &quot;imageOverlayOpacity&quot;: 0.15,\n  &quot;backgroundWidth&quot;: &quot;background-width--inset&quot;,\n  &quot;sectionHeight&quot;: &quot;section-height--custom&quot;,\n  &quot;customSectionHeight&quot;: 10,\n  &quot;horizontalAlignment&quot;: &quot;horizontal-alignment--center&quot;,\n  &quot;verticalAlignment&quot;: &quot;vertical-alignment--top&quot;,\n  &quot;contentWidth&quot;: &quot;content-width--wide&quot;,\n  &quot;sectionTheme&quot;: &quot;&quot;,\n  &quot;sectionAnimation&quot;: &quot;none&quot;,\n  &quot;backgroundMode&quot;: &quot;image&quot;\n}\"\n  data-animation=\"none\"\n   \n  \n     style=\"min-height: 10vh;\" \n  \n  \n><\/p>\n<div class=\"section-background\"><\/div>\n<div\n    class=\"content-wrapper\"\n    style='\n      \n        \n           padding-bottom: calc(10vmax \/ 5);\n        \n      \n    '\n  ><\/p>\n<div\n      class=\"content\"\n      \n    ><\/p>\n<div class=\"sqs-layout sqs-grid-12 columns-12\" data-type=\"page-section\" id=\"page-section-612ed97409adcc1fea81899b\">\n<div class=\"row sqs-row\">\n<div class=\"col sqs-col-12 span-12\">\n<div class=\"sqs-block html-block sqs-block-html\" data-block-type=\"2\" id=\"block-yui_3_17_2_1_1630448904242_24085\">\n<div class=\"sqs-block-content\">\n<h2 style=\"text-align:center;white-space:pre-wrap;\">Accommodation<\/h2>\n<\/div>\n<\/div>\n<div class=\"sqs-block image-block sqs-block-image\" data-block-type=\"5\" id=\"block-e3f2b870791d79d9741c\">\n<div class=\"sqs-block-content\">\n<div\n        class=\"\n          image-block-outer-wrapper\n          layout-caption-below\n          design-layout-inline\n          combination-animation-none\n          individual-animation-none\n          individual-text-animation-none\n        \"\n        data-test=\"image-block-inline-outer-wrapper\"\n    ><\/p>\n<figure\n            class=\"\n              sqs-block-image-figure\n              intrinsic\n            \"\n            style=\"max-width:2302px;\"\n        ><\/p>\n<div\n              \n              \n              class=\"image-block-wrapper\"\n              data-animation-role=\"image\"\n              \n  \n\n          ><\/p>\n<div class=\"sqs-image-shape-container-element\n              \n          \n        \n              has-aspect-ratio\n            \" style=\"\n                position: relative;\n                \n                  padding-bottom:66.7245864868164%;\n                \n                overflow: hidden;\n              \"\n              ><br \/>\n              <noscript><img decoding=\"async\" src=\"https:\/\/images.squarespace-cdn.com\/content\/v1\/61232bacf80bd42c117046e0\/1631011366716-FNV53GK57F2M3K6W3VBG\/PochotetreeatAvesCostaRica.JPG\" alt=\"PochotetreeatAvesCostaRica.JPG\" \/><\/noscript><img decoding=\"async\" class=\"thumb-image\" src=\"https:\/\/images.squarespace-cdn.com\/content\/v1\/61232bacf80bd42c117046e0\/1631011366716-FNV53GK57F2M3K6W3VBG\/PochotetreeatAvesCostaRica.JPG\" data-image=\"https:\/\/images.squarespace-cdn.com\/content\/v1\/61232bacf80bd42c117046e0\/1631011366716-FNV53GK57F2M3K6W3VBG\/PochotetreeatAvesCostaRica.JPG\" data-image-dimensions=\"2302x1536\" data-image-focal-point=\"0.5,0.5\" alt=\"PochotetreeatAvesCostaRica.JPG\" data-load=\"false\" data-image-id=\"6137421d984b3672195f4bfa\" data-type=\"image\" \/>\n            <\/div>\n<\/p><\/div>\n<\/figure><\/div>\n<\/div>\n<\/div>\n<div class=\"row sqs-row\">\n<div class=\"col sqs-col-6 span-6\">\n<div class=\"sqs-block html-block sqs-block-html\" data-block-type=\"2\" id=\"block-yui_3_17_2_1_1630448904242_25661\">\n<div class=\"sqs-block-content\">\n<h2 style=\"white-space:pre-wrap;\">Aves Hotel &amp; Resort<\/h2>\n<\/div>\n<\/div>\n<div class=\"sqs-block html-block sqs-block-html\" data-block-type=\"2\" id=\"block-d6ed8f3aa1d242ea8699\">\n<div class=\"sqs-block-content\">\n<p class=\"\" style=\"white-space:pre-wrap;\">The setting for your retreat is built around a majestic Pochote tree and has over 40 acres of protected tropical forest. There is also a wood-floor yoga deck overlooking the ocean and the gulf, two swimming pools, gorgeous gardens, and grand social areas.<\/p>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"col sqs-col-6 span-6\">\n<div class=\"sqs-block spacer-block sqs-block-spacer sized vsize-1\" data-block-type=\"21\" id=\"block-e1c2410c64330c1d4dc4\">\n<div class=\"sqs-block-content\">&nbsp;<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div><\/div>\n<\/p><\/div>\n<\/section>\n<section\n  data-test=\"page-section\"\n  \n  data-section-theme=\"white\"\n  class='page-section\n    \n      user-items-list-section\n      full-bleed-section\n    \n    \n    \n      \n    \n    \n      \n    \n    \n    \n    \n      \n    \n    \n    white'\n  \n  data-section-id=\"612d8345135ba31ae51d7ae3\"\n  \n  data-controller=\"SectionWrapperController\"\n  data-current-styles=\"{\n  &quot;imageFocalPoint&quot;: {\n    &quot;x&quot;: 0.5,\n    &quot;y&quot;: 0.5\n  },\n  &quot;imageOverlayOpacity&quot;: 0.3,\n  &quot;backgroundColor&quot;: &quot;white&quot;,\n  &quot;sectionTheme&quot;: &quot;white&quot;,\n  &quot;imageEffect&quot;: &quot;none&quot;,\n  &quot;backgroundMode&quot;: &quot;image&quot;,\n  &quot;backgroundImage&quot;: null\n}\"\n  data-animation=\"\"\n  data-json-schema-section \n  \n  \n><\/p>\n<div class=\"section-background\"><\/div>\n<div\n    class=\"content-wrapper\"\n    style='\n      \n        \n      \n    '\n  ><\/p>\n<div\n      class=\"content\"\n      \n    ><\/p>\n<div\n  class=\"user-items-list\"\n  style=\"\n    min-height: 100px;\n    padding-top: 3.3vmax;\n    padding-bottom: 3.3vmax;\n    \"\n  data-card-theme=\"\"\n  data-section-id=\"user-items-list\"\n  data-section-title-enabled=\"true\"\n  data-space-below-section-title-value=\"29\"\n  data-space-below-section-title-unit=\"px\"\n  data-layout-width=\"inset\"\n><\/p>\n<div class=\"list-section-title\"\n      id=\"612d8345135ba31ae51d7ae3\"\n      style= \"padding-bottom: 29px;\"\n      data-section-title-alignment=\"center\"\n    ><\/p>\n<p class=\"\" style=\"white-space:pre-wrap;\">Choose Your Room<\/p>\n<\/p><\/div>\n<style>\n  .user-items-list-item-container[data-section-id=\"612d8345135ba31ae51d7ae3\"] .list-item-content__title {\n    font-size: 1.2rem;\n  }\n  .user-items-list-item-container[data-section-id=\"612d8345135ba31ae51d7ae3\"] .list-item-content__description {\n    font-size: 0.9rem;\n  }\n  .user-items-list-item-container[data-section-id=\"612d8345135ba31ae51d7ae3\"] .list-item-content__button {\n    font-size: 0.8rem;\n  }<\/p>\n<p>  @supports (--test-custom-property: true) {\n    .user-items-list-item-container[data-section-id=\"612d8345135ba31ae51d7ae3\"] {\n      --title-font-size-value: 1.2;\n      --body-font-size-value: 0.9;\n      --button-font-size-value: 0.8;\n    }\n  }\n<\/style>\n<div\n  class=\"\n    user-items-list-item-container\n    user-items-list-carousel\n  \"\n  data-controller=\"UserItemsListCarousel\"\n  data-max-columns=\"5\"\n  data-show-adjacent-slides=\"true\"\n  data-space-between-slides-value=\"12\"\n  data-space-between-slides-unit=\"px\"\n  data-media-aspect-ratio=\"4:3\"\n  data-is-infinite-enabled=\"false\"\n  data-navigation-controls=\"arrows\"\n  data-navigation-placement=\"bottom\"\n  data-navigation-alignment=\"center\"\n  data-alignment-vertical=\"middle\"\n  data-section-id=\"612d8345135ba31ae51d7ae3\"\n  data-current-context=\"{\n  &quot;userItems&quot;: [ {\n    &quot;title&quot;: &quot;Single Villa&quot;,\n    &quot;description&quot;: &quot;&lt;p class=\\&quot;\\&quot; style=\\&quot;white-space:pre-wrap;\\&quot;&gt; $5,400&lt;\\\/p&gt;&lt;p class=\\&quot;\\&quot; style=\\&quot;white-space:pre-wrap;\\&quot;&gt;&lt;strong&gt;Early Bird $4,999&lt;\\\/strong&gt;&lt;\\\/p&gt;&quot;,\n    &quot;button&quot;: {\n      &quot;buttonText&quot;: &quot;More Info&quot;,\n      &quot;buttonLink&quot;: &quot;\/single-villa-ytt&quot;,\n      &quot;buttonNewWindow&quot;: false\n    },\n    &quot;imageId&quot;: &quot;612d8a0cc01ba4036922e0aa&quot;,\n    &quot;mediaFocalPoint&quot;: {\n      &quot;x&quot;: 0.5411985018726592,\n      &quot;y&quot;: 0.6501015783716206\n    },\n    &quot;imageAltText&quot;: &quot;Single Villa  at Montezuma Costa Rica&quot;,\n    &quot;image&quot;: {\n      &quot;id&quot;: &quot;612d8a0cc01ba4036922e0aa&quot;,\n      &quot;recordType&quot;: 2,\n      &quot;addedOn&quot;: 1630374412451,\n      &quot;updatedOn&quot;: 1630374626089,\n      &quot;workflowState&quot;: 1,\n      &quot;publishOn&quot;: 1630374412451,\n      &quot;authorId&quot;: &quot;5bf8cd617e5992d0edb8f263&quot;,\n      &quot;systemDataId&quot;: &quot;1630374606715-OVCGJQK4IJH1TXFIF53U&quot;,\n      &quot;systemDataVariants&quot;: &quot;4912x7360,100w,300w,500w,750w,1000w,1500w,2500w&quot;,\n      &quot;systemDataSourceType&quot;: &quot;JPG&quot;,\n      &quot;filename&quot;: &quot;IMG_3569 (1).JPG&quot;,\n      &quot;mediaFocalPoint&quot;: {\n        &quot;x&quot;: 0.5,\n        &quot;y&quot;: 0.5,\n        &quot;source&quot;: 3\n      },\n      &quot;colorData&quot;: {\n        &quot;topLeftAverage&quot;: &quot;9d979b&quot;,\n        &quot;topRightAverage&quot;: &quot;a2a19f&quot;,\n        &quot;bottomLeftAverage&quot;: &quot;463f3f&quot;,\n        &quot;bottomRightAverage&quot;: &quot;a096a1&quot;,\n        &quot;centerAverage&quot;: &quot;9f9148&quot;,\n        &quot;suggestedBgColor&quot;: &quot;969094&quot;\n      },\n      &quot;urlId&quot;: &quot;oz4662wte9g4y9l5l3lxiwqlys7eat&quot;,\n      &quot;title&quot;: &quot;&quot;,\n      &quot;body&quot;: null,\n      &quot;likeCount&quot;: 0,\n      &quot;commentCount&quot;: 0,\n      &quot;publicCommentCount&quot;: 0,\n      &quot;commentState&quot;: 2,\n      &quot;unsaved&quot;: false,\n      &quot;author&quot;: {\n        &quot;id&quot;: &quot;5bf8cd617e5992d0edb8f263&quot;,\n        &quot;displayName&quot;: &quot;Mantra Yoga&quot;,\n        &quot;firstName&quot;: &quot;Mantra&quot;,\n        &quot;lastName&quot;: &quot;Yoga&quot;,\n        &quot;websiteUrl&quot;: &quot;https:\/\/mantrayogameditation.org&quot;,\n        &quot;bio&quot;: &quot;&lt;p&gt;Mantra Yoga &amp;amp; Meditation School&lt;\\\/p&gt;&quot;\n      },\n      &quot;assetUrl&quot;: &quot;https:\/\/images.squarespace-cdn.com\/content\/v1\/61232bacf80bd42c117046e0\/1630374606715-OVCGJQK4IJH1TXFIF53U\/IMG_3569+%281%29.JPG&quot;,\n      &quot;contentType&quot;: &quot;image\/jpeg&quot;,\n      &quot;items&quot;: [ ],\n      &quot;pushedServices&quot;: { },\n      &quot;pendingPushedServices&quot;: { },\n      &quot;recordTypeLabel&quot;: &quot;image&quot;,\n      &quot;originalSize&quot;: &quot;4912x7360&quot;\n    }\n  }, {\n    &quot;title&quot;: &quot;Double Villa&quot;,\n    &quot;description&quot;: &quot;&lt;p class=\\&quot;\\&quot; style=\\&quot;white-space:pre-wrap;\\&quot;&gt; $4,700&lt;\\\/p&gt;&lt;p class=\\&quot;\\&quot; style=\\&quot;white-space:pre-wrap;\\&quot;&gt;&lt;strong&gt;Early Bird $4,399&lt;\\\/strong&gt;&lt;\\\/p&gt;&quot;,\n    &quot;button&quot;: {\n      &quot;buttonText&quot;: &quot;More Info&quot;,\n      &quot;buttonLink&quot;: &quot;\/double-villa-ytt&quot;,\n      &quot;buttonNewWindow&quot;: false\n    },\n    &quot;imageId&quot;: &quot;61ee3c928368c17d1f584ecf&quot;,\n    &quot;mediaFocalPoint&quot;: {\n      &quot;x&quot;: 0.5,\n      &quot;y&quot;: 0.5\n    },\n    &quot;imageAltText&quot;: &quot; Double Villa at Montezuma Costa Rica&quot;,\n    &quot;image&quot;: {\n      &quot;id&quot;: &quot;61ee3c928368c17d1f584ecf&quot;,\n      &quot;recordType&quot;: 2,\n      &quot;addedOn&quot;: 1643003026369,\n      &quot;updatedOn&quot;: 1643003036464,\n      &quot;workflowState&quot;: 1,\n      &quot;publishOn&quot;: 1643003026369,\n      &quot;authorId&quot;: &quot;5bf8cd617e5992d0edb8f263&quot;,\n      &quot;systemDataId&quot;: &quot;1643003032578-GCDGNZ5FLYWG1NWTNB1S&quot;,\n      &quot;systemDataVariants&quot;: &quot;4032x3024,100w,300w,500w,750w,1000w,1500w,2500w&quot;,\n      &quot;systemDataSourceType&quot;: &quot;JPG&quot;,\n      &quot;filename&quot;: &quot;Photo Jan 09, 12 51 47 PM.jpg&quot;,\n      &quot;mediaFocalPoint&quot;: {\n        &quot;x&quot;: 0.5,\n        &quot;y&quot;: 0.5,\n        &quot;source&quot;: 3\n      },\n      &quot;colorData&quot;: {\n        &quot;topLeftAverage&quot;: &quot;8d907b&quot;,\n        &quot;topRightAverage&quot;: &quot;919d63&quot;,\n        &quot;bottomLeftAverage&quot;: &quot;5c6557&quot;,\n        &quot;bottomRightAverage&quot;: &quot;7a9158&quot;,\n        &quot;centerAverage&quot;: &quot;998e7d&quot;,\n        &quot;suggestedBgColor&quot;: &quot;7d856e&quot;\n      },\n      &quot;urlId&quot;: &quot;zoapjyza4nkdvn5636p84by5y23yyx&quot;,\n      &quot;title&quot;: &quot;&quot;,\n      &quot;body&quot;: null,\n      &quot;likeCount&quot;: 0,\n      &quot;commentCount&quot;: 0,\n      &quot;publicCommentCount&quot;: 0,\n      &quot;commentState&quot;: 2,\n      &quot;unsaved&quot;: false,\n      &quot;author&quot;: {\n        &quot;id&quot;: &quot;5bf8cd617e5992d0edb8f263&quot;,\n        &quot;displayName&quot;: &quot;Mantra Yoga&quot;,\n        &quot;firstName&quot;: &quot;Mantra&quot;,\n        &quot;lastName&quot;: &quot;Yoga&quot;,\n        &quot;websiteUrl&quot;: &quot;https:\/\/mantrayogameditation.org&quot;,\n        &quot;bio&quot;: &quot;&lt;p&gt;Mantra Yoga &amp;amp; Meditation School&lt;\\\/p&gt;&quot;\n      },\n      &quot;assetUrl&quot;: &quot;https:\/\/images.squarespace-cdn.com\/content\/v1\/61232bacf80bd42c117046e0\/1643003032578-GCDGNZ5FLYWG1NWTNB1S\/Photo+Jan+09%2C+12+51+47+PM.jpg&quot;,\n      &quot;contentType&quot;: &quot;image\/jpeg&quot;,\n      &quot;items&quot;: [ ],\n      &quot;pushedServices&quot;: { },\n      &quot;pendingPushedServices&quot;: { },\n      &quot;recordTypeLabel&quot;: &quot;image&quot;,\n      &quot;originalSize&quot;: &quot;4032x3024&quot;\n    }\n  }, {\n    &quot;title&quot;: &quot;Double Bungalow&quot;,\n    &quot;description&quot;: &quot;&lt;p class=\\&quot;\\&quot; style=\\&quot;white-space:pre-wrap;\\&quot;&gt;$4700&lt;\\\/p&gt;&lt;p class=\\&quot;\\&quot; style=\\&quot;white-space:pre-wrap;\\&quot;&gt;&lt;strong&gt;Early Bird $4399&lt;\\\/strong&gt;&lt;\\\/p&gt;&quot;,\n    &quot;button&quot;: {\n      &quot;buttonText&quot;: &quot;More Info&quot;,\n      &quot;buttonLink&quot;: &quot;\/double-bungalow-ytt&quot;,\n      &quot;buttonNewWindow&quot;: false\n    },\n    &quot;imageId&quot;: &quot;61ee3c383e485b16c51a8f7b&quot;,\n    &quot;mediaFocalPoint&quot;: {\n      &quot;x&quot;: 0.5,\n      &quot;y&quot;: 0.5\n    },\n    &quot;image&quot;: {\n      &quot;id&quot;: &quot;61ee3c383e485b16c51a8f7b&quot;,\n      &quot;recordType&quot;: 2,\n      &quot;addedOn&quot;: 1643002936280,\n      &quot;updatedOn&quot;: 1643002953206,\n      &quot;workflowState&quot;: 1,\n      &quot;publishOn&quot;: 1643002936280,\n      &quot;authorId&quot;: &quot;5bf8cd617e5992d0edb8f263&quot;,\n      &quot;systemDataId&quot;: &quot;1643002947682-O8U8A7I3V2KADGXVIHFS&quot;,\n      &quot;systemDataVariants&quot;: &quot;4912x7360,100w,300w,500w,750w,1000w,1500w,2500w&quot;,\n      &quot;systemDataSourceType&quot;: &quot;JPG&quot;,\n      &quot;filename&quot;: &quot;Photo Jan 18, 3 43 11 PM.jpg&quot;,\n      &quot;mediaFocalPoint&quot;: {\n        &quot;x&quot;: 0.5,\n        &quot;y&quot;: 0.5,\n        &quot;source&quot;: 3\n      },\n      &quot;colorData&quot;: {\n        &quot;topLeftAverage&quot;: &quot;768950&quot;,\n        &quot;topRightAverage&quot;: &quot;686767&quot;,\n        &quot;bottomLeftAverage&quot;: &quot;133c02&quot;,\n        &quot;bottomRightAverage&quot;: &quot;777889&quot;,\n        &quot;centerAverage&quot;: &quot;4c4324&quot;,\n        &quot;suggestedBgColor&quot;: &quot;8a8a77&quot;\n      },\n      &quot;urlId&quot;: &quot;v63imv2isb2a8icnep5b4tewfecdqo&quot;,\n      &quot;title&quot;: &quot;&quot;,\n      &quot;body&quot;: null,\n      &quot;likeCount&quot;: 0,\n      &quot;commentCount&quot;: 0,\n      &quot;publicCommentCount&quot;: 0,\n      &quot;commentState&quot;: 2,\n      &quot;unsaved&quot;: false,\n      &quot;author&quot;: {\n        &quot;id&quot;: &quot;5bf8cd617e5992d0edb8f263&quot;,\n        &quot;displayName&quot;: &quot;Mantra Yoga&quot;,\n        &quot;firstName&quot;: &quot;Mantra&quot;,\n        &quot;lastName&quot;: &quot;Yoga&quot;,\n        &quot;websiteUrl&quot;: &quot;https:\/\/mantrayogameditation.org&quot;,\n        &quot;bio&quot;: &quot;&lt;p&gt;Mantra Yoga &amp;amp; Meditation School&lt;\\\/p&gt;&quot;\n      },\n      &quot;assetUrl&quot;: &quot;https:\/\/images.squarespace-cdn.com\/content\/v1\/61232bacf80bd42c117046e0\/1643002947682-O8U8A7I3V2KADGXVIHFS\/Photo+Jan+18%2C+3+43+11+PM.jpg&quot;,\n      &quot;contentType&quot;: &quot;image\/jpeg&quot;,\n      &quot;items&quot;: [ ],\n      &quot;pushedServices&quot;: { },\n      &quot;pendingPushedServices&quot;: { },\n      &quot;recordTypeLabel&quot;: &quot;image&quot;,\n      &quot;originalSize&quot;: &quot;4912x7360&quot;\n    }\n  }, {\n    &quot;title&quot;: &quot;Triple Bungalow&quot;,\n    &quot;description&quot;: &quot;&lt;p class=\\&quot;\\&quot; style=\\&quot;white-space:pre-wrap;\\&quot;&gt; $4,200&lt;\\\/p&gt;&lt;p class=\\&quot;\\&quot; style=\\&quot;white-space:pre-wrap;\\&quot;&gt;&lt;strong&gt;Early Bird $3,899&lt;\\\/strong&gt;&lt;\\\/p&gt;&quot;,\n    &quot;button&quot;: {\n      &quot;buttonText&quot;: &quot;More Info&quot;,\n      &quot;buttonLink&quot;: &quot;\/triple-bungalow-ytt&quot;,\n      &quot;buttonNewWindow&quot;: false\n    },\n    &quot;imageId&quot;: &quot;616f8edb852d0c4a4ca9ba3c&quot;,\n    &quot;mediaFocalPoint&quot;: {\n      &quot;x&quot;: 0.5,\n      &quot;y&quot;: 0.5\n    },\n    &quot;imageAltText&quot;: &quot;Triple Bungalow at Montezuma Costa Rica&quot;,\n    &quot;image&quot;: {\n      &quot;id&quot;: &quot;616f8edb852d0c4a4ca9ba3c&quot;,\n      &quot;recordType&quot;: 2,\n      &quot;addedOn&quot;: 1634701019767,\n      &quot;updatedOn&quot;: 1634701029699,\n      &quot;workflowState&quot;: 1,\n      &quot;publishOn&quot;: 1634701019767,\n      &quot;authorId&quot;: &quot;5bf8cd617e5992d0edb8f263&quot;,\n      &quot;systemDataId&quot;: &quot;1634701026150-P0MDUH6CK3SUG7FE9YDM&quot;,\n      &quot;systemDataVariants&quot;: &quot;1920x1280,100w,300w,500w,750w,1000w,1500w&quot;,\n      &quot;systemDataSourceType&quot;: &quot;JPG&quot;,\n      &quot;filename&quot;: &quot;SNY08113-HDR.jpg&quot;,\n      &quot;mediaFocalPoint&quot;: {\n        &quot;x&quot;: 0.5,\n        &quot;y&quot;: 0.5,\n        &quot;source&quot;: 3\n      },\n      &quot;colorData&quot;: {\n        &quot;topLeftAverage&quot;: &quot;49612b&quot;,\n        &quot;topRightAverage&quot;: &quot;959688&quot;,\n        &quot;bottomLeftAverage&quot;: &quot;17290e&quot;,\n        &quot;bottomRightAverage&quot;: &quot;404542&quot;,\n        &quot;centerAverage&quot;: &quot;3c4f2d&quot;,\n        &quot;suggestedBgColor&quot;: &quot;54653c&quot;\n      },\n      &quot;urlId&quot;: &quot;0aspkts4aqlggh9ns3hkax3su2l0v9&quot;,\n      &quot;title&quot;: &quot;&quot;,\n      &quot;body&quot;: null,\n      &quot;likeCount&quot;: 0,\n      &quot;commentCount&quot;: 0,\n      &quot;publicCommentCount&quot;: 0,\n      &quot;commentState&quot;: 2,\n      &quot;unsaved&quot;: false,\n      &quot;author&quot;: {\n        &quot;id&quot;: &quot;5bf8cd617e5992d0edb8f263&quot;,\n        &quot;displayName&quot;: &quot;Mantra Yoga&quot;,\n        &quot;firstName&quot;: &quot;Mantra&quot;,\n        &quot;lastName&quot;: &quot;Yoga&quot;,\n        &quot;websiteUrl&quot;: &quot;https:\/\/mantrayogameditation.org&quot;,\n        &quot;bio&quot;: &quot;&lt;p&gt;Mantra Yoga &amp;amp; Meditation School&lt;\\\/p&gt;&quot;\n      },\n      &quot;assetUrl&quot;: &quot;https:\/\/images.squarespace-cdn.com\/content\/v1\/61232bacf80bd42c117046e0\/1634701026150-P0MDUH6CK3SUG7FE9YDM\/SNY08113-HDR.jpg&quot;,\n      &quot;contentType&quot;: &quot;image\/jpeg&quot;,\n      &quot;items&quot;: [ ],\n      &quot;pushedServices&quot;: { },\n      &quot;pendingPushedServices&quot;: { },\n      &quot;recordTypeLabel&quot;: &quot;image&quot;,\n      &quot;originalSize&quot;: &quot;1920x1280&quot;\n    }\n  }, {\n    &quot;title&quot;: &quot;Quad Bungalow&quot;,\n    &quot;description&quot;: &quot;&lt;p class=\\&quot;\\&quot; style=\\&quot;white-space:pre-wrap;\\&quot;&gt; $3,800&lt;\\\/p&gt;&lt;p class=\\&quot;\\&quot; style=\\&quot;white-space:pre-wrap;\\&quot;&gt;&lt;strong&gt;Early Bird $3,499&lt;\\\/strong&gt;&lt;\\\/p&gt;&quot;,\n    &quot;button&quot;: {\n      &quot;buttonText&quot;: &quot;More Info&quot;,\n      &quot;buttonLink&quot;: &quot;\/quad-bungalow-ytt&quot;,\n      &quot;buttonNewWindow&quot;: false\n    },\n    &quot;imageId&quot;: &quot;616f8f48852d0c4a4ca9bcbd&quot;,\n    &quot;mediaFocalPoint&quot;: {\n      &quot;x&quot;: 0.5,\n      &quot;y&quot;: 0.5\n    },\n    &quot;imageAltText&quot;: &quot; Quad Bungalow at Montezuma Costa Rica&quot;,\n    &quot;image&quot;: {\n      &quot;id&quot;: &quot;616f8f48852d0c4a4ca9bcbd&quot;,\n      &quot;recordType&quot;: 2,\n      &quot;addedOn&quot;: 1634701128217,\n      &quot;updatedOn&quot;: 1634701134864,\n      &quot;workflowState&quot;: 1,\n      &quot;publishOn&quot;: 1634701128217,\n      &quot;authorId&quot;: &quot;5bf8cd617e5992d0edb8f263&quot;,\n      &quot;systemDataId&quot;: &quot;1634701131314-39H439CKCA26CLMY52MD&quot;,\n      &quot;systemDataVariants&quot;: &quot;1920x1280,100w,300w,500w,750w,1000w,1500w&quot;,\n      &quot;systemDataSourceType&quot;: &quot;JPG&quot;,\n      &quot;filename&quot;: &quot;SNY08101.jpg&quot;,\n      &quot;mediaFocalPoint&quot;: {\n        &quot;x&quot;: 0.5,\n        &quot;y&quot;: 0.5,\n        &quot;source&quot;: 3\n      },\n      &quot;colorData&quot;: {\n        &quot;topLeftAverage&quot;: &quot;989f95&quot;,\n        &quot;topRightAverage&quot;: &quot;8b9788&quot;,\n        &quot;bottomLeftAverage&quot;: &quot;898a83&quot;,\n        &quot;bottomRightAverage&quot;: &quot;342d20&quot;,\n        &quot;centerAverage&quot;: &quot;adb497&quot;,\n        &quot;suggestedBgColor&quot;: &quot;8d8c7e&quot;\n      },\n      &quot;urlId&quot;: &quot;zq7xxvr3k90yezfdhmwk1rvdhm9hny&quot;,\n      &quot;title&quot;: &quot;&quot;,\n      &quot;body&quot;: null,\n      &quot;likeCount&quot;: 0,\n      &quot;commentCount&quot;: 0,\n      &quot;publicCommentCount&quot;: 0,\n      &quot;commentState&quot;: 2,\n      &quot;unsaved&quot;: false,\n      &quot;author&quot;: {\n        &quot;id&quot;: &quot;5bf8cd617e5992d0edb8f263&quot;,\n        &quot;displayName&quot;: &quot;Mantra Yoga&quot;,\n        &quot;firstName&quot;: &quot;Mantra&quot;,\n        &quot;lastName&quot;: &quot;Yoga&quot;,\n        &quot;websiteUrl&quot;: &quot;https:\/\/mantrayogameditation.org&quot;,\n        &quot;bio&quot;: &quot;&lt;p&gt;Mantra Yoga &amp;amp; Meditation School&lt;\\\/p&gt;&quot;\n      },\n      &quot;assetUrl&quot;: &quot;https:\/\/images.squarespace-cdn.com\/content\/v1\/61232bacf80bd42c117046e0\/1634701131314-39H439CKCA26CLMY52MD\/SNY08101.jpg&quot;,\n      &quot;contentType&quot;: &quot;image\/jpeg&quot;,\n      &quot;items&quot;: [ ],\n      &quot;pushedServices&quot;: { },\n      &quot;pendingPushedServices&quot;: { },\n      &quot;recordTypeLabel&quot;: &quot;image&quot;,\n      &quot;originalSize&quot;: &quot;1920x1280&quot;\n    }\n  } ],\n  &quot;styles&quot;: {\n    &quot;imageFocalPoint&quot;: {\n      &quot;x&quot;: 0.5,\n      &quot;y&quot;: 0.5\n    },\n    &quot;imageOverlayOpacity&quot;: 0.3,\n    &quot;backgroundColor&quot;: &quot;white&quot;,\n    &quot;sectionTheme&quot;: &quot;white&quot;,\n    &quot;imageEffect&quot;: &quot;none&quot;,\n    &quot;backgroundMode&quot;: &quot;image&quot;,\n    &quot;backgroundImage&quot;: null\n  },\n  &quot;video&quot;: {\n    &quot;filter&quot;: 1,\n    &quot;playbackSpeed&quot;: 1,\n    &quot;videoFallbackContentItem&quot;: null,\n    &quot;nativeVideoContentItem&quot;: null,\n    &quot;videoSourceProvider&quot;: &quot;none&quot;\n  },\n  &quot;backgroundImageFocalPoint&quot;: null,\n  &quot;backgroundImageId&quot;: null,\n  &quot;options&quot;: {\n    &quot;maxColumns&quot;: 5,\n    &quot;isCardEnabled&quot;: true,\n    &quot;isMediaEnabled&quot;: true,\n    &quot;isTitleEnabled&quot;: true,\n    &quot;isBodyEnabled&quot;: true,\n    &quot;isButtonEnabled&quot;: true,\n    &quot;isShowAdjacentSlides&quot;: true,\n    &quot;isInfiniteEnabled&quot;: false,\n    &quot;isAutoplayEnabled&quot;: false,\n    &quot;slideDurationMs&quot;: 1000,\n    &quot;mediaAspectRatio&quot;: &quot;4:3&quot;,\n    &quot;layoutWidth&quot;: &quot;inset&quot;,\n    &quot;mediaWidth&quot;: {\n      &quot;value&quot;: 100,\n      &quot;unit&quot;: &quot;%&quot;\n    },\n    &quot;mediaAlignment&quot;: &quot;center&quot;,\n    &quot;contentWidth&quot;: {\n      &quot;value&quot;: 75,\n      &quot;unit&quot;: &quot;%&quot;\n    },\n    &quot;titleAlignment&quot;: &quot;center&quot;,\n    &quot;bodyAlignment&quot;: &quot;center&quot;,\n    &quot;buttonAlignment&quot;: &quot;center&quot;,\n    &quot;titlePlacement&quot;: &quot;center&quot;,\n    &quot;bodyPlacement&quot;: &quot;center&quot;,\n    &quot;buttonPlacement&quot;: &quot;center&quot;,\n    &quot;cardVerticalAlignment&quot;: &quot;middle&quot;,\n    &quot;contentOrder&quot;: &quot;media-first&quot;,\n    &quot;titleFontSize&quot;: &quot;heading-2&quot;,\n    &quot;bodyFontSize&quot;: &quot;paragraph-2&quot;,\n    &quot;buttonFontSize&quot;: &quot;button-medium&quot;,\n    &quot;customOptions&quot;: {\n      &quot;customTitleFontSize&quot;: {\n        &quot;value&quot;: 1.2,\n        &quot;unit&quot;: &quot;rem&quot;\n      },\n      &quot;customBodyFontSize&quot;: {\n        &quot;value&quot;: 0.9,\n        &quot;unit&quot;: &quot;rem&quot;\n      },\n      &quot;customButtonFontSize&quot;: {\n        &quot;value&quot;: 0.8,\n        &quot;unit&quot;: &quot;rem&quot;\n      }\n    },\n    &quot;verticalPaddingTop&quot;: {\n      &quot;value&quot;: 3.3,\n      &quot;unit&quot;: &quot;vmax&quot;\n    },\n    &quot;verticalPaddingBottom&quot;: {\n      &quot;value&quot;: 3.3,\n      &quot;unit&quot;: &quot;vmax&quot;\n    },\n    &quot;spaceBetweenSlides&quot;: {\n      &quot;value&quot;: 12,\n      &quot;unit&quot;: &quot;px&quot;\n    },\n    &quot;spaceBetweenContentAndMedia&quot;: {\n      &quot;value&quot;: 6,\n      &quot;unit&quot;: &quot;%&quot;\n    },\n    &quot;spaceBelowTitle&quot;: {\n      &quot;value&quot;: 3,\n      &quot;unit&quot;: &quot;%&quot;\n    },\n    &quot;spaceBelowBody&quot;: {\n      &quot;value&quot;: 4,\n      &quot;unit&quot;: &quot;%&quot;\n    },\n    &quot;cardPaddingTop&quot;: {\n      &quot;value&quot;: 0,\n      &quot;unit&quot;: &quot;%&quot;\n    },\n    &quot;cardPaddingRight&quot;: {\n      &quot;value&quot;: 0,\n      &quot;unit&quot;: &quot;%&quot;\n    },\n    &quot;cardPaddingBottom&quot;: {\n      &quot;value&quot;: 3,\n      &quot;unit&quot;: &quot;%&quot;\n    },\n    &quot;cardPaddingLeft&quot;: {\n      &quot;value&quot;: 0,\n      &quot;unit&quot;: &quot;%&quot;\n    },\n    &quot;navigationOffset&quot;: {\n      &quot;value&quot;: 0,\n      &quot;unit&quot;: &quot;vw&quot;\n    },\n    &quot;navigationControls&quot;: &quot;arrows&quot;,\n    &quot;navigationPlacement&quot;: &quot;bottom&quot;,\n    &quot;navigationAlignment&quot;: &quot;center&quot;,\n    &quot;spaceAboveNavigation&quot;: {\n      &quot;value&quot;: 30,\n      &quot;unit&quot;: &quot;px&quot;\n    },\n    &quot;progressIndicators&quot;: &quot;bars&quot;\n  },\n  &quot;layout&quot;: &quot;carousel&quot;,\n  &quot;isSectionTitleEnabled&quot;: true,\n  &quot;sectionTitle&quot;: &quot;&lt;p class=\\&quot;\\&quot; style=\\&quot;white-space:pre-wrap;\\&quot;&gt;Choose Your Room&lt;\\\/p&gt;&quot;,\n  &quot;spaceBelowSectionTitle&quot;: {\n    &quot;value&quot;: 29,\n    &quot;unit&quot;: &quot;px&quot;\n  },\n  &quot;sectionTitleAlignment&quot;: &quot;center&quot;,\n  &quot;isSectionButtonEnabled&quot;: false,\n  &quot;sectionButton&quot;: {\n    &quot;buttonText&quot;: &quot;Make It&quot;,\n    &quot;buttonLink&quot;: &quot;#&quot;,\n    &quot;buttonNewWindow&quot;: false\n  },\n  &quot;sectionButtonSize&quot;: &quot;medium&quot;,\n  &quot;sectionButtonAlignment&quot;: &quot;center&quot;,\n  &quot;spaceAboveSectionButton&quot;: {\n    &quot;value&quot;: 40,\n    &quot;unit&quot;: &quot;px&quot;\n  }\n}\"\n  data-media-alignment=\"center\"\n  data-title-alignment=\"center\"\n  data-body-alignment=\"center\"\n  data-button-alignment=\"center\"\n  data-title-placement=\"center\"\n  data-body-placement=\"center\"\n  data-button-placement=\"center\"\n  data-layout-width=\"inset\"\n  data-title-font-unit=\"rem\"\n  data-description-font-unit=\"rem\"\n  data-button-font-unit=\"rem\"\n  data-is-media-enabled=\"true\"\n  data-is-card-enabled=\"true\"\n  data-media-width-value=\"100\"\n  data-media-width-unit=\"%\"\n  data-content-order=\"media-first\"\n  data-space-between-columns=\"\"\n  data-vertical-padding-top-value=\"3.3\"\n  data-vertical-padding-bottom-value=\"3.3\"\n  data-vertical-padding-top-unit=\"vmax\"\n  data-vertical-padding-bottom-unit=\"vmax\"\n><\/p>\n<div\n    class=\"user-items-list-carousel__gutter\"\n    role=\"region\"\n    aria-label=\"\"\n  ><\/p>\n<div class=\"user-items-list-carousel__slideshow-holder\">\n<div class=\"user-items-list-carousel__slides-revealer\">\n<ul class=\"user-items-list-carousel__slides\" style=\"grid-gap: 12px;\">\n<li class=\"\n                  user-items-list-carousel__slide list-item\n                  \n                    list-item-basic-animation\n                  \n                \"\n                style=\"\n                \n                  padding-top: 0%;\n                  padding-right: 0%;\n                  padding-bottom: 3%;\n                  padding-left: 0%;\n                \n              \"\n              data-is-card-enabled=\"true\"\n            >\n<div class=\"user-items-list-carousel__media-container\"\n                      style=\"\n                        margin-bottom: 6%;\n                        width: 100%;\n                      \"\n                    ><\/p>\n<div class=\"user-items-list-carousel__media-inner\"\n                        data-media-aspect-ratio=\"4:3\"\n                        data-animation-role=\"image\"\n                      ><br \/>\n                        <img decoding=\"async\"\n                          \n                          data-image-focal-point=\"0.5411985018726592,0.6501015783716206\"\n                          \n                          alt=\"Single Villa  at Montezuma Costa Rica\"\n                          src=\"https:\/\/images.squarespace-cdn.com\/content\/v1\/61232bacf80bd42c117046e0\/1630374606715-OVCGJQK4IJH1TXFIF53U\/IMG_3569+%281%29.JPG\" data-image=\"https:\/\/images.squarespace-cdn.com\/content\/v1\/61232bacf80bd42c117046e0\/1630374606715-OVCGJQK4IJH1TXFIF53U\/IMG_3569+%281%29.JPG\" data-image-dimensions=\"4912x7360\" data-image-focal-point=\"0.5,0.5\" alt=\"IMG_3569 (1).JPG\" \n                          class=\"user-items-list-carousel__media\"\n                          data-load=\"false\"\n                          data-mode=\"cover\"\n                          data-use-advanced-positioning=\"true\"\n                        \/>\n                      <\/div>\n<\/p><\/div>\n<div class=\"list-item-content\">\n<div class=\"list-item-content__text-wrapper\">\n<h2\n                        class=\"list-item-content__title\"\n                        style=\"max-width: 75%;\"\n                      >Single Villa<\/h2>\n<div class=\"list-item-content__description\n                          \n                          \"\n                          style=\"\n                            margin-top: 3%;\n                            max-width: 75%;\n                          \"\n                        ><\/p>\n<p class=\"\" style=\"white-space:pre-wrap;\"> $5,400<\/p>\n<p class=\"\" style=\"white-space:pre-wrap;\"><strong>Early Bird $4,999<\/strong><\/p>\n<\/div><\/div>\n<div class=\"list-item-content__button-wrapper\">\n<div class=\"list-item-content__button-container\"\n                      style=\"\n                        margin-top: 4%;\n                        max-width: 75%;\n                      \"\n                      data-animation-role=\"button\"\n                    ><br \/>\n                      <a class=\"\n                          list-item-content__button\n                          sqs-block-button-element\n                          \n                          \n                            sqs-block-button-element--medium\n                            sqs-button-element--primary\n                          \n                        \"\n                        href=\"\/single-villa-ytt\"\n                        \n                      ><br \/>\n                        More Info<br \/>\n                      <\/a>\n                    <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/li>\n<li class=\"\n                  user-items-list-carousel__slide list-item\n                  \n                    list-item-basic-animation\n                  \n                \"\n                style=\"\n                \n                  padding-top: 0%;\n                  padding-right: 0%;\n                  padding-bottom: 3%;\n                  padding-left: 0%;\n                \n              \"\n              data-is-card-enabled=\"true\"\n            >\n<div class=\"user-items-list-carousel__media-container\"\n                      style=\"\n                        margin-bottom: 6%;\n                        width: 100%;\n                      \"\n                    ><\/p>\n<div class=\"user-items-list-carousel__media-inner\"\n                        data-media-aspect-ratio=\"4:3\"\n                        data-animation-role=\"image\"\n                      ><br \/>\n                        <img decoding=\"async\"\n                          \n                          data-image-focal-point=\"0.5,0.5\"\n                          \n                          alt=\" Double Villa at Montezuma Costa Rica\"\n                          src=\"https:\/\/images.squarespace-cdn.com\/content\/v1\/61232bacf80bd42c117046e0\/1643003032578-GCDGNZ5FLYWG1NWTNB1S\/Photo+Jan+09%2C+12+51+47+PM.jpg\" data-image=\"https:\/\/images.squarespace-cdn.com\/content\/v1\/61232bacf80bd42c117046e0\/1643003032578-GCDGNZ5FLYWG1NWTNB1S\/Photo+Jan+09%2C+12+51+47+PM.jpg\" data-image-dimensions=\"4032x3024\" data-image-focal-point=\"0.5,0.5\" alt=\"Photo Jan 09, 12 51 47 PM.jpg\" \n                          class=\"user-items-list-carousel__media\"\n                          data-load=\"false\"\n                          data-mode=\"cover\"\n                          data-use-advanced-positioning=\"true\"\n                        \/>\n                      <\/div>\n<\/p><\/div>\n<div class=\"list-item-content\">\n<div class=\"list-item-content__text-wrapper\">\n<h2\n                        class=\"list-item-content__title\"\n                        style=\"max-width: 75%;\"\n                      >Double Villa<\/h2>\n<div class=\"list-item-content__description\n                          \n                          \"\n                          style=\"\n                            margin-top: 3%;\n                            max-width: 75%;\n                          \"\n                        ><\/p>\n<p class=\"\" style=\"white-space:pre-wrap;\"> $4,700<\/p>\n<p class=\"\" style=\"white-space:pre-wrap;\"><strong>Early Bird $4,399<\/strong><\/p>\n<\/div><\/div>\n<div class=\"list-item-content__button-wrapper\">\n<div class=\"list-item-content__button-container\"\n                      style=\"\n                        margin-top: 4%;\n                        max-width: 75%;\n                      \"\n                      data-animation-role=\"button\"\n                    ><br \/>\n                      <a class=\"\n                          list-item-content__button\n                          sqs-block-button-element\n                          \n                          \n                            sqs-block-button-element--medium\n                            sqs-button-element--primary\n                          \n                        \"\n                        href=\"\/double-villa-ytt\"\n                        \n                      ><br \/>\n                        More Info<br \/>\n                      <\/a>\n                    <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/li>\n<li class=\"\n                  user-items-list-carousel__slide list-item\n                  \n                    list-item-basic-animation\n                  \n                \"\n                style=\"\n                \n                  padding-top: 0%;\n                  padding-right: 0%;\n                  padding-bottom: 3%;\n                  padding-left: 0%;\n                \n              \"\n              data-is-card-enabled=\"true\"\n            >\n<div class=\"user-items-list-carousel__media-container\"\n                      style=\"\n                        margin-bottom: 6%;\n                        width: 100%;\n                      \"\n                    ><\/p>\n<div class=\"user-items-list-carousel__media-inner\"\n                        data-media-aspect-ratio=\"4:3\"\n                        data-animation-role=\"image\"\n                      ><br \/>\n                        <img decoding=\"async\"\n                          \n                          data-image-focal-point=\"0.5,0.5\"\n                          \n                          alt=\"\"\n                          src=\"https:\/\/images.squarespace-cdn.com\/content\/v1\/61232bacf80bd42c117046e0\/1643002947682-O8U8A7I3V2KADGXVIHFS\/Photo+Jan+18%2C+3+43+11+PM.jpg\" data-image=\"https:\/\/images.squarespace-cdn.com\/content\/v1\/61232bacf80bd42c117046e0\/1643002947682-O8U8A7I3V2KADGXVIHFS\/Photo+Jan+18%2C+3+43+11+PM.jpg\" data-image-dimensions=\"4912x7360\" data-image-focal-point=\"0.5,0.5\" alt=\"Photo Jan 18, 3 43 11 PM.jpg\" \n                          class=\"user-items-list-carousel__media\"\n                          data-load=\"false\"\n                          data-mode=\"cover\"\n                          data-use-advanced-positioning=\"true\"\n                        \/>\n                      <\/div>\n<\/p><\/div>\n<div class=\"list-item-content\">\n<div class=\"list-item-content__text-wrapper\">\n<h2\n                        class=\"list-item-content__title\"\n                        style=\"max-width: 75%;\"\n                      >Double Bungalow<\/h2>\n<div class=\"list-item-content__description\n                          \n                          \"\n                          style=\"\n                            margin-top: 3%;\n                            max-width: 75%;\n                          \"\n                        ><\/p>\n<p class=\"\" style=\"white-space:pre-wrap;\">$4700<\/p>\n<p class=\"\" style=\"white-space:pre-wrap;\"><strong>Early Bird $4399<\/strong><\/p>\n<\/div><\/div>\n<div class=\"list-item-content__button-wrapper\">\n<div class=\"list-item-content__button-container\"\n                      style=\"\n                        margin-top: 4%;\n                        max-width: 75%;\n                      \"\n                      data-animation-role=\"button\"\n                    ><br \/>\n                      <a class=\"\n                          list-item-content__button\n                          sqs-block-button-element\n                          \n                          \n                            sqs-block-button-element--medium\n                            sqs-button-element--primary\n                          \n                        \"\n                        href=\"\/double-bungalow-ytt\"\n                        \n                      ><br \/>\n                        More Info<br \/>\n                      <\/a>\n                    <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/li>\n<li class=\"\n                  user-items-list-carousel__slide list-item\n                  \n                    list-item-basic-animation\n                  \n                \"\n                style=\"\n                \n                  padding-top: 0%;\n                  padding-right: 0%;\n                  padding-bottom: 3%;\n                  padding-left: 0%;\n                \n              \"\n              data-is-card-enabled=\"true\"\n            >\n<div class=\"user-items-list-carousel__media-container\"\n                      style=\"\n                        margin-bottom: 6%;\n                        width: 100%;\n                      \"\n                    ><\/p>\n<div class=\"user-items-list-carousel__media-inner\"\n                        data-media-aspect-ratio=\"4:3\"\n                        data-animation-role=\"image\"\n                      ><br \/>\n                        <img decoding=\"async\"\n                          \n                          data-image-focal-point=\"0.5,0.5\"\n                          \n                          alt=\"Triple Bungalow at Montezuma Costa Rica\"\n                          src=\"https:\/\/images.squarespace-cdn.com\/content\/v1\/61232bacf80bd42c117046e0\/1634701026150-P0MDUH6CK3SUG7FE9YDM\/SNY08113-HDR.jpg\" data-image=\"https:\/\/images.squarespace-cdn.com\/content\/v1\/61232bacf80bd42c117046e0\/1634701026150-P0MDUH6CK3SUG7FE9YDM\/SNY08113-HDR.jpg\" data-image-dimensions=\"1920x1280\" data-image-focal-point=\"0.5,0.5\" alt=\"SNY08113-HDR.jpg\" \n                          class=\"user-items-list-carousel__media\"\n                          data-load=\"false\"\n                          data-mode=\"cover\"\n                          data-use-advanced-positioning=\"true\"\n                        \/>\n                      <\/div>\n<\/p><\/div>\n<div class=\"list-item-content\">\n<div class=\"list-item-content__text-wrapper\">\n<h2\n                        class=\"list-item-content__title\"\n                        style=\"max-width: 75%;\"\n                      >Triple Bungalow<\/h2>\n<div class=\"list-item-content__description\n                          \n                          \"\n                          style=\"\n                            margin-top: 3%;\n                            max-width: 75%;\n                          \"\n                        ><\/p>\n<p class=\"\" style=\"white-space:pre-wrap;\"> $4,200<\/p>\n<p class=\"\" style=\"white-space:pre-wrap;\"><strong>Early Bird $3,899<\/strong><\/p>\n<\/div><\/div>\n<div class=\"list-item-content__button-wrapper\">\n<div class=\"list-item-content__button-container\"\n                      style=\"\n                        margin-top: 4%;\n                        max-width: 75%;\n                      \"\n                      data-animation-role=\"button\"\n                    ><br \/>\n                      <a class=\"\n                          list-item-content__button\n                          sqs-block-button-element\n                          \n                          \n                            sqs-block-button-element--medium\n                            sqs-button-element--primary\n                          \n                        \"\n                        href=\"\/triple-bungalow-ytt\"\n                        \n                      ><br \/>\n                        More Info<br \/>\n                      <\/a>\n                    <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/li>\n<li class=\"\n                  user-items-list-carousel__slide list-item\n                  \n                    list-item-basic-animation\n                  \n                \"\n                style=\"\n                \n                  padding-top: 0%;\n                  padding-right: 0%;\n                  padding-bottom: 3%;\n                  padding-left: 0%;\n                \n              \"\n              data-is-card-enabled=\"true\"\n            >\n<div class=\"user-items-list-carousel__media-container\"\n                      style=\"\n                        margin-bottom: 6%;\n                        width: 100%;\n                      \"\n                    ><\/p>\n<div class=\"user-items-list-carousel__media-inner\"\n                        data-media-aspect-ratio=\"4:3\"\n                        data-animation-role=\"image\"\n                      ><br \/>\n                        <img decoding=\"async\"\n                          \n                          data-image-focal-point=\"0.5,0.5\"\n                          \n                          alt=\" Quad Bungalow at Montezuma Costa Rica\"\n                          src=\"https:\/\/images.squarespace-cdn.com\/content\/v1\/61232bacf80bd42c117046e0\/1634701131314-39H439CKCA26CLMY52MD\/SNY08101.jpg\" data-image=\"https:\/\/images.squarespace-cdn.com\/content\/v1\/61232bacf80bd42c117046e0\/1634701131314-39H439CKCA26CLMY52MD\/SNY08101.jpg\" data-image-dimensions=\"1920x1280\" data-image-focal-point=\"0.5,0.5\" alt=\"SNY08101.jpg\" \n                          class=\"user-items-list-carousel__media\"\n                          data-load=\"false\"\n                          data-mode=\"cover\"\n                          data-use-advanced-positioning=\"true\"\n                        \/>\n                      <\/div>\n<\/p><\/div>\n<div class=\"list-item-content\">\n<div class=\"list-item-content__text-wrapper\">\n<h2\n                        class=\"list-item-content__title\"\n                        style=\"max-width: 75%;\"\n                      >Quad Bungalow<\/h2>\n<div class=\"list-item-content__description\n                          \n                          \"\n                          style=\"\n                            margin-top: 3%;\n                            max-width: 75%;\n                          \"\n                        ><\/p>\n<p class=\"\" style=\"white-space:pre-wrap;\"> $3,800<\/p>\n<p class=\"\" style=\"white-space:pre-wrap;\"><strong>Early Bird $3,499<\/strong><\/p>\n<\/div><\/div>\n<div class=\"list-item-content__button-wrapper\">\n<div class=\"list-item-content__button-container\"\n                      style=\"\n                        margin-top: 4%;\n                        max-width: 75%;\n                      \"\n                      data-animation-role=\"button\"\n                    ><br \/>\n                      <a class=\"\n                          list-item-content__button\n                          sqs-block-button-element\n                          \n                          \n                            sqs-block-button-element--medium\n                            sqs-button-element--primary\n                          \n                        \"\n                        href=\"\/quad-bungalow-ytt\"\n                        \n                      ><br \/>\n                        More Info<br \/>\n                      <\/a>\n                    <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/li>\n<\/ul><\/div>\n<\/p><\/div>\n<div class=\"mobile-arrows\">\n      <button\n  class=\"\n    mobile-arrow-button\n    mobile-arrow-button--left\n  \"\n  aria-label=\"\n    \n      \n    \n    \n  \"\n  data-animation-role=\"button\"\n><\/p>\n<div class=\"\n    user-items-list-carousel__arrow-icon-background\n    mobile-arrow-icon-background-area\n  \">\n  <\/div>\n<p>  <svg class=\"mobile-arrow-icon\" viewBox=\"0 0 24 14\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><\/p>\n<path class=\"user-items-list-carousel__arrow-icon-foreground\n        mobile-arrow-icon-path\"\n        d=\"M7.87012 13L2.00021 7L7.87012 1\" stroke-width=\"2\" fill=\"none\"\n      \/>\n      <path class=\"user-items-list-carousel__arrow-icon-foreground\n        mobile-arrow-icon-path\"\n        d=\"M22.9653 7L3.03948 7\" stroke-width=\"2\" stroke-linecap=\"square\" fill=\"none\"\n      \/><\/p>\n<p>  <\/svg><br \/>\n<\/button><\/p>\n<p>      <button\n  class=\"\n    mobile-arrow-button\n    mobile-arrow-button--right\n  \"\n  aria-label=\"\n    \n    \n      \n    \n  \"\n  data-animation-role=\"button\"\n><\/p>\n<div class=\"\n    user-items-list-carousel__arrow-icon-background\n    mobile-arrow-icon-background-area\n  \">\n  <\/div>\n<p>  <svg class=\"mobile-arrow-icon\" viewBox=\"0 0 24 14\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><\/p>\n<path class=\"user-items-list-carousel__arrow-icon-foreground\n        mobile-arrow-icon-path\"\n        d=\"M16.1299 1L21.9998 7L16.1299 13\" stroke-width=\"2\" fill=\"none\"\n      \/>\n      <path class=\"user-items-list-carousel__arrow-icon-foreground\n        mobile-arrow-icon-path\"\n        d=\"M1.03472 7H20.9605\" stroke-width=\"2\" stroke-linecap=\"square\" fill=\"none\"\n      \/><\/p>\n<p>  <\/svg><br \/>\n<\/button><\/p><\/div>\n<\/p><\/div>\n<div\n        class=\"desktop-arrows arrows-bottom-wrapper\"\n        style=\"margin-top: 30px;\"\n      ><\/p>\n<div class=\"arrows-bottom\">\n          <button\n  class=\"\n    user-items-list-carousel__arrow-button\n    user-items-list-carousel__arrow-button--left\n  \"\n  aria-label=\"\n    \n      \n    \n    \n  \"\n  data-animation-role=\"button\"\n><\/p>\n<div class=\"\n    user-items-list-carousel__arrow-icon-background\n    user-items-list-carousel__arrow-icon-background-area\n  \">\n  <\/div>\n<p>  <svg class=\"user-items-list-carousel__arrow-icon\" viewBox=\"0 0 44 18\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><\/p>\n<path class=\"user-items-list-carousel__arrow-icon-foreground\n        user-items-list-carousel__arrow-icon-path\"\n        d=\"M9.90649 16.96L2.1221 9.17556L9.9065 1.39116\"\n      \/>\n      <path class=\"user-items-list-carousel__arrow-icon-foreground\n        user-items-list-carousel__arrow-icon-path\"\n        d=\"M42.8633 9.18125L3.37868 9.18125\"\n      \/><\/p>\n<p>  <\/svg><br \/>\n<\/button><\/p>\n<p>          <button\n  class=\"\n    user-items-list-carousel__arrow-button\n    user-items-list-carousel__arrow-button--right\n  \"\n  aria-label=\"\n    \n    \n      \n    \n  \"\n  data-animation-role=\"button\"\n><\/p>\n<div class=\"\n    user-items-list-carousel__arrow-icon-background\n    user-items-list-carousel__arrow-icon-background-area\n  \">\n  <\/div>\n<p>  <svg class=\"user-items-list-carousel__arrow-icon\" viewBox=\"0 0 44 18\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><\/p>\n<path class=\"user-items-list-carousel__arrow-icon-foreground\n        user-items-list-carousel__arrow-icon-path\"\n        d=\"M34.1477 1.39111L41.9321 9.17551L34.1477 16.9599\"\n      \/>\n      <path class=\"user-items-list-carousel__arrow-icon-foreground\n        user-items-list-carousel__arrow-icon-path\"\n        d=\"M1.19088 9.16982H40.6755\"\n      \/><\/p>\n<p>  <\/svg><br \/>\n<\/button><\/p><\/div>\n<\/p><\/div>\n<\/div>\n<\/div><\/div>\n<\/p><\/div>\n<\/section>\n<section\n  data-test=\"page-section\"\n  \n  data-section-theme=\"\"\n  class='page-section\n    \n      layout-engine-section\n    \n    background-width--full-bleed\n    \n      section-height--small\n    \n    \n      content-width--medium\n    \n    horizontal-alignment--center\n    vertical-alignment--middle\n    \n      \n    \n    \n    '\n  \n  data-section-id=\"612d95b7f43b1871a1a8dd0f\"\n  \n  data-controller=\"SectionWrapperController\"\n  data-current-styles=\"{\n  &quot;imageOverlayOpacity&quot;: 0.15,\n  &quot;backgroundWidth&quot;: &quot;background-width--full-bleed&quot;,\n  &quot;sectionHeight&quot;: &quot;section-height--small&quot;,\n  &quot;customSectionHeight&quot;: 10,\n  &quot;horizontalAlignment&quot;: &quot;horizontal-alignment--center&quot;,\n  &quot;verticalAlignment&quot;: &quot;vertical-alignment--middle&quot;,\n  &quot;contentWidth&quot;: &quot;content-width--medium&quot;,\n  &quot;customContentWidth&quot;: 50,\n  &quot;sectionTheme&quot;: &quot;&quot;,\n  &quot;sectionAnimation&quot;: &quot;none&quot;,\n  &quot;backgroundMode&quot;: &quot;image&quot;\n}\"\n  data-animation=\"none\"\n   \n  \n    \n  \n  \n><\/p>\n<div class=\"section-background\"><\/div>\n<div\n    class=\"content-wrapper\"\n    style='\n      \n        \n      \n    '\n  ><\/p>\n<div\n      class=\"content\"\n      \n    ><\/p>\n<div class=\"sqs-layout sqs-grid-12 columns-12\" data-type=\"page-section\" id=\"page-section-612d95b7f43b1871a1a8dd0f\">\n<div class=\"row sqs-row\">\n<div class=\"col sqs-col-12 span-12\">\n<div class=\"sqs-block image-block sqs-block-image\" data-block-type=\"5\" id=\"block-97e77213a56dea940a2b\">\n<div class=\"sqs-block-content\">\n<figure\n          class=\"\n            sqs-block-image-figure\n            image-block-outer-wrapper\n            image-block-v2\n            design-layout-overlap\n            combination-animation-none\n            individual-animation-none\n            individual-text-animation-none\n            image-position-right\n            \n          \"\n          data-scrolled\n          data-test=\"image-block-v2-outer-wrapper\"\n      ><\/p>\n<div class=\"intrinsic\">\n<div\n          \n              class=\"\n                \n                image-inset\"\n              data-animation-role=\"image\"\n              data-description=\"\"\n              \n  \n\n          ><\/p>\n<div class=\"sqs-image-shape-container-element\n              \n                content-fit\n              \n            \" style=\"\n              position: relative;\n              overflow: hidden;\n              \n            \"><br \/>\n              <noscript><img decoding=\"async\" class=\"sqs-image-min-height\" src=\"https:\/\/images.squarespace-cdn.com\/content\/v1\/61232bacf80bd42c117046e0\/1630377579198-HMEJBMYUJU8LLW5CYZ7T\/HolisticCostaRicanFood.jpg\" alt=\"Amazing Holistic Costa Rican Food - A culinary adventure awaits you in the hands of our cooking team.As a part of your retreat, you will receive a cooking workshop to learn to create all the delicious dishes you'll be tasting.&nbsp;Connect with your food and get creative with all the exotic ingredients Costa Rica has to offer.&nbsp;\" loading=\"lazy\"\/><\/noscript><br \/>\n              <img decoding=\"async\" class=\"sqs-image-min-height\" src=\"https:\/\/images.squarespace-cdn.com\/content\/v1\/61232bacf80bd42c117046e0\/1630377579198-HMEJBMYUJU8LLW5CYZ7T\/HolisticCostaRicanFood.jpg\" data-image=\"https:\/\/images.squarespace-cdn.com\/content\/v1\/61232bacf80bd42c117046e0\/1630377579198-HMEJBMYUJU8LLW5CYZ7T\/HolisticCostaRicanFood.jpg\" data-image-dimensions=\"1875x1406\" data-image-focal-point=\"0.5,0.5\" alt=\"HolisticCostaRicanFood.jpg\"  loading=\"lazy\"\/><\/p>\n<div class=\"image-overlay\" style=\"overflow: hidden;\"><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div><figcaption class=\"image-card-wrapper\" data-width-ratio>\n<div class=\"image-card sqs-dynamic-text-container\">\n<div class=\"image-title-wrapper\">\n<div class=\"image-title sqs-dynamic-text\"\n                \n  \n><\/p>\n<h2 style=\"text-align:center;white-space:pre-wrap;\">Amazing Holistic Costa Rican Food<\/h2>\n<\/div>\n<\/div>\n<div class=\"image-subtitle-wrapper\">\n<div class=\"image-subtitle sqs-dynamic-text\"\n                \n  \n><\/p>\n<p class=\"\" style=\"white-space:pre-wrap;\">A culinary adventure awaits you in the hands of our cooking team.<\/p>\n<p class=\"\" style=\"white-space:pre-wrap;\">As a part of your retreat, you will receive a cooking workshop to learn to create all the delicious dishes you&#8217;ll be tasting.&nbsp;<\/p>\n<p class=\"\" style=\"white-space:pre-wrap;\">Connect with your food and get creative with all the exotic ingredients Costa Rica has to offer.&nbsp;<\/p>\n<\/div>\n<\/div><\/div>\n<\/figcaption><\/figure>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div><\/div>\n<\/p><\/div>\n<\/section>\n<section\n  data-test=\"page-section\"\n  \n  data-section-theme=\"white\"\n  class='page-section\n    \n      user-items-list-section\n      full-bleed-section\n    \n    \n    \n      \n    \n    \n      \n    \n    \n    \n    \n      \n    \n    \n    white'\n  \n  data-section-id=\"612d6ba76591c945ea571b17\"\n  \n  data-controller=\"SectionWrapperController\"\n  data-current-styles=\"{\n  &quot;imageFocalPoint&quot;: {\n    &quot;x&quot;: 0.5,\n    &quot;y&quot;: 0.5\n  },\n  &quot;imageOverlayOpacity&quot;: 0.3,\n  &quot;backgroundColor&quot;: &quot;white&quot;,\n  &quot;sectionTheme&quot;: &quot;white&quot;,\n  &quot;imageEffect&quot;: &quot;none&quot;,\n  &quot;backgroundMode&quot;: &quot;image&quot;,\n  &quot;backgroundImage&quot;: null\n}\"\n  data-animation=\"\"\n  data-json-schema-section \n  \n  \n><\/p>\n<div class=\"section-background\"><\/div>\n<div\n    class=\"content-wrapper\"\n    style='\n      \n        \n      \n    '\n  ><\/p>\n<div\n      class=\"content\"\n      \n    ><\/p>\n<div\n  class=\"user-items-list\"\n  style=\"\n    min-height: 100px;\n    padding-top: 3.3vmax;\n    padding-bottom: 3.3vmax;\n    \"\n  data-card-theme=\"\"\n  data-section-id=\"user-items-list\"\n  data-section-title-enabled=\"true\"\n  data-space-below-section-title-value=\"40\"\n  data-space-below-section-title-unit=\"px\"\n  data-layout-width=\"inset\"\n><\/p>\n<div class=\"list-section-title\"\n      id=\"612d6ba76591c945ea571b17\"\n      style= \"padding-bottom: 40px;\"\n      data-section-title-alignment=\"center\"\n    ><\/p>\n<p class=\"\" style=\"white-space:pre-wrap;\">Our Team<\/p>\n<\/p><\/div>\n<style>\n  .user-items-list-item-container[data-section-id=\"612d6ba76591c945ea571b17\"] .list-item-content__title {\n    font-size: 1.6rem;\n  }\n  .user-items-list-item-container[data-section-id=\"612d6ba76591c945ea571b17\"] .list-item-content__description {\n    font-size: 1rem;\n  }\n  .user-items-list-item-container[data-section-id=\"612d6ba76591c945ea571b17\"] .list-item-content__button {\n    font-size: 0.9rem;\n  }<\/p>\n<p>  @supports (--test-custom-property: true) {\n    .user-items-list-item-container[data-section-id=\"612d6ba76591c945ea571b17\"] {\n      --title-font-size-value: 1.6;\n      --body-font-size-value: 1;\n      --button-font-size-value: 0.9;\n    }\n  }\n<\/style>\n<ul class=\"\n    user-items-list-item-container\n    user-items-list-simple\n  \"\n  style=\"\n    grid-gap: 60px 60px;\n  \"\n  data-controller=\"UserItemsListSimple\"\n  data-num-columns=\"3\"\n  data-content-order=\"media-first\"\n  data-alignment-vertical=\"stretch\"\n  data-section-id=\"612d6ba76591c945ea571b17\"\n  data-current-context=\"{\n  &quot;userItems&quot;: [ {\n    &quot;title&quot;: &quot;Brad Haws&quot;,\n    &quot;description&quot;: &quot;&lt;p class=\\&quot;\\&quot; style=\\&quot;white-space:pre-wrap;\\&quot;&gt;Yoga Teacher and Life Coach&lt;br&gt;Canada&lt;\\\/p&gt;&quot;,\n    &quot;button&quot;: {\n      &quot;buttonText&quot;: &quot;Read Bio&quot;\n    },\n    &quot;imageId&quot;: &quot;614f76466d55053f4dca4b33&quot;,\n    &quot;mediaFocalPoint&quot;: {\n      &quot;x&quot;: 0.5,\n      &quot;y&quot;: 0.5\n    },\n    &quot;imageAltText&quot;: &quot;Yoga and Meditation Teacher&quot;,\n    &quot;image&quot;: {\n      &quot;id&quot;: &quot;614f76466d55053f4dca4b33&quot;,\n      &quot;recordType&quot;: 2,\n      &quot;addedOn&quot;: 1632597574734,\n      &quot;updatedOn&quot;: 1632597580862,\n      &quot;workflowState&quot;: 1,\n      &quot;publishOn&quot;: 1632597574734,\n      &quot;authorId&quot;: &quot;5bf8cd617e5992d0edb8f263&quot;,\n      &quot;systemDataId&quot;: &quot;1632597575750-SEQDSAJOMB8UEE31VVWP&quot;,\n      &quot;systemDataVariants&quot;: &quot;1843x2023,100w,300w,500w,750w,1000w,1500w&quot;,\n      &quot;systemDataSourceType&quot;: &quot;JPG&quot;,\n      &quot;filename&quot;: &quot;Photo for Website.jpg&quot;,\n      &quot;mediaFocalPoint&quot;: {\n        &quot;x&quot;: 0.5,\n        &quot;y&quot;: 0.5,\n        &quot;source&quot;: 3\n      },\n      &quot;colorData&quot;: {\n        &quot;topLeftAverage&quot;: &quot;535d28&quot;,\n        &quot;topRightAverage&quot;: &quot;232b15&quot;,\n        &quot;bottomLeftAverage&quot;: &quot;35421e&quot;,\n        &quot;bottomRightAverage&quot;: &quot;546a24&quot;,\n        &quot;centerAverage&quot;: &quot;d3c3be&quot;,\n        &quot;suggestedBgColor&quot;: &quot;565b0b&quot;\n      },\n      &quot;urlId&quot;: &quot;nrfwes6rayx594d5tsqgtnjwnmrf6f&quot;,\n      &quot;title&quot;: &quot;&quot;,\n      &quot;body&quot;: null,\n      &quot;likeCount&quot;: 0,\n      &quot;commentCount&quot;: 0,\n      &quot;publicCommentCount&quot;: 0,\n      &quot;commentState&quot;: 2,\n      &quot;unsaved&quot;: false,\n      &quot;author&quot;: {\n        &quot;id&quot;: &quot;5bf8cd617e5992d0edb8f263&quot;,\n        &quot;displayName&quot;: &quot;Mantra Yoga&quot;,\n        &quot;firstName&quot;: &quot;Mantra&quot;,\n        &quot;lastName&quot;: &quot;Yoga&quot;,\n        &quot;websiteUrl&quot;: &quot;https:\/\/mantrayogameditation.org&quot;,\n        &quot;bio&quot;: &quot;&lt;p&gt;Mantra Yoga &amp;amp; Meditation School&lt;\\\/p&gt;&quot;\n      },\n      &quot;assetUrl&quot;: &quot;https:\/\/images.squarespace-cdn.com\/content\/v1\/61232bacf80bd42c117046e0\/1632597575750-SEQDSAJOMB8UEE31VVWP\/Photo+for+Website.jpg&quot;,\n      &quot;contentType&quot;: &quot;image\/jpeg&quot;,\n      &quot;items&quot;: [ ],\n      &quot;pushedServices&quot;: { },\n      &quot;pendingPushedServices&quot;: { },\n      &quot;recordTypeLabel&quot;: &quot;image&quot;,\n      &quot;originalSize&quot;: &quot;1843x2023&quot;\n    }\n  }, {\n    &quot;title&quot;: &quot;Sarvottam Kumar&quot;,\n    &quot;description&quot;: &quot;&lt;p class=\\&quot;\\&quot; style=\\&quot;white-space:pre-wrap;\\&quot;&gt;Yoga and Meditation Teacher&lt;br&gt;India&lt;\\\/p&gt;&quot;,\n    &quot;button&quot;: {\n      &quot;buttonText&quot;: &quot;Read Bio&quot;\n    },\n    &quot;imageId&quot;: &quot;612d6d3e7f0de66071b858b7&quot;,\n    &quot;mediaFocalPoint&quot;: {\n      &quot;x&quot;: 0.5,\n      &quot;y&quot;: 0.5\n    },\n    &quot;imageAltText&quot;: &quot;Yoga and meditation teacher&quot;,\n    &quot;image&quot;: {\n      &quot;id&quot;: &quot;612d6d3e7f0de66071b858b7&quot;,\n      &quot;recordType&quot;: 2,\n      &quot;addedOn&quot;: 1630367038606,\n      &quot;updatedOn&quot;: 1630367043126,\n      &quot;workflowState&quot;: 1,\n      &quot;publishOn&quot;: 1630367038606,\n      &quot;authorId&quot;: &quot;5bf8cd617e5992d0edb8f263&quot;,\n      &quot;systemDataId&quot;: &quot;1630367039296-HYJLIV53N8HHI3ES4R4A&quot;,\n      &quot;systemDataVariants&quot;: &quot;613x613,100w,300w,500w&quot;,\n      &quot;systemDataSourceType&quot;: &quot;JPG&quot;,\n      &quot;filename&quot;: &quot;Sarvo.jpg&quot;,\n      &quot;mediaFocalPoint&quot;: {\n        &quot;x&quot;: 0.5,\n        &quot;y&quot;: 0.5,\n        &quot;source&quot;: 3\n      },\n      &quot;colorData&quot;: {\n        &quot;topLeftAverage&quot;: &quot;92d2fe&quot;,\n        &quot;topRightAverage&quot;: &quot;8cd2fd&quot;,\n        &quot;bottomLeftAverage&quot;: &quot;677880&quot;,\n        &quot;bottomRightAverage&quot;: &quot;798da0&quot;,\n        &quot;centerAverage&quot;: &quot;02143d&quot;,\n        &quot;suggestedBgColor&quot;: &quot;8dd0fd&quot;\n      },\n      &quot;urlId&quot;: &quot;vj2f5wbxzi9sx7mk36oa93mykythzn&quot;,\n      &quot;title&quot;: &quot;&quot;,\n      &quot;body&quot;: null,\n      &quot;likeCount&quot;: 0,\n      &quot;commentCount&quot;: 0,\n      &quot;publicCommentCount&quot;: 0,\n      &quot;commentState&quot;: 2,\n      &quot;unsaved&quot;: false,\n      &quot;author&quot;: {\n        &quot;id&quot;: &quot;5bf8cd617e5992d0edb8f263&quot;,\n        &quot;displayName&quot;: &quot;Mantra Yoga&quot;,\n        &quot;firstName&quot;: &quot;Mantra&quot;,\n        &quot;lastName&quot;: &quot;Yoga&quot;,\n        &quot;websiteUrl&quot;: &quot;https:\/\/mantrayogameditation.org&quot;,\n        &quot;bio&quot;: &quot;&lt;p&gt;Mantra Yoga &amp;amp; Meditation School&lt;\\\/p&gt;&quot;\n      },\n      &quot;assetUrl&quot;: &quot;https:\/\/images.squarespace-cdn.com\/content\/v1\/61232bacf80bd42c117046e0\/1630367039296-HYJLIV53N8HHI3ES4R4A\/Sarvo.jpg&quot;,\n      &quot;contentType&quot;: &quot;image\/jpeg&quot;,\n      &quot;items&quot;: [ ],\n      &quot;pushedServices&quot;: { },\n      &quot;pendingPushedServices&quot;: { },\n      &quot;recordTypeLabel&quot;: &quot;image&quot;,\n      &quot;originalSize&quot;: &quot;613x613&quot;\n    }\n  } ],\n  &quot;styles&quot;: {\n    &quot;imageFocalPoint&quot;: {\n      &quot;x&quot;: 0.5,\n      &quot;y&quot;: 0.5\n    },\n    &quot;imageOverlayOpacity&quot;: 0.3,\n    &quot;backgroundColor&quot;: &quot;white&quot;,\n    &quot;sectionTheme&quot;: &quot;white&quot;,\n    &quot;imageEffect&quot;: &quot;none&quot;,\n    &quot;backgroundMode&quot;: &quot;image&quot;,\n    &quot;backgroundImage&quot;: null\n  },\n  &quot;video&quot;: {\n    &quot;filter&quot;: 1,\n    &quot;playbackSpeed&quot;: 1,\n    &quot;videoFallbackContentItem&quot;: null,\n    &quot;nativeVideoContentItem&quot;: null,\n    &quot;videoSourceProvider&quot;: &quot;none&quot;\n  },\n  &quot;backgroundImageFocalPoint&quot;: null,\n  &quot;backgroundImageId&quot;: null,\n  &quot;options&quot;: {\n    &quot;maxColumns&quot;: 3,\n    &quot;isCardEnabled&quot;: true,\n    &quot;isMediaEnabled&quot;: true,\n    &quot;isTitleEnabled&quot;: true,\n    &quot;isBodyEnabled&quot;: true,\n    &quot;isButtonEnabled&quot;: false,\n    &quot;mediaAspectRatio&quot;: &quot;circle&quot;,\n    &quot;layoutWidth&quot;: &quot;inset&quot;,\n    &quot;mediaWidth&quot;: {\n      &quot;value&quot;: 75,\n      &quot;unit&quot;: &quot;%&quot;\n    },\n    &quot;mediaAlignment&quot;: &quot;center&quot;,\n    &quot;contentWidth&quot;: {\n      &quot;value&quot;: 75,\n      &quot;unit&quot;: &quot;%&quot;\n    },\n    &quot;titleAlignment&quot;: &quot;center&quot;,\n    &quot;bodyAlignment&quot;: &quot;center&quot;,\n    &quot;buttonAlignment&quot;: &quot;center&quot;,\n    &quot;titlePlacement&quot;: &quot;center&quot;,\n    &quot;bodyPlacement&quot;: &quot;center&quot;,\n    &quot;buttonPlacement&quot;: &quot;center&quot;,\n    &quot;cardVerticalAlignment&quot;: &quot;stretch&quot;,\n    &quot;contentOrder&quot;: &quot;media-first&quot;,\n    &quot;verticalPaddingTop&quot;: {\n      &quot;value&quot;: 3.3,\n      &quot;unit&quot;: &quot;vmax&quot;\n    },\n    &quot;verticalPaddingBottom&quot;: {\n      &quot;value&quot;: 3.3,\n      &quot;unit&quot;: &quot;vmax&quot;\n    },\n    &quot;spaceBetweenColumns&quot;: {\n      &quot;value&quot;: 60,\n      &quot;unit&quot;: &quot;px&quot;\n    },\n    &quot;spaceBetweenRows&quot;: {\n      &quot;value&quot;: 60,\n      &quot;unit&quot;: &quot;px&quot;\n    },\n    &quot;spaceBetweenContentAndMedia&quot;: {\n      &quot;value&quot;: 4,\n      &quot;unit&quot;: &quot;%&quot;\n    },\n    &quot;spaceBelowTitle&quot;: {\n      &quot;value&quot;: 1,\n      &quot;unit&quot;: &quot;%&quot;\n    },\n    &quot;spaceBelowBody&quot;: {\n      &quot;value&quot;: 4,\n      &quot;unit&quot;: &quot;%&quot;\n    },\n    &quot;cardPaddingTop&quot;: {\n      &quot;value&quot;: 20,\n      &quot;unit&quot;: &quot;px&quot;\n    },\n    &quot;cardPaddingRight&quot;: {\n      &quot;value&quot;: 19,\n      &quot;unit&quot;: &quot;px&quot;\n    },\n    &quot;cardPaddingBottom&quot;: {\n      &quot;value&quot;: 20,\n      &quot;unit&quot;: &quot;px&quot;\n    },\n    &quot;cardPaddingLeft&quot;: {\n      &quot;value&quot;: 20,\n      &quot;unit&quot;: &quot;px&quot;\n    },\n    &quot;titleFontSize&quot;: &quot;heading-2&quot;,\n    &quot;bodyFontSize&quot;: &quot;paragraph-2&quot;,\n    &quot;buttonFontSize&quot;: &quot;button-medium&quot;,\n    &quot;customOptions&quot;: {\n      &quot;customTitleFontSize&quot;: {\n        &quot;value&quot;: 1.6,\n        &quot;unit&quot;: &quot;rem&quot;\n      },\n      &quot;customBodyFontSize&quot;: {\n        &quot;value&quot;: 1,\n        &quot;unit&quot;: &quot;rem&quot;\n      },\n      &quot;customButtonFontSize&quot;: {\n        &quot;value&quot;: 0.9,\n        &quot;unit&quot;: &quot;rem&quot;\n      }\n    }\n  },\n  &quot;layout&quot;: &quot;simple&quot;,\n  &quot;isSectionTitleEnabled&quot;: true,\n  &quot;sectionTitle&quot;: &quot;&lt;p class=\\&quot;\\&quot; style=\\&quot;white-space:pre-wrap;\\&quot;&gt;Our Team&lt;\\\/p&gt;&quot;,\n  &quot;spaceBelowSectionTitle&quot;: {\n    &quot;value&quot;: 40,\n    &quot;unit&quot;: &quot;px&quot;\n  },\n  &quot;sectionTitleAlignment&quot;: &quot;center&quot;,\n  &quot;isSectionButtonEnabled&quot;: true,\n  &quot;sectionButton&quot;: {\n    &quot;buttonText&quot;: &quot;Learn more about Mantra here&quot;,\n    &quot;buttonLink&quot;: &quot;\/about&quot;,\n    &quot;buttonNewWindow&quot;: false\n  },\n  &quot;sectionButtonSize&quot;: &quot;large&quot;,\n  &quot;sectionButtonAlignment&quot;: &quot;center&quot;,\n  &quot;spaceAboveSectionButton&quot;: {\n    &quot;value&quot;: 40,\n    &quot;unit&quot;: &quot;px&quot;\n  }\n}\"\n  data-media-alignment=\"center\"\n  data-title-alignment=\"center\"\n  data-body-alignment=\"center\"\n  data-button-alignment=\"center\"\n  data-title-placement=\"center\"\n  data-body-placement=\"center\"\n  data-button-placement=\"center\"\n  data-layout-width=\"inset\"\n  data-title-font-unit=\"rem\"\n  data-description-font-unit=\"rem\"\n  data-button-font-unit=\"rem\"\n  data-space-between-rows=\"60px\"\n  data-space-between-columns=\"60px\"\n  data-vertical-padding-top-value=\"3.3\"\n  data-vertical-padding-bottom-value=\"3.3\"\n  data-vertical-padding-top-unit=\"vmax\"\n  data-vertical-padding-bottom-unit=\"vmax\"\n><\/p>\n<li\n      class=\"\n        list-item\n        \n          list-item-basic-animation\n        \n      \"\n      style=\"\n        \n          padding-top: 20px;\n          padding-right: 19px;\n          padding-bottom: 20px;\n          padding-left: 20px;\n        \n      \"\n      data-is-card-enabled=\"true\"\n    >\n<div class=\"list-item-media\"\n        style=\"\n          \n            margin-bottom: 4%;\n          \n          width: 75%;\n        \"\n      ><\/p>\n<div class=\"list-item-media-inner\"\n          data-aspect-ratio=\"circle\"\n          data-animation-role=\"image\"\n        ><br \/>\n          <img decoding=\"async\"\n            \n            data-image-focal-point=\"0.5,0.5\"\n            \n            alt=\"Yoga and Meditation Teacher\"\n            src=\"https:\/\/images.squarespace-cdn.com\/content\/v1\/61232bacf80bd42c117046e0\/1632597575750-SEQDSAJOMB8UEE31VVWP\/Photo+for+Website.jpg\" data-image=\"https:\/\/images.squarespace-cdn.com\/content\/v1\/61232bacf80bd42c117046e0\/1632597575750-SEQDSAJOMB8UEE31VVWP\/Photo+for+Website.jpg\" data-image-dimensions=\"1843x2023\" data-image-focal-point=\"0.5,0.5\" alt=\"Photo for Website.jpg\" \n            class=\"list-image\"\n            data-load=\"false\"\n            data-mode=\"cover\"\n            data-use-advanced-positioning=\"true\"\n          \/>\n        <\/div>\n<\/p><\/div>\n<div class=\"list-item-content\">\n<div class=\"list-item-content__text-wrapper\">\n<h2\n          class=\"list-item-content__title\"\n          style=\"max-width: 75%;\"\n        >Brad Haws<\/h2>\n<div class=\"list-item-content__description\n          \n          \"\n          style=\"\n            margin-top: 1%;\n            max-width: 75%;\n          \"\n        ><\/p>\n<p class=\"\" style=\"white-space:pre-wrap;\">Yoga Teacher and Life Coach<br \/>Canada<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<\/div>\n<\/li>\n<li\n      class=\"\n        list-item\n        \n          list-item-basic-animation\n        \n      \"\n      style=\"\n        \n          padding-top: 20px;\n          padding-right: 19px;\n          padding-bottom: 20px;\n          padding-left: 20px;\n        \n      \"\n      data-is-card-enabled=\"true\"\n    >\n<div class=\"list-item-media\"\n        style=\"\n          \n            margin-bottom: 4%;\n          \n          width: 75%;\n        \"\n      ><\/p>\n<div class=\"list-item-media-inner\"\n          data-aspect-ratio=\"circle\"\n          data-animation-role=\"image\"\n        ><br \/>\n          <img decoding=\"async\"\n            \n            data-image-focal-point=\"0.5,0.5\"\n            \n            alt=\"Yoga and meditation teacher\"\n            src=\"https:\/\/images.squarespace-cdn.com\/content\/v1\/61232bacf80bd42c117046e0\/1630367039296-HYJLIV53N8HHI3ES4R4A\/Sarvo.jpg\" data-image=\"https:\/\/images.squarespace-cdn.com\/content\/v1\/61232bacf80bd42c117046e0\/1630367039296-HYJLIV53N8HHI3ES4R4A\/Sarvo.jpg\" data-image-dimensions=\"613x613\" data-image-focal-point=\"0.5,0.5\" alt=\"Sarvo.jpg\" \n            class=\"list-image\"\n            data-load=\"false\"\n            data-mode=\"cover\"\n            data-use-advanced-positioning=\"true\"\n          \/>\n        <\/div>\n<\/p><\/div>\n<div class=\"list-item-content\">\n<div class=\"list-item-content__text-wrapper\">\n<h2\n          class=\"list-item-content__title\"\n          style=\"max-width: 75%;\"\n        >Sarvottam Kumar<\/h2>\n<div class=\"list-item-content__description\n          \n          \"\n          style=\"\n            margin-top: 1%;\n            max-width: 75%;\n          \"\n        ><\/p>\n<p class=\"\" style=\"white-space:pre-wrap;\">Yoga and Meditation Teacher<br \/>India<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<\/div>\n<\/li>\n<\/ul>\n<div class=\"list-section-button-container\"\n      style= \"margin-top: 40px;\"\n      data-section-button-alignment=\"center\"\n      data-button-size=\"large\"\n      data-animation-role=\"button\"\n    ><br \/>\n      <a\n        class=\"\n          list-section-button\n          sqs-block-button-element\n          \n          \n          \n            sqs-block-button-element--large\n            sqs-button-element--secondary\n          \n        \"\n        href=\"\/about\"\n        \n      ><br \/>\n        Learn more about Mantra here<br \/>\n      <\/a>\n    <\/div>\n<\/div><\/div>\n<\/p><\/div>\n<\/section>\n<section\n  data-test=\"page-section\"\n  \n  data-section-theme=\"\"\n  class='page-section\n    \n      layout-engine-section\n    \n    background-width--inset\n    \n      \n        section-height--custom\n      \n    \n    \n      content-width--wide\n    \n    horizontal-alignment--center\n    vertical-alignment--bottom\n    \n      \n    \n    \n    '\n  \n  data-section-id=\"612d934b2804ca5ae7327f2f\"\n  \n  data-controller=\"SectionWrapperController\"\n  data-current-styles=\"{\n  &quot;imageOverlayOpacity&quot;: 0.15,\n  &quot;backgroundWidth&quot;: &quot;background-width--inset&quot;,\n  &quot;sectionHeight&quot;: &quot;section-height--custom&quot;,\n  &quot;customSectionHeight&quot;: 10,\n  &quot;horizontalAlignment&quot;: &quot;horizontal-alignment--center&quot;,\n  &quot;verticalAlignment&quot;: &quot;vertical-alignment--bottom&quot;,\n  &quot;contentWidth&quot;: &quot;content-width--wide&quot;,\n  &quot;sectionTheme&quot;: &quot;&quot;,\n  &quot;sectionAnimation&quot;: &quot;none&quot;,\n  &quot;backgroundMode&quot;: &quot;image&quot;\n}\"\n  data-animation=\"none\"\n   \n  \n     style=\"min-height: 10vh;\" \n  \n  \n><\/p>\n<div class=\"section-background\"><\/div>\n<div\n    class=\"content-wrapper\"\n    style='\n      \n        \n          \n           padding-top: calc(10vmax \/ 5);\n        \n      \n    '\n  ><\/p>\n<div\n      class=\"content\"\n      \n    ><\/p>\n<div class=\"sqs-layout sqs-grid-12 columns-12\" data-type=\"page-section\" id=\"page-section-612d934b2804ca5ae7327f2f\">\n<div class=\"row sqs-row\">\n<div class=\"col sqs-col-12 span-12\">\n<div class=\"sqs-block html-block sqs-block-html\" data-block-type=\"2\" id=\"block-9842aa4a65bb1ea80f26\">\n<div class=\"sqs-block-content\">\n<h2 style=\"white-space:pre-wrap;\">FAQs<\/h2>\n<\/div>\n<\/div>\n<div class=\"sqs-block spacer-block sqs-block-spacer sized vsize-1\" data-block-type=\"21\" id=\"block-8d4fad334774ddf95897\">\n<div class=\"sqs-block-content\">&nbsp;<\/div>\n<\/div>\n<div class=\"row sqs-row\">\n<div class=\"col sqs-col-4 span-4\">\n<div class=\"sqs-block html-block sqs-block-html\" data-block-type=\"2\" id=\"block-60c779262dd681bec11f\">\n<div class=\"sqs-block-content\">\n<h4 style=\"white-space:pre-wrap;\">What is included in this course?<\/h4>\n<p class=\"\" style=\"white-space:pre-wrap;\">The price includes tuition, meals, and accommodations for all 24 days you are at the resort. It also includes three day-trips, one cooking workshop, one massage, laundry, printed material, and a gift box.<\/p>\n<p class=\"\" data-rte-preserve-empty=\"true\" style=\"white-space:pre-wrap;\">\n<h4 style=\"white-space:pre-wrap;\">Can beginners attend this yoga teacher training course?<\/h4>\n<p class=\"\" style=\"white-space:pre-wrap;\">We ask that you have practiced yoga regularly for at least one year prior to attending this course.<\/p>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"col sqs-col-8 span-8\">\n<div class=\"row sqs-row\">\n<div class=\"col sqs-col-4 span-4\">\n<div class=\"sqs-block html-block sqs-block-html\" data-block-type=\"2\" id=\"block-e357a21a23f0461d10aa\">\n<div class=\"sqs-block-content\">\n<h4 style=\"white-space:pre-wrap;\">What is not included?<\/h4>\n<p class=\"\" style=\"white-space:pre-wrap;\">Books, travel expenses, insurance,  more than one laundry batch a week. Also, we don\u2019t offer meals on Sundays.<\/p>\n<p class=\"\" data-rte-preserve-empty=\"true\" style=\"white-space:pre-wrap;\">\n<p class=\"\" data-rte-preserve-empty=\"true\" style=\"white-space:pre-wrap;\">\n<h4 style=\"white-space:pre-wrap;\">What style of yoga will I learn?<\/h4>\n<p class=\"\" style=\"white-space:pre-wrap;\">Our YTT training is based on the teachings of Hatha and Ashtanga Vinyasa and includes elements of Yin and Restorative Yoga. <\/p>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"col sqs-col-4 span-4\">\n<div class=\"sqs-block html-block sqs-block-html\" data-block-type=\"2\" id=\"block-459057c4dec46e2558c5\">\n<div class=\"sqs-block-content\">\n<h4 style=\"white-space:pre-wrap;\">What should I bring?<\/h4>\n<p class=\"\" style=\"white-space:pre-wrap;\">We recommend bringing your personal yoga mat, yoga clothes, bathing suit, casual summer clothes, personal health items, a laptop and surge protector, topic-related books, water bottle, and a towel. <\/p>\n<p class=\"\" style=\"white-space:pre-wrap;\">A more detailed list will be provided upon registration.<\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div><\/div>\n<\/p><\/div>\n<\/section>\n<section\n  data-test=\"page-section\"\n  \n  data-section-theme=\"black\"\n  class='page-section\n    \n      layout-engine-section\n    \n    background-width--full-bleed\n    \n      \n        section-height--custom\n      \n    \n    \n      content-width--medium\n    \n    horizontal-alignment--left\n    vertical-alignment--middle\n    \n       has-background\n    \n    \n    black'\n  \n  data-section-id=\"61341f94dffd704c100df687\"\n  \n  data-controller=\"SectionWrapperController\"\n  data-current-styles=\"{\n  &quot;backgroundImage&quot;: {\n    &quot;id&quot;: &quot;616f90be56d60b47fb302b4d&quot;,\n    &quot;recordType&quot;: 2,\n    &quot;addedOn&quot;: 1634701502809,\n    &quot;updatedOn&quot;: 1634701539351,\n    &quot;workflowState&quot;: 1,\n    &quot;publishOn&quot;: 1634701502809,\n    &quot;authorId&quot;: &quot;5bf8cd617e5992d0edb8f263&quot;,\n    &quot;systemDataId&quot;: &quot;ae652997-40f2-46fa-bc5e-70fabc1096f6&quot;,\n    &quot;systemDataVariants&quot;: &quot;2624x3936,100w,300w,500w,750w,1000w,1500w,2500w&quot;,\n    &quot;systemDataSourceType&quot;: &quot;JPG&quot;,\n    &quot;filename&quot;: &quot;SNY08851.jpg&quot;,\n    &quot;mediaFocalPoint&quot;: {\n      &quot;x&quot;: 0.6488148458441204,\n      &quot;y&quot;: 0.8560855876582387,\n      &quot;source&quot;: 3\n    },\n    &quot;colorData&quot;: {\n      &quot;topLeftAverage&quot;: &quot;eae7d6&quot;,\n      &quot;topRightAverage&quot;: &quot;e4dcc4&quot;,\n      &quot;bottomLeftAverage&quot;: &quot;272b08&quot;,\n      &quot;bottomRightAverage&quot;: &quot;465514&quot;,\n      &quot;centerAverage&quot;: &quot;7a7254&quot;,\n      &quot;suggestedBgColor&quot;: &quot;928d55&quot;\n    },\n    &quot;urlId&quot;: &quot;1twpzp9s6wnt2s34kgllutocswm60d&quot;,\n    &quot;title&quot;: &quot;&quot;,\n    &quot;body&quot;: null,\n    &quot;likeCount&quot;: 0,\n    &quot;commentCount&quot;: 0,\n    &quot;publicCommentCount&quot;: 0,\n    &quot;commentState&quot;: 2,\n    &quot;unsaved&quot;: false,\n    &quot;author&quot;: {\n      &quot;id&quot;: &quot;5bf8cd617e5992d0edb8f263&quot;,\n      &quot;displayName&quot;: &quot;Mantra Yoga&quot;,\n      &quot;firstName&quot;: &quot;Mantra&quot;,\n      &quot;lastName&quot;: &quot;Yoga&quot;,\n      &quot;websiteUrl&quot;: &quot;https:\/\/mantrayogameditation.org&quot;,\n      &quot;bio&quot;: &quot;&lt;p&gt;Mantra Yoga &amp;amp; Meditation School&lt;\\\/p&gt;&quot;\n    },\n    &quot;assetUrl&quot;: &quot;https:\/\/images.squarespace-cdn.com\/content\/v1\/61232bacf80bd42c117046e0\/ae652997-40f2-46fa-bc5e-70fabc1096f6\/SNY08851.jpg&quot;,\n    &quot;contentType&quot;: &quot;image\/jpeg&quot;,\n    &quot;items&quot;: [ ],\n    &quot;pushedServices&quot;: { },\n    &quot;pendingPushedServices&quot;: { },\n    &quot;recordTypeLabel&quot;: &quot;image&quot;,\n    &quot;originalSize&quot;: &quot;2624x3936&quot;\n  },\n  &quot;imageOverlayOpacity&quot;: 0.15,\n  &quot;backgroundWidth&quot;: &quot;background-width--full-bleed&quot;,\n  &quot;sectionHeight&quot;: &quot;section-height--custom&quot;,\n  &quot;customSectionHeight&quot;: 10,\n  &quot;horizontalAlignment&quot;: &quot;horizontal-alignment--left&quot;,\n  &quot;verticalAlignment&quot;: &quot;vertical-alignment--middle&quot;,\n  &quot;contentWidth&quot;: &quot;content-width--medium&quot;,\n  &quot;sectionTheme&quot;: &quot;black&quot;,\n  &quot;sectionAnimation&quot;: &quot;none&quot;,\n  &quot;backgroundMode&quot;: &quot;image&quot;\n}\"\n  data-animation=\"none\"\n   \n  \n     style=\"min-height: 10vh;\" \n  \n  \n><\/p>\n<div class=\"section-background\">\n<p>  <img decoding=\"async\" alt=\"\"\n    \n    src=\"https:\/\/images.squarespace-cdn.com\/content\/v1\/61232bacf80bd42c117046e0\/ae652997-40f2-46fa-bc5e-70fabc1096f6\/SNY08851.jpg\" data-image=\"https:\/\/images.squarespace-cdn.com\/content\/v1\/61232bacf80bd42c117046e0\/ae652997-40f2-46fa-bc5e-70fabc1096f6\/SNY08851.jpg\" data-image-dimensions=\"2624x3936\" data-image-focal-point=\"0.6488148458441204,0.8560855876582387\" alt=\"SNY08851.jpg\" \n    data-load=\"false\"\n    \n  \/><\/p>\n<div class=\"section-background-overlay\" style=\"opacity: 0.15;\"><\/div>\n<\/p><\/div>\n<div\n    class=\"content-wrapper\"\n    style='\n      \n        \n          \n          \n          padding-top: calc(10vmax \/ 10); padding-bottom: calc(10vmax \/ 10);\n        \n      \n    '\n  ><\/p>\n<div\n      class=\"content\"\n      \n    ><\/p>\n<div class=\"sqs-layout sqs-grid-12 columns-12\" data-type=\"page-section\" id=\"page-section-61341f94dffd704c100df687\">\n<div class=\"row sqs-row\">\n<div class=\"col sqs-col-12 span-12\">\n<div class=\"sqs-block html-block sqs-block-html\" data-block-type=\"2\" id=\"block-ba4725ad32853ffe4ddf\">\n<div class=\"sqs-block-content\">\n<h1 style=\"white-space:pre-wrap;\">Find more answers\u2026<\/h1>\n<\/div>\n<\/div>\n<div class=\"sqs-block button-block sqs-block-button\" data-block-type=\"53\" id=\"block-b8c9a5617b4cfd90c9c4\">\n<div class=\"sqs-block-content\">\n<div\n  class=\"sqs-block-button-container sqs-block-button-container--left\"\n  data-animation-role=\"button\"\n  data-alignment=\"left\"\n  data-button-size=\"large\"\n  data-button-type=\"secondary\"\n><br \/>\n  <a\n    href=\"\/faq\"\n    class=\"sqs-block-button-element--large sqs-button-element--secondary sqs-block-button-element\"\n    \n  ><br \/>\n    Go to FAQs<br \/>\n  <\/a>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div><\/div>\n<\/p><\/div>\n<\/section>\n<section\n  data-test=\"page-section\"\n  \n  data-section-theme=\"\"\n  class='page-section\n    \n      layout-engine-section\n    \n    background-width--full-bleed\n    \n      section-height--small\n    \n    \n      content-width--wide\n    \n    horizontal-alignment--center\n    vertical-alignment--middle\n    \n      \n    \n    \n    '\n  \n  data-section-id=\"612d8e2cb577d75aeeb0f3e3\"\n  \n  data-controller=\"SectionWrapperController\"\n  data-current-styles=\"{\n  &quot;imageOverlayOpacity&quot;: 0.15,\n  &quot;backgroundWidth&quot;: &quot;background-width--full-bleed&quot;,\n  &quot;sectionHeight&quot;: &quot;section-height--small&quot;,\n  &quot;horizontalAlignment&quot;: &quot;horizontal-alignment--center&quot;,\n  &quot;verticalAlignment&quot;: &quot;vertical-alignment--middle&quot;,\n  &quot;contentWidth&quot;: &quot;content-width--wide&quot;,\n  &quot;sectionTheme&quot;: &quot;&quot;,\n  &quot;sectionAnimation&quot;: &quot;none&quot;,\n  &quot;backgroundMode&quot;: &quot;image&quot;\n}\"\n  data-animation=\"none\"\n   \n  \n  \n><\/p>\n<div class=\"section-background\"><\/div>\n<div\n    class=\"content-wrapper\"\n    style='\n      \n        \n      \n    '\n  ><\/p>\n<div\n      class=\"content\"\n      \n    ><\/p>\n<div class=\"sqs-layout sqs-grid-12 columns-12\" data-type=\"page-section\" id=\"page-section-612d8e2cb577d75aeeb0f3e3\">\n<div class=\"row sqs-row\">\n<div class=\"col sqs-col-12 span-12\">\n<div class=\"sqs-block image-block sqs-block-image\" data-block-type=\"5\" id=\"block-61cb1c1bcc7e7c927d07\">\n<div class=\"sqs-block-content\">\n<figure\n          class=\"\n            sqs-block-image-figure\n            image-block-outer-wrapper\n            image-block-v2\n            design-layout-card\n            combination-animation-none\n            individual-animation-none\n            individual-text-animation-none\n            image-position-left\n            image-linked\n          \"\n          data-scrolled\n          data-test=\"image-block-v2-outer-wrapper\"\n      ><\/p>\n<div class=\"intrinsic\">\n<div\n          \n              class=\"\n                \n                image-inset\"\n              data-animation-role=\"image\"\n              data-description=\"\"\n              \n  \n\n          ><\/p>\n<div class=\"sqs-image-shape-container-element\n              \n                content-fit\n              \n            \" style=\"\n              position: relative;\n              overflow: hidden;\n              \n            \"><br \/>\n              <noscript><img decoding=\"async\" class=\"sqs-image-min-height\" src=\"https:\/\/images.squarespace-cdn.com\/content\/v1\/61232bacf80bd42c117046e0\/1639612384890-3YEJ832F78ZYTXZ5DB6T\/unsplash-image-7AcMUSYRZpU.jpg\" alt=\"Contact Us - yogaschoolcostarica@gmail.com+1 (403) 973-4879Mantra Yoga and Meditation SchoolMontezuma, Costa RicaFacebookInstagram\" loading=\"lazy\"\/><\/noscript><br \/>\n              <img decoding=\"async\" class=\"sqs-image-min-height\" src=\"https:\/\/images.squarespace-cdn.com\/content\/v1\/61232bacf80bd42c117046e0\/1639612384890-3YEJ832F78ZYTXZ5DB6T\/unsplash-image-7AcMUSYRZpU.jpg\" data-image=\"https:\/\/images.squarespace-cdn.com\/content\/v1\/61232bacf80bd42c117046e0\/1639612384890-3YEJ832F78ZYTXZ5DB6T\/unsplash-image-7AcMUSYRZpU.jpg\" data-image-dimensions=\"2500x1667\" data-image-focal-point=\"0.5,0.5\" alt=\"\"  loading=\"lazy\"\/><\/p>\n<div class=\"image-overlay\" style=\"overflow: hidden;\"><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div><figcaption class=\"image-card-wrapper\" data-width-ratio>\n<div class=\"image-card sqs-dynamic-text-container\">\n<div class=\"image-title-wrapper\">\n<div class=\"image-title sqs-dynamic-text\"\n                \n  \n><\/p>\n<h2 style=\"white-space:pre-wrap;\">Contact Us<\/h2>\n<\/div>\n<\/div>\n<div class=\"image-subtitle-wrapper\">\n<div class=\"image-subtitle sqs-dynamic-text\"\n                \n  \n><\/p>\n<p class=\"\" style=\"white-space:pre-wrap;\">yogaschoolcostarica@gmail.com<br \/>+1 (403) 973-4879<\/p>\n<p class=\"\" style=\"white-space:pre-wrap;\">Mantra Yoga and Meditation School<br \/>Montezuma, Costa Rica<\/p>\n<p class=\"\" style=\"white-space:pre-wrap;\"><a href=\"https:\/\/www.facebook.com\/YogaSchoolCostaRica\" target=\"_blank\" rel=\"noopener\">Facebook<\/a><br \/><a href=\"https:\/\/www.instagram.com\/yogaschoolcostarica\/?hl=es-la\" target=\"_blank\" rel=\"noopener\">Instagram<\/a><\/p>\n<\/div>\n<\/div>\n<div class=\"image-button-wrapper\">\n<div class=\"image-button sqs-dynamic-text\">\n<div class=\"image-button-inner\">\n                      <a href=\"\/contact-us\" class=\"sqs-button-element--primary\">Contact Us<\/a>\n                    <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/figcaption><\/figure>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div><\/div>\n<\/p><\/div>\n<\/section>\n<\/article>\n","protected":false},"excerpt":{"rendered":"<p>200-Hour Yoga and Meditation Dual Certification Teacher Training Montezuma, Costa Rica Next Dates: To Be Announced Become a Yoga &amp; Meditation Teacher Immerse yourself in a life-changing journey that will give you the tools to teach yoga and meditation to the world. This 24-day retreat in the lush and vibrant Montezuma, Costa Rica, awards you [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"open","template":"","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-7","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/yogaschoolcostarica.com\/index.php\/wp-json\/wp\/v2\/pages\/7","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/yogaschoolcostarica.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/yogaschoolcostarica.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/yogaschoolcostarica.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/yogaschoolcostarica.com\/index.php\/wp-json\/wp\/v2\/comments?post=7"}],"version-history":[{"count":0,"href":"https:\/\/yogaschoolcostarica.com\/index.php\/wp-json\/wp\/v2\/pages\/7\/revisions"}],"wp:attachment":[{"href":"https:\/\/yogaschoolcostarica.com\/index.php\/wp-json\/wp\/v2\/media?parent=7"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}